aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-03Introduce NM Channel FSMpespin/masterPau Espin Pedrol1-4/+0
2020-10-02Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol1-9/+9
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier1-21/+0
2020-02-17Do not depend on pcu_direct flag when populating ph_data_indPhilipp Maier1-5/+4
2020-02-12l1_if: Fix strange formatting of Meas info loggingPau Espin Pedrol1-11/+7
2019-10-11log: set L1 SAPI log contextOliver Smith1-0/+45
2019-07-21Move Access Burst link quality handling to L1SAPVadim Yanitskiy1-7/+1
2019-07-21Clarify and refactor link quality (C/I) handlingVadim Yanitskiy1-1/+1
2019-07-21sysmo/l1_if.c: Annotate fall-through in switch statementHarald Welte1-0/+1
2019-06-05Use #define RSL_CHAN_RACH for RSL Channel Number of RACHVadim Yanitskiy1-1/+1
2019-05-22sysmo: Fix "nominal power" / BS power display in VTYHarald Welte1-1/+1
2018-11-19add missing check of osmo_wqueue_enqueue() return valueStefan Sperling1-1/+5
2018-09-30sysmo, virtual: properly handle BS-AG-BLKS-RES as received from BSCHarald Welte1-1/+1
2018-09-30Fix computing CCCH block number from frame numberHarald Welte1-1/+1
2018-09-17CBCH: Fix CBCH via L1SAP for osmo-bts-{sysmo,octphy,litecell15}Harald Welte1-1/+3
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