Commit 126a1c6e authored by yangjian's avatar yangjian

fix AMF crash bug: SMF response -> AMF parse

parent aa136b9c
......@@ -22,9 +22,10 @@ uint8_t multipart_parser(
bool is_ngap = false;
if (size > 2) {
n2sm = parts[2].body;
} else {
n2sm = "null";
}
}
// else {
// n2sm = "null";
// }
return size;
}
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