aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/bsc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-22backport support for 3-digit MNC with leading zerosneels/mnc3Neels Hofmeyr1-5/+5
2018-03-14Add support for Access Control Class ramping.Stefan Sperling1-0/+113
2018-03-14Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling1-1/+1
2017-11-27vty: 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
2017-10-23Make TRX rf locking more visibleMax1-1/+1
2017-10-23libbsc: Use correct printf formatting for uint64_tPau Espin Pedrol1-4/+4
2017-09-27Show OML link uptime in vtyMax1-2/+18
2017-08-09timer vty: also print the default value in cmd docNeels Hofmeyr1-13/+13
2017-08-09vty: add 'default' keyword to timer configNeels Hofmeyr1-3/+14
2017-08-09cosmetic: vty for timers: remove obsolete range checkNeels Hofmeyr1-6/+0
2017-07-20bsc_vty: Don't allow timers of zero (0)Harald Welte1-2/+2
2017-07-20GSM timers: User reasonable defaults; don't save if equal defaultHarald Welte1-12/+17
2017-07-19bsc_vty: Add VTY command to test CTRL TRAP featureHarald Welte1-0/+16
2017-07-11libbsc: Add VTY command to re-send the SYSTEM INFORMATION to BTSHarald Welte1-0/+33
2017-06-18Add vty command "radio-link-timeout infinite" for uplink rx testingHarald Welte1-4/+25
2017-06-15Update SI data structures and generationMax1-48/+30
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte1-1/+1
2017-05-31Adjust BTS model feature checkMax1-2/+2
2017-05-29libbsc: Create pcu-socket only as specified in config fileHarald Welte1-0/+26
2017-05-28bsc_vty: Add command to manually issue IPAC MDCXHarald Welte1-1/+31
2017-05-27bsc_vty.c: Add command for manual [de]actiovation of logical channelsHarald Welte1-0/+119
2017-05-27bsc_vty.c: Further simplify vty_get_ts()Harald Welte1-6/+7
2017-05-27bsc_vty: Factor vty_get_ts() out of pdch_act_cmd()Harald Welte1-14/+26
2017-05-15Restructure SI2quater generationMax1-3/+3
2017-05-09Make BTS type and variant converters shareableMax1-1/+1
2017-04-28Prepare for extended SI2quater supportMax1-5/+5
2017-04-26Fix MS TO measurement representationMax1-2/+1
2017-04-10gsm_bts: add version and variant detailsMax1-1/+4
2017-04-03VTY: add the dyn_ts_allow_tch_f optionVadim Yanitskiy1-0/+2
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr1-1/+11
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr1-1/+1
2017-02-19Add support for extended SI2q parametersMax1-31/+71
2017-02-08vty: remove ignored logging parametersMax1-2/+2
2017-02-02compiler warning: bsc_vty: remove two unused varsNeels Hofmeyr1-1/+0
2017-01-26Implement VTY configuration to control Early Classmark SendingHarald Welte1-0/+24
2016-12-22bsc_vty: Fix missing break statements in switch()Harald Welte1-0/+2
2016-12-09cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative valueHarald Welte1-1/+1
2016-12-02move to libcommon-cs: net timezone VTY configNeels Hofmeyr1-64/+0
2016-12-02Move timezone settings up to network levelNeels Hofmeyr1-32/+33
2016-12-02bsc vty: rename show_net_cmd to bsc_show_net_cmdNeels Hofmeyr1-2/+2
2016-12-02move to libcommon-cs: network VTY that isn't BSC-specificNeels Hofmeyr1-192/+3
2016-12-02move to libcommon-cs: global vty gsm_network pointerNeels Hofmeyr1-17/+3
2016-11-03bsc_vty: include dyn TS info in vty show lchanNeels Hofmeyr1-3/+53
2016-09-28Revert "bts: extend bts_chan_load to allow counting tch only"Neels Hofmeyr1-1/+1
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr1-1/+1
2016-09-23bts: extend bts_chan_load to allow counting tch onlyAlexander Couzens1-1/+1
2016-09-18remove unused bsc_copyright from bsc_vty.cNeels Hofmeyr1-1/+0
2016-09-17Modify SI 13 field for control_ack_typeMax1-0/+38
2016-08-29libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens1-9/+9