osmo-bsc/openbsc/src
Holger Hans Peter Freyther 84b033f8c7 sysmobts: Initialize the NM signal handler only once in a mixed network
Make sure that the bts_ipa_nm_sig_cb is only installed once. In
a nanoBTS + sysmoBTS network the _start method will be called
for each mode leading to the handler being registered twice.

Make sure that there is only one handler registered by unregistering
a previously installed handler. The osmo_signal_unregister_handler
will remove 0 or 1 handlers per invocation and we only add one
handler in this file so it is always balanced.
2013-04-29 20:44:42 +02:00
..
gprs misc: Fix compilation now that the method is located in libosmocore 2012-12-19 16:18:44 +01:00
ipaccess misc: Linking fixes for Ubuntu 11.10 Compiler 2011-10-16 17:08:51 +02:00
libbsc sysmobts: Initialize the NM signal handler only once in a mixed network 2013-04-29 20:44:42 +02:00
libcommon sysmobts: Add the necessary data structure and init for the SAPI queue 2013-04-05 18:41:45 +02:00
libctrl libctrl, osmo-bsc: Get rid of net prefix 2012-09-11 16:20:46 +02:00
libgb use new external libosmogb (part of libosmocore.git) 2012-06-17 23:34:34 +08:00
libmgcp nat: We want the remote to respond to our DLCX request 2013-04-16 09:17:21 +02:00
libmsc smpp: Attempt to fix a memory leak of the msgb 2013-04-29 14:00:59 +02:00
libtrau add some more docbook snippets 2013-02-07 15:03:08 +01:00
osmo-bsc bsc-ctrl: Fix a potential memory leak on failed verification 2013-03-28 17:13:01 +01:00
osmo-bsc_mgcp mgcp: Calculate the jitter with the formula/code from the appendix 2012-11-12 10:45:03 +01:00
osmo-bsc_nat nat: Include LAC/CI as TV values at the end of the 'status' message 2013-04-29 20:40:44 +02:00
osmo-nitb Fix osmo-nitb build without libsmpp 2013-03-13 15:40:14 +01:00
utils SMPP: add small utility program 'smpp_mirror' 2012-11-24 11:09:21 +01:00
Makefile.am use new external libosmogb (part of libosmocore.git) 2012-06-17 23:34:34 +08:00