aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bsc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol1-0/+1
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol1-3/+3
2022-06-30lchan_select: implement dynamic selection mode for assignmentVadim Yanitskiy1-2/+4
2022-06-30lchan_select: allow different alloc order for assignment and handoverVadim Yanitskiy1-2/+5
2022-06-28VTY: fix wrong enum value s/ACTIVATE_FOR_VTY/ASSIGN_FOR_VTY/Vadim Yanitskiy1-1/+1
2022-06-10Cosmetic: bsc_vty: tweak msc pooling stringsOliver Smith1-2/+2
2022-05-27bsc_vty: use llist_for_each_entry in lchan_act_all_cmdVadim Yanitskiy1-7/+2
2022-05-02Check VTY config against features reported by BTSOliver Smith1-2/+6
2022-04-21bts: Simplify bts->paging initializationPau Espin Pedrol1-3/+0
2022-04-21bsc_vty: Add missing headerPau Espin Pedrol1-0/+1
2022-03-16System Information Type 3: allow updating T3212 at run-timeVadim Yanitskiy1-14/+16
2021-10-05Implement MS Uplink Power Control LoopKeith1-0/+6
2021-10-04Add vty command to manually force MS Uplink PowerKeith1-0/+52
2021-10-04fix TSC / TSC Set used for HandoverNeels Hofmeyr1-8/+16
2021-09-03osmo_bsc_main: integrate MGW pooling into osmo-bscPhilipp Maier1-0/+2
2021-08-31vty: Fix wrong TSC sent when activating lchan through VTYPau Espin Pedrol1-29/+7
2021-08-30vty: add "msc N bssmap reset" commandNeels Hofmeyr1-0/+24
2021-07-24vty: improve err msg for invalid subslot nrNeels Hofmeyr1-1/+2
2021-07-24vty: lchan deact: allow omitting the lchan type argNeels Hofmeyr1-16/+42
2021-07-22Split bsc_vty.c creating bts_vty.cPau Espin Pedrol1-4931/+10
2021-07-20Add new lchan_select_set_type() API helperPau Espin Pedrol1-4/+4
2021-07-16vty 'interference-meas level-bounds': explain duality in orderingNeels Hofmeyr1-2/+3
2021-07-16separate 'interference-meas level-bounds' cfg and usedNeels Hofmeyr1-13/+12
2021-07-13bsc_vty: add vty option to allow call-reestablishmentPhilipp Maier1-0/+23
2021-07-11RES IND: add VTY: bts / channel allocator avoid-interference (0|1)Neels Hofmeyr1-0/+22
2021-07-11RES IND: parse msg and store interference levels in lchansNeels Hofmeyr1-2/+23
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-11/+15
2021-07-05power_control: implement BCCH carrier power reduction operationVadim Yanitskiy1-0/+42
2021-07-03vty: fix doc: default value for 'nri bitlen'Neels Hofmeyr1-1/+1
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