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 3b05bf294f21bf049e443a8d6c864142a2640d21..f6b591941f95bfe3a96df7a9d35ca67148ee0d5f 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,11 +30,13 @@ 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; -- 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.