Commit d0ed27c8 authored by canterburym's avatar canterburym
Browse files

Updating comments from LM

parent 295afd9e
Loading
Loading
Loading
Loading
Loading
+14 −6
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 ([133-134] 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,
@@ -199,8 +199,12 @@ XIRIEvent ::= CHOICE

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

    -- In release 17 version 16, mMSConvertedFromEmail is tag 133 and mMSConvertedToEmail is tag 134
    -- MMS-related events continued from choice 35
    -- In V17.15.0 (threeGPP(4) ts33128(19) r17(17) version12(12)) and
    -- in V17.16.0 (threeGPP(4) ts33128(19) r17(17) version13(13)),
    -- tag 134 was mMSConvertedFromEmail (now tag 165) and
    -- tag 135 was mMSConvertedToEmail (now tag 166).
    -- These fields were renumbered to avoid conflict and permit interoperability
    -- with newer releases.
    mMSConvertedFromEmail                               [165] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail
}
@@ -255,7 +259,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 ([133-134] 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,
@@ -395,8 +399,12 @@ IRIEvent ::= CHOICE

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

    -- In release 17 version 16, mMSConvertedFromEmail is tag 133 and mMSConvertedToEmail is tag 134
    -- MMS-related events continued from choice 35
    -- In V17.15.0 (threeGPP(4) ts33128(19) r17(17) version12(12)) and
    -- in V17.16.0 (threeGPP(4) ts33128(19) r17(17) version13(13)),
    -- tag 134 was mMSConvertedFromEmail (now tag 165) and
    -- tag 135 was mMSConvertedToEmail (now tag 166).
    -- These fields were renumbered to avoid conflict and permit interoperability
    -- with newer releases.
    mMSConvertedFromEmail                               [165] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail
}