Ams_Pixits.ttcn 713 Bytes
Newer Older
Elian Kraja's avatar
Elian Kraja committed
module Ams_Pixits {
  
  // JSON
  import from JSON all;
Elian Kraja's avatar
Elian Kraja committed

  // LibMec/LocationAPI
  import from Ams_TypesAndValues all;
  
  modulepar JSON.String PX_APP_MOBILITY_SERVICE_ID := "KtRGymNQ84dG3mQfRepa"
  modulepar JSON.String PX_APP_INS_ID := "5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f"
  modulepar JSON.String PX_SUBSCRIPTION_TYPE := "MobilityProcedureSubscription"
  modulepar JSON.String PX_SUBSCRIPTION_ID := "e0deee2b-6e50-4f33-ab09-8bf0585025d3"
  modulepar JSON.String PX_NON_EXISTENT_SUBSCRIPTION_ID := "NON_EXISTENT_SUBSCRIPTION_ID"
  modulepar JSON.String PX_CALLBACK_REFERENCE :=	"http://127.0.0.1/callback"
  
  modulepar JSON.String PX_MEP_ID := "";
Elian Kraja's avatar
Elian Kraja committed
  
} // End of module LocationAPI_Pixits