From 77a84321d15234d15a5ebbe9231fdba07975e31e Mon Sep 17 00:00:00 2001 From: grahamj Date: Mon, 16 Oct 2023 16:08:41 +0000 Subject: [PATCH 1/3] Update file TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 077d9eeb..45474f12 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -5578,6 +5578,8 @@ HandoverType ::= ENUMERATED fiveGStoUTRA(4) } +HomeNetworkIdentifier ::= UTF8String + HomeNetworkPublicKeyID ::= OCTET STRING HSMFURI ::= UTF8String @@ -5892,9 +5894,11 @@ SUCI ::= SEQUENCE protectionSchemeID [4] ProtectionSchemeID, homeNetworkPublicKeyID [5] HomeNetworkPublicKeyID, schemeOutput [6] SchemeOutput, - routingIndicatorLength [7] INTEGER (1..4) OPTIONAL + routingIndicatorLength [7] INTEGER (1..4) OPTIONAL, -- shall be included if different from the number of meaningful digits given -- in routingIndicator + sUPIType [8] SUPIType OPTIONAL, + homeNetworkIdentifier [9] HomeNetworkIdentifier OPTIONAL } SUPI ::= CHOICE @@ -5905,6 +5909,8 @@ SUPI ::= CHOICE SUPIUnauthenticatedIndication ::= BOOLEAN +SUPIType ::= INTEGER (1..7) + SupportedTAList ::= SEQUENCE (SIZE(1..MAX)) OF TAItem SwitchOffIndicator ::= ENUMERATED -- GitLab From d0379c295d955e95b642ce92d300fbe70eb745c4 Mon Sep 17 00:00:00 2001 From: grahamj Date: Tue, 24 Oct 2023 07:28:38 +0000 Subject: [PATCH 2/3] Update file TS33128Payloads.asn --- 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 45474f12..033ee7f4 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -5909,7 +5909,7 @@ SUPI ::= CHOICE SUPIUnauthenticatedIndication ::= BOOLEAN -SUPIType ::= INTEGER (1..7) +SUPIType ::= INTEGER (0..7) SupportedTAList ::= SEQUENCE (SIZE(1..MAX)) OF TAItem -- GitLab From a5db4ef063a4c0d2c30dd4a1c47fe57cdbce80cd Mon Sep 17 00:00:00 2001 From: grahamj Date: Thu, 26 Oct 2023 14:50:43 +0000 Subject: [PATCH 3/3] Update file TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 033ee7f4..35beea71 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -5894,9 +5894,9 @@ SUCI ::= SEQUENCE protectionSchemeID [4] ProtectionSchemeID, homeNetworkPublicKeyID [5] HomeNetworkPublicKeyID, schemeOutput [6] SchemeOutput, + -- shall be included if different from the number of meaningful digits given + -- in routingIndicator routingIndicatorLength [7] INTEGER (1..4) OPTIONAL, - -- shall be included if different from the number of meaningful digits given - -- in routingIndicator sUPIType [8] SUPIType OPTIONAL, homeNetworkIdentifier [9] HomeNetworkIdentifier OPTIONAL } -- GitLab