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
62ed06c4
Commit
62ed06c4
authored
Apr 13, 2023
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update UE RM status
parent
9ebb6655
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/amf-app/amf_n1.cpp
src/amf-app/amf_n1.cpp
+1
-0
src/amf-app/amf_n2.cpp
src/amf-app/amf_n2.cpp
+3
-1
No files found.
src/amf-app/amf_n1.cpp
View file @
62ed06c4
...
...
@@ -3479,6 +3479,7 @@ void amf_n1::ue_initiate_de_registration_handle(
usleep
(
200000
);
}
stacs
.
update_5gmm_state
(
nc
->
imsi
,
"5GMM-DEREGISTERED"
);
set_5gmm_state
(
nc
,
_5GMM_DEREGISTERED
);
stacs
.
display
();
...
...
src/amf-app/amf_n2.cpp
View file @
62ed06c4
...
...
@@ -1481,7 +1481,8 @@ void amf_n2::handle_itti_message(itti_ue_context_release_complete& itti_msg) {
}
// Remove UE NGAP context
remove_ue_context_with_ran_ue_ngap_id
(
ran_ue_ngap_id
,
uc
->
gnb_id
);
remove_amf_ue_ngap_id_2_ue_ngap_context
(
amf_ue_ngap_id
);
remove_ran_ue_ngap_id_2_ngap_context
(
ran_ue_ngap_id
,
gc
->
gnb_id
);
}
//------------------------------------------------------------------------------
...
...
@@ -2328,6 +2329,7 @@ void amf_n2::remove_ue_context_with_ran_ue_ngap_id(
// Remove all NAS context if still exist
std
::
shared_ptr
<
nas_context
>
nc
=
{};
if
(
amf_n1_inst
->
amf_ue_id_2_nas_context
(
unc
->
amf_ue_ngap_id
,
nc
))
{
// TODO: Verify where it's current context
// Remove all NAS context
string
supi
=
conv
::
imsi_to_supi
(
nc
->
imsi
);
stacs
.
update_5gmm_state
(
nc
->
imsi
,
"5GMM-DEREGISTERED"
);
...
...
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