Loading AtsImsIot/AtsImsIot_Functions.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ */ module AtsImsIot_Functions { import from AtsImsIot_Templates {template mw_SIP_URI_Base;} import from LibSip_SIPTypesAndValues {type SipUrl;} import from AtsImsIot_TestSystem {type ImsTestCoordinator;} Loading Loading @@ -760,9 +762,9 @@ module AtsImsIot_Functions { /** * @desc Get the UE URI containing the IP address of referenced EUT */ function f_getUeIpAddress(integer p_ProductIdx) return SipUrl { function f_getUeIpAddress(integer p_ProductIdx) return template SipUrl { // TODO return "TODO"; return mw_SIP_URI_Base; } /** Loading AtsImsIot/AtsImsIot_Templates.ttcn +5 −2 Original line number Diff line number Diff line Loading @@ -1160,8 +1160,11 @@ module AtsImsIot_Templates { reason := { fieldName := REASON_E, reasonValues := { { token := "503 Service Unavailable", reasonParams := * }, * } } } Loading AtsImsIot/AtsImsIot_TestCases_CALL.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1271,7 +1271,7 @@ group Limit { // variables var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A); var IotEquipmentUser v_ueB := f_cf_create_IotEquipmentUser(c_userUE_B); var CF_INT_CALL v_config := {v_gmA, v_mw}; var CF_INT_CALL v_config := {v_gmA, v_mw, omit}; // map/connect component ports f_cf_user_up(v_ueA); Loading Loading
AtsImsIot/AtsImsIot_Functions.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ */ module AtsImsIot_Functions { import from AtsImsIot_Templates {template mw_SIP_URI_Base;} import from LibSip_SIPTypesAndValues {type SipUrl;} import from AtsImsIot_TestSystem {type ImsTestCoordinator;} Loading Loading @@ -760,9 +762,9 @@ module AtsImsIot_Functions { /** * @desc Get the UE URI containing the IP address of referenced EUT */ function f_getUeIpAddress(integer p_ProductIdx) return SipUrl { function f_getUeIpAddress(integer p_ProductIdx) return template SipUrl { // TODO return "TODO"; return mw_SIP_URI_Base; } /** Loading
AtsImsIot/AtsImsIot_Templates.ttcn +5 −2 Original line number Diff line number Diff line Loading @@ -1160,8 +1160,11 @@ module AtsImsIot_Templates { reason := { fieldName := REASON_E, reasonValues := { { token := "503 Service Unavailable", reasonParams := * }, * } } } Loading
AtsImsIot/AtsImsIot_TestCases_CALL.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1271,7 +1271,7 @@ group Limit { // variables var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A); var IotEquipmentUser v_ueB := f_cf_create_IotEquipmentUser(c_userUE_B); var CF_INT_CALL v_config := {v_gmA, v_mw}; var CF_INT_CALL v_config := {v_gmA, v_mw, omit}; // map/connect component ports f_cf_user_up(v_ueA); Loading