Skip to content

Commit

Permalink
fix: After SendRerouteNasRequest(), it should return err
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchennn committed Nov 27, 2023
1 parent edc094d commit 76557fc
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 @@ -1236,6 +1236,7 @@ func handleRequestedNssai(ue *context.AmfUe, anType models.AccessType) error {
// 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])
ngap_message.SendRerouteNasRequest(ue, anType, nil, ue.RanUe[anType].InitialUEMessage, &allowedNssaiNgap)
return err
}
return nil
}
Expand Down

0 comments on commit 76557fc

Please sign in to comment.