From 04c0b2dd38cc6c0fbdf73a8c4c23047f311caed3 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Fri, 5 Apr 2024 21:10:36 +0000 Subject: [PATCH 1/3] Added the indication that the 3GPP2 sms message user data was redacted --- 33128/r18/TS33128Payloads.asn | 1 + 1 file changed, 1 insertion(+) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index c7975b96..dee741e6 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -7468,6 +7468,7 @@ PredefinedPayloadModification ::= ENUMERATED rCSSubjectContentRemoval(12), rCSGeolocationPUSHContentRemoval(13), rCSFileURLContentRemoval(14) + threeGPP2SMSUserDataRedaction(15) } PayloadModificationDescription ::= SEQUENCE -- GitLab From 97a90741518be7837926114e97c367ad6521de61 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Fri, 5 Apr 2024 21:14:54 +0000 Subject: [PATCH 2/3] Added "," to the list before the new field --- 33128/r18/TS33128Payloads.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index dee741e6..a95c3327 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -7467,7 +7467,7 @@ PredefinedPayloadModification ::= ENUMERATED rCSTextContentRemoval(11), rCSSubjectContentRemoval(12), rCSGeolocationPUSHContentRemoval(13), - rCSFileURLContentRemoval(14) + rCSFileURLContentRemoval(14), threeGPP2SMSUserDataRedaction(15) } -- GitLab From 0356114cb57c7a427486a038cc83ef8d1eab6a57 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 18 Apr 2024 18:37:27 +0000 Subject: [PATCH 3/3] Added the changes from CR0652 !264, for a the merge --- 33128/r18/TS33128Payloads.asn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index a95c3327..991ed8b8 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -3190,12 +3190,17 @@ SMSRPMessageReference ::= INTEGER (0..255) SMSTPDUData ::= CHOICE { - sMSTPDU [1] SMSTPDU, - truncatedSMSTPDU [2] TruncatedSMSTPDU + sMSTPDU [1] SMSTPDU, + truncatedSMSTPDU [2] TruncatedSMSTPDU, + redactedSMSTPDU [3] SMSTPDU, + threeGPP2SMSTPDU [4] ThreeGPP2SMSTPDU, + redacted3GPP2SMSTPDU [5] ThreeGPP2SMSTPDU } SMSTPDU ::= OCTET STRING (SIZE(1..270)) +ThreeGPP2SMSTPDU ::= OCTET STRING + TruncatedSMSTPDU ::= OCTET STRING (SIZE(1..130)) -- =============== -- GitLab