From 1a753f3bee7131f662686bd93b5d65bac7cace5f Mon Sep 17 00:00:00 2001 From: iamelisahi Date: Sun, 17 Sep 2023 07:22:00 +0000 Subject: [PATCH] remove unused code --- internal/gmm/handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/gmm/handler.go b/internal/gmm/handler.go index 9e4d47ce..6be75112 100644 --- a/internal/gmm/handler.go +++ b/internal/gmm/handler.go @@ -565,7 +565,6 @@ func HandleRegistrationRequest(ue *context.AmfUe, anType models.AccessType, proc // if failed, give up to retrieve the old context and start a new authentication procedure. ue.ServingAmfChanged = false context.GetSelf().AllocateGutiToUe(ue) // refresh 5G-GUTI - // ue.SecurityContextAvailable = false // need to start authentication procedure later } } return nil