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
076411c2
Commit
076411c2
authored
May 08, 2021
by
yangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix paging bug
parent
8764fb14
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
src/amf-app/amf_app.cpp
src/amf-app/amf_app.cpp
+0
-1
src/amf-app/amf_n2.cpp
src/amf-app/amf_n2.cpp
+1
-0
No files found.
src/amf-app/amf_app.cpp
View file @
076411c2
...
...
@@ -203,7 +203,6 @@ void amf_app::handle_itti_message(
paging_msg
->
ran_ue_ngap_id
=
itti_msg
.
ran_ue_ngap_id
;
paging_msg
->
amf_ue_ngap_id
=
itti_msg
.
amf_ue_ngap_id
;
paging_msg
->
plmn
=
itti_msg
.
plmn
;
std
::
shared_ptr
<
itti_paging
>
i
=
std
::
shared_ptr
<
itti_paging
>
(
paging_msg
);
...
...
src/amf-app/amf_n2.cpp
View file @
076411c2
...
...
@@ -465,6 +465,7 @@ void amf_n2::handle_itti_message(itti_initial_ue_message& init_ue_msg) {
if
(
init_ue_msg
.
initUeMsg
->
getUserLocationInfoNR
(
cgi
,
tai
))
{
itti_msg
->
cgi
=
cgi
;
itti_msg
->
tai
=
tai
;
unc
.
get
()
->
tai
=
tai
;
}
else
{
Logger
::
amf_n2
().
error
(
"Missing Mandatory IE UserLocationInfoNR"
);
return
;
...
...
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