Commit 007b2581 authored by canterburym's avatar canterburym
Browse files

Merge branch 'post_meeting_update_refs' into 'meeting/SA94e'

Updating references

See merge request li-trial!122
parents db1e1568 45eed95c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ IRIEvent ::= CHOICE
    pDHeaderReport                                      [14] PDHeaderReport,
    pDSummaryReport                                     [15] PDSummaryReport,

    -- MDF-related events, see clause 7.3.4
    -- MDF-related events, see clause 7.3.2
    mDFCellSiteReport                                   [16] MDFCellSiteReport,

    -- MMS-related events, see clause 7.4.2
+12 −12
Original line number Diff line number Diff line
@@ -169,13 +169,13 @@ XIRIEvent ::= CHOICE
    n9HRPDUSessionInfo                                  [100] N9HRPDUSessionInfo,
    s8HRBearerInfo                                      [101] S8HRBearerInfo,

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

    -- STIR SHAKEN and RCD/eCNAM Events, see clause 7.X.2
    -- STIR SHAKEN and RCD/eCNAM Events, see clause 7.11.2
    sTIRSHAKENSignatureGeneration                       [103] STIRSHAKENSignatureGeneration,
    sTIRSHAKENSignatureValidation                       [104] STIRSHAKENSignatureValidation,
    -- IMS events, see clause 7.X.4.2
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession
}
@@ -226,7 +226,7 @@ IRIEvent ::= CHOICE
    pDHeaderReport                                      [14] PDHeaderReport,
    pDSummaryReport                                     [15] PDSummaryReport,

    -- MDF-related events, see clause 7.3.4
    -- MDF-related events, see clause 7.3.2
    mDFCellSiteReport                                   [16] MDFCellSiteReport,

    -- MMS-related events, see clause 7.4.2
@@ -339,14 +339,14 @@ 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
    -- Separated Location Reporting, see clause 7.3.4
    separatedLocationReporting                          [102] SeparatedLocationReporting,

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

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

@@ -2802,7 +2802,7 @@ PTCAccessPolicyFailure ::= ENUMERATED
-- IMS definitions
-- ===============

-- See clause 7.X.4.2.1 for details of this structure
-- See clause 7.12.4.2.1 for details of this structure
IMSMessage ::= SEQUENCE
{
    payload               [1] IMSPayload,
@@ -2810,7 +2810,7 @@ IMSMessage ::= SEQUENCE
    voIPRoamingIndication [3] VoIPRoamingIndication OPTIONAL,
    location              [6] Location OPTIONAL
}
-- See clause 7.X.4.2.3 for details of this structure
-- See clause 7.12.4.2.3 for details of this structure
StartOfInterceptionForActiveIMSSession ::= SEQUENCE
{
    originatingId         [1] SEQUENCE OF IMPU,
@@ -2858,13 +2858,13 @@ HeaderOnlyIndication ::= BOOLEAN
-- STIR/SHAKEN/RCD/eCNAM definitions
-- =================================

-- See clause 7.X.2.1.2 for details of this structure
-- See clause 7.11.2.1.2 for details of this structure
STIRSHAKENSignatureGeneration ::= SEQUENCE
{
    pASSporTs [1] SEQUENCE OF PASSporT
}

-- See clause 7.X.2.1.3 for details of this structure
-- See clause 7.11.2.1.3 for details of this structure
STIRSHAKENSignatureValidation ::= SEQUENCE
{
    pASSporTs                 [1] SEQUENCE OF PASSporT OPTIONAL,
+1 −1

File changed.

Contains only whitespace changes.