From f38effec480a7d580026955f632f4dba359959c0 Mon Sep 17 00:00:00 2001 From: rengasamis Date: Wed, 19 Jun 2024 13:01:53 +0000 Subject: [PATCH 1/3] Update file IPMultimediaPDU.asn --- 102232-5/IPMultimediaPDU.asn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/102232-5/IPMultimediaPDU.asn b/102232-5/IPMultimediaPDU.asn index f2e7dfa..837922e 100644 --- a/102232-5/IPMultimediaPDU.asn +++ b/102232-5/IPMultimediaPDU.asn @@ -120,10 +120,13 @@ IPIRIContents ::= CHOICE iRIOnlyOriginalIPMMMessage [5] OCTET STRING, -- Copy of the IP MM signalling packet including the original IP and UDP/TCP headers -- 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 -- SIP message as transmitted on the network layer. -- (see clause 5.2.6 and 5.2.7). + iRIOnlyRTPTelephonyEvent [7] OCTET STRING + -- Copy of the RTP packet containing telephony events including the original IP and UDP/TCP headers + -- (see clause 5.2.X). } SIPMessage ::= SEQUENCE -- GitLab From 28743a6c92deb3fe93842de5e3c1351c4406bb16 Mon Sep 17 00:00:00 2001 From: rengasamis Date: Thu, 20 Jun 2024 12:59:40 +0000 Subject: [PATCH 2/3] Update file IPMultimediaPDU.asn --- 102232-5/IPMultimediaPDU.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/102232-5/IPMultimediaPDU.asn b/102232-5/IPMultimediaPDU.asn index 837922e..4be50ed 100644 --- a/102232-5/IPMultimediaPDU.asn +++ b/102232-5/IPMultimediaPDU.asn @@ -124,7 +124,7 @@ IPIRIContents ::= CHOICE -- Copy of the SIP content and the source and destination IP address of the intercepted -- SIP message as transmitted on the network layer. -- (see clause 5.2.6 and 5.2.7). - iRIOnlyRTPTelephonyEvent [7] OCTET STRING + iRIOnlyRTPPacket [7] OCTET STRING -- Copy of the RTP packet containing telephony events including the original IP and UDP/TCP headers -- (see clause 5.2.X). } -- GitLab From 48f9fbf6274d10adf06c55182fcd4fcc8bfd845b Mon Sep 17 00:00:00 2001 From: rengasamis Date: Fri, 21 Jun 2024 08:20:06 +0000 Subject: [PATCH 3/3] Update file IPMultimediaPDU.asn --- 102232-5/IPMultimediaPDU.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/102232-5/IPMultimediaPDU.asn b/102232-5/IPMultimediaPDU.asn index 4be50ed..1915031 100644 --- a/102232-5/IPMultimediaPDU.asn +++ b/102232-5/IPMultimediaPDU.asn @@ -125,7 +125,7 @@ IPIRIContents ::= CHOICE -- SIP message as transmitted on the network layer. -- (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/TCP headers + -- Copy of the RTP packet containing telephony events including the original IP and UDP headers -- (see clause 5.2.X). } -- GitLab