From d75c648871d1cae1d2cf4f74f60eaf07fb97ba73 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 15 May 2014 13:00:30 +0200 Subject: 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 --- include/osmo-bts/abis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmo-bts/abis.h') 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); -- cgit v1.2.3