From ad715ad4979a04ccf975f588fdbcc510f928dd3a Mon Sep 17 00:00:00 2001 From: Lian Araujo Date: Tue, 18 Mar 2025 20:37:31 +0000 Subject: [PATCH 1/2] Update 2 files - /specification/stage-3/06_Connection_Control/asn1/Uu-6G-ConnectionControl.asn - /specification/stage-3/06_Connection_Control/06.01 Connection Setup.md --- .../stage-3/06_Connection_Control/06.01 Connection Setup.md | 2 +- .../06_Connection_Control/asn1/Uu-6G-ConnectionControl.asn | 6 ++++++ 2 files changed, 7 insertions(+), 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 3b05bf2..e728cbd 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 @@ -20,7 +20,7 @@ The purpose of this procedure is to establish an RRC connection between the UE a #### 6.1.1.2 Initiation -The UE initiates the procedure when upper layers request establishment of an RRC connection while the UE is in RRC_IDLE and it has acquired essential system information. +The UE initiates the procedure when upper layers request establishment of an RRC connection while the UE is in RRC_IDLE and it has acquired essential system information (or when it performs the procedures for another feature). The UE shall ensure having valid and up to date essential system information as specified in clause 5.2.2.2 before initiating this procedure. 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 909cfb5..451e4bb 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 @@ -27,6 +27,12 @@ EstablishmentCause ::= ENUMERATED { ConnectionFailure ::= SEQUENCE { failureReason ENUMERATED {congestion, spare7, spare6, spare5, spare4, spare3, spare2, spare1 }, + nonCriticalExtensions ConnectionFailure-r19 OPTIONAL +} + + +ConnectionFailure-r19 ::= SEQUENCE { + anotherFeature ENUMERATED {anotherParameter, spare7, spare6, spare5, spare4, spare3, spare2, spare1 }, nonCriticalExtensions SEQUENCE { } OPTIONAL } -- GitLab From d78f285e6b18e50f96c8e39ab96960dd3a55f8c8 Mon Sep 17 00:00:00 2001 From: Lian Araujo Date: Tue, 18 Mar 2025 21:32:57 +0000 Subject: [PATCH 2/2] Update 2 files - /specification/stage-3/06_Connection_Control/06.01 Connection Setup.md - /specification/stage-3/05_Idle_and_Inactive_Mode/05.02 System Information.md --- .../05_Idle_and_Inactive_Mode/05.02 System Information.md | 2 +- .../stage-3/06_Connection_Control/06.01 Connection Setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/stage-3/05_Idle_and_Inactive_Mode/05.02 System Information.md b/specification/stage-3/05_Idle_and_Inactive_Mode/05.02 System Information.md index 35b0f83..b30c9bb 100644 --- a/specification/stage-3/05_Idle_and_Inactive_Mode/05.02 System Information.md +++ b/specification/stage-3/05_Idle_and_Inactive_Mode/05.02 System Information.md @@ -4,7 +4,7 @@ System Information (SI) is divided into the *MIB* and a number of SIBs and posSIBs where: -- the *MIB* is always transmitted on the BCH with a periodicity of 80 ms and repetitions made within 80 ms (TS 38.212 \[17\], clause 7.1) and it includes parameters that are needed to acquire *SIB1* from the cell. The first transmission of the *MIB* is scheduled in subframes as defined in TS 38.213 \[13\], clause 4.1 and repetitions are scheduled according to the period of SSB; +- the *MIB* is always transmitted on the BCH with a periodicity of 80 ms and repetitions made within 80 ms (TS 38.212 \[17\], clause 7.1) and it includes parameters that are needed to acquire *SIB1* from the cell. The first transmission of the *MIB* is scheduled in subframes as defined in TS 38.213 \[13\], clause 4.1 and repetitions are re-scheduled according to the period of SSB; **NOTE** 1: If the period of SSB is larger than 20 ms, the MIB is transmitted with the same periodicity as that of SSB. 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 e728cbd..3da0347 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 @@ -24,7 +24,7 @@ The UE initiates the procedure when upper layers request establishment of an RRC The UE shall ensure having valid and up to date essential system information as specified in clause 5.2.2.2 before initiating this procedure. -Upon initiation of the procedure, the UE shall: +Upon initiation of the procedure, the UE shall also: - perform the unified access control procedure as specified in 5.3.14 using the Access Category and Access Identities provided by upper layers; -- GitLab