group f_TC_SECPKI_ITSS_CTL_xx { // FIXME Issue while trying to use CAM Template & EncDec functions because of CAM Test imported, need CAM port and UpperTester_CAM Port which are not part of the PKI Test Interface. Need to separate them. See ETSI TTF 011
/*group cam_templates { // FIXME Issue while trying to use CAM Template & EncDec functions because of CAM Test imported, need CAM port and UpperTester_CAM Port which are not part of the PKI Test Interface. Need to separate them. See ETSI TTF 011
function f_integer2Latitude(in integer p_latitude) return Latitude {
var Latitude v_latitude := f_abs(p_latitude);
return v_latitude;
}
function f_integer2Longitude(in integer p_longitude) return Longitude {