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

Merge branch 'success-wi' into 'test-to-check-conflicts'

Running CR for successful Failure WI

See merge request bergstromm/ran2_trial!30
parents 24f6d4e7 067c0be5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ A L2 U2N Remote UE in RRC_IDLE or RRC_INACTIVE can inform the interested SIB(s)

*NOTE*: The storage and management of the stored SIBs in addition to the SIBs valid for the current serving cell is left to UE implementation.

The UE shall:
The UE shall (including in case of success failure):

- delete any stored version of a SIB after 3 hours from the moment it was successfully confirmed as valid;

+7 −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 SI.
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 successful failure).

The UE shall ensure having valid and up to date essential SI as specified in clause 5.2.2.2 before initiating this procedure.

@@ -47,3 +47,9 @@ 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.

Upon reception of the [*ConnectionFailure*](../06_Connection_Control/asn1/Uu-6G-ConnectionControl.asn) message including successFailure, the UE shall:

- start timer T300;
- reset MAC;
- continue operation in RRC_IDLE, upon which the procedure ends.
 No newline at end of file
+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 {
    successReason ENUMERATED {nocongestion, spare7, spare6, spare5, spare4, spare3, spare2, spare1 },
    nonCriticalExtensions SEQUENCE { } OPTIONAL
}