Hi Lennart,
On Sat, Jul 23, 2011 at 02:19:52AM +0200, Lennart Müller wrote:
since some days I'm using an old version of OpenBSC and LCR (as suggested by University of Freiburg) to interconnect our GSM and PSTN. We are using Debian squeeze and a nanoBTS. However, I would like to upgrade to a newer version of OpenBSC.
Unfortunately, no current LCR version compiles without errors such as missing declarations etc., for example:
I've committed some changes a couple of minutes ago (to libosmocore + openbsc) that make lcr compile again.
The only missing part is one minor change to lcr:
diff --git a/gsm_bs.h b/gsm_bs.h index 8a55213..45bf083 100644 --- a/gsm_bs.h +++ b/gsm_bs.h @@ -1,5 +1,6 @@ extern "C" { #include <openbsc/gsm_data.h> +#include <openbsc/mncc.h> }
/* GSM port class */
Starting osmo-nitb with -P and -m parameters, LCR can connect to MNCC socket. But any try to start voice traffic either from or to a mobile station results into these continuous messages:
I will try to look into it, but I'm not sure when I find time to do so, there are lots of other issues on my todo list pending at the moment.