From 735f79503009b51c9141cf5207facb332085cf8e Mon Sep 17 00:00:00 2001 From: squishy me <69491904+Leon777-coder@users.noreply.github.com> Date: Wed, 13 Dec 2023 23:44:31 +0800 Subject: [PATCH] Update handler.go return error added --- internal/gmm/handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/gmm/handler.go b/internal/gmm/handler.go index 10df56fe..f02f7d1b 100644 --- a/internal/gmm/handler.go +++ b/internal/gmm/handler.go @@ -1232,6 +1232,7 @@ func handleRequestedNssai(ue *context.AmfUe, anType models.AccessType) error { return fmt.Errorf("re-encoding registration request message is failed: %w", err) } callback.SendN1MessageNotifyAtAMFReAllocation(ue, n1Message.Bytes(), ®isterContext) + return nil } else { // Condition (B) Step 7: initial AMF can not find Target AMF via NRF -> Send Reroute NAS Request to RAN allowedNssaiNgap := ngapConvert.AllowedNssaiToNgap(ue.AllowedNssai[anType])