LibMec_Pics.ttcn 262 Bytes
Newer Older
Yann Garcia's avatar
Yann Garcia committed
module LibMec_Pics {
  
  /**
   * @desc Does the IUT act as Edge Mobile Application?
   */
  modulepar boolean PICS_ME_APP_IUT := false;
  
  modulepar charstring PICS_ME_APP_Q_ZONE_ID_URI := "/exampleAPI/location/v2/zones/";
  
} // End of module LibMec_Pics