Commit 0dc7c2bf authored by Yann Garcia's avatar Yann Garcia
Browse files

Reorganize AtsMec_ApplicationMobiltyService

parent ec041337
Loading
Loading
Loading
Loading
+1739 −0

File added.

Preview size limit exceeded, changes collapsed.

+20 −0
Original line number Diff line number Diff line
module AtsMec_ApplicationMobiltyServiceAPI_TestControl {
  
  // LibMec_ApplicationMobiltyServiceAPI
  import from ApplicationMobilityServiceAPI_Pics all;
  
  // LibMec
  import from LibMec_Pics all;
  
  // AtsMec
  import from AtsMec_ApplicationMobiltyServiceAPI_TestCases all;

  
  control {
    
    if (PICS_MEC_PLAT and PICS_SERVICES) {
    }

  } // End of 'control' statement

} // End of module AtsMec_ApplicationMobiltyServiceAPI_TestControl 
+39 −0
Original line number Diff line number Diff line
suite := AtsMec_ApplicationMobiltyService

sources := \
    AtsMec_ApplicationMobiltyServiceAPI_TestCases.ttcn  \
    AtsMec_ApplicationMobiltyServiceAPI_TestControl.ttcn

modules :=  ../LibCommon \
            ../../titan-test-system-framework/ttcn/LibHelpers \
            ../../titan-test-system-framework/ttcn/LibHttp  \
            ../../titan-test-system-framework/ttcn/LibXsd \
            ../../titan-test-system-framework/ttcn/LibJson  \
            ../patch_lib_http \
            ../LibMec \
            ../LibMec/LocationAPI \
            ../LibMec/EdgePlatformApplicationEnablementAPI \
            ../LibMec/ApplicationPackageLifecycleAndOperationGrantingAPI \
            ../LibMec/TrafficManagementAPI \
            ../LibMec/UEAppInterfaceAPI \
            ../LibMec/UEidentityAPI \
            ../LibMec/V2XInformationServiceAPI \
            ../LibMec/DeviceApplicationInterfaceAPI \
            ../LibMec/WlanInformationAPI \
            ../LibMec/FixedAccessInformationServiceAPI \
            ../LibMec/ApplicationMobilityServiceAPI \
            ../LibMec/IoTAPI \
            ../LibMec/FederationEnablementAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
            ../../titan-test-system-framework/ccsrc/Protocols/Tcp \
            ../../titan-test-system-framework/ccsrc/Protocols/Xml \
            ../../titan-test-system-framework/ccsrc/Helpers \
            ../../ccsrc/Ports/LibHttp \
            ../../ccsrc/EncDec/LibMec \
            ../../ccsrc/externals \
            ../../ccsrc/Protocols/Http \
            ../../ccsrc/Protocols/Json \
            ../modules/titan.TestPorts.Common_Components.Abstract_Socket \