Skip to content

Commit e65bdd9

Browse files
committed
style: linter error
1 parent b65603e commit e65bdd9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

internal/gmm/handler.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ func handleRequestedNssai(ue *context.AmfUe, anType models.AccessType) error {
11211121
break
11221122
}
11231123

1124-
reqSnssai := models.Snssai {
1124+
reqSnssai := models.Snssai{
11251125
Sst: requestedSnssai.ServingSnssai.Sst,
11261126
Sd: requestedSnssai.ServingSnssai.Sd,
11271127
}
@@ -1130,14 +1130,8 @@ func handleRequestedNssai(ue *context.AmfUe, anType models.AccessType) error {
11301130
needSliceSelection = true
11311131
break
11321132
}
1133-
11341133
}
11351134

1136-
if !amfSelf.InPlmnSupportList(reqSnssai) {
1137-
needSliceSelection = true
1138-
break
1139-
}
1140-
}
11411135
if needSliceSelection {
11421136
if ue.NssfUri == "" {
11431137
for {

0 commit comments

Comments
 (0)