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-Simple
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
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
CommunityXG
OpenXG-AMF-Simple
Commits
2005bdea
Commit
2005bdea
authored
Jun 26, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quick fix for missing 5GMM Capability
parent
1688a75e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/nas/msgs/RegistrationRequest.cpp
src/nas/msgs/RegistrationRequest.cpp
+2
-0
No files found.
src/nas/msgs/RegistrationRequest.cpp
View file @
2005bdea
...
...
@@ -123,7 +123,9 @@ void RegistrationRequest::set5G_MM_capability(uint8_t value){
ie_5g_mm_capability
=
new
_5GMMCapability
(
0x10
,
value
);
}
uint8_t
RegistrationRequest
::
get5GMMCapability
(){
if
(
ie_5g_mm_capability
!=
nullptr
)
return
ie_5g_mm_capability
->
getValue
();
else
return
-
1
;
}
void
RegistrationRequest
::
setUE_Security_Capability
(
uint8_t
g_EASel
,
uint8_t
g_IASel
)
{
ie_ue_security_capability
=
new
UESecurityCapability
(
0x2E
,
g_EASel
,
g_IASel
);
...
...
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