aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Move rach_busy counting above L1SAPHarald Welte5-48/+44
2018-02-26scheduler: Add missing \n at end of LOG statementHarald Welte1-1/+1
2018-02-26measurement.c: Don't silently copy "FULL" measurements to "SUB"Harald Welte1-2/+5
2018-02-26measurement: Compute RX{LEV,QUAL}-SUB for SDCCH and non-AMR TCHHarald Welte1-3/+99
2018-02-26split scheduler_mframe.c from scheduler.cHarald Welte5-818/+827
2018-02-26{sysmo,lc15}: Fix RACH reporting in combined CBCH caseHarald Welte2-2/+4
2018-02-26{sysmo,lc15}: Correctly report BER to L1SAP in INFO_MEAS_INDHarald Welte2-2/+2
2018-02-26octphy: Remove code duplication for BER / RSSI conversionHarald Welte1-18/+22
2018-02-26counters: split rach:sent into rach:drop, rach:ho, rach:cs and rach:psHarald Welte2-3/+10
2018-02-26measurement.c: Fix sdcch4_meas_rep_fn102 / sdcch8_meas_rep_fn102Harald Welte1-15/+14
2018-02-25RSL IPA DLCX: Avoid another null-pointer dereferenceHarald Welte1-6/+5
2018-02-25RSL: Fix encoding of ConnectionID in IPA_DLCX_ACKHarald Welte1-1/+1
2018-02-25RSL IPA DLCX: Avoid null-pointer dereferenceHarald Welte1-5/+7
2018-02-25paging: Fix encoding of PAGING TYPE 3 Rest OctetsHarald Welte1-8/+12
2018-02-24rsl: Improve ERROR REPORTingHarald Welte1-44/+81
2018-02-24paging.c: Fix encoding of optional Mobile ID RR PAGING TYPE 1 / 2Harald Welte1-2/+2
2018-02-24paging: Drop + Log paging requests for non-existant paging groupsHarald Welte1-0/+9
2018-02-24BTS: add rate_ctr about CCCH (paging, agch, pch)Harald Welte6-0/+38
2018-02-24RSL: Send ERROR REPORT on too short/truncated messages + wrong discriminatorHarald Welte1-0/+6
2018-02-24RSL: Implement DELETE INDICATION on AGCH overflowHarald Welte1-0/+17
2018-02-24load_indication: Fix start of load indication timerHarald Welte2-6/+9
2018-02-23scheduler.c: Print message when burst substitution happensHarald Welte1-1/+4
2018-02-23osmo-bts-trx: Add missing frame number to l1if_process_meas_res()Harald Welte1-1/+1
2018-02-23l1sap: Pass is_sub from L1 primitive into the Uplink MeasurementHarald Welte1-0/+1
2018-02-23measurement.c: Hand Frame Number into measurement computationHarald Welte2-5/+5
2018-02-23Revert "measurement: fix measurement computation"Harald Welte2-49/+1
2018-02-23scheduler: add trx_sched_is_sacch_fn() functionHarald Welte1-0/+40
2018-02-23scheduler.c: Factor out find_sched_mframe_idx() functionHarald Welte1-15/+22
2018-02-23osmo-bts-virtual: Make sure PRIM_INFO_MEAS have non-zero frame numberHarald Welte1-2/+3
2018-02-22osmo-bts-virtual: Make use of LOGL1S() macro for contextHarald Welte1-67/+40
2018-02-22Introduce + use LOG/DEBUGP with frame number prefixing/printingHarald Welte8-125/+106
2018-02-22osmo-bts-virtual: Generate PRIM_INFO_MEAS (with bogus values)Harald Welte1-2/+5
2018-02-22osmo-bts-virtual: Shut down gracefully on socket creation failureHarald Welte2-2/+7
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier5-57/+37
2018-02-22vty: display bts features in vty command show btsPhilipp Maier1-0/+20
2018-02-22octphy: ensure all BTS models set featuresPhilipp Maier5-0/+28
2018-02-22gsm_data_shared: extend bts feature list with speech codecsPhilipp Maier1-0/+5
2018-02-21RSL: Ensure we don't accept DCHAN messages for CCHANHarald Welte1-0/+22
2018-02-21RSL: Properly reject RSL CHAN_NR IE for incompatible PCHANHarald Welte1-34/+78
2018-02-19trx: make l1if_fill_meas_res() staticHarald Welte2-3/+1
2018-02-19sysmo+lc15: Add missign include for readv/writevHarald Welte2-0/+2
2018-02-19sysmo: Fix compiler warnings in eeprom.cHarald Welte1-6/+6
2018-02-19Cosmetic fixes for power ramping code.Stefan Sperling1-2/+2
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier5-0/+69
2018-02-14osmo-bts: Add talloc context introspection via VTYHarald Welte2-0/+2
2018-02-09l1sap: Validate incoming RTP payload, drop bw-efficient AMRPau Espin Pedrol1-0/+45
2018-02-08main.c: bts_main: fix typo in error messagePau Espin Pedrol1-1/+1
2018-02-08osmo-bts-trx: ignore frame offset error on startupMax1-3/+4
2018-02-08osmo-bts-trx: init nbits to know valueMax1-1/+1
2018-02-07Add helper to get BCC from BSICMax1-1/+1