From 2f847159845c821c798b57a6f4d31ad18085d206 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 12 Jan 2010 21:35:32 +0100 Subject: [nat] Security will become important at some point... --- openbsc/src/nat/bsc_nat.c | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3