Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
UERANSIM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
UERANSIM
Commits
d2f7efa9
Commit
d2f7efa9
authored
Apr 04, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EServiceReqCause refactor
parent
4fce9d0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
src/ue/types.hpp
src/ue/types.hpp
+16
-16
No files found.
src/ue/types.hpp
View file @
d2f7efa9
...
@@ -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
// p
ending NAS p
rocedure other than a registration, service request, or de-registration procedure
FALLBACK_INDICATION
FALLBACK_INDICATION
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment