summaryrefslogtreecommitdiffstats
path: root/gsm_bs.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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