Skip to content

Commit

Permalink
fix(amf): fix the log level
Browse files Browse the repository at this point in the history
  • Loading branch information
free5gc-org committed Sep 24, 2021
1 parent 0846152 commit b3e99f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gmm/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1161,10 1161,10 @@ func handleRequestedNssai(ue *context.AmfUe, anType models.AccessType) error {
return fmt.Errorf("Decode failed at RequestedNSSAI[%s]", err)
}

ue.GmmLog.Errorf("RequestedNssai: % v", requestedNssai)

needSliceSelection := false
for _, requestedSnssai := range requestedNssai {
ue.GmmLog.Infof("RequestedNssai - ServingSnssai: % v, HomeSnssai: % v",
requestedSnssai.ServingSnssai, requestedSnssai.HomeSnssai)
if ue.InSubscribedNssai(*requestedSnssai.ServingSnssai) {
allowedSnssai := models.AllowedSnssai{
AllowedSnssai: &models.Snssai{
Expand Down

0 comments on commit b3e99f9

Please sign in to comment.