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
e6ccc06e
Commit
e6ccc06e
authored
Dec 07, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cleanup
parent
5a1c9b65
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
src/amf-app/amf_n1.cpp
src/amf-app/amf_n1.cpp
+1
-1
src/amf-app/amf_n2.cpp
src/amf-app/amf_n2.cpp
+1
-1
src/amf-app/amf_n2.hpp
src/amf-app/amf_n2.hpp
+1
-1
src/amf-app/amf_sbi.cpp
src/amf-app/amf_sbi.cpp
+1
-0
No files found.
src/amf-app/amf_n1.cpp
View file @
e6ccc06e
...
...
@@ -523,7 +523,7 @@ void amf_n1::handle_itti_message(itti_uplink_nas_data_ind& nas_data_ind) {
type
,
nc
,
nas_data_ind
.
ran_ue_ngap_id
,
nas_data_ind
.
amf_ue_ngap_id
,
decoded_plain_msg
,
snn
,
ulCount
);
}
else
{
Logger
::
amf_n1
().
debug
(
"Received
u
plink NAS message..."
);
Logger
::
amf_n1
().
debug
(
"Received
U
plink NAS message..."
);
uplink_nas_msg_handle
(
nas_data_ind
.
ran_ue_ngap_id
,
nas_data_ind
.
amf_ue_ngap_id
,
decoded_plain_msg
,
plmn
);
...
...
src/amf-app/amf_n2.cpp
View file @
e6ccc06e
...
...
@@ -700,7 +700,7 @@ void amf_n2::handle_itti_message(itti_initial_ue_message& init_ue_msg) {
//------------------------------------------------------------------------------
void
amf_n2
::
handle_itti_message
(
itti_ul_nas_transport
&
ul_nas_transport
)
{
Logger
::
amf_n2
().
debug
(
"Handle U
L
NAS Transport..."
);
Logger
::
amf_n2
().
debug
(
"Handle U
plink
NAS Transport..."
);
unsigned
long
amf_ue_ngap_id
=
ul_nas_transport
.
ulNas
->
getAmfUeNgapId
();
uint32_t
ran_ue_ngap_id
=
ul_nas_transport
.
ulNas
->
getRanUeNgapId
();
...
...
src/amf-app/amf_n2.hpp
View file @
e6ccc06e
...
...
@@ -82,7 +82,7 @@ class amf_n2 : public ngap::ngap_app {
void
handle_itti_message
(
itti_initial_ue_message
&
init_ue_msg
);
/*
* Handle ITTI message (U
L
NASTransport)
* Handle ITTI message (U
plink
NASTransport)
* @param [itti_ul_nas_transport&]: ITTI message
* @return void
*/
...
...
src/amf-app/amf_sbi.cpp
View file @
e6ccc06e
...
...
@@ -408,6 +408,7 @@ void amf_sbi::handle_itti_message(itti_nsmf_pdusession_create_sm_context& smf) {
// TODO:
}
break
;
default:
{
// TODO: should be removed
// send Nsmf_PDUSession_UpdateSM_Context to SMF e.g., for PDU Session
// release request
send_pdu_session_update_sm_context_request
(
supi
,
psc
,
smf
.
sm_msg
,
dnn
);
...
...
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