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
4ceaa653
Commit
4ceaa653
authored
Jan 27, 2023
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Service Request handling to make it work with Pixel 5
parent
51f06bad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/amf-app/amf_n1.cpp
src/amf-app/amf_n1.cpp
+3
-3
No files found.
src/amf-app/amf_n1.cpp
View file @
4ceaa653
...
...
@@ -851,8 +851,8 @@ void amf_n1::service_request_handle(
"GUTI %s, 5G-TMSI %s"
,
guti
.
c_str
(),
tmsi
.
c_str
());
std
::
shared_ptr
<
nas_context
>
old_nc
=
{};
if
(
is_guti_2_nas_context
(
guti
))
{
old_nc
=
guti_2_nas_context
(
guti
);
nc
->
security_ctx
=
old_nc
->
security_ctx
;
old_nc
=
guti_2_nas_context
(
guti
);
//
nc->security_ctx = old_nc->security_ctx;
}
}
}
...
...
@@ -3426,7 +3426,7 @@ void amf_n1::run_mobility_registration_update_procedure(
if
(
!
secu
)
{
Logger
::
amf_n1
().
warn
(
"No Security Context found"
);
// Run Registration procedure
run_registration_procedure
(
nc
);
//
run_registration_procedure(nc);
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