Commit ad715ad4 authored by Lian Araujo's avatar Lian Araujo
Browse files

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
parent f9088b2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

+6 −0
Original line number Diff line number Diff line
@@ -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
}