Skip to content

Commit

Permalink
Update handler.go
Browse files Browse the repository at this point in the history
delete the else and added break
  • Loading branch information
Leon777-coder authored Nov 20, 2023
1 parent a6007ee commit b8e8da1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions internal/gmm/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1127,14 +1127,10 @@ func handleRequestedNssai(ue *context.AmfUe, anType models.AccessType) error {
}

if !amfSelf.InPlmnSupportList(reqSnssai) {

//ngap_message.SendRerouteNasRequest(ue, anType, nil, ue.RanUe[anType].InitialUEMessage, &allowedNssaiNgap)
needSliceSelection = true
} else {

}
break
}
}

if needSliceSelection {
if ue.NssfUri == "" {
for {
Expand Down

0 comments on commit b8e8da1

Please sign in to comment.