Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-AMF
Commits
b57dc98d
Commit
b57dc98d
authored
Feb 08, 2023
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup RegistrationRequest
parent
979f3404
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
60 deletions
+60
-60
src/nas/msgs/RegistrationRequest.cpp
src/nas/msgs/RegistrationRequest.cpp
+52
-52
src/nas/msgs/RegistrationRequest.hpp
src/nas/msgs/RegistrationRequest.hpp
+8
-8
No files found.
src/nas/msgs/RegistrationRequest.cpp
View file @
b57dc98d
This diff is collapsed.
Click to expand it.
src/nas/msgs/RegistrationRequest.hpp
View file @
b57dc98d
...
...
@@ -139,31 +139,31 @@ class RegistrationRequest : public NasMmPlainHeader {
void
SetNasMessageContainer
(
const
bstring
&
value
);
bool
GetNasMessageContainer
(
bstring
&
nas
)
const
;
bool
GetEpsNasMessageContainer
(
bstring
&
eps
N
as
)
const
;
// bool GetEpsNasMessageContainer(bstring& eps
N
as);
bool
GetEpsNasMessageContainer
(
bstring
&
eps
_n
as
)
const
;
// bool GetEpsNasMessageContainer(bstring& eps
_n
as);
void
SetEpsBearerContextsStatus
(
uint16_t
value
);
bool
GetEpsBearerContextStatus
(
uint16_t
&
value
)
const
;
public:
_5GSRegistrationType
ie_5gs_registration_type
;
// Mandatory
NasKeySetIdentifier
ie_ng
KSI
;
// Mandatory
NasKeySetIdentifier
ie_ng
_ksi
;
// Mandatory
_5GSMobileIdentity
ie_5gs_mobile_identity
;
// Mandatory
std
::
optional
<
NasKeySetIdentifier
>
ie_non_current_native_nas_ksi
;
// Optional
std
::
optional
<
_5GMMCapability
>
ie_5g_mm_capability
;
// Optional
std
::
optional
<
UESecurityCapability
>
ie_ue_security_capability
;
// Optional
std
::
optional
<
NSSAI
>
ie_requested_
NSSAI
;
// Optional
std
::
optional
<
NSSAI
>
ie_requested_
nssai
;
// Optional
std
::
optional
<
_5GSTrackingAreaIdentity
>
ie_last_visited_registered_
TAI
;
// Optional
ie_last_visited_registered_
tai
;
// Optional
std
::
optional
<
UENetworkCapability
>
ie_s1_ue_network_capability
;
// Optional
std
::
optional
<
UplinkDataStatus
>
ie_uplink_data_status
;
// Optional
std
::
optional
<
PDUSessionStatus
>
ie_
PDU
_session_status
;
// Optional
std
::
optional
<
MicoIndication
>
ie_
MICO
_indication
;
// Optional
std
::
optional
<
PDUSessionStatus
>
ie_
pdu
_session_status
;
// Optional
std
::
optional
<
MicoIndication
>
ie_
mico
_indication
;
// Optional
std
::
optional
<
UEStatus
>
ie_ue_status
;
// Optional
std
::
optional
<
_5GSMobileIdentity
>
ie_additional_guti
;
// Optional
std
::
optional
<
AllowedPDUSessionStatus
>
ie_allowed_
PDU
_session_status
;
// Optional
ie_allowed_
pdu
_session_status
;
// Optional
std
::
optional
<
UEUsageSetting
>
ie_ues_usage_setting
;
// Optional
std
::
optional
<
_5GS_DRX_Parameters
>
ie_5gs_drx_parameters
;
// Optional
std
::
optional
<
EPS_NAS_Message_Container
>
...
...
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