aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol2-3/+3
2021-06-10osmo-bts-octphy: drop talloc_replace(), use osmo_talloc_replace_string()Vadim Yanitskiy1-12/+10
2021-05-23[VAMOS] gsm_data.h: introduce and use BTS_TSC macroVadim Yanitskiy1-1/+1
2021-04-20lchan2lch_par(): fix missing default branch in switchVadim Yanitskiy1-7/+12
2020-11-03fixup: vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-2/+0
2020-11-02vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-5/+1
2020-10-24main: separate model-specific arguments in helpVadim Yanitskiy1-0/+1
2020-10-24main: increase spacing between commands and descriptionVadim Yanitskiy1-1/+1
2020-10-20Introduce NM Channel FSMPau Espin Pedrol2-24/+19
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol2-24/+23
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-1/+3
2020-10-20Introduce NM BTS Site Manager FSMPau Espin Pedrol1-1/+4
2020-10-20Change NM Channel availability Dependency->Offline when RadioCarrier becomes ...Pau Espin Pedrol1-0/+12
2020-10-19use osmo_fd_setup() everywhereHarald Welte1-4/+1
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy1-4/+4
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy2-2/+2
2020-07-05Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol1-0/+1
2020-06-23bts_model: Convert bts_model_trx_close() to return asynchronouslyPau Espin Pedrol1-3/+4
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol1-1/+1
2020-06-18Introduce LOGPTRX macro and use it in tx_power.cPau Espin Pedrol1-8/+8
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-5/+5
2020-05-19l1_utils.h: Avoid redefinition of global vars defined in l1_utils.cPau Espin Pedrol1-5/+5
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol1-1/+1
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier1-2/+2
2020-02-12l1_if: Fix strange formatting of Meas info loggingPau Espin Pedrol1-9/+5
2019-10-17Fix common misspellings and typosMartin Hauke4-8/+8
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-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-4/+7
2018-11-26cosmetic: fix whitespacePau Espin Pedrol1-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-07-02Remove unneeded direct libortp dependencyPau Espin Pedrol1-3/+2
2018-06-28octphy: add support for 16x oversampling modePhilipp Maier3-1/+86
2018-04-09octphy: integrate octasics latest header releasePhilipp Maier3-13/+104
2018-03-23cosmetic: remove unused variablePhilipp Maier1-1/+0
2018-03-23cosmetic: remove dead codePhilipp Maier1-8/+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-05l1_tch: remove dead codePhilipp Maier1-64/+0
2018-03-01octphy: replace #warning with #pragma messagePhilipp Maier2-2/+2
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 Welte2-31/+24
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