summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/apn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/common/apn.c')
-rw-r--r--src/host/layer23/src/common/apn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/host/layer23/src/common/apn.c b/src/host/layer23/src/common/apn.c
index 62aa0ff5..636246a9 100644
--- a/src/host/layer23/src/common/apn.c
+++ b/src/host/layer23/src/common/apn.c
@@ -81,9 +81,6 @@ int apn_start(struct osmobb_apn *apn)
LOGPAPN(LOGL_INFO, apn, "Opened TUN device %s\n", osmo_tundev_get_dev_name(apn->tun));
- /* TODO: set IP addresses on the tun device once we receive them from GGSN. See
- osmo-ggsn.git's apn_start() */
-
LOGPAPN(LOGL_NOTICE, apn, "Successfully started\n");
apn->started = true;
return 0;