LibMec_Pixits.ttcn 814 Bytes
Newer Older
Yann Garcia's avatar
Yann Garcia committed
module LibMec_Pixits {

  modulepar charstring PX_ME_APP_Q_ZONE_ID_URI := "/location/v2/zones";
  modulepar charstring PX_ME_APP_Q_USERS_LIST_URI := "/location/v2/users";
  modulepar charstring PX_ME_APP_Q_DIST_URI := "/location/v2/subscriptions/distance";
  modulepar charstring PX_ME_APP_Q_USERS_LOC_SUB_URI := "/location/v2/subscriptions/userTracking";

  modulepar charstring PX_ME_APP_Q_USERS_TRACK_SUB_URI := "/location/v2/subscriptions/periodic";
  modulepar charstring PX_ME_APP_Q_USERS_INF_SUB_URI := "/location/v2/subscriptions/zonalTraffic";

  modulepar charstring PX_ME_APP_Q_UE_IDENTITY_ID_URI := "/ui/v2/";
  modulepar charstring PX_RNIS_SUBSCRITIONS_URI := "/rni/v2/subscriptions/";
  modulepar charstring PX_ME_BWM_URI := "/bwm/v2/bw_allocations";
Yann Garcia's avatar
Yann Garcia committed
} // End of module LibMec_Pixits