aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-09L1SAP: clarify debug messages in rach_pass_filter()Vadim Yanitskiy1-3/+3
2019-10-04common/l1sap: increase ToA precision for packet Access BurstsVadim Yanitskiy1-1/+2
2019-10-04scheduler: fix handling of PTCCH/U and PTCCH/D logical channelsVadim Yanitskiy1-2/+16
2019-10-02l1sap: Log conn dropped due to radio link counter timeoutPau Espin Pedrol1-1/+5
2019-07-21Move Access Burst link quality handling to L1SAPVadim Yanitskiy1-0/+8
2019-07-21Clarify and refactor link quality (C/I) handlingVadim Yanitskiy1-1/+1
2019-06-13l1sap: Compute statistics on FN advance in PH-RTS.indHarald Welte1-0/+29
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte1-1/+1
2019-05-24l1sap: Fix calculation of expired RACH slots in case of missing frame numbersHarald Welte1-2/+5
2019-05-24l1sap: Correctly count RACH slots in calc_exprd_rach_frames()Harald Welte1-4/+1
2019-05-24Use LOGPLCHAN whenever possibleHarald Welte1-31/+25
2019-04-21common/l1sap.c: fix: add missing new line to a debug messageVadim Yanitskiy1-1/+1
2019-03-27oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier1-2/+4
2019-03-18Constify pcu_rx_*() parametersMax1-1/+1
2018-11-22Fix type mismatchMax1-1/+1
2018-10-10l1sap: Log name of chan_nr instead of hex valuePau Espin Pedrol1-25/+27
2018-09-30Fix computing CCCH block number from frame numberHarald Welte1-2/+37
2018-09-17get_lchan_by_chan_nr(): Fix resolution of CBCHHarald Welte1-1/+12
2018-09-17l1sap/scheduler: Consistently print chan_nr as hex numberHarald Welte1-5/+5
2018-09-09CBCH: Move processing via L1SAPHarald Welte1-0/+6
2018-08-31paging: add unit-test to check different bs_ag_blks_res settingsPhilipp Maier1-3/+12
2018-08-23Revert "send TCH/F fill frames in DTX mode (WIP)"Stefan Sperling1-64/+13
2018-08-22send TCH/F fill frames in DTX mode (WIP)Stefan Sperling1-13/+64
2018-08-22fix conditions for sending fill frames during RTS INDStefan Sperling1-3/+10
2018-08-17cosmetic: unify measurement sample handling in one functionPhilipp Maier1-5/+1
2018-07-19l1sap: add_l1sap_header: Compact msgb_push ret assignmentPau Espin Pedrol1-2/+1
2018-05-24cosmetic: it's n_r in check_for_first_ciphrd(), not n_sHarald Welte1-3/+3
2018-03-21l1sap: Avoid assumption that l1sap is at head of msgbPau Espin Pedrol1-11/+15
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-27/+23
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-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-6/+6
2018-02-27measurement.c: higher-precision TA/TOA mathHarald Welte1-1/+1
2018-02-27RACH decoding: Use BER threshold for RACH ghost detectionHarald Welte1-1/+6
2018-02-27Move rach_busy counting above L1SAPHarald Welte1-6/+16
2018-02-26counters: split rach:sent into rach:drop, rach:ho, rach:cs and rach:psHarald Welte1-2/+6
2018-02-24BTS: add rate_ctr about CCCH (paging, agch, pch)Harald Welte1-0/+2
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 Welte1-1/+1
2018-02-22Introduce + use LOG/DEBUGP with frame number prefixing/printingHarald Welte1-38/+35
2018-02-09l1sap: Validate incoming RTP payload, drop bw-efficient AMRPau Espin Pedrol1-0/+45
2018-02-08osmo-bts-trx: ignore frame offset error on startupMax1-3/+4
2018-02-05l1sap.c: l1sap_tch_rts_ind: Remove unused variablesPau Espin Pedrol1-6/+1
2018-02-05Remove unused variablesPau Espin Pedrol1-1/+0
2018-01-08Print FN delta on L1 errorsMax1-2/+2
2017-12-05DTX: avoid illegal character contained in DTX FSM allocation which causes BTS...Harald Welte1-2/+10
2017-12-02l1sap: Fix log subsystem: Use DRTP for RTP related bits, L1C for MPHHarald Welte1-11/+11