LibMec_Pics.ttcn 615 Bytes
Newer Older
Yann Garcia's avatar
Yann Garcia committed
module LibMec_Pics {
  
  /**
   * @desc Does the IUT act as Edge Mobile Application?
Yann Garcia's avatar
Yann Garcia committed
   * TODO Renane into PIC_MEC_PLAT
Yann Garcia's avatar
Yann Garcia committed
   */
Yann Garcia's avatar
Yann Garcia committed
  modulepar boolean PICS_PLAT_IUT := false;
Yann Garcia's avatar
Yann Garcia committed
  
  /**
   * @desc Does the IUT act as Edge Mobile Application?
   * TODO Renane into PIC_RNSI
   */
  modulepar boolean PICS_RNIS_IUT := false;
Yann Garcia's avatar
Yann Garcia committed
  modulepar charstring PICS_ME_APP_Q_ZONE_ID_URI := "/exampleAPI/location/v2/zones";
Yann Garcia's avatar
Yann Garcia committed
  modulepar charstring PICS_ME_APP_Q_USERS_LIST_URI := "/exampleAPI/location/v2/users";
  
Yann Garcia's avatar
Yann Garcia committed
  modulepar charstring PICS_ME_APP_Q_UE_IDENTITY_ID_URI := "/exampleAPI/ui/v2/";
  
Yann Garcia's avatar
Yann Garcia committed
} // End of module LibMec_Pics