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

TS 33.128 CR0748 - Correcting misaligned tag numbers (R16)

parent 618ea16d
Loading
Loading
Loading
Loading
+21 −9
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ XIRIEvent ::= CHOICE

    -- tag 16 is reserved because there is no equivalent mDFCellSiteReport in XIRIEvent

    -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([65-66] below)
    -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([165-166] below)
    mMSSend                                             [17] MMSSend,
    mMSSendByNonLocalTarget                             [18] MMSSendByNonLocalTarget,
    mMSNotification                                     [19] MMSNotification,
@@ -120,9 +120,15 @@ XIRIEvent ::= CHOICE
    -- PDU to MA PDU session-related events, see clause 6.2.3.2.8
    sMFPDUtoMAPDUSessionModification                    [64] SMFPDUtoMAPDUSessionModification,
    
    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [65] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [66] MMSConvertedToEmail
    -- Tags 65 to 164 are not used in this version of the specification
    
    -- In V16.18.0 (threeGPP(4) ts33128(19) r16(16) version16(16)),
    -- tag 65 was mMSConvertedFromEmail (now tag 165) and
    -- tag 66 was mMSConvertedToEmail (now tag 166).
    -- These fields were renumbered in V16.19.0 (threeGPP(4) ts33128(19) r16(16) version17(17))
    -- to avoid conflict and permit interoperability with newer releases.
    mMSConvertedFromEmail                               [165] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail
}

-- ==============
@@ -175,7 +181,7 @@ IRIEvent ::= CHOICE
    -- MDF-related events, see clause 7.3.2
    mDFCellSiteReport                                   [16] MDFCellSiteReport,

    -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([65-66] below)
    -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([165-166] below)
    mMSSend                                             [17] MMSSend,
    mMSSendByNonLocalTarget                             [18] MMSSendByNonLocalTarget,
    mMSNotification                                     [19] MMSNotification,
@@ -237,9 +243,15 @@ IRIEvent ::= CHOICE
    -- PDU to MA PDU session-related events, see clause 6.2.3.2.8
    sMFPDUtoMAPDUSessionModification                    [64] SMFPDUtoMAPDUSessionModification,

    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [65] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [66] MMSConvertedToEmail 
    -- Tags 65-164 are not used in this version of the specification

    -- In V16.18.0 (threeGPP(4) ts33128(19) r16(16) version16(16)),
    -- tag 65 was mMSConvertedFromEmail (now tag 165) and
    -- tag 66 was mMSConvertedToEmail (now tag 166).
    -- These fields were renumbered in V16.19.0 (threeGPP(4) ts33128(19) r16(16) version17(17))
    -- to avoid conflict and permit interoperability with newer releases.
    mMSConvertedFromEmail                               [165] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail
}

IRITargetIdentifier ::= SEQUENCE
+3 −1
Original line number Diff line number Diff line
@@ -18,7 +18,9 @@
        "Enumerations for MMSReplyCharging start at 0, not 1",
        "Enumerations for MMStatusExtension start at 0, not 1",
        "Tag 2 missing in LALSReport",
        "Tag 6 missing in LALSReport"
        "Tag 6 missing in LALSReport",
        "Tags 65-164 missing in XIRIEvent",
        "Tags 65-164 missing in IRIEvent"
    ],
    "33128/r17/TS33128Payloads.asn" : [
        "Tag 100 XIRIEvent field 'n9HRPDUSessionInfo' is not present in IRIEvent",