aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gtphub.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/gprs/gtphub.c')
-rw-r--r--openbsc/src/gprs/gtphub.c6
1 files changed, 6 insertions, 0 deletions
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