Skip to content

Commit

Permalink
Update handler.go
Browse files Browse the repository at this point in the history
return error added
  • Loading branch information
Leon777-coder authored Dec 13, 2023
1 parent 76557fc commit 735f795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/gmm/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(), &registerContext)
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])
Expand Down

0 comments on commit 735f795

Please sign in to comment.