From c35d88b8a31c43c0f14501e9aaaae6f78c939e01 Mon Sep 17 00:00:00 2001 From: "David Lecompte (Huawei)" Date: Thu, 20 Mar 2025 10:52:46 +0000 Subject: [PATCH 1/2] Split preparation and sending of the RRC message --- .../stage-3/06_Connection_Control/06.01 Connection Setup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/stage-3/06_Connection_Control/06.01 Connection Setup.md b/specification/stage-3/06_Connection_Control/06.01 Connection Setup.md index 3b05bf2..83d75b5 100644 --- a/specification/stage-3/06_Connection_Control/06.01 Connection Setup.md +++ b/specification/stage-3/06_Connection_Control/06.01 Connection Setup.md @@ -34,7 +34,9 @@ Upon initiation of the procedure, the UE shall: - start timer T300; -- prepare and transmit the [*ConnectionSetupRequest*](./asn1/Uu-6G-ConnectionControl.asn) message in accordance with its ASN.1 definition. +- prepare the [*ConnectionSetupRequest*](./asn1/Uu-6G-ConnectionControl.asn) message in accordance with its ASN.1 definition; + +- submit the [*ConnectionSetupRequest*](./asn1/Uu-6G-ConnectionControl.asn) message to lower layers for transmission. #### 6.1.1.3 Reception of the ConnectionSetup by the UE @@ -46,4 +48,4 @@ Upon reception of the [*ConnectionFailure*](../06_Connection_Control/asn1/Uu-6G- - stop timer T300; - reset MAC; -- continue operation in RRC_IDLE, upon which the procedure ends. \ No newline at end of file +- continue operation in RRC_IDLE, upon which the procedure ends. -- GitLab From 07bef052ee9b983880db5cdd8592676d80b41bb5 Mon Sep 17 00:00:00 2001 From: caozh Date: Fri, 21 Mar 2025 06:23:18 +0000 Subject: [PATCH 2/2] Update 06.01 Connection Setup.md: removed Uu --- .../stage-3/06_Connection_Control/06.01 Connection Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/stage-3/06_Connection_Control/06.01 Connection Setup.md b/specification/stage-3/06_Connection_Control/06.01 Connection Setup.md index 83d75b5..f6b5919 100644 --- a/specification/stage-3/06_Connection_Control/06.01 Connection Setup.md +++ b/specification/stage-3/06_Connection_Control/06.01 Connection Setup.md @@ -30,7 +30,7 @@ Upon initiation of the procedure, the UE shall: - if the access attempt is barred, the procedure ends; -- apply the Uu configuration according to [SIB1](../05%20Idle%20and%20Inactive%20Mode/asn1/Uu-6G-SystemInformation.asn) or, for parameters not configured therein, the default configuration according to the respective clauses of the specification; +- apply the configuration according to [SIB1](../05%20Idle%20and%20Inactive%20Mode/asn1/Uu-6G-SystemInformation.asn) or, for parameters not configured therein, the default configuration according to the respective clauses of the specification; - start timer T300; -- GitLab