Commit 6698759a authored by Cedric Roux's avatar Cedric Roux

rlc v2: fix crash deliver_sdu: ERROR: pdcp_data_ind failed

simply ignore the error

maybe not the best solution
parent 90e05a27
......@@ -334,7 +334,7 @@ rb_found:
if (!pdcp_data_ind(&ctx, is_srb, 0, rb_id, size, memblock)) {
LOG_E(RLC, "%s:%d:%s: ERROR: pdcp_data_ind failed\n", __FILE__, __LINE__, __FUNCTION__);
exit(1);
/* what to do in case of failure? for the moment: nothing */
}
}
......
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