aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-14Update parameters in osmo-bts-sysmo for 11bit RACHbhargava1-6/+36
2016-08-30dyn TS: sysmo,lc15: ph_data_req: fix PDCH mode detectionNeels Hofmeyr1-1/+1
2016-08-27Change interface in osmo-bts for 11 bit RACHbhargava1-0/+6
2016-08-08Fill measurements data for L1SAPMax1-1/+5
2016-07-27dyn TS: sysmo,lc15: chan_nr_by_sapi(): add missing assertionNeels Hofmeyr1-0/+1
2016-07-25dyn TS: implement SysmoBTS specificsNeels Hofmeyr1-4/+9
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-11/+5
2016-06-17dyn PDCH: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flagsNeels Hofmeyr1-3/+15
2016-06-15sysmo: add L3 handle to l1prim messagesNeels Hofmeyr1-2/+56
2016-06-14DTXd: store/repeat last SIDMax1-1/+1
2016-06-12Add DTXd support for sysmoBTS and LC15Max1-0/+2
2016-02-15declare pcu_direct in pcu_if.hHarald Welte1-2/+0
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte1-11/+28
2016-02-15sysmobts/LC15: Fix startup-time DSP trace flage configurationHarald Welte1-0/+1
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte1-11/+48
2016-02-09fix migration of check_for_ciph_cmd() from sysmobts to l1sapHarald Welte1-45/+0
2016-01-08sysmobts: add missing break statement in l1if_handle_ind()Harald Welte1-0/+1
2016-01-04sysmobts: Clarify msgb ownership / fix memory leaksHarald Welte1-21/+30
2015-11-20sysmobts: Dont recycle PHY primitive for L1SAP in PH-DATA.indHarald Welte1-20/+14
2015-11-20sysmobts: fix ph_data_req() msgb handling + alignmentHarald Welte1-24/+16