Loading ttcn/AtsMec_Location/AtsMec_LocationAPI_TestCases.ttcn +567 −2 File changed.Preview size limit exceeded, changes collapsed. Show changes ttcn/AtsMec_Location/AtsMec_LocationAPI_TestControl.ttcn +9 −4 Original line number Diff line number Diff line Loading @@ -78,9 +78,15 @@ module AtsMec_LocationAPI_TestControl { execute(TC_MEC_MEC013_SRV_UETESTNOT_001_OK()); execute(TC_MEC_MEC013_SRV_UETESTNOT_002_OK()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_001_OK()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_OK_01()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_OK_02()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_OK_03()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_BR()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_NF()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_003_OK_01()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_003_OK_02()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_003_NF()); execute(TC_MEC_MEC013_SRV_UEZONESUB_001_OK_01_01()); execute(TC_MEC_MEC013_SRV_UEZONESUB_001_OK_01_02()); Loading @@ -94,7 +100,6 @@ module AtsMec_LocationAPI_TestControl { execute(TC_MEC_MEC013_SRV_UEZONESUB_002_NF()); execute(TC_MEC_MEC013_SRV_UEZONESUB_003_OK()); execute(TC_MEC_MEC013_SRV_UEZONESUB_003_NF()); } } } // End of 'control' statement Loading ttcn/LibMec/LocationAPI/ttcn/LocationAPI_Functions.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -194,7 +194,8 @@ module LocationAPI_Functions { function f_create_zone_location_event_subscription( out ZoneLocationEventNotification p_zone_location_event_notification, out charstring p_subscription_id out charstring p_subscription_id, in Address p_user := PX_USER ) runs on HttpComponent { var Headers v_headers; var HttpMessage v_response; Loading @@ -209,7 +210,7 @@ module LocationAPI_Functions { m_body_json_zone_location_event_subscription( m_zone_location_event_subscription( PX_CALLBACK_REF_URL, -, p_user, PX_ZONE_ID )))))); tc_ac.start; Loading Loading
ttcn/AtsMec_Location/AtsMec_LocationAPI_TestCases.ttcn +567 −2 File changed.Preview size limit exceeded, changes collapsed. Show changes
ttcn/AtsMec_Location/AtsMec_LocationAPI_TestControl.ttcn +9 −4 Original line number Diff line number Diff line Loading @@ -78,9 +78,15 @@ module AtsMec_LocationAPI_TestControl { execute(TC_MEC_MEC013_SRV_UETESTNOT_001_OK()); execute(TC_MEC_MEC013_SRV_UETESTNOT_002_OK()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_001_OK()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_OK_01()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_OK_02()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_OK_03()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_BR()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_002_NF()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_003_OK_01()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_003_OK_02()); execute(TC_MEC_MEC013_SRV_UEZONELOOK_003_NF()); execute(TC_MEC_MEC013_SRV_UEZONESUB_001_OK_01_01()); execute(TC_MEC_MEC013_SRV_UEZONESUB_001_OK_01_02()); Loading @@ -94,7 +100,6 @@ module AtsMec_LocationAPI_TestControl { execute(TC_MEC_MEC013_SRV_UEZONESUB_002_NF()); execute(TC_MEC_MEC013_SRV_UEZONESUB_003_OK()); execute(TC_MEC_MEC013_SRV_UEZONESUB_003_NF()); } } } // End of 'control' statement Loading
ttcn/LibMec/LocationAPI/ttcn/LocationAPI_Functions.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -194,7 +194,8 @@ module LocationAPI_Functions { function f_create_zone_location_event_subscription( out ZoneLocationEventNotification p_zone_location_event_notification, out charstring p_subscription_id out charstring p_subscription_id, in Address p_user := PX_USER ) runs on HttpComponent { var Headers v_headers; var HttpMessage v_response; Loading @@ -209,7 +210,7 @@ module LocationAPI_Functions { m_body_json_zone_location_event_subscription( m_zone_location_event_subscription( PX_CALLBACK_REF_URL, -, p_user, PX_ZONE_ID )))))); tc_ac.start; Loading