Skip to content

Commit c0ee396

Browse files
committed
fix: remove unnecessary newline
1 parent e55260e commit c0ee396

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/nas/nas_security/security.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ func Decode(ue *context.AmfUe, accessType models.AccessType, payload []byte,
134134

135135
msg = new(nas.Message)
136136
msg.ProtocolDiscriminator = payload[0]
137-
138137
msg.SecurityHeaderType = nas.GetSecurityHeaderType(payload) & 0x0f
139138
ue.NASLog.Traceln("securityHeaderType is ", msg.SecurityHeaderType)
140139
if msg.SecurityHeaderType != nas.SecurityHeaderTypePlainNas { // Security protected NAS message

0 commit comments

Comments
 (0)