aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/vty.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-24BTS: add rate_ctr about CCCH (paging, agch, pch)Harald Welte1-0/+1
2018-02-22vty: display bts features in vty command show btsPhilipp Maier1-0/+20
2018-02-14osmo-bts: Add talloc context introspection via VTYHarald Welte1-0/+1
2018-02-05vty: don't print "Bound IP / Port" if it isn't bound [yet]Harald Welte1-5/+7
2018-02-05Print much more information during 'show lchan'Harald Welte1-0/+31
2018-02-05Add 'show (bts|trx|ts|lchan)' commandsHarald Welte1-1/+402
2018-02-05vty.c: Remove warning messagePau Espin Pedrol1-1/+0
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-4/+0
2017-10-23vty: Print string for Administrative statePau Espin Pedrol1-2/+3
2017-09-27vty: print version and description for each phyMax1-0/+12
2017-09-27Replace dead codeMax1-18/+5
2017-05-29vty: Remove command for manual channel activation/deactivationHarald Welte1-60/+0
2017-04-13octphy: display hint in case of wrongly configured transceiver numberPhilipp Maier1-0/+2
2017-04-10Handle TXT indication from OsmoPCUMax1-0/+3
2017-03-23vty: reduce code duplicationMax1-32/+6
2017-02-10all models: fix vty write: bts_model_config_write_phyNeels Hofmeyr1-0/+1
2016-12-16Optionally use adaptive RTP jitter bufferingMax1-6/+19
2016-12-01cosmetic: vty prompts: add space after '#'Neels Hofmeyr1-4/+4
2016-11-25vty: Ensure to not use negative (error) sapi valueHarald Welte1-0/+2
2016-11-16vty: Add commands to manually activate/deactivate a channel.Alexander Chemeris1-0/+60