summaryrefslogtreecommitdiffstats
path: root/gsm_ms.h
Commit message (Collapse)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-021-8/+1Star
| | | | | | | | | 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".
* Make LCR compile with latest osmocomBB code.Andreas Eversberg2011-07-201-0/+3
| | | | The libosmocore structure has changed.
* [gsm] Make LCR work with current Osmocom-BB.Andreas Eversberg2011-02-261-2/+2
| | | | | Osmocom-BB is still developed, and this only works with the jolly/voice branch. Audio is not yet transmitted, so it is not quite usefull yet.
* Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-2/+10
| | | | OsmocomBB stack can now be attached to LCRl
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-0/+24