Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
OpenXG
OpenXG-SMF
Commits
2870865c
Commit
2870865c
authored
Feb 24, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update N1N2 interface
parent
9f2d8e57
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
216 additions
and
187 deletions
+216
-187
src/smf_app/smf_n1_n2.cpp
src/smf_app/smf_n1_n2.cpp
+215
-186
src/smf_app/smf_n1_n2.hpp
src/smf_app/smf_n1_n2.hpp
+1
-1
No files found.
src/smf_app/smf_n1_n2.cpp
View file @
2870865c
This diff is collapsed.
Click to expand it.
src/smf_app/smf_n1_n2.hpp
View file @
2870865c
...
...
@@ -88,7 +88,7 @@ public:
* @param [std::string&] ngap_msg_str store NGAP message in form of string
*
*/
void
create_n2_sm_information
(
pdu_session_msg
&
msg
,
uint8_t
ngap_msg_type
,
uint8_t
ngap_ie_type
,
std
::
string
&
ngap_msg_str
);
void
create_n2_sm_information
(
pdu_session_msg
&
msg
,
uint8_t
ngap_msg_type
,
n2_sm_info_type_e
ngap_ie_type
,
std
::
string
&
ngap_msg_str
);
/*
* Decode N1 SM Container into the NAS mesasge (using NAS lib)
...
...
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