summaryrefslogtreecommitdiffstats
path: root/gsm_bs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | TS 04.08 has a _mandatory_ KEYPAD FACILITY IE, and unless we set the MNCC_F_KEYPAD, some phones will (legitimately) reject the 04.08 DTMF KEYPAD_ACK without that IE.
* 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
| | | | Author: Harald Welte <laforge@gnumonks.org>
* [GSM_BS] Added DTMF support.Andreas Eversberg2011-02-201-3/+80
|
* Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-131-1/+1
| | | | OsmocomBB stack can now be attached to LCRl
* Make LCR compile with the latest OpenBSC master branchAndreas Eversberg2010-10-301-17/+28
| | | | | | | | | modified: Makefile.in modified: aclocal.m4 modified: config.h.in modified: configure modified: configure.ac modified: gsm_bs.cpp
* Tested and fixed the new OpenBSC API.Andreas Eversberg2010-05-301-0/+25
| | | | | | | modified: Makefile.in modified: config.h.in modified: configure modified: gsm_bs.cpp
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-0/+844