summaryrefslogtreecommitdiffstats
path: root/src/ipa_proxy.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-08 16:21:55 +0200
committerPablo Neira Ayuso2011-07-08 16:21:55 +0200
commit88136fc6dd4c432e13193c9e29c4bea927141812 (patch)
tree4bb8372b765223af9cd89e436a5d167a1fdd3c16 /src/ipa_proxy.c
parenttests: close OML and RSL if set for the BSC example (diff)
downloadlibosmo-abis-88136fc6dd4c432e13193c9e29c4bea927141812.tar.gz
libosmo-abis-88136fc6dd4c432e13193c9e29c4bea927141812.tar.xz
libosmo-abis-88136fc6dd4c432e13193c9e29c4bea927141812.zip
hsl: BTS support
This patch adds the BTS support for the hsl driver. It includes two examples under the tests/ directory.
Diffstat (limited to 'src/ipa_proxy.c')
-rw-r--r--src/ipa_proxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa_proxy.c b/src/ipa_proxy.c
index 2ad4654..c79b544 100644
--- a/src/ipa_proxy.c
+++ b/src/ipa_proxy.c
@@ -188,6 +188,7 @@ ipa_sock_src_accept_cb(struct ipa_server_link *link, int fd)
conn->dst = ipa_client_link_create(NULL, NULL, NULL, 0,
route->shared->dst.inst->net.addr,
route->shared->dst.inst->net.port,
+ NULL,
ipa_sock_dst_cb,
ipa_client_write_default_cb,
conn);