LocationAPI_Pixits.ttcn 779 Bytes
Newer Older
Yann Garcia's avatar
Yann Garcia committed
module LocationAPI_Pixits {
  
  // LibCommon
  import from LibCommon_BasicTypesAndValues all;

  // LibMec/LocationAPI
  import from LocationAPI_TypesAndValues all;
  
  modulepar universal charstring PX_ADDRESS := "acr:127.0.0.1";
  
  modulepar universal charstring PX_ACCESS_POINT_ID := "001010000000000000000000000000001";
  
  modulepar universal charstring PX_ZONE_ID := "zone01";
  
  modulepar universal charstring PX_RESOURCE_URL := "http://example.com/exampleAPI/location/v2/zones/zone01";

  modulepar TimeStamp PX_TIME_STAMP := { seconds := 1483231138, nanoSeconds := 0 };
  
  modulepar UInt32 PX_NB_ACCESS_POINTS := 3;
  
  modulepar UInt32 PX_NB_UNSERVICABLEL_ACCESS_POINTS := 1;
  
  modulepar UInt32 PX_NB_USERS := 10;
  
} // End of module LocationAPI_Pixits