Commit 165856b1 authored by canterburym's avatar canterburym Committed by canterburym
Browse files

Updating comments from LM

parent 956f39df
Loading
Loading
Loading
Loading
+12 −8
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,
@@ -122,9 +122,11 @@ XIRIEvent ::= CHOICE
    
    -- Tags 64 to 164 are not used in this version of the specification
    
    -- in release 16 versions 15 and 16, mMSConvertedFromEmail is tag 65 and mMSConvertedToEmail is tag 66
    -- MMS-related events continued from choice 35

    -- 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
}
@@ -179,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,
@@ -243,9 +245,11 @@ IRIEvent ::= CHOICE

    -- Tags 64-164 are not used in this version of the specification

    -- in release 16 versions 15 and 16, mMSConvertedFromEmail is tag 65 and mMSConvertedToEmail is tag 66
    -- MMS-related events continued from choice 35

    -- 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
}