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
c8e18b5c
Commit
c8e18b5c
authored
Apr 04, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EServiceReqCause added
parent
9d6b4b0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
src/ue/types.hpp
src/ue/types.hpp
+32
-0
No files found.
src/ue/types.hpp
View file @
c8e18b5c
...
...
@@ -451,6 +451,38 @@ enum class ERegUpdateCause
RESTRICTED_SERVICE_AREA
};
enum
class
EServiceReqCause
{
// unspecified cause
UNSPECIFIED
,
// the UE, in 5GMM-IDLE mode over 3GPP access, receives a paging request from the network
IDLE_PAGING
,
// the UE, in 5GMM-CONNECTED mode over 3GPP access, receives a notification from the network with access type
// indicating non-3GPP access
CONNECTED_3GPP_NOTIFICATION_N3GPP
,
// the UE, in 5GMM-IDLE mode over 3GPP access, has uplink signalling pending
IDLE_UPLINK_SIGNAL_PENDING
,
// the UE, in 5GMM-IDLE mode over 3GPP access, has uplink user 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
// to no user-plane resources established for PDU session(s) used for user data transport
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,
// that the access stratum connection is established between UE and network
NON_3GPP_AS_ESTABLISHED
,
// the UE, in 5GMM-IDLE mode over 3GPP access, receives a notification from the network with access type indicating
// 3GPP access when the UE is in 5GMM-CONNECTED mode over non-3GPP access
IDLE_3GPP_NOTIFICATION_N3GPP
,
// the UE, in 5GMM-IDLE, 5GMM-CONNECTED mode over 3GPP access, or 5GMM-CONNECTED mode with RRC inactive indication,
// receives a request for emergency services fallback from the upper layer and performs emergency services fallback
// as specified in subclause 4.13.4.2 of 3GPP TS 23.502 [9]
EMERGENCY_FALLBACK
,
// the UE, in 5GMM-CONNECTED mode over 3GPP access or in 5GMM-CONNECTED mode with RRC inactive indication, 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 pending NAS
// procedure other than a registration, service request, or de-registration procedure
FALLBACK_INDICATION
};
Json
ToJson
(
const
ECmState
&
state
);
Json
ToJson
(
const
ERmState
&
state
);
Json
ToJson
(
const
EMmState
&
state
);
...
...
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