AtsMec_TestControl.ttcn 393 Bytes
Newer Older
Yann Garcia's avatar
Yann Garcia committed
module AtsMec_TestControl {
  
  // LibMec_LocationAPI
  import from LocationAPI_Pics all;
  
  // LibMec
  import from LibMec_Pics all;
  
  // AtsMec
  import from AtsMec_LocationAPI_TestCases all;
  
  control {
    
    if (PICS_ME_APP_IUT) {
      if (PICS_LOCATION_API_SUPPORTED) {
        execute(TC_MEC_PLAT_MP1_LOC_BV_001());
      }
    }
  }

} // End of module AtsMec_TestControl