aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-08l1sap: Fix abort on big RTP packet receivedPau Espin Pedrol1-1/+3
2017-11-06l1sap: fix wrong return value of is_fill_frame()Harald Welte1-2/+2
2017-10-10l1sap: Improve log msg when frame diff >1Pau Espin Pedrol1-1/+2
2017-08-31Support sending SI13 to PCUMax1-2/+3
2017-08-09l1sap/osmo-bts-sysmo: Improve loggingHarald Welte1-12/+23
2017-08-09GSMTAP: Don't log fill frames via GSMTAPHarald Welte1-0/+27
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte1-6/+3
2017-07-30L1SAP: Print chan_nr and link_id always as hexHarald Welte1-8/+8
2017-07-10Use osmo_dump_gsmtime to log fn across different layersPau Espin Pedrol1-9/+7
2017-07-10Move dump_gsmtime to libosmocore as osmo_dump_gsmtimePau Espin Pedrol1-13/+4
2017-07-10l1sap.c: fn_ms_adj: Add err logging and always return GSM_RTP_DURATIONPau Espin Pedrol1-5/+6
2017-07-10l1sap.c: Avoid sending RTP frame with empty payloadPau Espin Pedrol1-14/+26
2017-07-10Allow passing low link quality buffers to upper layersPau Espin Pedrol1-2/+5
2017-07-01l1sap: Don't enqueue PTCCH blocks for loopbackHarald Welte1-1/+1
2017-06-28Add loopback support for PDTCHHarald Welte1-27/+89
2017-06-26Add missing include for abis.h header fileMax1-0/+1
2017-06-24l1sap: if lchan is in loopback, don't accept incoming RTPHarald Welte1-0/+5
2017-06-24l1sap.c: Factor out function to limit message queueHarald Welte1-21/+18
2017-06-18OML Add osmocom-specific way to deactivate radio link timeoutHarald Welte1-0/+4
2017-05-29l1sap.c: Add spec reference to link timeout implementationHarald Welte1-1/+3
2017-05-17measurement: Compute measurement results on measurement idicationPhilipp Maier1-5/+4
2017-04-27Fix RTP duration adjustment not done when speech resumes in DTX mode.Jean-Francois Dionne1-6/+2
2017-04-26Add MS TO to RSL measurementsMax1-0/+27
2017-04-13l1sap: improve log outputPhilipp Maier1-1/+3
2017-02-01rsl: Fix dropping of LAPDm UA message.Minh-Quang Nguyen1-0/+11
2017-01-25OML: internalize failure reportingMax1-4/+2
2017-01-16l1sap: fix missing 'else's causing wrong rach frame expiry countsPhilipp1-2/+2