We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55260e commit c0ee396Copy full SHA for c0ee396
1 file changed
internal/nas/nas_security/security.go
@@ -134,7 +134,6 @@ func Decode(ue *context.AmfUe, accessType models.AccessType, payload []byte,
134
135
msg = new(nas.Message)
136
msg.ProtocolDiscriminator = payload[0]
137
-
138
msg.SecurityHeaderType = nas.GetSecurityHeaderType(payload) & 0x0f
139
ue.NASLog.Traceln("securityHeaderType is ", msg.SecurityHeaderType)
140
if msg.SecurityHeaderType != nas.SecurityHeaderTypePlainNas { // Security protected NAS message
0 commit comments