change the error message

This commit is contained in:
Sukchan Lee 2020-10-08 23:00:54 -04:00
parent 60a6551f8a
commit 437cc92bf9
1 changed files with 1 additions and 5 deletions

View File

@ -129,11 +129,7 @@ void ogs_pfcp_up_handle_pdr(
sendbuf = ogs_pkbuf_copy(recvbuf);
if (!sendbuf) {
ogs_fatal("CHECK CONFIGURATION : Not enough packet buffer");
ogs_fatal("For example, edit sgwu.yaml in EPC or "
"upf.yaml in 5GC like the following");
ogs_fatal("pool");
ogs_fatal(" packet: 327680");
ogs_fatal("Not enough packet buffer");
ogs_assert_if_reached();
return;