From 5bb941cbe191bed2f59cb4ed66a6e07e118041c1 Mon Sep 17 00:00:00 2001 From: "Pasi Laitinen (MediaTek)" Date: Wed, 5 Mar 2025 08:44:08 +0000 Subject: [PATCH] Corrected typos in UU-6G-ConnectionControl.asn --- .../06_Connection_Control/asn1/Uu-6G-ConnectionControl.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/stage-3/06_Connection_Control/asn1/Uu-6G-ConnectionControl.asn b/specification/stage-3/06_Connection_Control/asn1/Uu-6G-ConnectionControl.asn index 102ee1e..78c122b 100644 --- a/specification/stage-3/06_Connection_Control/asn1/Uu-6G-ConnectionControl.asn +++ b/specification/stage-3/06_Connection_Control/asn1/Uu-6G-ConnectionControl.asn @@ -7,8 +7,8 @@ ConnectionSetupRequest ::= SEQUENCE { /* If upper layers provide a 5G-S-TMSI, the UE shall set this field to the ng-5G-S-TMSI-Part1 (note: upper layers provide the 5G-S-TMSI if the UE is registered in the TA of the current cell.). Else, the UE shall set the field to a uniformly drawn random value in the range 0..549755813887. */ ue-Identity InitialUE-Identity, - /* If the UE establishmes the RRC connection as a result of release with redirect with mpsPriorityIndication, it shall set this field to "mps-PriorityAccess". Else, the UE shall set the field in accordance with the information received from upper layers. - NOTE: The network does not reject an RRCSetupRequest if the UE chooses a cause value that is unknown to the network. */ + /* If the UE establishes the RRC connection as a result of release with redirect with mpsPriorityIndication, it shall set this field to "mps-PriorityAccess". Else, the UE shall set the field in accordance with the information received from upper layers. + NOTE: The network does not reject a ConnectionSetupRequest if the UE chooses a cause value that is unknown to the network. */ establishmentCause EstablishmentCause, spare BIT STRING (SIZE (1)) -- GitLab