LibMec_Pics.ttcn 894 Bytes
Newer Older
Yann Garcia's avatar
Yann Garcia committed
module LibMec_Pics {
  
  /**
   * @desc Does the IUT act as Edge Mobile Application?
   */
YannGarcia's avatar
YannGarcia committed
  modulepar boolean PICS_MEC_PLAT := false;
Yann Garcia's avatar
Yann Garcia committed
  
  /**
   * @desc Does the IUT act as Edge Mobile Application?
   */
YannGarcia's avatar
YannGarcia committed
  modulepar boolean PICS_RNIS := false;
  modulepar boolean PICS_MEC_SYSTEM := false;
  modulepar boolean PICS_SERVICES := false;
  modulepar boolean PICS_NOTIFICATIONS := false;
  modulepar boolean PICS_APP_PACKAGE := false;
  modulepar boolean PICS_APP_PACKAGE_MANAGEMENT := false;
  modulepar boolean PICS_APP_PACKAGE_NOTIFICATIONS := false;
  modulepar boolean PICS_RNIS_QUERY := false;
  modulepar boolean PICS_RNIS_ALL_SUBSCRIPTIONS := false;
  modulepar boolean PICS_RNIS_SPECIFIC_SUBSCRIPTION := false;
  modulepar boolean PICS_RNIS_NOTIFICATIONS := false;
  
  modulepar charstring PICS_ROOT_API := "exampleAPI";
Yann Garcia's avatar
Yann Garcia committed
} // End of module LibMec_Pics