Commit 8018b08f authored by canterburym's avatar canterburym
Browse files

Rationalising ASN.1 tag numbers

parent 95205d5e
Loading
Loading
Loading
Loading
Loading
+14 −13
Original line number Diff line number Diff line
@@ -169,15 +169,15 @@ XIRIEvent ::= CHOICE
    n9HRPDUSessionInfo                                  [100] N9HRPDUSessionInfo,
    s8HRBearerInfo                                      [101] S8HRBearerInfo,

    -- Separated Location Reporting, see clause 7.3.X
    separatedLocationReporting                          [102] SeparatedLocationReporting,

    -- STIR SHAKEN and RCD/eCNAM Events, see clause 7.X.2
    sTIRSHAKENSignatureGeneration                       [2581] STIRSHAKENSignatureGeneration,
    sTIRSHAKENSignatureValidation                       [2582] STIRSHAKENSignatureValidation,
    sTIRSHAKENSignatureGeneration                       [103] STIRSHAKENSignatureGeneration,
    sTIRSHAKENSignatureValidation                       [104] STIRSHAKENSignatureValidation,
    -- IMS events, see clause 7.X.4.2
    iMSMessage                                          [2721] IMSMessage,
    startOfInterceptionForActiveIMSSession              [2722] StartOfInterceptionForActiveIMSSession,

    -- Separated Location Reporting, see clause 7.3.X
    separatedLocationReporting                          [2731] SeparatedLocationReporting
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession
}

-- ==============
@@ -339,16 +339,17 @@ IRIEvent ::= CHOICE
    -- tag 100 is reserved because there is no equivalent n9HRPDUSessionInfo in IRIEvent.
    -- tag 101 is reserved because there is no equivalent S8HRBearerInfo in IRIEvent.
    
    -- Separated Location Reporting, see clause 7.3.X
    separatedLocationReporting                          [102] SeparatedLocationReporting,

    -- STIR SHAKEN and RCD/eCNAM Events, see clause 7.X.3
    sTIRSHAKENSignatureGeneration                       [2581] STIRSHAKENSignatureGeneration,
    sTIRSHAKENSignatureValidation                       [2582] STIRSHAKENSignatureValidation,
    sTIRSHAKENSignatureGeneration                       [103] STIRSHAKENSignatureGeneration,
    sTIRSHAKENSignatureValidation                       [104] STIRSHAKENSignatureValidation,

    -- IMS events, see clause 7.X.4.2
    iMSMessage                                          [2721] IMSMessage,
    startOfInterceptionForActiveIMSSession              [2722] StartOfInterceptionForActiveIMSSession,
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession

    -- Separated Location Reporting, see clause 7.3.X
    separatedLocationReporting                          [2731] SeparatedLocationReporting
}

IRITargetIdentifier ::= SEQUENCE