Commit 860ed015 authored by Yann Garcia's avatar Yann Garcia
Browse files

Adding new TPs for subscription

parent 9e04a697
Loading
Loading
Loading
Loading
+864 −24

File changed.

Preview size limit exceeded, changes collapsed.

+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ Package CISE_Common {
    type Integer;
    type string with s of type STRING;
    type XML;
    type DateTime;
    type PullRequest;                   // ETSI GS CDM 004 V1.0.0 Clause 7.2.2 PullRequest (extends Message)
    type PullResponse;                  // ETSI GS CDM 004 V1.0.0 Clause 7.2.3 PullResponse (extends Message)
    type Push;                          // ETSI GS CDM 004 V1.0.0 Clause 7.2.4 Push (extends Message)
@@ -192,6 +193,10 @@ Package CISE_Common {
    // Timers
    Integer RESPONSE_TIMEOUT;     // Response timeout

    // DateTimes
    DateTime CURENT_TIME_PLUS_ONE_HOUR;  // Current time plus one hour
    DateTime CURENT_TIME_MINUS_ONE_HOUR; // Current time minus one hour
    
    // Agent
    CDM_UNIQUE_IDENTIFIER AGENT_IDENTIFIER;
    CDM_UNIQUE_IDENTIFIER AGENT_UNKNOWN_IDENTIFIER;
Original line number Diff line number Diff line
Subproject commit 554d6b6b3ce1e51d88267a3c946cd30caac97a55
Subproject commit 25b94cec2e9370310eabe936d429f54eae02ffd1