aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bts_vty.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-23osmo-bsc: Log error regarding BTS number explicitlyarehbein1-2/+2
2022-11-28vty: Fix lost 'no timer-dynamic T3113' config when writing current configPau Espin Pedrol1-1/+3
2022-11-15Add BTS setup ramping to prevent BSC overloadingAlexander Couzens1-0/+2
2022-11-09bts_vty: fix wrong description used for C/I threshold valuesVadim Yanitskiy1-2/+2
2022-10-16Introduce support for MGW-pinning per BTSPau Espin Pedrol1-0/+39
2022-10-13vty: Fix indentation in osmux cmd during write-config outputPau Espin Pedrol1-1/+1
2022-10-04vty: fix description of 'nokia_site bts-reset-timer'Vadim Yanitskiy1-3/+4
2022-09-19vty: Allow setting LAC as hexadecimal valuePau Espin Pedrol1-9/+7
2022-09-13Add Osmux support on the Abis-side data planePau Espin Pedrol1-0/+42
2022-06-30lchan_select: implement dynamic selection mode for assignmentVadim Yanitskiy1-4/+99
2022-06-30lchan_select: allow different alloc order for assignment and handoverVadim Yanitskiy1-12/+50
2022-06-21VTY: cosmetic: define and use CHAN_ALLOC_{CMD,DESC}Vadim Yanitskiy1-8/+13
2022-06-15Expand VTY option which controls use of TCH for signallingMichael Iedema1-5/+37
2022-05-23stats: new trackers for lchan life duration (v2)Michael Iedema1-0/+25
2022-05-12Revert "stats: new trackers for lchan life duration"Pau Espin Pedrol1-25/+0
2022-05-03stats: new trackers for lchan life durationMichael Iedema1-0/+25
2022-05-02Check VTY config against features reported by BTSOliver Smith1-1/+1
2022-04-27Introduce VTY command 'ccch load-indication-period <0-255>'Pau Espin Pedrol1-0/+17
2022-04-12VTY: clarify help for the Adaptive Multi Rate settingsVadim Yanitskiy1-18/+34
2022-03-18bts_vty.c: Fix typo in commentPau Espin Pedrol1-1/+1
2021-11-15[overpower] By default, permit only for speech channels using AMRVadim Yanitskiy1-2/+2
2021-11-15[overpower] Allow configuring specific channel mode(s)Vadim Yanitskiy1-0/+33
2021-11-15struct gsm_bts: s/temporary_overpower/top_acch_cap/gVadim Yanitskiy1-11/+11
2021-11-15struct gsm_bts: s/repeated_acch_policy/rep_acch_cap/gVadim Yanitskiy1-19/+19
2021-11-15bts_vty: fix tabs-vs-spaces issues in cfg_bts_rep_dl_facchVadim Yanitskiy1-4/+4
2021-10-24[overpower] VTY: add more ACCH overpower related parametersVadim Yanitskiy1-17/+71
2021-10-21[overpower] VTY: fix copy-pasted warning messageVadim Yanitskiy1-1/+1
2021-10-21[overpower] VTY: cosmetic: fix lower case in command descriptionVadim Yanitskiy1-1/+1
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol1-3/+1
2021-10-05Implement MS Uplink Power Control LoopKeith1-3/+19
2021-09-29MS Power Control Loop: Allow Turn off/on C/I independent from value settingPau Espin Pedrol1-30/+39
2021-09-29bts_vty: Print C/I power params for osmo-bts onlyPau Espin Pedrol1-3/+4
2021-09-21MS Power Control Loop: Support turn off C/I based logicPau Espin Pedrol1-0/+30
2021-09-13Power Control Loop: Set P_CON_INTERVAL to 1 by defaultPau Espin Pedrol1-3/+2
2021-09-06MS Power Control Loop: Support set up of C/I parameters for osmo-btsPau Espin Pedrol1-35/+245
2021-09-05add stat_items for BTS and TRX connection statiNeels Hofmeyr1-1/+0
2021-09-02bty_vty: add VTY settungs for temporary overpowerPhilipp Maier1-0/+40
2021-09-01vty: Fix wrongs params passed in vty warning messagePau Espin Pedrol1-2/+2
2021-08-30move BSC level stats and rate counters to new bsc_stats.[hc]Neels Hofmeyr1-0/+1
2021-08-16early IMM ASS 3/n: implement 'pre-ts-ack'Neels Hofmeyr1-3/+10
2021-08-16early IMM ASS 1/n: add vty config optionNeels Hofmeyr1-0/+28
2021-07-23Introduce VTY option to forbid use of TCH for non-voicecall signallingPau Espin Pedrol1-0/+22
2021-07-23Split bts_vty.c creating bts_trx_vty.cPau Espin Pedrol1-799/+1
2021-07-22Split bsc_vty.c creating bts_vty.cPau Espin Pedrol1-0/+4951