Commit de5dcef7 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Fix encoding NAS header

parent 7be7d21f
......@@ -366,6 +366,7 @@ static int _nas_message_header_encode(
ENCODE_U8(buffer + size, header->sequence_number, size);
}
}
return size;
}
static int _nas_message_protected_encode(
......
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