Newer
Older
module LocationAPI_Pixits {
// LibCommon
import from LibCommon_BasicTypesAndValues all;
// LibMec/LocationAPI
import from LocationAPI_TypesAndValues all;
YannGarcia
committed
modulepar Address PX_USER_UNKNOWN := "acr:192.0.0.200";
modulepar ClientCorrelator PX_CLIENT_ID := "0123";
modulepar ClientCorrelator PX_CLIENT_ID_UNKNOWN := "0666";
modulepar charstring PX_SUBSCRIPTION_ID := "subscription0123";
modulepar charstring PX_SUBSCRIPTION_ID_UNKNOWN := "subscription0666";
modulepar AccessPointId PX_ACCESS_POINT_ID := "zone1-poa1";
YannGarcia
committed
modulepar ResourceURL PX_RESOURCE_URL := "http://meep-loc-serv/etsi-013/location/v1/users/ue1";
modulepar UInt32 PX_NB_UNSERVICABLEL_ACCESS_POINTS := 1;
modulepar UInt32 PX_NB_USERS := 10;
modulepar CallbackReference PX_CALLBACK_REF_URL := { "http://clientApp.example.com/location_notifications/123456" };