aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-15Make gcc 11.1.0 false positivies happyPau Espin Pedrol1-3/+3
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-2/+2
2021-07-01osmo-bts-trx: implement BCCH carrier power reduction modeVadim Yanitskiy1-0/+38
2021-06-10vty: ensure all warning messages are prefixed with '%%'Vadim Yanitskiy1-13/+13
2021-06-10common/vty: facilitate finding duplicate PHY/TRX associationsVadim Yanitskiy1-2/+7
2021-06-05[VAMOS] Implement the concept of 'shadow' timeslotsVadim Yanitskiy1-5/+16
2021-06-04[VAMOS] osmo-bts-trx: rework handling of Training SequenceVadim Yanitskiy1-1/+1
2021-05-11[VAMOS] Merge bts_trx_init() into gsm_bts_trx_alloc()Vadim Yanitskiy1-1/+1
2021-05-09[VAMOS] struct gsm_bts_trx: fix the PHY instance pointerVadim Yanitskiy1-1/+1
2021-04-30vty: fix the use of deprecated osmo_bts_feature_name()Vadim Yanitskiy1-1/+1
2021-04-30Introduce ability to set socket priority of RTP socketsHarald Welte1-0/+18
2021-03-01l1sap: add logging and VTY introspection for ACCH repetitionPhilipp Maier1-0/+58
2021-02-16GSMTAP: make remote host for Um logging configurable via VTYNeels Hofmeyr1-0/+40
2021-02-15vty: dont put a colon after vty_out in cfg_out macroPhilipp Maier1-1/+1
2021-02-13GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'Vadim Yanitskiy1-10/+14
2021-02-13GSMTAP: fix wrong naming of per-BTS SAPI commandsVadim Yanitskiy1-10/+10
2021-02-13GSMTAP: move 'gsmtap_sapi_names' from l1sap.c to vty.cVadim Yanitskiy1-0/+17
2021-02-07power_control: implement handling of P_Con_INTERVAL parameterVadim Yanitskiy1-0/+5
2021-01-20vty: add expert commands for MS/BS power controlVadim Yanitskiy1-0/+76
2021-01-20vty: make commands related to the loopback mode hiddenVadim Yanitskiy1-8/+10
2021-01-20vty: extend trx / lchan number range in BTS_T_T_L_CMDVadim Yanitskiy1-1/+1
2021-01-20vty: add macro for 'bts <0-0> trx <0-0> ts <0-7> lchan <0-1>'Vadim Yanitskiy1-3/+5
2021-01-20vty: fix error messages in lchan specific commandsVadim Yanitskiy1-3/+3
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy1-7/+5
2021-01-07vty: add a command to show GPRS related infoVadim Yanitskiy1-0/+70
2021-01-07power_control: vty: deprecate 'uplink-power-control' commandsVadim Yanitskiy1-24/+62
2021-01-07power_control: vty: re-use cfg_bts_ul_power_target()Vadim Yanitskiy1-17/+14
2021-01-04power_control: add VTY introspection commands for MS/BS paramsVadim Yanitskiy1-16/+103
2020-12-10vty: fix dump_lchan_trx_ts(): dump dedicated channels onlyVadim Yanitskiy1-1/+9
2020-12-09vty: resurrect per-lchan BS/MS Power Control informationVadim Yanitskiy1-7/+47
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy1-7/+7
2020-12-06power_control: implement BS (Downlink) Power ControlVadim Yanitskiy1-1/+3
2020-12-02bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}Vadim Yanitskiy1-4/+4
2020-12-02struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy1-7/+7
2020-11-02vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-1/+2
2020-11-02vty: fix missing / wrong documentation for some commandsVadim Yanitskiy1-8/+18
2020-11-02vty: fix double '%' in description of some commandsVadim Yanitskiy1-5/+5
2020-11-02main: move general options from bts_vty_init()Vadim Yanitskiy1-4/+0
2020-11-02main: register VTY commands before handle_options()Vadim Yanitskiy1-9/+9
2020-10-19power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy1-4/+30
2020-10-15power_control: implement EWMA based Uplink power filteringVadim Yanitskiy1-0/+46
2020-10-08vty: fix 'show bts' command: BTS number is optionalVadim Yanitskiy1-3/+3
2020-10-08vty: fix 'show bts' command: print proper BTS variantVadim Yanitskiy1-2/+3
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-84/+115
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte1-0/+47
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy1-44/+44
2020-09-25vty: cosmetic: use osmo_talloc_replace_string()Vadim Yanitskiy1-6/+2
2020-09-25vty: fix bts_dump_vty_features(): properly check BTS model flagsVadim Yanitskiy1-2/+2
2020-09-04vty: add 'gsmtap-sapi (enable-all|disable-all)' commandVadim Yanitskiy1-2/+23
2020-09-04vty: clarify documentation of '[no] gsmtap-sapi' commandVadim Yanitskiy1-2/+2