aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
AgeCommit message (Expand)AuthorFilesLines
2021-10-14Move lchan_init_lapdm inside lchan_set_state(LCHAN_S_ACTIVE)Pau Espin Pedrol1-4/+0
2021-09-30lc15, oc2g, sysmo: fix show dsp-trace-flagsEric1-1/+1
2021-09-22nm_*fsm: Make FSMs aware of object being properly configured or notPau Espin Pedrol1-5/+28
2021-09-20Allow setting administrative state through oml_mo_state_chg()Pau Espin Pedrol1-5/+5
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol2-7/+7
2021-06-04[VAMOS] common/oml: generalize checking BTS_FEAT_MULTI_TSCVadim Yanitskiy1-14/+0
2021-05-28sysmobts-mgr: Fix path to hwmon in /sysKeith1-1/+1
2021-05-23[VAMOS] gsm_data.h: introduce and use BTS_TSC macroVadim Yanitskiy1-3/+3
2021-05-17sysmo,oc2g,lc15: Make RadioChannel MO depend on RadioCarrier MOPau Espin Pedrol1-0/+1
2021-04-20lchan2lch_par(): fix missing default branch in switchVadim Yanitskiy1-6/+17
2021-02-15add support for sysmoBTS 1003 aka "1002 with GPS and PoE"Harald Welte3-1/+5
2021-02-03Use osmo_fd_*_{disable,enable}Harald Welte2-5/+5
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy2-4/+22
2021-01-04cosmetic: sysmobts-mgr: fix whitespace indentationPau Espin Pedrol1-1/+1
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy2-2/+2
2020-12-02struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy2-2/+2
2020-11-26part 2 of: fix SAPIs for handover, osmo-bts-sysmoNeels Hofmeyr1-21/+20
2020-11-26rename to release_sapi_ul_rach(), simplifyNeels Hofmeyr1-12/+4
2020-11-25sysmobts-mgr: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-3/+14
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-20/+16
2020-10-24main: separate model-specific arguments in helpVadim Yanitskiy1-1/+1
2020-10-24main: increase spacing between commands and descriptionVadim Yanitskiy1-3/+3
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