module.mk 1.92 KB
Newer Older
suite := AtsMEC

sources := \
    AtsMec_EdgePlatformApplicationEnablementAPI_TestCases.ttcn  \
    AtsMec_TrafficManagementAPI_TestCases.ttcn  \
YannGarcia's avatar
YannGarcia committed
    AtsMec_MultiAccessSteeringInfoAPI_TestCases.ttcn  \
    AtsMec_LocationAPI_TestCases.ttcn  \
    AtsMec_RnisAPI_TestCases.ttcn  \
    AtsMec_TestControl.ttcn  \
    AtsMec_UEAppInterfaceAPI_TestCases.ttcn  \
    AtsMec_UEidentityAPI_TestCases.ttcn  \
    AtsMec_V2XInformationServiceAPI_TestCases.ttcn \
    AtsMec_DeviceApplicationInterfaceAPI_TestCases.ttcn \
    AtsMec_WlanInformationAPI_TestCases.ttcn \
    AtsMec_ApplicationPackageLifecycleAndOperationGrantingAPI_TestCases.ttcn  \
#    AtsMec_FixedAccessInfoAPI_TestCases.ttcn  \

YannGarcia's avatar
YannGarcia committed
#    AtsMec_RadioNodeLocationAPI_TestCases.ttcn  \

modules :=  ../LibCommon \
            ../LibIts  \
            ../LibIts/ttcn/Http \
            ../LibMec \
            ../LibMec/EdgePlatformApplicationEnablementAPI \
            ../LibMec/ApplicationPackageLifecycleAndOperationGrantingAPI \
            ../LibMec/TrafficManagementAPI \
            ../LibMec/LocationAPI \
            ../LibMec/RnisAPI \
            ../LibMec/UEAppInterfaceAPI \
            ../LibMec/UEidentityAPI \
            ../LibMec/V2XInformationServiceAPI \
            ../LibMec/DeviceApplicationInterfaceAPI \
            ../LibMec/WlanInformationAPI \
            ../LibMec/ApplicationMobilityServiceAPI \
            ../../ccsrc/Ports/LibHttp \
            ../../ccsrc/EncDec/LibHttp \
            ../../ccsrc/EncDec/LibMec \
            ../../ccsrc/Framework \
            ../../ccsrc/externals \
            ../../ccsrc/loggers \
            ../../ccsrc/Protocols/ETH \
            ../../ccsrc/Protocols/Http \
            ../../ccsrc/Protocols/Json \
            ../../ccsrc/Protocols/Pcap \
            ../../ccsrc/Protocols/Tcp \
            ../modules/titan.TestPorts.Common_Components.Abstract_Socket \