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
5cdf7a7c
Commit
5cdf7a7c
authored
Nov 18, 2019
by
wangyongshou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add handover failure msg
parent
2ed9054f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
354 additions
and
1 deletion
+354
-1
src/NgapSmfLayer/ng_pdu_handover_failure.c
src/NgapSmfLayer/ng_pdu_handover_failure.c
+344
-0
src/NgapSmfLayer/ng_pdu_handover_failure.h
src/NgapSmfLayer/ng_pdu_handover_failure.h
+7
-0
src/smf_app/CMakeLists.txt
src/smf_app/CMakeLists.txt
+1
-0
src/smf_app/smf_app.cpp
src/smf_app/smf_app.cpp
+2
-1
No files found.
src/NgapSmfLayer/ng_pdu_handover_failure.c
0 → 100755
View file @
5cdf7a7c
This diff is collapsed.
Click to expand it.
src/NgapSmfLayer/ng_pdu_handover_failure.h
0 → 100755
View file @
5cdf7a7c
#ifndef NG_PDU_HANDOVER_FAILURE_H_
#define NG_PDU_HANDOVER_FAILURE_H_
int
make_NGAP_PduHandOver_Failure
(
const
char
*
inputBuf
,
const
char
*
outputBuf
);
#endif
src/smf_app/CMakeLists.txt
View file @
5cdf7a7c
...
...
@@ -47,6 +47,7 @@ add_library (SMF STATIC
${
SRC_TOP_DIR
}
/NgapSmfLayer/ng_pdu_handover_command.c
${
SRC_TOP_DIR
}
/NgapSmfLayer/ng_pdu_handover_preparation_failure.c
${
SRC_TOP_DIR
}
/NgapSmfLayer/ng_pdu_handover_request_acknowledge.c
${
SRC_TOP_DIR
}
/NgapSmfLayer/ng_pdu_handover_failure.c
smf_app.cpp
smf_config.cpp
smf_context.cpp
...
...
src/smf_app/smf_app.cpp
View file @
5cdf7a7c
...
...
@@ -59,7 +59,7 @@ extern "C"{
#include "../NgapSmfLayer/ng_pdu_handover_command.h"
#include "../NgapSmfLayer/ng_pdu_handover_preparation_failure.h"
#include "../NgapSmfLayer/ng_pdu_handover_request_acknowledge.h"
#include "../NgapSmfLayer/ng_pdu_handover_failure.h"
}
#include <stdexcept>
...
...
@@ -2412,6 +2412,7 @@ void smf_app::create_n2_sm_information(std::shared_ptr<itti_n11_create_sm_contex
make_NGAP_PduHandOver_Req_Ack
(
""
,
""
);
make_NGAP_PduHandOver_Failure
(
""
,
""
);
//make_NGAP_PduSessionResourceReleaseCommand("", "");
...
...
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