AtsMec_EdgePlatformApplicationEnablementAPI_TestControl.ttcn 510 Bytes
Newer Older
module AtsMec_EdgePlatformApplicationEnablementAPI_TestControl {
  
  // LibMec/AppEnablementAPI
  import from EdgePlatformApplicationEnablementAPI_Pics all;
  
  // LibMec
  import from LibMec_Pics all;
  
  // AtsMec_EdgePlatformApplicationEnablementAPI
  import from AtsMec_EdgePlatformApplicationEnablementAPI_TestCases all;
  
  control {
    
    if (PICS_MEC_PLAT and PICS_SERVICES) {
    }

  } // End of 'control' statement

} // End of module AtsMec_EdgePlatformApplicationEnablementAPI_TestControl