Skip to content

GTP: use direct call instead of ITTI

Robert Schmidt requested to merge gtpv1u-data-no-itti into develop

Using ITTI calls for user plane implies (1) a memory allocation, (2) mutexes, and (3) queueing messages for each user plane packet, which is heavy. Use a direct API call instead to reduce overhead.

Merge request reports

Loading