aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 16:46:57 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 16:47:00 +0200
commitdbe2dff9cf2e538986053d1a54d9a7a136ba2fd3 (patch)
tree915cc0cd814da6b7747350e0d47189db76f78332 /openbsc/src
parent9e3bea15ce1c24ba02b32708cf2a103f55cfaf75 (diff)
nat: Remove misleading comment
PONG is being sent a as an answer to PING a few lines above in same function. Change-Id: I88ca95d46f4ace1da4025d12302422dbfa578354
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat.c b/openbsc/src/osmo-bsc_nat/bsc_nat.c
index 0e6952811..8cc0f2d3e 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c
@@ -1369,7 +1369,6 @@ static int ipaccess_bsc_read_cb(struct osmo_fd *bfd)
return bsc_nat_handle_ctrlif_msg(bsc, msg);
}
- /* FIXME: Currently no PONG is sent to the BSC */
/* FIXME: Currently no ID ACK is sent to the BSC */
forward_sccp_to_msc(bsc, msg, &fd_closed);
return fd_closed ? -EBADF : 0;