From 936b890f71f6603bdd95fc6283030395743dfae5 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 2 Dec 2015 14:31:08 +0100 Subject: gtphub: Add a debug log Sponsored-by: On-Waves ehi --- openbsc/src/gprs/gtphub.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openbsc/src/gprs/gtphub.c b/openbsc/src/gprs/gtphub.c index 78e8c90c6..36f0836f3 100644 --- a/openbsc/src/gprs/gtphub.c +++ b/openbsc/src/gprs/gtphub.c @@ -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 -- cgit v1.2.3