fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/42031?usp=email )
Change subject: doc: fix default 'max-initial' value ...................................................................... doc: fix default 'max-initial' value The default value is set in gsm_bts_trx_alloc() and it's actually 0. Change-Id: I178e0664f6818d0eda15701b57bb030916b06006 --- M doc/manuals/chapters/configuration.adoc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/31/42031/1 diff --git a/doc/manuals/chapters/configuration.adoc b/doc/manuals/chapters/configuration.adoc index f6ca75e..ddaa113 100644 --- a/doc/manuals/chapters/configuration.adoc +++ b/doc/manuals/chapters/configuration.adoc @@ -197,7 +197,7 @@ configuration file. De-activating power-ramping can be performed by setting the max-initial value -to the nominal power. The default max-initial value is 23 dBm. +to the nominal power. The default max-initial value is 0 dBm. ==== Running multiple instances -- To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/42031?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I178e0664f6818d0eda15701b57bb030916b06006 Gerrit-Change-Number: 42031 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]>
