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
62ee8399
Commit
62ee8399
authored
Jan 16, 2023
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue for 5GS Registration Result
parent
560c1dfb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
13 deletions
+7
-13
src/nas/ies/_5GS_Registration_Result.cpp
src/nas/ies/_5GS_Registration_Result.cpp
+4
-4
src/nas/ies/_5GS_Registration_Result.hpp
src/nas/ies/_5GS_Registration_Result.hpp
+3
-2
src/nas/msgs/RegistrationAccept.cpp
src/nas/msgs/RegistrationAccept.cpp
+0
-7
No files found.
src/nas/ies/_5GS_Registration_Result.cpp
View file @
62ee8399
...
@@ -32,7 +32,7 @@ _5GS_Registration_Result::_5GS_Registration_Result() : Type4NasIe() {
...
@@ -32,7 +32,7 @@ _5GS_Registration_Result::_5GS_Registration_Result() : Type4NasIe() {
nssaa_performed_
=
false
;
nssaa_performed_
=
false
;
sms_allowed_
=
false
;
sms_allowed_
=
false
;
value_
=
0
;
value_
=
0
;
SetLengthIndicator
(
k5gsRegistrationResultLength
);
SetLengthIndicator
(
k5gsRegistrationResult
Content
Length
);
SetIeName
(
k5gsRegistrationResultIeName
);
SetIeName
(
k5gsRegistrationResultIeName
);
}
}
...
@@ -43,7 +43,7 @@ _5GS_Registration_Result::_5GS_Registration_Result(uint8_t iei)
...
@@ -43,7 +43,7 @@ _5GS_Registration_Result::_5GS_Registration_Result(uint8_t iei)
nssaa_performed_
=
false
;
nssaa_performed_
=
false
;
sms_allowed_
=
false
;
sms_allowed_
=
false
;
value_
=
0
;
value_
=
0
;
SetLengthIndicator
(
k5gsRegistrationResultLength
);
SetLengthIndicator
(
k5gsRegistrationResult
Content
Length
);
SetIeName
(
k5gsRegistrationResultIeName
);
SetIeName
(
k5gsRegistrationResultIeName
);
}
}
...
@@ -55,7 +55,7 @@ _5GS_Registration_Result::_5GS_Registration_Result(
...
@@ -55,7 +55,7 @@ _5GS_Registration_Result::_5GS_Registration_Result(
nssaa_performed_
=
nssaa
;
nssaa_performed_
=
nssaa
;
sms_allowed_
=
sms
;
sms_allowed_
=
sms
;
value_
=
value
&
0x07
;
value_
=
value
&
0x07
;
SetLengthIndicator
(
k5gsRegistrationResultLength
);
SetLengthIndicator
(
k5gsRegistrationResult
Content
Length
);
SetIeName
(
k5gsRegistrationResultIeName
);
SetIeName
(
k5gsRegistrationResultIeName
);
}
}
...
@@ -67,7 +67,7 @@ _5GS_Registration_Result::_5GS_Registration_Result(
...
@@ -67,7 +67,7 @@ _5GS_Registration_Result::_5GS_Registration_Result(
nssaa_performed_
=
nssaa
;
nssaa_performed_
=
nssaa
;
sms_allowed_
=
sms
;
sms_allowed_
=
sms
;
value_
=
value
&
0x07
;
value_
=
value
&
0x07
;
SetLengthIndicator
(
k5gsRegistrationResultLength
);
SetLengthIndicator
(
k5gsRegistrationResult
Content
Length
);
SetIeName
(
k5gsRegistrationResultIeName
);
SetIeName
(
k5gsRegistrationResultIeName
);
}
}
...
...
src/nas/ies/_5GS_Registration_Result.hpp
View file @
62ee8399
...
@@ -25,8 +25,9 @@
...
@@ -25,8 +25,9 @@
#include "Type4NasIe.hpp"
#include "Type4NasIe.hpp"
#include <stdint.h>
#include <stdint.h>
constexpr
uint8_t
k5gsRegistrationResultLength
=
3
;
constexpr
uint8_t
k5gsRegistrationResultLength
=
3
;
constexpr
auto
k5gsRegistrationResultIeName
=
"5GS Registration Result"
;
constexpr
uint8_t
k5gsRegistrationResultContentLength
=
1
;
constexpr
auto
k5gsRegistrationResultIeName
=
"5GS Registration Result"
;
namespace
nas
{
namespace
nas
{
...
...
src/nas/msgs/RegistrationAccept.cpp
View file @
62ee8399
...
@@ -19,13 +19,6 @@
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
* contact@openairinterface.org
*/
*/
/*! \file
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "RegistrationAccept.hpp"
#include "RegistrationAccept.hpp"
#include "3gpp_24.501.hpp"
#include "3gpp_24.501.hpp"
...
...
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