From ff5957568f9864121f7ffac808966388db1f1978 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Jan 2010 09:55:20 +0100 Subject: [nat] Really forward the data to the BSC --- 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 ffd0af1c4..9af8467c6 100644 --- a/openbsc/src/nat/bsc_nat.c +++ b/openbsc/src/nat/bsc_nat.c @@ -103,6 +103,7 @@ static void forward_sccp_to_bts(struct msgb *msg) /* currently send this to every BSC connected */ llist_for_each_entry(bsc, &bsc_connections, list_entry) { + write(bsc->bsc_fd.fd, msg->data, msg->data_len); } } -- cgit v1.2.3