aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bsc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-27potential segfault: vty chan act: do not set AMR bits for EFRNeels Hofmeyr1-1/+0
2021-05-21cosmetic: rename FOR_* to ACTIVATE_FOR_*Neels Hofmeyr1-4/+4
2021-05-18Fix bts->description field not printed in config writePau Espin Pedrol1-0/+2
2021-04-23Revert "update neighbor ARFCNs on startup and config changes"Pau Espin Pedrol1-16/+1
2021-04-22update neighbor ARFCNs on startup and config changesNeels Hofmeyr1-1/+16
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-1/+3
2021-04-14deprecation: use osmo_bts_features_*()Neels Hofmeyr1-1/+1
2021-04-14drop unused gsm_bts_trx->descriptionNeels Hofmeyr1-8/+0
2021-04-12Replace all references to 'sysmobts' with 'osmo-bts'Vadim Yanitskiy1-2/+2
2021-04-12vty: deprecate BTS type 'sysmobts' in favor of 'osmo-bts'Vadim Yanitskiy1-0/+15
2021-04-12[hopping] Rework generation of Cell/Mobile AllocationVadim Yanitskiy1-0/+27
2021-04-06[hopping] vty: ensure no duplicate hopping ARFCN entriesVadim Yanitskiy1-0/+10
2021-04-04Ignore CHANnel ReQuireD with Access Delay IE > 63Keith1-0/+17
2021-03-24fix/refactor neighbor configNeels Hofmeyr1-10/+7
2021-02-19Disallow changing the type of an existing BTS from the vtyKeith1-0/+3
2021-02-11bsc_vty: mark repeat rxqual 4 (BER >= 1.6) as defaultPhilipp Maier1-1/+1
2021-02-09Introduce VTY cmd to configure Alpha in SI13Pau Espin Pedrol1-0/+19
2021-02-08hide the "smscb-command" vty command; people should use osmo-cbcHarald Welte1-2/+4
2021-02-07power_control: make P_CON_INTERVAL parameter configurableVadim Yanitskiy1-0/+18
2021-02-06power_control: check BTS model in cfg_power_ctrl_avg_osmo_ewma()Vadim Yanitskiy1-3/+7
2021-01-30Allow configuring SI13 CCN_ACTIVE bit from VTY, enable by default on osmo-btsPau Espin Pedrol1-0/+22
2021-01-22bsc_vty: fix acch_repetition ber threshold stringsPhilipp Maier1-7/+8
2021-01-14vty: fix 'codec-list' command: check all given arguments firstVadim Yanitskiy1-8/+11
2021-01-14vty: fix writing empty IP address for unconfigured NSVCsVadim Yanitskiy1-13/+9
2021-01-14vty: use 'const' for *nsvc in config_write_bts_gprs()Vadim Yanitskiy1-2/+1
2021-01-13Introduce Neighbor Resolution ServicePau Espin Pedrol1-1/+3
2021-01-12power_control: add increase / reduce step size recommendationsVadim Yanitskiy1-3/+21
2021-01-04vty: fix wrong attributes for UL/DL ACCH repetition commandsVadim Yanitskiy1-39/+42
2021-01-04vty: join UL/DL SACCH repetition commands togetherVadim Yanitskiy1-45/+20
2021-01-03power_control: vty: do not print 'no (rxlev-avg|rxqual-avg)'Vadim Yanitskiy1-1/+1
2020-12-30vty: fix NULL-pointer dereference in cfg_bts_rep_dl_facch()Vadim Yanitskiy1-1/+1
2020-12-29power_control: vty: some commands are not vendor specificVadim Yanitskiy1-2/+0
2020-12-29power_control: enable dynamic MS power control for osmo-btsVadim Yanitskiy1-1/+1
2020-12-27power_control: fix swapped lower/upper RxQual threshold valuesVadim Yanitskiy1-5/+6
2020-12-23vty: cosmetic: make all 'struct cmd_node' definitions staticVadim Yanitskiy1-5/+5
2020-12-23power_control: reflect MS/BS Power difference in the VTY promptVadim Yanitskiy1-1/+9
2020-12-22power_control: add VTY command to set static / maximum BS PowerVadim Yanitskiy1-0/+39
2020-12-22power_control: add VTY command for re-sending default parametersVadim Yanitskiy1-2/+37
2020-12-22power_control: add VTY commands for per-BTS configurationVadim Yanitskiy1-0/+455
2020-12-16bsc_vty: mark repeated ACCH value of 1.9% to 2.7% BER as defaultPhilipp Maier1-1/+1
2020-12-15Use rest_octets functionalities from libosmocorePau Espin Pedrol1-1/+1
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol1-19/+20
2020-12-01bts: add repeated acch mode flags + vty configPhilipp Maier1-1/+158
2020-11-30AMR start-mode auto: send smod bits as zeroNeels Hofmeyr1-2/+3
2020-11-20fix some size-t format string charactersHarald Welte1-1/+1
2020-11-02vty: add reminder messages about the radio link timeoutVadim Yanitskiy1-0/+18
2020-10-16drop features 'core-location-area-code' and 'core-cell-identity'Neels Hofmeyr1-20/+10
2020-10-15Introduce NM RadioCarrier FSMPau Espin Pedrol1-1/+1
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