aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bsc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-25vty: allow 5 encryption algo entriesNeels Hofmeyr1-1/+2
2021-06-21VTY: fix typo in a command description: s/send/sent/Vadim Yanitskiy1-1/+1
2021-06-18vty: allow A5/4 encryption in configEric1-1/+1
2021-06-17Introduce VTY command to disable srvcc fast-return on target BTSPau Espin Pedrol1-0/+18
2021-06-15vty: reassign: add missing check for valid target lchanNeels Hofmeyr1-0/+4
2021-06-10VTY: add lchan re-assignment commandNeels Hofmeyr1-0/+89
2021-06-10VTY: add 'vamos-subslot' to activate a secondary lchanNeels Hofmeyr1-7/+23
2021-06-10VTY: 'show lchan': show that lchan is in VAMOS modeNeels Hofmeyr1-1/+4
2021-06-10implement CHANnel ACTIVate to VAMOS modeNeels Hofmeyr1-1/+11
2021-06-10vty: add lchan modify '(vamos|non-vamos)' commandNeels Hofmeyr1-28/+84
2021-06-05change bs_power to bs_power_dbNeels Hofmeyr1-1/+1
2021-06-04Make interference measurement parameters configurableVadim Yanitskiy1-0/+61
2021-06-04VTY: fix NULL-pointer dereference in lchan_act_single()Vadim Yanitskiy1-0/+4
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-8/+8
2021-05-31replace ts_*_for_each_lchan() with ts_for_n_lchans()Neels Hofmeyr1-3/+3
2021-05-31add fields to reflect nr of lchans in ts structNeels Hofmeyr1-2/+2
2021-05-31VTY: dump TSC Set and TSC for each timeslotNeels Hofmeyr1-3/+7
2021-05-31allow explixit TSC Set and TSC on chan activ / modif / assignmentNeels Hofmeyr1-2/+5
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr1-8/+8
2021-05-28vty: actually trigger Assignment for 'assignment', not HONeels Hofmeyr1-20/+32
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-6/+16
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