summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-021-15/+3Star
* Make LCR compile with latest osmocomBB code.Andreas Eversberg2011-07-201-1/+2
* Don't try to install default/gsm.conf as it was removed.Andreas Eversberg2011-07-201-3/+0Star
* Minor fix: remote.c -> remote.cpp in Makefile.amAndreas Eversberg2011-07-201-1/+1
* [gsm] Removed obsolete gsm.conf handling. Fixed minor compiling issues.Andreas Eversberg2011-02-201-1/+1
* Modify GSM BS (OpenBTS) to use unix domain socket based MNCCHarald Welte2011-02-201-3/+1Star
* Ensure chan_lcr gets necessary compiler flags when cross compiling.Andreas Eversberg2011-02-101-5/+5
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-2/+2
* Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-2/+6
* Fixed API and incomming calls from Osmocom-BB.Andreas Eversberg2010-07-211-2/+2
* Added detection of tone_zone_sound structure name. Thanx to Janis for thisAndreas Eversberg2010-06-031-1/+1
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-4/+28
* Fixed LCR to work with the current API of OpenBSC.Andreas Eversberg2010-05-311-3/+3
* Revert "Add .gitignore"Karsten Keil2010-03-251-11/+10Star
* Add .gitignoreKarsten Keil2010-03-251-10/+11
* Fixed includes to latest mISDNuser structures.Andreas Eversberg2010-03-111-1/+1
* Fixed compiler warnings when compiling with gcc 4.3.4.Andreas Eversberg2010-03-111-2/+2
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-2/+5
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-2/+10
* LCR now compiles with current version of OpenBSC.root2009-08-231-3/+6
* Added GSM IMSI dialing by using dialing "imsi-<number>".root2009-06-181-1/+3
* Added GSM network support.Andreas Eversberg2009-05-111-3/+19
* Added processing of second caller id.Andreas Eversberg2008-11-041-1/+4
* added chan_lcr and Makefile.am fixes by MatthiasAndreas Eversberg2008-10-231-49/+61
* now chan_lcr.so is moved to asterisk' modules directory when installing.Andreas Eversberg2008-10-111-0/+6
* added options.c to automake, so that chan_lcr gets built correctlyPeter Schlaile2008-09-231-1/+1
* Finished autoconf.Andreas Eversberg2008-09-211-469/+94Star
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-0/+2
* removed: old PBX definitionJörg Habenicht2007-10-031-4/+14
* added: autoconf environmenthajo2007-10-021-0/+492