aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bsc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-08vty: add attributes to VTY commands indicating when they applyVadim Yanitskiy1-866/+1114
2020-10-07introduce osmo_use_count for bsc_subscrNeels Hofmeyr1-4/+4
2020-10-07bsc_vty: parse the return code to make coverity happyAlexander Couzens1-2/+2
2020-10-07bsc_vty: cfg_bts_gprs_nsvc_rip: add missing breaksAlexander Couzens1-0/+2
2020-10-05oml: encode IPv6 NSVC using the new OML attribute NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens1-12/+39
2020-09-28vty: fix unreacheable code / wrong check in lchan_act_all_trx()Vadim Yanitskiy1-1/+1
2020-09-18bsc_vty: fix wrong else-if statementPhilipp Maier1-1/+2
2020-09-18clean up timer definitions: introduce groups, move some T to XNeels Hofmeyr1-8/+35
2020-09-17bsc_vty: fix manual channel activationPhilipp Maier1-74/+62
2020-09-16drop bsc_subscr.lacNeels Hofmeyr1-3/+3
2020-09-14bsc_vty: improve manual activation of lchans (debug / labtest)Philipp Maier1-41/+215
2020-09-11vty: clarify NM state owner printed by 'show trx N' commandVadim Yanitskiy1-1/+1
2020-09-08vty: propagate result of gsm_bts_set_system_infos()Vadim Yanitskiy1-2/+10
2020-09-03vty: add a command to clear hopping ARFCN listVadim Yanitskiy1-0/+14
2020-09-01vty: Hide show running-config ACC ramping params if not enabledPau Espin Pedrol1-6/+8
2020-08-18vty: fix copy-pasted 'no gprs control-ack-type-rach' descriptionVadim Yanitskiy1-1/+1
2020-08-11vty: allow enabling freq. hopping regardless of the feature vectorVadim Yanitskiy1-3/+4
2020-08-11vty: introduce and use GPRS_CHECK_ENABLED() macroVadim Yanitskiy1-48/+21
2020-08-11vty: fix missing comma in a warning messageVadim Yanitskiy1-1/+1
2020-08-11vty: ensure that all warning messages are prefixed with '%%'Vadim Yanitskiy1-55/+57
2020-07-31Introduce support for ACC ramping during whole BTS life cyclePau Espin Pedrol1-14/+41
2020-07-29Introduce support for ACC subset rotationPau Espin Pedrol1-0/+35
2020-07-20rename files acc_ramp.* -> acc.c*Pau Espin Pedrol1-1/+1
2020-07-18Move acc_ramp_init inside gsm_bts_allocPau Espin Pedrol1-5/+0
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-07-01vty: check with is_ipaccess_bts() before using IPACCPhilipp Maier1-1/+7
2020-06-24vty/bts_resend_cmd: Use gsm_bts_set_system_infos() to increment changemarkHarald Welte1-3/+1
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy1-1/+4
2020-06-21vty: hide 'mscpool roundrobin next'Neels Hofmeyr1-7/+7
2020-06-19merge files: absorb osmo_bsc_vty.c into bsc_vty.cNeels Hofmeyr1-2/+976
2020-06-19bsc: Allow setting negative nominal tx power through VTYPau Espin Pedrol1-1/+1
2020-06-17MSC pooling: make NRI mappings VTY configurableNeels Hofmeyr1-0/+69
2020-05-29flatten: move network->bsc_data->* to network->*Neels Hofmeyr1-4/+4
2020-05-27cosmetic: put comment back at proper place in bsc_vty.cNeels Hofmeyr1-1/+1
2020-05-19stats: Add counters and gauges for BORKEN lchans/TSAlexander Chemeris1-2/+3
2020-05-15bsc_vty: Coding style fix - brackets around a complex if/elseAlexander Chemeris1-2/+2
2020-05-09stats: report a number of configured BTS to a stats gauge.Alexander Chemeris1-0/+1
2020-04-14vty: clarify EGPRS Packet Channel Request message supportVadim Yanitskiy1-9/+57
2020-04-06vty: 'gprs 11bit_rach_support_for_egprs': clarify error messageVadim Yanitskiy1-2/+1
2020-04-06vty: 'gprs 11bit_rach_support_for_egprs': drop redundant checkVadim Yanitskiy1-7/+1
2020-03-27VTY: let all descriptions end in \nosmith/alert-bufferOliver Smith1-15/+15
2020-03-27VTY: add show bts failure reportOliver Smith1-0/+62
2020-03-19main: exit on mutually exclusive codecs settingsOliver Smith1-0/+15
2020-03-16osmo-bsc/bsc_vty: fail on get_amr_from_arg errorOliver Smith1-11/+20
2020-01-18VTY: fix writing of custom timer values to a configuration fileVadim Yanitskiy1-2/+0
2019-11-13Fix some typosMartin Hauke1-3/+3
2019-11-02VTY: also print the active phan config in ts_dump_vty()Vadim Yanitskiy1-2/+3
2019-10-28bsc_vty: Fix typo in 'no depends-on-bts' cmdPau Espin Pedrol1-1/+1
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte1-0/+14
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol1-1/+1