Commit 7bd35c37 authored by canterburym's avatar canterburym
Browse files

Reordering IRI/xIRI tags to be consistent across R18 and R19

parent f3fa1b18
Loading
Loading
Loading
Loading
Loading
+24 −23
Original line number Diff line number Diff line
@@ -285,23 +285,23 @@ XIRIEvent ::= CHOICE
    iMSDataChannelModification                          [163] IMSDataChannelModification,
    iMSDataChannelTermination                           [164] IMSDataChannelTermination,

    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [165] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail,

    -- NEF events, see clause 7.7.X.1
    nEF5GVNGroupCreation                                [165] NEF5GVNGroupCreation,
    nEF5GVNGroupUpdate                                  [166] NEF5GVNGroupUpdate,
    nEF5GVNGroupDeletion                                [167] NEF5GVNGroupDeletion,
    nEF5GVNGroupQuery                                   [168] NEF5GVNGroupQuery,
    nEF5GVNGroupCreation                                [167] NEF5GVNGroupCreation,
    nEF5GVNGroupUpdate                                  [168] NEF5GVNGroupUpdate,
    nEF5GVNGroupDeletion                                [169] NEF5GVNGroupDeletion,
    nEF5GVNGroupQuery                                   [170] NEF5GVNGroupQuery,

    -- HSS events, see clause 7.2.3.3
    hSSSubscriberRecordChange                           [169] HSSSubscriberRecordChange,
    hSSSubscriberRecordChange                           [171] HSSSubscriberRecordChange,

    -- IMS HSS events, see clause 7.2.4.3
    iMSHSSServingSystemMessage                          [170] IMSHSSServingSystemMessage,
    iMSHSSStartOfInterceptionWithRegisteredTarget       [171] IMSHSSStartOfInterceptionWithRegisteredTarget,
    iMSHSSSubscriberRecordChange                        [172] IMSHSSSubscriberRecordChange,

    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [173] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [174] MMSConvertedToEmail,
    iMSHSSServingSystemMessage                          [172] IMSHSSServingSystemMessage,
    iMSHSSStartOfInterceptionWithRegisteredTarget       [173] IMSHSSStartOfInterceptionWithRegisteredTarget,
    iMSHSSSubscriberRecordChange                        [174] IMSHSSSubscriberRecordChange,

    -- AMF events, see clause 6.2.2.2.14, continued from tag 147
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate
@@ -573,23 +573,24 @@ IRIEvent ::= CHOICE
    iMSDataChannelModification                          [163] IMSDataChannelModification,
    iMSDataChannelTermination                           [164] IMSDataChannelTermination,

    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [165] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail,

    -- NEF events, see clause 7.7.X.2
    nEF5GVNGroupCreation                                [165] NEF5GVNGroupCreation,
    nEF5GVNGroupUpdate                                  [166] NEF5GVNGroupUpdate,
    nEF5GVNGroupDeletion                                [167] NEF5GVNGroupDeletion,
    nEF5GVNGroupQuery                                   [168] NEF5GVNGroupQuery,
    nEF5GVNGroupCreation                                [167] NEF5GVNGroupCreation,
    nEF5GVNGroupUpdate                                  [168] NEF5GVNGroupUpdate,
    nEF5GVNGroupDeletion                                [169] NEF5GVNGroupDeletion,
    nEF5GVNGroupQuery                                   [170] NEF5GVNGroupQuery,
    
    -- HSS events, see clause 7.2.3.3
    hSSSubscriberRecordChange                           [169] HSSSubscriberRecordChange,
    hSSSubscriberRecordChange                           [171] HSSSubscriberRecordChange,

    -- IMS HSS events, see clause 7.2.4.3
    iMSHSSServingSystemMessage                          [170] IMSHSSServingSystemMessage,
    iMSHSSStartOfInterceptionWithRegisteredTarget       [171] IMSHSSStartOfInterceptionWithRegisteredTarget,
    iMSHSSSubscriberRecordChange                        [172] IMSHSSSubscriberRecordChange,
    iMSHSSServingSystemMessage                          [172] IMSHSSServingSystemMessage,
    iMSHSSStartOfInterceptionWithRegisteredTarget       [173] IMSHSSStartOfInterceptionWithRegisteredTarget,
    iMSHSSSubscriberRecordChange                        [174] IMSHSSSubscriberRecordChange,
    
    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [173] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [174] MMSConvertedToEmail,
    -- AMF events, see clause 6.2.2.3, continued from tag 147
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate
}