summaryrefslogtreecommitdiffstats
path: root/gsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-021-133/+233
* Minor cosmetic fix of logging outputAndreas Eversberg2011-08-101-6/+2Star
* [gsm] Make LCR work with current Osmocom-BB.Andreas Eversberg2011-02-261-3/+5
* [gsm] Removed obsolete gsm.conf handling. Fixed minor compiling issues.Andreas Eversberg2011-02-201-23/+164
* gsm tracing: as we no longer link with OpenBSC, we don't know the net nameHarald Welte2011-02-201-1/+1
* Modify GSM BS (OpenBTS) to use unix domain socket based MNCCHarald Welte2011-02-201-1/+1
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-141/+4Star
* Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-2/+33
* Fixed API and incomming calls from Osmocom-BB.Andreas Eversberg2010-07-211-14/+17
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-824/+85Star
* Fixed LCR to work with the current API of OpenBSC.Andreas Eversberg2010-05-311-7/+7
* Bugreport by Christian:Andreas Eversberg2010-03-231-1/+1
* Fixed output problems of error messages while parsing options.conf / gsm.conf.Andreas Eversberg2010-03-171-6/+5Star
* Fixed compiler warnings when compiling with gcc 4.3.4.Andreas Eversberg2010-03-111-2/+2
* register_fd() bugfix.Andreas Eversberg2010-01-301-1/+1
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-54/+93
* Notifies are now received from GSM phones.Andreas Eversberg2010-01-041-0/+7
* Harald provided us with this fix for the current OpenBSC API.Andreas Eversberg2010-01-041-1/+3
* Fixed some minor bug. Also fixed problem with double setup for internal exten...Andreas Eversberg2009-12-251-1/+1
* Make LCR run with OpenBSC main branch.Andreas Eversberg2009-12-201-4/+0Star
* Make LCR work with the current openbsc lcr_rtp branch. (soon merged with mast...Andreas Eversberg2009-12-201-70/+19Star
* New Version 1.6root2009-09-061-1/+1
* LCR now compiles with current version of OpenBSC.root2009-08-231-31/+72
* Applied changes of OpenBSC main branch. LCR now works with OpenBSC main branch.root2009-06-281-4/+5
* Added GSM IMSI dialing by using dialing "imsi-<number>".root2009-06-181-161/+163
* gsm improvementsAndreas Eversberg2009-06-061-4/+46
* OpenBSC API change.Andreas Eversberg2009-05-211-33/+35
* - Debug option now works for GSM.Andreas Eversberg2009-05-171-33/+53
* Restructured tones_dir, added tones_dir to interface.confAndreas Eversberg2009-05-141-1/+2
* Added GSM network support.Andreas Eversberg2009-05-111-0/+1614