summaryrefslogtreecommitdiffstats
path: root/gsm_bs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-021-230/+39Star
| | | | | | | | | There is no linking of any osmocomBB source code required. In order to use osmocomBB or OpenBSC, just enable the interface, as described in defaults/interface.conf. At osmocomBB/mobile or at OpenBSC, just use the option "-m" to enable the socket interface. Enable GSM at LCR with "./configure --with-gsm-ms --with-gsm-bs".
* gsm->network must be set != NULL, to make it work correctlyAndreas Eversberg2011-07-251-12/+5Star
| | | | Thanx to Lennart for finding this Bug.
* This was missing at merge:Andreas Eversberg2011-07-141-28/+0Star
| | | | | | | deleted: Makefile.in deleted: configure modified: gsm_bs.cpp modified: gsm_ms.cpp
* Merge branch 'develop'Andreas Eversberg2011-07-141-144/+232
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in README chan_lcr.c configure gsm_bs.cpp gsm_ms.cpp interface.c route.c
| * [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
| | | | | | | | | | | | 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
* | [GSM_BS] Added DTMF support.Andreas Eversberg2011-02-201-3/+80
| |
* | Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-10-311-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