Support of GSM uses socket interface for both network and mobile
authorAndreas Eversberg <jolly@eversberg.eu>
Fri, 2 Sep 2011 09:08:56 +0000 (11:08 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Fri, 2 Sep 2011 09:08:56 +0000 (11:08 +0200)
commit97aa0881beacf536e3a2296381c055887583db8f
tree70ea6d838cbe6b788761d61adca7215bc0c268b8
parent08bdc61deb2e8f8a5dc9fc129913cf1e55248d8f
Support of GSM uses socket interface for both network and mobile

There is no linking of any osmocomBB source code required. In order
to use osmocomBB or OpenBSC, just enable the interface, as described
in defaults/interface.conf. At osmocomBB/mobile or at OpenBSC, just
use the option "-m" to enable the socket interface.

Enable GSM at LCR with "./configure --with-gsm-ms --with-gsm-bs".
15 files changed:
Makefile.am
configure.ac
default/openbsc.cfg [deleted file]
default/options.conf
gsm.cpp
gsm.h
gsm_bs.cpp
gsm_bs.h
gsm_ms.cpp
gsm_ms.h
interface.c
main.c
mncc.h [new file with mode: 0644]
options.c
options.h