Grant_Pixits.ttcn 521 Bytes
Newer Older
module Grant_Pixits {
  
  // JSON
  import from JSON all;

  // LibMec/LocationAPI
  import from Grant_TypesAndValues all;
  
  modulepar JSON.String	PX_APP_INSTANCE_ID :=	"5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f"
  
  modulepar Operation_type PX_APP_OPERATION := INSTANTIATE

  modulepar Operation_type_error PX_APP_OPERATION_ERROR := INSTANTIATE

  modulepar JSON.String PX_GRANTING_ID := "e0deee2b-6e50-4f33-ab09-8bf0585025d3"
  
  modulepar JSON.String PX_NON_EXISTANT_GRANTING_ID := "PX_NON_EXISTANT_GRANTING_ID"


}