From 1fa60c8ab04653bae5ac29d8d93ad18b44f0f354 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 9 Feb 2009 18:13:26 +0000 Subject: * add trau_mux implementation to relay from one incoming TRAU channel to another one (simple voice call switching) * add a way more generic E1 input layer, abstracting out the misdn low-level interface. This also adds infrastructure for multiple TRX in one BTS, as well as multiple BTS on one E1 link * add a E1 subchannel multiplexer for sending multiple 16kbit sub-channels one one 64kBps E1 channel * add TRAU IDLE frame generation * terminate bsc_hack in case there is a E1 / mISDN init error * introduce 'e1_config.c' file with static configuration of our E1 setup (which TRX/BTS is configured for which TEI/SAPI/E1). This should later become a config file rather than a compiled C file. WARNING: all this compiles but is not tested yet. Expect fix-up committs over the next hours or so --- include/openbsc/abis_nm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/openbsc/abis_nm.h') diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h index 2df941e6e..e75f108b2 100644 --- a/include/openbsc/abis_nm.h +++ b/include/openbsc/abis_nm.h @@ -486,5 +486,6 @@ int abis_nm_bs11_load_swl(struct gsm_bts *bts, const char *fname, u_int8_t win_size, int forced, gsm_cbfn *cbfn); int abis_nm_bs11_set_ext_time(struct gsm_bts *bts); int abis_nm_bs11_bsc_disconnect(struct gsm_bts *bts, int reconnect); +int abis_nm_bs11_restart(struct gsm_bts *bts); #endif /* _NM_H */ -- cgit v1.2.3