From 5e6d957dffd78edb5f7e8a0eb8d8808eef71a6e5 Mon Sep 17 00:00:00 2001 From: matsumu-y <72908018+matsumu-y@users.noreply.github.com> Date: Tue, 1 Mar 2022 16:25:59 +0900 Subject: [PATCH] Fix: Wrong parameters set for PDU session status IE in Registration Accept for Mobility Registration Updating. (#62) --- gmm/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmm/handler.go b/gmm/handler.go index b3baabb6..883efce2 100644 --- a/gmm/handler.go +++ b/gmm/handler.go @@ -866,7 +866,7 @@ func HandleMobilityAndPeriodicRegistrationUpdating(ue *context.AmfUe, anType mod pduSessionStatus[psi] = false } } else { - pduSessionStatus[psi] = false + pduSessionStatus[psi] = true } } }