Drop default vty cmd 'ms-power-control dsp'
That's the default value for all BTS, so no need to have it there. Furthermore, forthcoming osmo-bts patches will drop osmo-bts-trx support for DSP/HW based MS Power control, which means BTS will reject this setting. Let's drop it now and let osmo-bts binary to select the preferred one. Related: OS#1851 Change-Id: I0f69880a5028002a53736653735c11ae3cd53f07changes/75/16075/1
parent
49544ac592
commit
f19670453d
|
@ -71,5 +71,4 @@ bts 0
|
|||
power-ramp max-initial 23000 mdBm
|
||||
power-ramp step-size 2000 mdB
|
||||
power-ramp step-interval 1
|
||||
ms-power-control dsp
|
||||
phy 0 instance 0
|
||||
|
|
|
@ -71,5 +71,4 @@ bts 0
|
|||
power-ramp max-initial 23000 mdBm
|
||||
power-ramp step-size 2000 mdB
|
||||
power-ramp step-interval 1
|
||||
ms-power-control dsp
|
||||
phy 0 instance 0
|
||||
|
|
|
@ -83,7 +83,6 @@ bts 0
|
|||
power-ramp max-initial 0 mdBm
|
||||
power-ramp step-size 2000 mdB
|
||||
power-ramp step-interval 1
|
||||
ms-power-control dsp
|
||||
phy 0 instance 0
|
||||
ctrl
|
||||
bind 0.0.0.0
|
||||
|
|
Loading…
Reference in New Issue