Commit 07a33b7e authored by Yann Garcia's avatar Yann Garcia
Browse files

TTF T027: TTCN-3 ATS MEC 013 finalized

parent f6052a81
Loading
Loading
Loading
Loading
+567 −2

File changed.

Preview size limit exceeded, changes collapsed.

+9 −4
Original line number Diff line number Diff line
@@ -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());
@@ -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
+3 −2
Original line number Diff line number Diff line
@@ -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;
@@ -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;