Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
aligungr committed Mar 21, 2021
1 parent 4e71068 commit a7e9b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nas/encode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static void EncodeSecured(SecuredMmMessage &msg, OctetString &stream)

static void EncodeSm(SmMessage &msg, OctetString &stream)
{
stream.appendOctet(static_cast<int>(msg.pduSessionId));
stream.appendOctet(msg.pduSessionId);
stream.appendOctet(msg.pti);
stream.appendOctet(static_cast<int>(msg.messageType));

Expand Down

0 comments on commit a7e9b12

Please sign in to comment.