Commit 5df4eeb9 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/102232-5/041' into 'meeting/LI66'

TS 102 232-5 CR041r3 - Reporting Post Dialled Digits in IMS Network – 232-5

See merge request !154
parents d8732c1f e24dd835
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -120,10 +120,13 @@ IPIRIContents ::= CHOICE
    iRIOnlyOriginalIPMMMessage  [5] OCTET STRING,
    iRIOnlyOriginalIPMMMessage  [5] OCTET STRING,
        -- Copy of the IP MM signalling packet including the original IP and UDP/TCP headers
        -- Copy of the IP MM signalling packet including the original IP and UDP/TCP headers
        -- see clause 5.2.6.
        -- see clause 5.2.6.
    iRIOnlySIPMessage           [6] SIPMessage
    iRIOnlySIPMessage           [6] SIPMessage,
        -- Copy of the SIP content and the source and destination IP address of the intercepted
        -- Copy of the SIP content and the source and destination IP address of the intercepted
        -- SIP message as transmitted on the network layer.
        -- SIP message as transmitted on the network layer.
        -- (see clause 5.2.6 and 5.2.7).
        -- (see clause 5.2.6 and 5.2.7).
    iRIOnlyRTPPacket            [7] OCTET STRING
        -- Copy of the RTP packet containing telephony events including the original IP and UDP headers
        -- (see clause 5.2.X).
}
}


SIPMessage ::= SEQUENCE
SIPMessage ::= SEQUENCE