11
0
Fork 0
Obsolete experimental Asterisk channel driver for obsolete old OpenBSC/OsmoNITB
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sylvain Munaut 13f3be8676 Add main startup code of OpenBSC & config loading/samples
The bootstrap code is mostly taken from bsc_init and just
adapted to take the config from a openbsc.conf. Note that
it's the channel driver config, the main OpenBSC config is
still in the vty format and the HLR in a sqlite DB

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-09-26 23:16:14 +02:00
.gitignore Update the build system 2009-09-26 23:13:21 +02:00
LICENSE Initial import: Base skeleton of an asterisk module 2009-09-26 13:04:04 +02:00
Makefile Add required OpenBSC files and lib to the build 2009-09-26 23:13:21 +02:00
README Initial import: Base skeleton of an asterisk module 2009-09-26 13:04:04 +02:00
chan_openbsc.c Add main startup code of OpenBSC & config loading/samples 2009-09-26 23:16:14 +02:00
openbsc.conf.sample Add main startup code of OpenBSC & config loading/samples 2009-09-26 23:16:14 +02:00

README

chan_openbsc
------------

Channel driver for the OpenBSC project ( http://openbsc.gnumonks.org/ )

To build, just make sure you have the asterisk sources in ../asterisk,
or use the ASTSRC env variable. Then just type make.