Commit 44f06588 authored by aligungr's avatar aligungr

Protection of initial NAS messages

parent ca8b19a2
...@@ -77,6 +77,10 @@ static void EncodeNasMessageWithoutCleartext(const nas::PlainMmMessage &msg, Oct ...@@ -77,6 +77,10 @@ static void EncodeNasMessageWithoutCleartext(const nas::PlainMmMessage &msg, Oct
nas::EncodeNasMessage(*copy, stream); nas::EncodeNasMessage(*copy, stream);
} }
else
{
nas::EncodeNasMessage(msg, stream);
}
} }
void NasMm::sendNasMessage(const nas::PlainMmMessage &msg) void NasMm::sendNasMessage(const nas::PlainMmMessage &msg)
......
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