summaryrefslogtreecommitdiffstats
path: root/gsm_ms.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-021-136/+83Star
| | | | | | | | | 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 install now works again. (Missing and required macro defintion)Andreas Eversberg2011-07-301-1/+1
|
* Make LCR compile with latest osmocomBB code.Andreas Eversberg2011-07-281-3/+21
| | | | Tested with sylvain/traffic branch.
* Make LCR compile with latest osmocomBB code.Andreas Eversberg2011-07-201-4/+5
| | | | The libosmocore structure has changed.
* This was missing at merge:Andreas Eversberg2011-07-141-8/+0Star
| | | | | | | deleted: Makefile.in deleted: configure modified: gsm_bs.cpp modified: gsm_ms.cpp
* Merge branch 'develop'Andreas Eversberg2011-07-141-57/+104
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in README chan_lcr.c configure gsm_bs.cpp gsm_ms.cpp interface.c route.c
| * [gsm] Make LCR work with current Osmocom-BB.Andreas Eversberg2011-02-261-58/+97
| | | | | | | | | | 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-28/+156
| | | | | | | | OsmocomBB stack can now be attached to LCRl
* | Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-10-311-28/+156
|/ | | | OsmocomBB stack can now be attached to LCRl
* Fixed numbering plan in GSM MS supportAndreas Eversberg2010-09-201-7/+4Star
|
* Fixed API and incomming calls from Osmocom-BB.Andreas Eversberg2010-07-211-1/+12
| | | | | | | Conflicts: Makefile.in configure
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-0/+746