aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-10update config file to parse correctlyHarald Welte1-7/+1
2012-01-23misc: Check return value of msgb _alloc functionsHolger Hans Peter Freyther3-27/+111
2012-01-15ipa: Send the DLCX Indication with the right message discriminatorHolger Hans Peter Freyther1-2/+2
2012-01-14efr: Add efr to the femtobts_tch_pl_names arrayHolger Hans Peter Freyther2-1/+2
2012-01-14oml: Use talloc_free(ptr) instead of talloc_free(ptr_to_ptr)Holger Hans Peter Freyther1-1/+1
2012-01-14oml: Mention the SAPI that is activated in the log messageHolger Hans Peter Freyther1-2/+2
2012-01-14bts: Use msgb_dequeue and msgb_enqueue for the AGCH queueHolger Hans Peter Freyther1-11/+4
2012-01-14sysmo: handle_ph_data_ind has paths rc is not initializedHolger Hans Peter Freyther1-1/+1
2012-01-14RSL: fix typo in commentHarald Welte1-1/+1
2012-01-14OML SET CHAN ATTR: merge TS attributes (not BTS) and fix mem leakHarald Welte1-1/+5
2012-01-11sysmo-bts: The code is not used (and built), remove it.Holger Hans Peter Freyther1-54/+0
2011-12-11bts.h: lchan_init_lapdm is listed twice, remove oneHolger Hans Peter Freyther1-2/+0
2011-12-01test: Introduce a very simple test for the paging subsystemHolger Hans Peter Freyther8-1/+196
2011-12-01paging: Provide functions to check the internal state of the paging systemHolger Hans Peter Freyther2-0/+20
2011-12-01paging: Do not crash if we get called for the wrong frame/t1/t2/t3Holger Hans Peter Freyther1-2/+12
2011-11-29misc: Move the cmr_index into the #if 0 block as it is only used thereHolger Hans Peter Freyther1-1/+2
2011-11-29LAPDm: Use lapdm_channel_exit() and avoid copy+paste bugHarald Welte1-2/+1
2011-11-24RSL: Actually check if BSC-requested cipher is supportedHarald Welte3-2/+10
2011-11-07audio: Make bts_model_rtp_rx_cb compatible with the prototypeHolger Hans Peter Freyther2-5/+5
2011-11-07sysmo-bts: Include bts.h for bts_shutdown, remove unused variableHolger Hans Peter Freyther1-2/+1
2011-11-07common: Include bts.h for bts_shutdownHolger Hans Peter Freyther1-0/+1
2011-11-07sysmo-bts: Use the z modifier to print the result of sizeofHolger Hans Peter Freyther2-4/+4
2011-11-07sysmobts-vty: Fix compiler warnings about the clock valueHolger Hans Peter Freyther1-2/+1
2011-11-07config: Rename llapdm -> llapd in the example configurationHolger Hans Peter Freyther1-1/+1
2011-10-12add VTY based way to set clock calibration of sysmobts L1Harald Welte6-3/+114
2011-09-19fix various compiler warnings across the codeHarald Welte12-93/+59
2011-09-09sysmobts: fix initial codec mode computationHarald Welte1-5/+1
2011-09-09sysmobts: channel activation changes for v2.4 L1 DSP firmwareHarald Welte1-13/+32
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 Welte5-93/+140
2011-09-09OML: make sure max_power_red is scaled by 2 to convert from 12.21 to dBmHarald Welte1-2/+3
2011-09-09update osmo-bts to conform to L1 v2.4 API changesHarald Welte1-0/+7
2011-09-09Inquire DSP/FPGA version at BTS boot and check band compatibilityHarald Welte3-2/+100
2011-09-08add commands to configure RTP jitter bufferHarald Welte4-1/+94
2011-09-07auto-generate a version0.0.1Harald Welte2-2/+155
2011-09-07make sure 'band' will correctly parse the crap that libosmocore generatesHarald Welte1-1/+1
2011-09-07store the last SID frame of a given LCHAN so we can repeat itHarald Welte1-2/+50
2011-09-07depend on more recent libosmo-trau for polling supportHarald Welte1-1/+1
2011-09-07use osmo_ortp in POLLING mode instead of select loop integrationHarald Welte2-4/+24
2011-09-07add RTP loggingHarald Welte1-1/+7
2011-09-06user DRTP where appropriate, not DL1CHarald Welte1-8/+8
2011-09-06RSL: get rid of some compiler warningsHarald Welte1-2/+1
2011-09-06More comprehensive AMR handlingHarald Welte2-33/+153
2011-09-04update screenrc; we no longer have the '-B' command line optionHarald Welte1-1/+1
2011-09-04update configure.ac to make sure we have libosmocore-0.3.9Harald Welte1-1/+1
2011-09-04add minimal example config fileHarald Welte1-0/+33
2011-09-04add minimal configuration file supportHarald Welte6-27/+322
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