aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-15 13:00:30 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-15 14:18:26 +0200
commitd75c648871d1cae1d2cf4f74f60eaf07fb97ba73 (patch)
tree50b849d910083c824db4f6d18c7e98dcc00682d3 /include
parent8b5b993d29f751bf66fa9deabbe900fd9e193637 (diff)
abis: Separate initialization from connect for Abis
Initialize the libosmo-abis VTY nodes more early so we can parse the config file that was created by "write". Introduce abis_init to initialize the libosmo-abis and modify abis_open to re-use an existing line. Update the comments. This has only been tried with the sysmobts-remote on x86. A TCP connection is opened toward the configured BSC. Fixes: SYS#285
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/abis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h
index fb0fbd76..8c055d71 100644
--- a/include/osmo-bts/abis.h
+++ b/include/osmo-bts/abis.h
@@ -16,6 +16,7 @@ enum {
LINK_STATE_CONNECT,
};
+void abis_init(struct gsm_bts *bts);
struct e1inp_line *abis_open(struct gsm_bts *bts, const char *dst_host,
const char *model_name);