aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ctrl: do not disable nagle algorithm until we fully support segmentationpablo/ctrl-updatesPablo Neira Ayuso2011-09-091-7/+0
* src: check for error returned by controlif_setup()Pablo Neira Ayuso2011-09-093-3/+14
* ctrl: use generic IPA socket infrastructure available in libosmo-abisPablo Neira Ayuso2011-09-093-130/+37
* add a per-lchan buffer for the last SID frame for osmo-btsHarald Welte2011-09-071-0/+4
* add AMR mode member of gsm_lchan for osmo-btsHarald Welte2011-09-061-0/+14
* update wireshark patches to current wireshark svnHarald Welte2011-09-067-360/+344
* fix fprintf format specifiers in osmo-bsc_mgcpAlexander Huemer2011-09-061-2/+2
* fix some "implicit declaration" warnings in libbscAlexander Huemer2011-09-062-0/+13
* fix some "implicit declaration" warnings in libtrauAlexander Huemer2011-09-063-0/+9
* fix some "implicit declaration" warnings in osmo-nitbAlexander Huemer2011-09-065-0/+38
* gsm_data_shared: add some fields for voice support of sysmo-btsHarald Welte2011-09-041-0/+6
* Add VTY command to specify default speech codecHarald Welte2011-09-038-6/+109
* bsc_api: Make sure to use correct MS Power on ASSIGNMENT CMDDieter Spaar2011-09-031-1/+1
* bsc: Fix a crash in case we get a NACK from the BTS for a new channelHolger Hans Peter Freyther2011-08-301-5/+5
* BTS support: nokia/ericcson - use e1inp_ts->lapdHarald Welte2011-08-262-4/+4
* add missing #include line to gsm_data_shared.hHarald Welte2011-08-241-0/+2
* Revert "we don't have openbsc/ipaccess.h anymore"Harald Welte2011-08-231-1/+1
* add missing ipaccess.h to Makefile.amHarald Welte2011-08-231-1/+1
* add control_cmd.h to Makefile.amHarald Welte2011-08-231-1/+1
* osmo-bsc: Use NM_OPSTATE_* to check for operational attributesDaniel Willmann2011-08-221-1/+1
* libctrl: Add a function to create the cmdHolger Hans Peter Freyther2011-08-222-0/+13
* libctrl: Don't overwrite error reply if the verify function sets oneDaniel Willmann2011-08-221-1/+3
* libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann2011-08-224-27/+27
* libctrl: Bind control interface to localhostDaniel Willmann2011-08-221-1/+1
* libctrl: Use DCTRL as logging destination in libctrlHolger Hans Peter Freyther2011-08-222-28/+28
* nat: Fix error in get_next_free_bsc_idDaniel Willmann2011-08-221-15/+20
* contrib/bsc_control.py: Patch by Holger to handle connection resetsDaniel Willmann2011-08-221-0/+4
* bsc: Fix crash that can occur on RF FailureHolger Hans Peter Freyther2011-08-221-3/+12
* audio: Move the setting of MultiRateConfig to one placeHolger Hans Peter Freyther2011-08-221-14/+19
* audio: From RTP point of view we can use one payload for HR/FR AMRHolger Hans Peter Freyther2011-08-222-4/+2
* audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther2011-08-223-6/+0
* mgcp: Make CRCX deal better with UDP retransmissionsHolger Hans Peter Freyther2011-08-221-24/+44
* mgcp: FreeSWITCH requiresn us to provide the o= and t= paramHolger Hans Peter Freyther2011-08-221-3/+5
* misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_regHolger Hans Peter Freyther2011-08-226-33/+43
* we don't have openbsc/ipaccess.h anymoreHarald Welte2011-08-201-1/+1
* src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso2011-08-1974-5766/+926
* src: use new msg->dst pointer instead of deprecated msg->trxPablo Neira Ayuso2011-08-1915-132/+181
* bssgp: make comments more explicit, include 'Rx' in received messagesHarald Welte2011-08-191-6/+6
* Merge branch 'master' of git.osmocom.org:openbscHarald Welte2011-08-1925-180/+2348
|\
| * bsc: Crash fix for the osmo-nitb/MNCC codeHolger Hans Peter Freyther2011-08-131-1/+2
| * libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONEDaniel Willmann2011-08-111-0/+4
| * libbsc: Cosmetic fix for the channel activate NACK log messageDaniel Willmann2011-08-111-1/+1
| * libbsc: Release the RF channel if BTS thinks it's still in useDaniel Willmann2011-08-111-0/+3
| * libbsc: Call lchan_free in the timeout callbacksDaniel Willmann2011-08-111-2/+4
| * libbsc: Only skip lchans with state AND type set to NONE in show lchanJan Luebbe2011-08-111-1/+1
| * MNCC: Never send zero-length msgb packets to the socketPeter Stuge2011-08-111-0/+9
| * RSL: add timer for lchan activation/deactivation without BTS responseHarald Welte2011-08-112-1/+38
| * DAHDI: Actually increment e1_input related rate countersHarald Welte2011-08-111-0/+16
| * E1 Input: better names for rate countersHarald Welte2011-08-111-4/+4
| * E1 Input: Add rate counters for events related to E1 linesHarald Welte2011-08-113-12/+66