aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2011-10-03[WIP] Adding tx callback to lchan_init_lapdmAndreas Eversberg1-3/+4
2011-10-03Added option to or not to terminate on shutdown.Andreas Eversberg2-6/+8
2011-10-03Singal of BCCH change now includes the SI numberroot2-5/+15
2011-10-03[WIP] Changed logging for easier debuggingroot2-4/+14
2011-09-09AMR: change definition of amr_get_initial_mode() return valueHarald Welte1-4/+6
2011-09-09Introduce new amr.[ch] for AMR related functionsHarald Welte3-92/+125
2011-09-09OML: make sure max_power_red is scaled by 2 to convert from 12.21 to dBmHarald Welte1-2/+3
2011-09-08add commands to configure RTP jitter bufferHarald Welte3-1/+93
2011-09-07make sure 'band' will correctly parse the crap that libosmocore generatesHarald Welte1-1/+1
2011-09-07use osmo_ortp in POLLING mode instead of select loop integrationHarald Welte1-1/+2
2011-09-07add RTP loggingHarald Welte1-1/+7
2011-09-06RSL: get rid of some compiler warningsHarald Welte1-2/+1
2011-09-06More comprehensive AMR handlingHarald Welte1-1/+91
2011-09-04add minimal configuration file supportHarald Welte3-5/+296
2011-09-04AMR: double-check CMI/CMR/CMC valuesHarald Welte1-5/+17
2011-09-03Add new ORTP based libosmo-trau based voice supportHarald Welte2-22/+202
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 Welte2-1/+20
2011-07-24RSL: send CRCX/MDCX related messages as msg discriminator ip.accessHarald Welte1-4/+14
2011-07-21Use libosmotrau for RTP supportHarald Welte2-103/+230
2011-07-21remove old RTP code from osmocom-bb/jolly/bts branchHarald Welte2-517/+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-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-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-05logging: Add DSP log subsystemHarald Welte1-0/+6
2011-07-02measurement: fix missing \n at end of log outputHarald Welte1-1/+1
2011-07-01make it clear why we terminateHarald Welte2-3/+7
2011-07-01logging sanitization (use proper log levels, etc.)Harald Welte2-18/+11
2011-07-01fix various compiler warningsHarald Welte5-9/+14
2011-07-01fix BTS initialization orderHarald Welte3-17/+25
2011-06-30measurements: avoid division by zeroHarald Welte1-2/+5
2011-06-29deactivate RF + exit when the Abis link is goneHarald Welte2-0/+29
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
2011-06-29Fix support of SDCCH4Harald Welte1-2/+2
2011-06-29RSL: Log all RLL messages from A-bis to LAPDmHarald Welte1-1/+7
2011-06-29don't print ((....)) in RSL debug outputHarald Welte1-2/+2
2011-06-29make sure we forward EXTENDED MEAS REP to the BSCHarald Welte1-3/+11
2011-06-29remove debugging printf in sysinfo codeHarald Welte1-1/+0
2011-06-29rsl / meas rep: properly check if UNIT DATA IND is really a 04.08 meas repHarald Welte1-8/+5
2011-06-29implement baseic uplink measurement processing + reportingHarald Welte4-11/+332