Commit 46cf0102 authored by Yann Garcia's avatar Yann Garcia
Browse files

Adding new TPs for subscriptions lookup

parent 860ed015
Loading
Loading
Loading
Loading
+980 −118

File changed.

Preview size limit exceeded, changes collapsed.

+6 −1
Original line number Original line Diff line number Diff line
@@ -11,10 +11,12 @@ Package CISE_Common {
      - PICS_CDM_VESSEL_SERVICE   // Set to true if Vessel service is supported by the ServiceRegistry
      - PICS_CDM_VESSEL_SERVICE   // Set to true if Vessel service is supported by the ServiceRegistry
      - PICS_CDM_ACTION_SERVICE   // Set to true if Action service is supported by the ServiceRegistry
      - PICS_CDM_ACTION_SERVICE   // Set to true if Action service is supported by the ServiceRegistry
      - PICS_CDM_ANOMALY_SERVICE  // Set to true if Anomaly service is supported by the ServiceRegistry
      - PICS_CDM_ANOMALY_SERVICE  // Set to true if Anomaly service is supported by the ServiceRegistry
      - PICS_CDM_DOCUMENT_SERVICE // Set to true if Document service is supported by the ServiceRegistry
      - PICS_CDM_CERTIFICATE_DOCUMENT_SERVICE // Set to true if Document service is supported by the ServiceRegistry
      - PICS_CDM_INCIDENT_SERVICE // Set to true if Document service is supported by the ServiceRegistry
      - PICS_CDM_INCIDENT_SERVICE // Set to true if Document service is supported by the ServiceRegistry
      - PICS_CDM_METEO_SERVICE    // Set to true if MeteoCondition service is supported by the ServiceRegistry
      - PICS_CDM_METEO_SERVICE    // Set to true if MeteoCondition service is supported by the ServiceRegistry
      - PICS_CDM_ORGANIZATION_SERVICE
      - PICS_CDM_ORGANIZATION_SERVICE
      - PICS_CDM_IRREGULAR_MIGRATION_INCIDENT_SERVICE
      - PICS_CDM_LAW_INFRINGEMENT_INCIDENT_SERVICE
      - PICS_CDM_RISK_SERVICE     // Set to true if Risk service is supported by the ServiceRegistry
      - PICS_CDM_RISK_SERVICE     // Set to true if Risk service is supported by the ServiceRegistry
      - PICS_CDM_CARGO_SERVICE    // Set to true if Cargo service is supported by the ServiceRegistry
      - PICS_CDM_CARGO_SERVICE    // Set to true if Cargo service is supported by the ServiceRegistry
      // TODO Add PICS for other services
      // TODO Add PICS for other services
@@ -61,6 +63,7 @@ Package CISE_Common {
    type CDM_SERVIDE_ID;                // ETSI GS CDM 004 V1.0.0 Clause 6.3 Service
    type CDM_SERVIDE_ID;                // ETSI GS CDM 004 V1.0.0 Clause 6.3 Service
    type CDM_LOCATION;                  // ETSI GS CDM 005 V1.5.3 Clause 7.1.20.2.1.3 Association Roles
    type CDM_LOCATION;                  // ETSI GS CDM 005 V1.5.3 Clause 7.1.20.2.1.3 Association Roles
    type CDM_UNIQUE_IDENTIFIER;         // ETSI GS CDM 005 V1.5.3 Clause 7.1.4 Agent Core Entity
    type CDM_UNIQUE_IDENTIFIER;         // ETSI GS CDM 005 V1.5.3 Clause 7.1.4 Agent Core Entity
    type Subscription;


    // HTTP messages
    // HTTP messages
    type HttpHeaders with
    type HttpHeaders with
@@ -200,6 +203,8 @@ Package CISE_Common {
    // Agent
    // Agent
    CDM_UNIQUE_IDENTIFIER AGENT_IDENTIFIER;
    CDM_UNIQUE_IDENTIFIER AGENT_IDENTIFIER;
    CDM_UNIQUE_IDENTIFIER AGENT_UNKNOWN_IDENTIFIER;
    CDM_UNIQUE_IDENTIFIER AGENT_UNKNOWN_IDENTIFIER;
    
    Subscription VESSEL_SUBSCRIPTION;
  }
  }


  Configuration {
  Configuration {