Commit a7e9b12f authored by aligungr's avatar aligungr

refactor

parent 4e71068d
...@@ -128,7 +128,7 @@ static void EncodeSecured(SecuredMmMessage &msg, OctetString &stream) ...@@ -128,7 +128,7 @@ static void EncodeSecured(SecuredMmMessage &msg, OctetString &stream)
static void EncodeSm(SmMessage &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(msg.pti);
stream.appendOctet(static_cast<int>(msg.messageType)); stream.appendOctet(static_cast<int>(msg.messageType));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment