aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-04AMR: double-check CMI/CMR/CMC valuesHarald Welte2-18/+76
2011-09-03Sysmobts L1: Implement HR codec supportHarald Welte1-3/+22
2011-09-03Fix MODE MODIFY for multirate configuration on TCH/HHarald Welte1-1/+16
2011-09-03Add new ORTP based libosmo-trau based voice supportHarald Welte9-58/+788
2011-09-03remove dead code / dead fule common/voice.cHarald Welte2-20/+1
2011-09-01abis.c: Remove dead codeHarald Welte1-3/+0
2011-07-24sysmobts: add a skeleton for codec frame processingHarald Welte8-7/+146
2011-07-24RSL: send CRCX/MDCX related messages as msg discriminator ip.accessHarald Welte1-4/+14
2011-07-21Use libosmotrau for RTP supportHarald Welte6-107/+235
2011-07-21remove old RTP code from osmocom-bb/jolly/bts branchHarald Welte3-564/+0
2011-07-13RSL: fix transmission of RR ciphering mode command via LAPDmHarald Welte1-11/+19
2011-07-12update the HACK to delay the fake CIPHERING MODE COMPLETEHarald Welte1-10/+39
2011-07-07RSL: include fake IMEISV if we send fake CIPH MODE COMPLHarald Welte1-4/+26
2011-07-07RSL: ciphering IE length can be '1' in case of 'no ciphering'Harald Welte1-1/+2
2011-07-07increae the RACH quality threshold to 5dB C/IHarald Welte1-1/+1
2011-07-07RSL: Send fake CIPHERING MODE COMPLETEHarald Welte1-1/+33
2011-07-07RSL: implement RSL ENCR CMD, feed L3_INFO to LAPDmHarald Welte1-5/+65
2011-07-05sysmbts L1 if: implement 'dead DSP L1 detection'Harald Welte3-0/+30
2011-07-05l1_if: send EMPTY-FRAME.req instead of fill frame on TCH/F + FACCHHarald Welte1-2/+18
2011-07-05L1/OML: De-activate L1 SAPIs in opposite order of activationHarald Welte1-2/+2
2011-07-05increase RACH threshold to 1 dB C/IHarald Welte1-1/+1
2011-07-05add some missing #include directivesHarald Welte1-0/+2
2011-07-05add command line option '-p' to specify DSP trace flags as hex maskHarald Welte1-1/+7
2011-07-05Fix compilation of paging.cHarald Welte1-2/+2
2011-07-05paging: Fix 'empty paging' message contentsHarald Welte1-1/+1
2011-07-05paging: correct contents of L2 Pseudo-LengthHarald Welte1-2/+4
2011-07-05add VTY commands for setting and showing DSP trace flagsHarald Welte5-1/+216
2011-07-05sysmobts: add value_string for dsp trace flagsHarald Welte2-0/+37
2011-07-05logging: Add DSP log subsystemHarald Welte2-0/+7
2011-07-02measurement: fix missing \n at end of log outputHarald Welte1-1/+1
2011-07-02remove FIXME that has long been fixedHarald Welte1-1/+0
2011-07-02add init script and screenrc for l1fwdHarald Welte2-0/+34
2011-07-02untested code to dynamically set L1 band based on ARFCN numberHarald Welte1-1/+26
2011-07-01start screen in detached/background modeHarald Welte1-1/+1
2011-07-01add init script for screen-based respawnHarald Welte1-0/+31
2011-07-01add respawn script and screenrc for respawning the process in screenHarald Welte2-0/+7
2011-07-01make it clear why we terminateHarald Welte2-3/+7
2011-07-01logging sanitization (use proper log levels, etc.)Harald Welte4-26/+22
2011-07-01sysmobts-remote: Remove hard-coded BTS IP addressHarald Welte1-3/+8
2011-07-01fix various compiler warningsHarald Welte8-11/+22
2011-07-01fix BTS initialization orderHarald Welte7-25/+74
2011-07-01sysmo-bts: Ignore OPSTART on the TRX until we have seen SET ATTRHarald Welte1-2/+28
2011-07-01sysmo-bts: properly initialize the nominal power, print it at startupHarald Welte2-1/+4
2011-06-30measurements: avoid division by zeroHarald Welte1-2/+5
2011-06-29deactivate RF + exit when the Abis link is goneHarald Welte7-3/+45
2011-06-29add logging related vty commandsHarald Welte1-0/+1
2011-06-29RSL/LAPDM: make sure we do lapdm_channel_reset()Harald Welte1-4/+5
2011-06-29RSL: clarify msgb free scheme in rslHarald Welte1-4/+15
2011-06-29OML: fix memory leaks by centralized msgb_free() for rx msgsHarald Welte1-5/+2
2011-06-29Fix memory leak in abis code: Free msgb after tx'ing itHarald Welte1-0/+1