From 1778afde51e85e175eadfe4dc088697af7c5b5ae Mon Sep 17 00:00:00 2001 From: grahamj Date: Mon, 16 Oct 2023 15:52:59 +0000 Subject: [PATCH 1/5] Update file TS33128Payloads.asn --- 33128/r16/TS33128Payloads.asn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index 3ad6a488..6fb205ba 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -2289,9 +2289,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 -- GitLab From c96b9352bf5d74e45587458116dbd96f562d8bdb Mon Sep 17 00:00:00 2001 From: grahamj Date: Mon, 16 Oct 2023 15:53:52 +0000 Subject: [PATCH 2/5] Update file TS33128Payloads.asn --- 33128/r16/TS33128Payloads.asn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index 6fb205ba..163d137c 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -2135,6 +2135,8 @@ GUMMEI ::= SEQUENCE mNC [3] MNC } +HomeNetworkIdentifier ::= UTF8String + HomeNetworkPublicKeyID ::= OCTET STRING HSMFURI ::= UTF8String @@ -2302,6 +2304,8 @@ SUPI ::= CHOICE nAI [2] NAI } +SUPIType ::= INTEGER (1..7) + SUPIUnauthenticatedIndication ::= BOOLEAN TargetIdentifier ::= CHOICE -- GitLab From 6b1d984f825416ac50580891fde77e27ca4ed6ac Mon Sep 17 00:00:00 2001 From: grahamj Date: Tue, 24 Oct 2023 07:27:09 +0000 Subject: [PATCH 3/5] Update file TS33128Payloads.asn --- 33128/r16/TS33128Payloads.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index 163d137c..bd046633 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -2304,7 +2304,7 @@ SUPI ::= CHOICE nAI [2] NAI } -SUPIType ::= INTEGER (1..7) +SUPIType ::= INTEGER (0..7) SUPIUnauthenticatedIndication ::= BOOLEAN -- GitLab From dbae6babc68332c3e59a5799482a108d7a329c88 Mon Sep 17 00:00:00 2001 From: grahamj Date: Tue, 24 Oct 2023 23:36:37 +0000 Subject: [PATCH 4/5] Update file TS33128Payloads.asn --- 33128/r16/TS33128Payloads.asn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index bd046633..8be36b55 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -2292,9 +2292,14 @@ SUCI ::= SEQUENCE homeNetworkPublicKeyID [5] HomeNetworkPublicKeyID, schemeOutput [6] SchemeOutput, routingIndicatorLength [7] INTEGER (1..4) OPTIONAL, - -- shall be included if different from the number of - -- meaningful digits given in routingIndicator + -- the sUPIType and homeNetworkIdentifier fields are OPTIONAL to support reporting SUCIs in + -- the format defined in 23.003 [19] version 15.0.0 to 15.4.0 + -- to report SUCIs in the format defined in 23.003 [19] version 15.0.0 sUPIType [8] SUPIType OPTIONAL, + -- if the sUPIType is '0' the homeNetworkIdentifier is the PLMN and may be absent as it is reported + -- as the MCC and MNC above + -- if the sUPIType is not '0' the mCC and mNC fields above + -- shall be populated with '000' and ignored by the receiver. homeNetworkIdentifier [9] HomeNetworkIdentifier OPTIONAL } -- GitLab From 4631222978b85e90bccb39c914b27913df9225ec Mon Sep 17 00:00:00 2001 From: grahamj Date: Fri, 27 Oct 2023 01:51:51 +0000 Subject: [PATCH 5/5] Update file TS33128Payloads.asn --- 33128/r16/TS33128Payloads.asn | 1 + 1 file changed, 1 insertion(+) diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index 8be36b55..0e855160 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -2137,6 +2137,7 @@ GUMMEI ::= SEQUENCE HomeNetworkIdentifier ::= UTF8String +-- This parameter shall be encoded as an octet string as a single octet containing the Home Network Public ID. HomeNetworkPublicKeyID ::= OCTET STRING HSMFURI ::= UTF8String -- GitLab