aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Introduce NM Channel FSMPau Espin Pedrol2-29/+30
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol2-22/+26
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-7/+7
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-19remove dead oml_router codeHarald Welte4-154/+2
2020-10-19use osmo_fd_setup() everywhereHarald Welte4-21/+6
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-4/+4
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-2/+6
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol2-3/+3
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-12/+13
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol5-14/+14
2020-04-26osmo-bts-{sysmo,oc2g,lc15}: fix segfault on 'dsp-trace-flag'Vadim Yanitskiy1-2/+2
2020-04-20fix compilation with gcc-10Harald Welte1-15/+15
2020-04-14logging: use only LOGL_NOTICE as defualt loglevelPhilipp Maier1-4/+4
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier3-23/+9
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
2020-01-21osmo-bts-sysmo/Makefile.am: fix: do not overwrite bin_PROGRAMSVadim Yanitskiy1-1/+1
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol1-0/+1
2019-10-17Rename variable: CALIB_SUCESS -> CALIB_SUCCESSMartin Hauke1-3/+3
2019-10-17Fix common misspellings and typosMartin Hauke7-25/+25
2019-10-11log: set L1 SAPI log contextOliver Smith1-0/+45
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
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-28lc15,sysmo,oc2g: fix dsp-trace-flag commandNeels Hofmeyr1-1/+1
2019-05-22sysmo: Fix "nominal power" / BS power display in VTYHarald Welte1-1/+1
2019-05-10osmo-bts-sysmo: fix: indicate BTS_FEAT_CBCH support on OMLVadim Yanitskiy1-0/+1
2018-12-18sysmobts_mgr: Add support for gpsd < 2.96Pau Espin Pedrol2-2/+21
2018-12-18sysmobts_mgr: Prepare code for gpsd < 2.96 supportPau Espin Pedrol2-8/+10
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-3/+7
2018-11-22Fix deprecated gsm_arfcn2band(), use gsm_arfcn2band_rc()Vadim Yanitskiy1-1/+4
2018-11-19add missing check of osmo_wqueue_enqueue() return valueStefan Sperling1-1/+5
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-0/+5
2018-10-29{oc2g,sysmo}-mgr-calib: Fix build against gpsd >= 3.18Pau Espin Pedrol1-2/+11
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-07-02Remove unneeded direct libortp dependencyPau Espin Pedrol2-3/+2
2018-06-22sysmo: calib_file.c: Avoid decl of unused vars and funcs with femtobts_v2.7 b...Pau Espin Pedrol1-19/+19
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