summaryrefslogtreecommitdiffstats
path: root/gsm_bs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-021-230/+39Star
* gsm->network must be set != NULL, to make it work correctlyAndreas Eversberg2011-07-251-12/+5Star
* This was missing at merge:Andreas Eversberg2011-07-141-28/+0Star
* Merge branch 'develop'Andreas Eversberg2011-07-141-144/+232
|\
| * [GSM] Replaced strcpy by required macro name.Andreas Eversberg2011-07-101-1/+1
| * [gsm] Removed obsolete gsm.conf handling. Fixed minor compiling issues.Andreas Eversberg2011-02-201-1/+1
| * GSM MNCC: Make sure to set the MNCC_F_KEYPAD when ACKing DTMFHarald Welte2011-02-201-0/+1
| * MNCC: refuse any incoming SETUP if there is no MNCC connectionHarald Welte2011-02-201-0/+14
| * MNCC: Re-connect to the MNCC socket if connection was lostHarald Welte2011-02-201-20/+41
| * GSM BS: Release all calls in case the connection to OpenBSC disappearsAndreas Eversberg2011-02-201-1/+18
| * mncc_sock: properly append an element to the end of the listHarald Welte2011-02-201-0/+1
| * MNCC socket: length of GSM TCH/F FR frame is 33 bytes _plus_ headerHarald Welte2011-02-201-1/+2
| * Modify GSM BS (OpenBTS) to use unix domain socket based MNCCHarald Welte2011-02-201-150/+155
| * [GSM_BS] Added DTMF support.Andreas Eversberg2011-02-201-3/+80
| * Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-1/+1
| * Make LCR compile with the latest OpenBSC master branchAndreas Eversberg2010-10-301-17/+28
* | [GSM_BS] Added DTMF support.Andreas Eversberg2011-02-201-3/+80
* | Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-10-311-1/+1
* | Make LCR compile with the latest OpenBSC master branchAndreas Eversberg2010-10-301-17/+28
|/
* Tested and fixed the new OpenBSC API.Andreas Eversberg2010-05-301-0/+25
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-0/+844