aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/trx_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16vty: printing fn offset should be signedEric1-1/+1
2021-05-05add hidden fn adjustment commandEric1-0/+17
2021-02-21Add a (hidden) VTY parameter for Rx/Tx freq. shiftingVadim Yanitskiy1-0/+16
2020-12-08vty: fix swapped documentation for 'filler type' commandVadim Yanitskiy1-1/+1
2020-11-04vty: fix documentation for 'ext-rach (disable|enable)'Vadim Yanitskiy1-1/+3
2020-11-02vty: auto-generate cmd and doc strings for cfg_filler_type_cmdVadim Yanitskiy1-14/+21
2020-11-02vty: remove groundless statement about filler type 'dummy'Vadim Yanitskiy1-2/+1
2020-11-02vty: fix documentation for 'multi-arfcn (disable|enable)'Vadim Yanitskiy1-1/+2
2020-11-02vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip'Vadim Yanitskiy1-2/+2
2020-11-02vty: fix documentation for 'rx-sps (1|4)' and 'tx-sps (1|4)'Vadim Yanitskiy1-2/+6
2020-10-30vty: fix documentation for 'egprs (disable|enable)'Vadim Yanitskiy1-1/+3
2020-10-30vty: fix documentation for 'swap-channels (disable|enable)'Vadim Yanitskiy1-1/+3
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol1-4/+8
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-12/+14
2020-09-12vty: add multi-ARFCN specific warning for chan N > 0Vadim Yanitskiy1-0/+12
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol1-1/+3
2020-07-10Add rate counter for missing Txbursts when scheduled towards the radioInterfacePau Espin Pedrol1-1/+2
2020-07-10Introduce rate counters to detect issues in received Dl bursts from TRXDPau Espin Pedrol1-2/+6
2020-06-29Introduce rate counter tx_stale_burstsPau Espin Pedrol1-2/+3
2020-01-15lms: Store device type specific parameters in one placePau Espin Pedrol1-1/+1
2020-01-07Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol1-0/+3
2019-10-21vty: Simplify filler burst settings and improve help and readability.Alexander Chemeris1-70/+77
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2019-10-15vty: Don't enable random filler bursts automatically with EDGE.Alexander Chemeris1-1/+0
2019-08-01lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol1-3/+4
2019-06-25trx_{vty,rate_ctr}: Set proper license AGPLv3+Pau Espin Pedrol1-7/+11
2019-06-17Add option to set stack size in config file, default == 0 == OS defaultEric Wild1-0/+16
2019-06-11Add VTY commands to set error ctr thresholdsPau Espin Pedrol1-0/+105
2019-04-11multi-ARFCN: fix maximum number of carriers limitationTom Tsou1-3/+12
2019-01-24VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy1-0/+18
2018-08-27vty: Fix typo in gpsdo clock reference typePau Espin Pedrol1-1/+1
2018-07-31Fix config file saving of {tx,rx}-path VTY config stringsHarald Welte1-2/+2
2018-05-09trx_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy1-1/+3
2018-03-05vty: Implement VTY cfg parsing for current parametersPau Espin Pedrol1-1/+413
2018-02-27Add initial support for logging, vty, ctrlPau Espin Pedrol1-0/+162