Skip to content

Commit

Permalink
tngf change Kn3iwf to Knon3gpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tsc11539 committed Feb 7, 2024
1 parent 13ce776 commit d0ddc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ github.com/free5gc/nas v1.1.2-0.20230828074825-175b09665828/go.mod h1:fjWwpyp7/w
github.com/free5gc/ngap v1.0.7-0.20230614061954-9c128114ab1f h1:wgXjoknZ7JJoZ72J15g/f2/0DgdCpfcTg189lnhUPuY=
github.com/free5gc/ngap v1.0.7-0.20230614061954-9c128114ab1f/go.mod h1:lKA1sLTYM3CGEBhZVxkGGJIkai5+Bvy2yHIMhb7Vx/k=
github.com/free5gc/openapi v1.0.6/go.mod h1:iw/N0E+FlX44EEx24IBi2EdZW8v+bkj3ETWPGnlK9DI=
github.com/free5gc/openapi v1.0.7-0.20240117084712-52ad99299693 h1:gFyYBsErQAkx4OVHXYqjO0efO9gPWydQavQcjU0CkHY=
github.com/free5gc/openapi v1.0.7-0.20240117084712-52ad99299693/go.mod h1:qv9KqEucoZSeENPRFGxfTe+33ZWYyiYFx1Rj+H0DoWA=
github.com/free5gc/openapi v1.0.7-0.20240206085156-20cdf964e9da h1:vr8v4Fere76nfj0SWpkUeIuUbS4bLPjRQsf3ly1K3fY=
github.com/free5gc/openapi v1.0.7-0.20240206085156-20cdf964e9da/go.mod h1:qv9KqEucoZSeENPRFGxfTe+33ZWYyiYFx1Rj+H0DoWA=
github.com/free5gc/sctp v0.0.0-20231121085449-400a702ea7f9 h1:L02UI8oODfXgH1fGzWWuWF4zyze4IScEFm20q3PKZdE=
Expand Down
3 changes: 2 additions & 1 deletion internal/ngap/message/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,8 @@ func BuildInitialContextSetupRequest(
case models.AccessType__3_GPP_ACCESS:
securityKey.Value = ngapConvert.ByteToBitString(amfUe.Kgnb, 256)
case models.AccessType_NON_3_GPP_ACCESS:
securityKey.Value = ngapConvert.ByteToBitString(amfUe.Kn3iwf, 256)
// securityKey.Value = ngapConvert.ByteToBitString(amfUe.Kn3iwf, 256)
securityKey.Value = ngapConvert.ByteToBitString(amfUe.Knon3gpp, 256)
}

initialContextSetupRequestIEs.List = append(initialContextSetupRequestIEs.List, ie)
Expand Down

0 comments on commit d0ddc74

Please sign in to comment.