From dee50fc3167c507407c50bedc405881ac064f1c2 Mon Sep 17 00:00:00 2001 From: hawbakert Date: Mon, 12 Jan 2026 14:01:07 +0000 Subject: [PATCH 1/8] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 3938a708..7c5f4249 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -342,7 +342,11 @@ XIRIEvent ::= CHOICE mCXManagementMessage [194] MCXManagementMessage, mCVideoTransmissionControlMessage [195] MCVideoTransmissionControlMessage, mCDataFileDistribution [196] MCDataFileDistribution, - mCPTTFloorControlMessage [197] MCPTTFloorControlMessage + mCPTTFloorControlMessage [197] MCPTTFloorControlMessage, + + -- IMS events, see clause 7.12.4.2, continued from tag 181 + iMSDataChannelRootApplicationResponse [162] IMSDataChannelRootApplicationResponse, + iMSDataChannelApplicationProfileList [163] IMSDataChannelApplicationProfileList } -- ============== @@ -668,7 +672,11 @@ IRIEvent ::= CHOICE mCXManagementMessage [194] MCXManagementMessage, mCVideoTransmissionControlMessage [195] MCVideoTransmissionControlMessage, mCDataFileDistribution [196] MCDataFileDistribution, - mCPTTFloorControlMessage [197] MCPTTFloorControlMessage + mCPTTFloorControlMessage [197] MCPTTFloorControlMessage, + + -- IMS events, see clause 7.12.4.2, continued from tag 181 + iMSDataChannelRootApplicationResponse [162] IMSDataChannelRootApplicationResponse, + iMSDataChannelApplicationProfileList [163] IMSDataChannelApplicationProfileList } IRITargetIdentifier ::= SEQUENCE @@ -5028,6 +5036,26 @@ StartOfInterceptionWithEstablishedIMSDataChannel ::= SEQUENCE mediaInstructions [5] SBIType OPTIONAL } +-- See clause 7.12.4.2.X for details of this structure +IMSDataChannelRootApplicationResponse ::= SEQUENCE +{ + targetIdentity [1] IMPU, + callingIdentity [2] IMPU OPTIONAL, + calledIdentity [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL, + dCStreamID [4] Integer OPTIONAL, + rootApplicationResponse [5] SBIType OPTIONAL +} + +-- See clause 7.12.4.2.Y for details of this structure +IMSDataChannelApplicationProfileList ::= SEQUENCE +{ + targetIdentity [1] IMPU, + callingIdentity [2] IMPU OPTIONAL, + calledIdentity [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL, + sessionEventNotification [4] SBIType OPTIONAL, + dCApplicationProfileListResponse [5] SBIType OPTIONAL +} + -- ========= -- IMS CCPDU -- ========= -- GitLab From 90e6636b317e98b9a0a091939b127e3d1f41e08a Mon Sep 17 00:00:00 2001 From: hawbakert Date: Mon, 12 Jan 2026 14:11:43 +0000 Subject: [PATCH 2/8] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 7c5f4249..3cf9f624 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -345,8 +345,8 @@ XIRIEvent ::= CHOICE mCPTTFloorControlMessage [197] MCPTTFloorControlMessage, -- IMS events, see clause 7.12.4.2, continued from tag 181 - iMSDataChannelRootApplicationResponse [162] IMSDataChannelRootApplicationResponse, - iMSDataChannelApplicationProfileList [163] IMSDataChannelApplicationProfileList + iMSDataChannelRootApplicationResponse [198] IMSDataChannelRootApplicationResponse, + iMSDataChannelApplicationProfileList [199] IMSDataChannelApplicationProfileList } -- ============== @@ -675,8 +675,8 @@ IRIEvent ::= CHOICE mCPTTFloorControlMessage [197] MCPTTFloorControlMessage, -- IMS events, see clause 7.12.4.2, continued from tag 181 - iMSDataChannelRootApplicationResponse [162] IMSDataChannelRootApplicationResponse, - iMSDataChannelApplicationProfileList [163] IMSDataChannelApplicationProfileList + iMSDataChannelRootApplicationResponse [198] IMSDataChannelRootApplicationResponse, + iMSDataChannelApplicationProfileList [199] IMSDataChannelApplicationProfileList } IRITargetIdentifier ::= SEQUENCE -- GitLab From 5b9d53f8f5b8c089c12fada627bfabbee19256a5 Mon Sep 17 00:00:00 2001 From: hawbakert Date: Mon, 12 Jan 2026 14:15:51 +0000 Subject: [PATCH 3/8] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 3cf9f624..052486f6 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -5042,7 +5042,7 @@ IMSDataChannelRootApplicationResponse ::= SEQUENCE targetIdentity [1] IMPU, callingIdentity [2] IMPU OPTIONAL, calledIdentity [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL, - dCStreamID [4] Integer OPTIONAL, + dCStreamID [4] INTEGER OPTIONAL, rootApplicationResponse [5] SBIType OPTIONAL } @@ -5052,7 +5052,7 @@ IMSDataChannelApplicationProfileList ::= SEQUENCE targetIdentity [1] IMPU, callingIdentity [2] IMPU OPTIONAL, calledIdentity [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL, - sessionEventNotification [4] SBIType OPTIONAL, + dCStreamID [4] INTEGER OPTIONAL, dCApplicationProfileListResponse [5] SBIType OPTIONAL } -- GitLab From 4ec0ecf7786fbc6fee48b98b39ee632b078a8b09 Mon Sep 17 00:00:00 2001 From: hawbakert Date: Tue, 13 Jan 2026 15:49:18 +0000 Subject: [PATCH 4/8] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 052486f6..3a99df93 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -345,9 +345,8 @@ XIRIEvent ::= CHOICE mCPTTFloorControlMessage [197] MCPTTFloorControlMessage, -- IMS events, see clause 7.12.4.2, continued from tag 181 - iMSDataChannelRootApplicationResponse [198] IMSDataChannelRootApplicationResponse, - iMSDataChannelApplicationProfileList [199] IMSDataChannelApplicationProfileList -} + iMSDataChannelApplicationResponse [198] IMSDataChannelApplicationResponse + } -- ============== -- X3 xCC payload @@ -675,8 +674,7 @@ IRIEvent ::= CHOICE mCPTTFloorControlMessage [197] MCPTTFloorControlMessage, -- IMS events, see clause 7.12.4.2, continued from tag 181 - iMSDataChannelRootApplicationResponse [198] IMSDataChannelRootApplicationResponse, - iMSDataChannelApplicationProfileList [199] IMSDataChannelApplicationProfileList + iMSDataChannelApplicationResponse [198] IMSDataChannelApplicationResponse } IRITargetIdentifier ::= SEQUENCE @@ -5037,23 +5035,25 @@ StartOfInterceptionWithEstablishedIMSDataChannel ::= SEQUENCE } -- See clause 7.12.4.2.X for details of this structure -IMSDataChannelRootApplicationResponse ::= SEQUENCE +IMSDataChannelApplicationResponse ::= SEQUENCE { - targetIdentity [1] IMPU, + targetIdentity [1] IMSSubscriberIDs, callingIdentity [2] IMPU OPTIONAL, - calledIdentity [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL, - dCStreamID [4] INTEGER OPTIONAL, - rootApplicationResponse [5] SBIType OPTIONAL + applicationUEInformation [3] SEQUENCE OF ApplicationUEInformation OPTIONAL, + dCStreamID [4] INTEGER (0..65535) OPTIONAL, + getApplicationResponse [5] CHOICE OF ApplicationResponse } --- See clause 7.12.4.2.Y for details of this structure -IMSDataChannelApplicationProfileList ::= SEQUENCE +ApplicationUEInformation ::= SEQUENCE { - targetIdentity [1] IMPU, - callingIdentity [2] IMPU OPTIONAL, - calledIdentity [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL, - dCStreamID [4] INTEGER OPTIONAL, - dCApplicationProfileListResponse [5] SBIType OPTIONAL + deviceVendor [1] UTF8String, + deviceType [2] UTF8String +} + +ApplicationResponse ::= CHOICE +{ + getRootApplicationResponse [1] SBIType, + getDCApplicationProfileListResponse [2] SBIType } -- ========= -- GitLab From 707db34e4acb051e00bba34827f74b10eabe0c2a Mon Sep 17 00:00:00 2001 From: hawbakert Date: Tue, 13 Jan 2026 15:51:04 +0000 Subject: [PATCH 5/8] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 3a99df93..591b4160 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -5041,7 +5041,7 @@ IMSDataChannelApplicationResponse ::= SEQUENCE callingIdentity [2] IMPU OPTIONAL, applicationUEInformation [3] SEQUENCE OF ApplicationUEInformation OPTIONAL, dCStreamID [4] INTEGER (0..65535) OPTIONAL, - getApplicationResponse [5] CHOICE OF ApplicationResponse + getApplicationResponse [5] SEQUENCE OF ApplicationResponse } ApplicationUEInformation ::= SEQUENCE -- GitLab From f611ce4cd1c6c91e1f03041d37a70efdc74c4087 Mon Sep 17 00:00:00 2001 From: hawbakert Date: Tue, 27 Jan 2026 15:53:38 +0000 Subject: [PATCH 6/8] Apply 3 suggestion(s) to 1 file(s) Co-authored-by: Steije van Schelt <22-vanschelts@users.noreply.gitlab.example.com> --- 33128/r19/TS33128Payloads.asn | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 591b4160..c0780f4c 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -5037,23 +5037,23 @@ StartOfInterceptionWithEstablishedIMSDataChannel ::= SEQUENCE -- See clause 7.12.4.2.X for details of this structure IMSDataChannelApplicationResponse ::= SEQUENCE { - targetIdentity [1] IMSSubscriberIDs, - callingIdentity [2] IMPU OPTIONAL, - applicationUEInformation [3] SEQUENCE OF ApplicationUEInformation OPTIONAL, - dCStreamID [4] INTEGER (0..65535) OPTIONAL, - getApplicationResponse [5] SEQUENCE OF ApplicationResponse + targetIdentity [1] IMSSubscriberIDs, + callingIdentity [2] IMPU OPTIONAL, + applicationUEInformation [3] SEQUENCE OF ApplicationUEInformation OPTIONAL, + dCStreamID [4] INTEGER (0..65535) OPTIONAL, + getApplicationResponse [5] SEQUENCE OF ApplicationResponse } ApplicationUEInformation ::= SEQUENCE { - deviceVendor [1] UTF8String, - deviceType [2] UTF8String + deviceVendor [1] UTF8String, + deviceType [2] UTF8String } ApplicationResponse ::= CHOICE { - getRootApplicationResponse [1] SBIType, - getDCApplicationProfileListResponse [2] SBIType + getRootApplicationResponse [1] SBIType, + getDCApplicationProfileListResponse [2] SBIType } -- ========= -- GitLab From 2666578a5d5da5ef6a4886e3858173894fc9ab7d Mon Sep 17 00:00:00 2001 From: hawbakert Date: Tue, 27 Jan 2026 15:56:40 +0000 Subject: [PATCH 7/8] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Steije van Schelt <22-vanschelts@users.noreply.gitlab.example.com> --- 33128/r19/TS33128Payloads.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index c0780f4c..3b689821 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -674,7 +674,7 @@ IRIEvent ::= CHOICE mCPTTFloorControlMessage [197] MCPTTFloorControlMessage, -- IMS events, see clause 7.12.4.2, continued from tag 181 - iMSDataChannelApplicationResponse [198] IMSDataChannelApplicationResponse + iMSDataChannelApplicationResponse [198] IMSDataChannelApplicationResponse } IRITargetIdentifier ::= SEQUENCE -- GitLab From 51d925f04bdfdf0ec21449e021aebd9c4f73e9d6 Mon Sep 17 00:00:00 2001 From: hawbakert Date: Wed, 28 Jan 2026 09:38:28 +0000 Subject: [PATCH 8/8] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: canterburym --- 33128/r19/TS33128Payloads.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 3b689821..fc621365 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -5041,7 +5041,7 @@ IMSDataChannelApplicationResponse ::= SEQUENCE callingIdentity [2] IMPU OPTIONAL, applicationUEInformation [3] SEQUENCE OF ApplicationUEInformation OPTIONAL, dCStreamID [4] INTEGER (0..65535) OPTIONAL, - getApplicationResponse [5] SEQUENCE OF ApplicationResponse + getApplicationResponse [5] ApplicationResponse } ApplicationUEInformation ::= SEQUENCE -- GitLab