Commit d2f7efa9 authored by aligungr's avatar aligungr

EServiceReqCause refactor

parent 4fce9d0b
...@@ -457,31 +457,31 @@ enum class EServiceReqCause ...@@ -457,31 +457,31 @@ enum class EServiceReqCause
{ {
// unspecified cause // unspecified cause
UNSPECIFIED, UNSPECIFIED,
// the UE, in 5GMM-IDLE mode over 3GPP access, receives a paging request from the network // a) the UE, in 5GMM-IDLE mode over 3GPP access, receives a paging request from the network
IDLE_PAGING, IDLE_PAGING,
// the UE, in 5GMM-CONNECTED mode over 3GPP access, receives a notification from the network with access type // b) the UE, in 5GMM-CONNECTED mode over 3GPP access, receives a notification from the network with access type
// indicating non-3GPP access // indicating non-3GPP access
CONNECTED_3GPP_NOTIFICATION_N3GPP, CONNECTED_3GPP_NOTIFICATION_N3GPP,
// the UE, in 5GMM-IDLE mode over 3GPP access, has uplink signalling pending // c) the UE, in 5GMM-IDLE mode over 3GPP access, has uplink signalling pending
IDLE_UPLINK_SIGNAL_PENDING, IDLE_UPLINK_SIGNAL_PENDING,
// the UE, in 5GMM-IDLE mode over 3GPP access, has uplink user data pending // d) the UE, in 5GMM-IDLE mode over 3GPP access, has uplink user data pending
IDLE_UPLINK_DATA_PENDING, IDLE_UPLINK_DATA_PENDING,
// the UE, in 5GMM-CONNECTED mode or in 5GMM-CONNECTED mode with RRC inactive indication, has user data pending due // e) the UE, in 5GMM-CONNECTED mode or in 5GMM-CONNECTED mode with RRC inactive indication, has user data pending
// to no user-plane resources established for PDU session(s) used for user data transport // due to no user-plane resources established for PDU session(s) used for user data transport
CONNECTED_UPLINK_DATA_PENDING, CONNECTED_UPLINK_DATA_PENDING,
// the UE in 5GMM-IDLE mode over non-3GPP access, receives an indication from the lower layers of non-3GPP access, // f) the UE in 5GMM-IDLE mode over non-3GPP access, receives an indication from the lower layers of non-3GPP
// that the access stratum connection is established between UE and network // access, that the access stratum connection is established between UE and network
NON_3GPP_AS_ESTABLISHED, NON_3GPP_AS_ESTABLISHED,
// the UE, in 5GMM-IDLE mode over 3GPP access, receives a notification from the network with access type indicating // g) the UE, in 5GMM-IDLE mode over 3GPP access, receives a notification from the network with access type
// 3GPP access when the UE is in 5GMM-CONNECTED mode over non-3GPP access // indicating 3GPP access when the UE is in 5GMM-CONNECTED mode over non-3GPP access
IDLE_3GPP_NOTIFICATION_N3GPP, IDLE_3GPP_NOTIFICATION_N3GPP,
// the UE, in 5GMM-IDLE, 5GMM-CONNECTED mode over 3GPP access, or 5GMM-CONNECTED mode with RRC inactive indication, // h) the UE, in 5GMM-IDLE, 5GMM-CONNECTED mode over 3GPP access, or 5GMM-CONNECTED mode with RRC inactive
// receives a request for emergency services fallback from the upper layer and performs emergency services fallback // indication, receives a request for emergency services fallback from the upper layer and performs emergency
// as specified in subclause 4.13.4.2 of 3GPP TS 23.502 [9] // services fallback as specified in subclause 4.13.4.2 of 3GPP TS 23.502 [9]
EMERGENCY_FALLBACK, EMERGENCY_FALLBACK,
// the UE, in 5GMM-CONNECTED mode over 3GPP access or in 5GMM-CONNECTED mode with RRC inactive indication, receives // i) the UE, in 5GMM-CONNECTED mode over 3GPP access or in 5GMM-CONNECTED mode with RRC inactive indication,
// a fallback indication from the lower layers (see subclauses 5.3.1.2 and 5.3.1.4) and or the UE has a pending NAS // receives a fallback indication from the lower layers (see subclauses 5.3.1.2 and 5.3.1.4) and or the UE has a
// procedure other than a registration, service request, or de-registration procedure // pending NAS procedure other than a registration, service request, or de-registration procedure
FALLBACK_INDICATION FALLBACK_INDICATION
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment