aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bsc_vty.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-19vty: Fix typo in VTY command descrption -> descriptionHarald Welte1-6/+28
2019-07-16Fix some spelling errors found by lintianRuben Undheim1-1/+1
2019-06-06vty: adjust config name for unit-idEric Wild1-7/+32
2019-05-26Allow VTY to set the CCCH Load Indication ThresholdHarald Welte1-0/+18
2019-05-24vty: Dump per-bts stat_item group in 'show bts' outputHarald Welte1-0/+2
2019-05-24smscb: Allow transmit of SCHEDULE and DEFAULT SMSCBHarald Welte1-5/+19
2019-05-24abis_rsl: Add support for extended CBCH to rsl_sms_cb_command()Harald Welte1-1/+1
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-2/+2
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-14/+37
2019-04-17Change comments/strings from OpenBSC to OsmoBSCDaniel Willmann1-2/+2
2019-02-21assignment_fsm: fix channel allocator preferencesPhilipp Maier1-0/+1
2019-02-07bsc_vty: add features to disable specific lchans via vtyPhilipp Maier1-0/+47
2019-01-31bsc_vty: add vty command to display all lchansPhilipp Maier1-14/+29
2019-01-14Print BTS number on GPRS options errorMax1-12/+12
2019-01-03IPA: log OML/RSL link drop reasonMax1-2/+2
2018-12-14Add VTY option to avoid sending empty Full BCCH Info for disabled SIPau Espin Pedrol1-0/+36
2018-12-05paging: Add VTY options to calculate T3113 timeout dynamicallyPau Espin Pedrol1-0/+52
2018-11-23vty: add command to show TRX selectivelyMax1-4/+46
2018-11-20bsc: vty: Verify and warn on invalid arfcn passedPau Espin Pedrol1-1/+31
2018-11-20bsc: Enable force-combined-si on nanoBTS by defaultPau Espin Pedrol1-2/+5
2018-11-19LCLS: make config and control redable in 'sh conns'Max1-2/+4
2018-11-18check return value of gsm48_multirate_config()Stefan Sperling1-6/+21
2018-11-16bsc: vty: Use enum value in neighbor-list checkPau Espin Pedrol1-1/+1
2018-11-15show dynamic timeslot details in 'show timeslot' vty commandStefan Sperling1-29/+34