aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-12 21:35:32 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-12 21:35:32 +0100
commit2f847159845c821c798b57a6f4d31ad18085d206 (patch)
tree64e53b6a57cbdca77a6a985c605f3e3cf7edc0e1 /openbsc
parent7253154fc54d3f2a0794718b5ff3114795ae93d2 (diff)
[nat] Security will become important at some point...
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/nat/bsc_nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c
index e3e5c349b..35c4817c1 100644
--- a/openbsc/src/nat/bsc_nat.c
+++ b/openbsc/src/nat/bsc_nat.c
@@ -134,6 +134,7 @@ static int ipaccess_listen_bsc_cb(struct bsc_fd *bfd, unsigned int what)
}
/* todo... do something with the connection */
+ /* todo... use GNUtls to see if we want to trust this as a BTS */
return 0;
}