diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index 357171a38e52da6368d32bbf005a9de93937cf7e..de7cd62b6c3e1a99a85851e44628bb497a147663 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -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, @@ -117,12 +117,18 @@ XIRIEvent ::= CHOICE aMFIdentifierAssocation [62] AMFIdentifierAssocation, mMEIdentifierAssocation [63] MMEIdentifierAssocation, - -- PDU to MA PDU session-related events, see clause 6.2.3.2.8 + -- 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 diff --git a/testing/asn_lint_exceptions.json b/testing/asn_lint_exceptions.json index 78c822471dd29b620c24439e3e0d54d3fa470e2e..83976727663a19470876aab0aeb780e04d245b9f 100644 --- a/testing/asn_lint_exceptions.json +++ b/testing/asn_lint_exceptions.json @@ -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",