gtphub: Add a debug log

Sponsored-by: On-Waves ehi
This commit is contained in:
Neels Hofmeyr 2015-12-02 14:31:08 +01:00
parent be4bebaad0
commit 936b890f71
1 changed files with 6 additions and 0 deletions

View File

@ -1798,6 +1798,9 @@ static void gtphub_restarted(struct gtphub *hub,
struct gtp_packet_desc *p,
struct gtphub_peer_port *pp)
{
LOG(LOGL_DEBUG, "Peer has restarted: %s\n",
gtphub_port_str(pp));
struct gtphub_tunnel *tun;
llist_for_each_entry(tun, &hub->tunnels, entry) {
int side_idx;
@ -1805,6 +1808,9 @@ static void gtphub_restarted(struct gtphub *hub,
if (pp != tun->endpoint[side_idx][GTPH_PLANE_CTRL].peer)
continue;
LOG(LOGL_DEBUG, "Deleting tunnel due to peer restart: %s\n",
gtphub_tunnel_str(tun));
/* Send a Delete PDP Context Request to the
* peer on the other side, remember the pending
* delete and wait for the response to delete