Current OpenBSC + LCR using MNCC socket

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Harald Welte laforge at gnumonks.org
Sat Jul 23 08:55:32 UTC 2011


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.

-- 
- Harald Welte <laforge at gnumonks.org>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)




More information about the OpenBSC mailing list