aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-05common/l1sap.c: limit the minimal ToA for RACH burstsVadim Yanitskiy1-4/+12
2018-03-05common/l1sap.c: perform noise / ghost filtering for handover RACHVadim Yanitskiy1-14/+17
2018-03-05common/l1sap.c: clean up noise / ghost RACH filteringVadim Yanitskiy1-21/+26
2018-03-05common/l1sap.c: increment valid RACH counter after all checksVadim Yanitskiy1-5/+5
2018-03-05common/l1sap.c: increase the BTS_CTR_RACH_DROP in RACH BER checkVadim Yanitskiy1-0/+1
2018-03-05scheduler_trx.c: remove ToA (Time of Arrival) hackVadim Yanitskiy1-9/+0
2018-03-03rsl: remove unused variablePhilipp Maier1-1/+0
2018-03-03ipac: fix log outputPhilipp Maier1-12/+10
2018-03-02pcu_if: move definition PCU_SOCK_DEFAULT into pcuif_proto.hAlexander Couzens2-2/+2
2018-03-02common/pcu_sock.c: fix double field assignmentVadim Yanitskiy1-1/+0
2018-03-01octphy: replace #warning with #pragma messagePhilipp Maier2-2/+2
2018-02-28pcu_sock: LOG + drop PCU DATA.req for inactive lchanHarald Welte1-0/+6
2018-02-28pcu_sock: LOG + drop DATA.req from PCU for non-PDCH timeslotHarald Welte1-0/+6
2018-02-28pcu_sock: Log an error message and discard PCU primitives for BTS != 0Harald Welte1-0/+4
2018-02-28pcu_sock: Don't overflow the timeslot arrayHarald Welte1-0/+6
2018-02-28pcu_sock: Discard messages that are too shortHarald Welte1-0/+6
2018-02-27Add high-accuracy ToA value to Uplink Measurement ReportsHarald Welte2-0/+40
2018-02-27measurement: Keep average of high-accurate ToA value in lchanHarald Welte1-0/+1
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte7-18/+18
2018-02-27measurement.c: higher-precision TA/TOA mathHarald Welte2-6/+6
2018-02-27trx/scheduler: Use integer math for TOA (Timing of Arrival)Harald Welte8-62/+65
2018-02-27RACH decoding: Use BER threshold for RACH ghost detectionHarald Welte3-1/+23
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