aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc/bsc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr1-5003/+0
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte1-0/+8
2018-06-02VTY: Print some more information in "show conns"Harald Welte1-2/+13
2018-05-18show all global counters of osmo-bsc in vtyStefan Sperling1-4/+8
2018-05-14deprecate dyn_ts_allow_tch_f and by default allow all TCHNeels Hofmeyr1-3/+5
2018-05-04resurrect meas_feed.c: vty, vty-testNeels Hofmeyr1-0/+45
2018-04-11trigger acc ramping based on trx rf-locked stateStefan Sperling1-1/+4
2018-04-11ensure that acc_ramp_init() is only called onceStefan Sperling1-3/+4
2018-04-07"show timeslot": Show dynamic PDCH state also for Osmocom-style dyn PDCHHarald Welte1-1/+4
2018-03-26bsc_vty: Fix uninitialized var false positive on gcc 7.3.1Pau Espin Pedrol1-3/+3
2018-03-12bsc_vty: display bts features in show btsPhilipp Maier1-0/+20
2018-03-12gsm_data: use feature list from libosmocorePhilipp Maier1-2/+2
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-7/+21
2018-03-06libbsc/bsc_vty.c: prevent uninitialized accessVadim Yanitskiy1-0/+3
2018-03-04bsc_vty: Merge more VTY documentation string #definesHarald Welte1-10/+14
2018-02-28Align syntax of "handover" + "assignment" command with that of lchan act/deactHarald Welte1-7/+9
2018-02-27Add support for Access Control Class ramping.Stefan Sperling1-0/+113
2018-02-19HO: introduce ho decision callbacksNeels Hofmeyr1-1/+1
2018-02-19Permit set of multiple different A5 ciphersHarald Welte1-10/+26
2018-02-16vty: 'show bts': print neighbor cellsNeels Hofmeyr1-0/+38
2018-02-16vty: 'show bts': list the TRXs' ARFCNsNeels Hofmeyr1-0/+33
2018-02-16HO: cfg: tweak vty writeNeels Hofmeyr1-2/+2
2018-02-16HO: add new_lchan_type arg to bsc_handover_start()Neels Hofmeyr1-1/+1
2018-02-15vty: 'show bts': fix indentingNeels Hofmeyr1-19/+19
2018-02-15vty: 'show bts': write '(none)' if none are found.Neels Hofmeyr1-0/+4
2018-02-14drop libcommon-cs completelyNeels Hofmeyr1-1/+0
2018-02-14libcommon-cs: move vty bits to libbsc/bsc_vty.cNeels Hofmeyr1-1/+197
2018-02-14osmo-bsc: Add talloc context introspection via VTYHarald Welte1-0/+1
2018-02-05vty: print RTP IP of lchan if actually bound; print remote (mgw) IPHarald Welte1-5/+15
2018-02-05Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling1-1/+1
2018-01-19HO prep: introduce per-BTS handover config, with defaults on net nodeNeels Hofmeyr1-116/+32
2018-01-19vty: add various manual handover and assignment trigger commandsNeels Hofmeyr1-25/+192
2018-01-19vty: cosmetic: use common BTS, TRX, TS, LCHAN stringsNeels Hofmeyr1-26/+27
2018-01-19vty: change handover command's arg LCHAN_NR to <0-7>Neels Hofmeyr1-1/+1
2018-01-19vty: fix 'show lchan ...' arg [lchan_nr] to [<0-7>]Neels Hofmeyr1-2/+2
2018-01-08vty: fix OML link state printingMax1-3/+3
2018-01-08RSL: print link state per-TRXMax1-0/+1
2018-01-08cosmetic: remove duplicated codeMax1-14/+11
2017-12-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte1-1/+1
2017-12-19Remove bogus MM INFO configurationHarald Welte1-9/+0
2017-12-19Remove bogus vty config for LU reject causeHarald Welte1-4/+0
2017-12-19Remove unused RRLP options/codecHarald Welte1-4/+0
2017-12-14libbsc: paging: more reasonable (and detailed) paging statisticsHarald Welte1-3/+2
2017-12-09Move many counters from BSC-global to per-BTS granularityHarald Welte1-12/+13
2017-11-30auth: remove obsolete VTY commandsPhilipp Maier1-3/+0
2017-11-29cosmetic: bsc_vty: Document bvci reserved valuesPau Espin Pedrol1-0/+1
2017-11-29cosmetic: bsc_vty: Fix trailing whitespacePau Espin Pedrol1-2/+2
2017-11-29auth: remove obsolete VTY commandsPhilipp Maier1-7/+0
2017-11-24vty: Add cmd to configure 3g Early Classmark SendingPau Espin Pedrol1-1/+23
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-3/+0