aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/vty.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-27vty: Allow setting power-ramp max-initial to negative valuesPau Espin Pedrol1-1/+1
2020-06-26vty: fix missing separator in help for power ramp commandsVadim Yanitskiy1-1/+1
2020-06-15A-bis/RSL: refactor handling of BS Power IE (power reduction)Vadim Yanitskiy1-2/+1
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-5/+19
2020-06-05vty: fix bts_dump_vty(): properly print OML stream ID (TEI)Vadim Yanitskiy1-1/+2
2020-06-05vty: use gsm48_chan_mode_name() from libosmocoreVadim Yanitskiy1-14/+1
2020-06-05vty: cosmetic: make an error message more informativeVadim Yanitskiy1-2/+4
2020-05-28vty: Fix misleading define namePau Espin Pedrol1-4/+4
2020-03-24VTY: add "test send-failure-event-report"Oliver Smith1-0/+20
2020-03-08rsl: make IP DSCP configurableOliver Smith1-0/+16
2020-02-27vty: fix left shift by 31 cannot be represented in type 'int'Vadim Yanitskiy1-1/+1
2020-01-11common/vty.c: get rid of generic exit / end commandsVadim Yanitskiy1-42/+0
2019-12-31osmo-bts-trx/vty: ensure backwards compatibility with older config filesVadim Yanitskiy1-2/+11
2019-11-26common/vty.c: fix: properly assert() the result of get_string_value()Vadim Yanitskiy1-2/+2
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol1-1/+7
2019-11-14Move and rename gsm_lchan.ms_power fieldPau Espin Pedrol1-1/+1
2019-11-14Change gsm_bts_trx field to bool and rename itPau Espin Pedrol1-2/+2
2019-10-21vty.c: avoid coverity BAD_SHIFT issuesOliver Smith1-0/+2
2019-10-21vty.c: don't ignore get_string_value() errorsOliver Smith1-4/+4
2019-10-17vty: add "logging filter l1-sapi"Oliver Smith1-0/+56
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-2/+2
2019-07-21Clarify and refactor link quality (C/I) handlingVadim Yanitskiy1-8/+8
2019-06-13l1sap: Compute statistics on FN advance in PH-RTS.indHarald Welte1-0/+2
2019-05-23cbch: Add counters; queue length limits and CBCH LOAD reportingHarald Welte1-0/+35
2019-05-21cbch: Keep SMSCB queue length counterHarald Welte1-14/+3
2019-05-21cbch: Support Extended CBCHHarald Welte1-2/+4
2019-02-18Enable statsd supportMax1-0/+2
2019-01-27common/vty.c: fix 'cfg_phy_no_inst_cmd' command descriptionVadim Yanitskiy1-2/+2
2018-11-22common/vty.c: fix deprecated osmo_str2lower() usageVadim Yanitskiy1-5/+5
2018-11-21bts: Fix TRX0 param initializationPau Espin Pedrol1-1/+4
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-5/+15
2018-09-26vty: mark 'rtp bind-ip' deprecated, not hiddenNeels Hofmeyr1-1/+1
2018-05-25rtp: make port range configurable, assign correct port numbersPhilipp Maier1-0/+40
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-65/+48
2018-03-17cosmetic: Move agch_queue to sub-structure of gsm_bts_role_btsHarald Welte1-15/+15
2018-03-06common/vty.c: remove unused variablesVadim Yanitskiy1-2/+0
2018-03-02pcu_if: move definition PCU_SOCK_DEFAULT into pcuif_proto.hAlexander Couzens1-1/+1
2018-02-27Add high-accuracy ToA value to Uplink Measurement ReportsHarald Welte1-0/+28
2018-02-27RACH decoding: Use BER threshold for RACH ghost detectionHarald Welte1-0/+16