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

initial-changes-for-success-wi

parent f9088b2f
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;

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