Commit 4fff320b authored by canterburym's avatar canterburym
Browse files

Renumbering tags

parent f06fa7cf
Loading
Loading
Loading
Loading
+16 −15
Original line number Diff line number Diff line
@@ -179,17 +179,18 @@ XIRIEvent ::= CHOICE
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,
    iMSCCUnavailable                                    [107] IMSCCUnavailable,

    -- UDM events, see clause 7.2.2
    uDMLocationInformationResult                        [904] UDMLocationInformationResult,
    uDMUEInformationResponse                            [905] UDMUEInformationResponse,
    uDMUEAuthenticationResponse                         [906] UDMUEAuthenticationResponse
    iMSCCUnavailable                                    [3140] IMSCCUnavailable
    uDMLocationInformationResult                        [108] UDMLocationInformationResult,
    uDMUEInformationResponse                            [109] UDMUEInformationResponse,
    uDMUEAuthenticationResponse                         [110] UDMUEAuthenticationResponse,

    -- AMF events, see 6.2.2.2.X
    positioningInfoTransfer                             [329] AMFPositioningInfoTransfer
    -- MME Events, see clause 6.3.2.2.X
    mMEPositioningInfoTransfer                          [0328] MMEPositioningInfoTransfer
    positioningInfoTransfer                             [111] AMFPositioningInfoTransfer,

    -- MME Events, see clause 6.3.2.2.X
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer,
}

-- ==============
@@ -361,18 +362,18 @@ IRIEvent ::= CHOICE
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,
    iMSCCUnavailable                                    [3140] IMSCCUnavailable
    iMSCCUnavailable                                    [107] IMSCCUnavailable

    -- MME Events, see clause 6.3.2.2.X
    mMEPositioningInfoTransfer                          [328] MMEPositioningInfoTransfer
    -- UDM events, see clause 7.2.2
    uDMLocationInformationResultRecord                  [108] UDMLocationInformationResult,
    uDMUEInformationResponse                            [109] UDMUEInformationResponse,
    uDMUEAuthenticationResponse                         [110] UDMUEAuthenticationResponse,

    -- AMF events, see 6.2.2.2.X
    positioningInfoTransfer                             [329] AMFPositioningInfoTransfer
    positioningInfoTransfer                             [111] AMFPositioningInfoTransfer

    -- UDM events, see clause 7.2.2
    uDMLocationInformationResultRecord                  [904] UDMLocationInformationResult,
    uDMUEInformationResponse                            [905] UDMUEInformationResponse,
    uDMUEAuthenticationResponse                         [906] UDMUEAuthenticationResponse
    -- MME Events, see clause 6.3.2.2.X
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer,
}

IRITargetIdentifier ::= SEQUENCE
+1 −1

File changed.

Contains only whitespace changes.