Skip to content
Success

Changes

Summary

  1. gtp: split gtp_req into 2 parts: transmit and fill header (details)
Commit 703cbbeb3bc7a435f6681beac9a66f25abaceebe by lynxis
gtp: split gtp_req into 2 parts: transmit and fill header

Split the preparing the data from the socket and queue handling into two functions:
gtp_req(): preparing the data
gtp_req_transmit(): selecting socket, port and adding it to the transmit queue.
In a following commit gtp_req_transmit() can be used by gtpv1 function
as well.

Change-Id: Icda0ef7b0ce3631e23da88827dd54cf019878b5d
The file was modifiedgtp/gtp.c