aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-09CBCH: Move processing via L1SAPHarald Welte1-5/+3
2018-09-09[sysmo,lc15]: Consider CBCH channel combinations in chan_nr_by_sapi()Harald Welte1-0/+4
2018-06-22sysmo: l1_if.c: Avoid decl of unused vars and funcs with femtobts_v2.7 buildPau Espin Pedrol1-3/+4
2018-06-22sysmo: l1if_mute_rf: Declare vars inside ifdef sectionPau Espin Pedrol1-3/+2
2018-06-22sysmo: Fix memcmp in RF-MUTE.req for superfemto < 3.6.0Pau Espin Pedrol1-2/+2
2018-06-20l1_if.c: Move decl of vars used in conditional macroPau Espin Pedrol1-3/+3
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-2/+1
2018-03-10sysmobts: Compatibility with older firmware versionsHarald Welte1-1/+12
2018-03-08fix handover: handle_ph_ra_ind(): evaluate ra_ind before msgb_trim()Neels Hofmeyr1-40/+46
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-2/+2
2018-02-27Move rach_busy counting above L1SAPHarald Welte1-10/+6
2018-02-26{sysmo,lc15}: Fix RACH reporting in combined CBCH caseHarald Welte1-1/+2
2018-02-26{sysmo,lc15}: Correctly report BER to L1SAP in INFO_MEAS_INDHarald Welte1-1/+1
2018-02-22Introduce + use LOG/DEBUGP with frame number prefixing/printingHarald Welte1-13/+10
2017-10-11sysmo: don't override clock source with defaultsMax1-11/+14
2017-10-11sysmo: use clock calibration source wrapperMax1-1/+1
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte1-2/+2
2017-08-01lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapiPau Espin Pedrol1-2/+2
2017-07-10osmo-bts-sysmo: Include frame number in MEAS INDPhilipp Maier1-2/+3
2017-07-10Use osmo_dump_gsmtime to log fn across different layersPau Espin Pedrol1-2/+5
2017-07-10Allow passing low link quality buffers to upper layersPau Espin Pedrol1-8/+1
2017-07-04Revert "osmo-bts-sysmo: Include frame number in MEAS IND"Philipp Maier1-7/+2
2017-06-29Revert "sysmobts: normalize frame number in measurement indication"Philipp Maier1-10/+2
2017-06-24osmo-bts-sysmo/l1_if.c: PH-DATA.ind belongs to L1P, not L1CHarald Welte1-1/+1
2017-06-09sysmobts: normalize frame number in measurement indicationPhilipp Maier1-2/+10
2017-06-09Re-add version to phy_instanceMax1-0/+4
2017-06-02Revert "Add version to phy_instance"Neels Hofmeyr1-4/+0
2017-05-29Add version to phy_instanceMax1-0/+4
2017-05-29sysmobts: Re-order the bit-endianness of every HR codec parameterHarald Welte1-0/+3
2017-05-29osmo-bts-sysmo: Include frame number in MEAS INDPhilipp Maier1-2/+7
2017-05-27Implement basic Get Attribute responderMax1-0/+4
2017-05-15Prepare for BTS attribute reporting via OMLMax1-2/+2
2017-02-14sysmobts: fully support trx_power_paramsHarald Welte1-3/+43
2017-02-01Fix AMR HR DTX FSM logic.Jean-Francois Dionne1-4/+13
2017-02-01DTX: fix "unexpected burst" errorJean-Francois Dionne1-0/+1
2017-01-31sysmo,lc15: fix memory leak at each call placedJean-Francois Dionne1-1/+3
2017-01-12lc15,sysmobts l1_if: fix memleak in handle_mph_time_ind()Jean-Francois Dionne1-0/+1
2017-01-04DTX AMR HR: fix inhibitionMax1-1/+5
2016-12-01Fix AGCH/PCH proportional allocationMax1-16/+0
2016-12-01DTX DL AMR: rewrite FSM recursionMax1-13/+20
2016-11-11Replace link_id constant with defineMax1-3/+3
2016-11-08DTX DL: tighten check for enabled operationMax1-1/+1
2016-11-03DTX fix ONSET handlingMax1-1/+1
2016-10-28DTX DL: split ONSET state handlingMax1-6/+43
2016-10-13DTX DL: use FSM for AMRMax1-8/+6
2016-10-12Move copy-pasted array into shared headerMax1-6/+0
2016-09-30DTX: send AMR voice alongside with ONSETMax1-4/+8
2016-09-24DTX: check Marker bit to send ONSET to L1Max1-1/+7
2016-09-23DTX: fix SID logicMax1-4/+7
2016-09-23DTX: fix last SID savingMax1-1/+1