Loading AtsImsIot/AtsImsIot_TestCases_MESS.ttcn +20 −13 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ module AtsImsIot_TestCases_MESS { type ImsInterfaceMonitor, ImsTestCoordinator, IotSystemInterface; } import from AtsImsIot_TestSystem {type CF_INT_CALL;} /** * @desc Loading @@ -44,11 +45,12 @@ module AtsImsIot_TestCases_MESS { 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_mw := f_cf_create_monitor(c_mw); var CF_INT_CALL v_config := {v_gmA, v_mw, omit}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, omit}); f_cf_int_call_up(v_config); // preamble Loading @@ -68,7 +70,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, omit}); f_cf_int_call_down(v_config); } Loading @@ -85,11 +87,12 @@ module AtsImsIot_TestCases_MESS { 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); var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, v_gmB}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getSipUserId(PX_EUT_A)); Loading Loading @@ -117,7 +120,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, v_gmB}); f_cf_int_call_down(v_config); } Loading @@ -133,11 +136,12 @@ module AtsImsIot_TestCases_MESS { 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); var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, v_gmB}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getTelUserId(PX_EUT_A)); Loading Loading @@ -165,7 +169,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, v_gmB}); f_cf_int_call_down(v_config); } /** Loading @@ -180,11 +184,12 @@ module AtsImsIot_TestCases_MESS { 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); var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, v_gmB}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getTelUserId(PX_EUT_A)); Loading @@ -210,7 +215,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, v_gmB}); f_cf_int_call_down(v_config); } Loading Loading @@ -269,10 +274,11 @@ module AtsImsIot_TestCases_MESS { var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A); var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A); var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw); var CF_INT_CALL v_config := {v_gmA, v_mw, omit}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_int_call_up({v_gmA, v_mw, omit}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getAnyValidUser(PX_EUT_A)); Loading @@ -290,7 +296,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_int_call_down({v_gmA, v_mw, omit}); f_cf_int_call_down(v_config); } Loading @@ -305,11 +311,12 @@ module AtsImsIot_TestCases_MESS { 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_mw := f_cf_create_monitor(c_mw); var CF_INT_CALL v_config := {v_gmA, v_mw, omit}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, omit}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getAnyValidUser(PX_EUT_A)); Loading @@ -330,6 +337,6 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, omit}); f_cf_int_call_down(v_config); } } No newline at end of file Loading
AtsImsIot/AtsImsIot_TestCases_MESS.ttcn +20 −13 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ module AtsImsIot_TestCases_MESS { type ImsInterfaceMonitor, ImsTestCoordinator, IotSystemInterface; } import from AtsImsIot_TestSystem {type CF_INT_CALL;} /** * @desc Loading @@ -44,11 +45,12 @@ module AtsImsIot_TestCases_MESS { 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_mw := f_cf_create_monitor(c_mw); var CF_INT_CALL v_config := {v_gmA, v_mw, omit}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, omit}); f_cf_int_call_up(v_config); // preamble Loading @@ -68,7 +70,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, omit}); f_cf_int_call_down(v_config); } Loading @@ -85,11 +87,12 @@ module AtsImsIot_TestCases_MESS { 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); var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, v_gmB}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getSipUserId(PX_EUT_A)); Loading Loading @@ -117,7 +120,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, v_gmB}); f_cf_int_call_down(v_config); } Loading @@ -133,11 +136,12 @@ module AtsImsIot_TestCases_MESS { 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); var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, v_gmB}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getTelUserId(PX_EUT_A)); Loading Loading @@ -165,7 +169,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, v_gmB}); f_cf_int_call_down(v_config); } /** Loading @@ -180,11 +184,12 @@ module AtsImsIot_TestCases_MESS { 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); var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, v_gmB}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getTelUserId(PX_EUT_A)); Loading @@ -210,7 +215,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, v_gmB}); f_cf_int_call_down(v_config); } Loading Loading @@ -269,10 +274,11 @@ module AtsImsIot_TestCases_MESS { var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A); var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A); var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw); var CF_INT_CALL v_config := {v_gmA, v_mw, omit}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_int_call_up({v_gmA, v_mw, omit}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getAnyValidUser(PX_EUT_A)); Loading @@ -290,7 +296,7 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_int_call_down({v_gmA, v_mw, omit}); f_cf_int_call_down(v_config); } Loading @@ -305,11 +311,12 @@ module AtsImsIot_TestCases_MESS { 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_mw := f_cf_create_monitor(c_mw); var CF_INT_CALL v_config := {v_gmA, v_mw, omit}; // map/connect component ports f_cf_user_up(v_ueA); f_cf_user_up(v_ueB); f_cf_int_call_up({v_gmA, v_mw, omit}); f_cf_int_call_up(v_config); // preamble f_PR_user_home_registration(v_ueA, f_getAnyValidUser(PX_EUT_A)); Loading @@ -330,6 +337,6 @@ module AtsImsIot_TestCases_MESS { //unmap/disconnet component ports f_cf_user_down(v_ueA); f_cf_user_down(v_ueB); f_cf_int_call_down({v_gmA, v_mw, omit}); f_cf_int_call_down(v_config); } } No newline at end of file