Loading AtsImsIot/AtsImsIot_TestCases_MESS.ttcn +3 −4 Original line number Diff line number Diff line Loading @@ -240,14 +240,13 @@ module AtsImsIot_TestCases_MESS { var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A); var IotEquipmentUser v_ueB := f_cf_create_IotEquipmentUser(c_userUE_B); var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A); var ImsInterfaceMonitor v_gmB := f_cf_create_monitor(c_gm_B); var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw); // map/connect component ports f_cf_adapter_up(); f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_roam_call_up(v_gmA, v_mw, v_gmB); f_cf_roam_call_up(v_gmA, v_mw); // preamble f_PR_user_home_registration(v_ueA, f_getAnyValidUser(PX_EUT_A)); Loading @@ -262,13 +261,13 @@ module AtsImsIot_TestCases_MESS { f_mtc_userCheckMessageReceipt(v_ueB); f_mtc_check_TP_IMS_5118_01_gm(v_gmB, false); f_mtc_check_TP_IMS_5118_01_gm(v_gmA, false); f_mtc_check_TP_IMS_5118_01_mw(v_mw, false); // postabmle f_PO_user_home_deregistration(v_ueA); f_PO_user_roaming_deregistration(v_ueB); f_cf_roam_call_down(v_gmA, v_mw, v_gmB); f_cf_roam_call_down(v_gmA, v_mw); //unmap/disconnet component ports f_cf_user_down(v_ueA); Loading Loading
AtsImsIot/AtsImsIot_TestCases_MESS.ttcn +3 −4 Original line number Diff line number Diff line Loading @@ -240,14 +240,13 @@ module AtsImsIot_TestCases_MESS { var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A); var IotEquipmentUser v_ueB := f_cf_create_IotEquipmentUser(c_userUE_B); var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A); var ImsInterfaceMonitor v_gmB := f_cf_create_monitor(c_gm_B); var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw); // map/connect component ports f_cf_adapter_up(); f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_roam_call_up(v_gmA, v_mw, v_gmB); f_cf_roam_call_up(v_gmA, v_mw); // preamble f_PR_user_home_registration(v_ueA, f_getAnyValidUser(PX_EUT_A)); Loading @@ -262,13 +261,13 @@ module AtsImsIot_TestCases_MESS { f_mtc_userCheckMessageReceipt(v_ueB); f_mtc_check_TP_IMS_5118_01_gm(v_gmB, false); f_mtc_check_TP_IMS_5118_01_gm(v_gmA, false); f_mtc_check_TP_IMS_5118_01_mw(v_mw, false); // postabmle f_PO_user_home_deregistration(v_ueA); f_PO_user_roaming_deregistration(v_ueB); f_cf_roam_call_down(v_gmA, v_mw, v_gmB); f_cf_roam_call_down(v_gmA, v_mw); //unmap/disconnet component ports f_cf_user_down(v_ueA); Loading