aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-25model_init: order features alphabetically, part 2Oliver Smith1-2/+3
2021-11-25[lc15,oc2g,octphy] Fix memory leak on write queue overflowHarald Welte1-1/+5
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-2/+2
2020-11-03fixup: vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-2/+0
2020-10-20Introduce NM Channel FSMPau Espin Pedrol1-5/+0
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol1-8/+6
2020-10-19use osmo_fd_setup() everywhereHarald Welte1-4/+1
2020-07-05Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol1-0/+1
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-5/+5
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol1-1/+1
2020-02-12l1_if: Fix strange formatting of Meas info loggingPau Espin Pedrol1-9/+5
2019-10-17Fix common misspellings and typosMartin Hauke1-3/+3
2019-10-11log: set L1 SAPI log contextOliver Smith1-0/+47
2019-07-17fix spelling stuff mentioned by lintianThorsten Alteholz1-1/+1
2019-06-05Use #define RSL_CHAN_RACH for RSL Channel Number of RACHVadim Yanitskiy1-1/+1
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-0/+5
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-06-28octphy: add support for 16x oversampling modePhilipp Maier1-0/+1
2018-03-23cosmetic: remove unused variablePhilipp Maier1-1/+0
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-5/+1
2018-03-08fix handover: handle_ph_ra_ind(): evaluate ra_ind before msgb_trim()Neels Hofmeyr1-19/+27
2018-03-01octphy: replace #warning with #pragma messagePhilipp Maier1-1/+1
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-3/+3
2018-02-27Move rach_busy counting above L1SAPHarald Welte1-21/+11
2018-02-26octphy: Remove code duplication for BER / RSSI conversionHarald Welte1-18/+22
2018-02-22Introduce + use LOG/DEBUGP with frame number prefixing/printingHarald Welte1-22/+17
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier1-9/+0
2018-02-22octphy: ensure all BTS models set featuresPhilipp Maier1-0/+5
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier1-0/+9
2017-12-03osmo-bts-octphy: Remove bogus warning about BS_AG_BLKS_RESHarald Welte1-1/+0
2017-08-15octphy: implement support for dynamic timeslotsPhilipp Maier1-4/+23
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte1-2/+2
2017-07-10octphy: remap frame number in MEAS_INDPhilipp Maier1-1/+52
2017-07-10octphy: do not send empty frames to phyPhilipp Maier1-34/+5
2017-07-10Allow passing low link quality buffers to upper layersPau Espin Pedrol1-2/+0
2017-07-04Fix annoying trailing whitespacePau Espin Pedrol1-1/+1
2017-06-28octphy: remove log outputPhilipp Maier1-2/+0
2017-06-28octphy: initalize nmsg only when neededPhilipp Maier1-5/+6
2017-06-28octphy: initalize l1msg and only when neededPhilipp Maier1-1/+9
2017-06-15Set and report BTS featuresMax1-0/+3
2017-05-29octphy: integrate channel measurement handlingPhilipp Maier1-15/+48
2017-05-17octphy: ensure that 11 bit rach flag is not setPhilipp Maier1-0/+2
2017-05-17octphy: align frame number for new firmware versionsPhilipp Maier1-0/+15
2017-05-10Set BTS variant while initializing BTS modelMax1-0/+1
2017-04-13octphy: add CBCH supportPhilipp Maier1-1/+11
2016-11-11Replace link_id constant with defineMax1-4/+4
2016-09-24octphy: Fixing band selection for ARFCN 0Philipp1-1/+3
2016-08-08Fill measurements data for L1SAPMax1-1/+12
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-11/+5