From dbb5addf7de034911f2ef0c6f5d457b4a2735084 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 23 Mar 2020 14:15:45 +0100 Subject: osmo-bts-trx: do not set rx-gain to 1 by default The sample configs supplied within the doc/trx directory set the rx-gain parameter to 1. A low value like this may cause a noticeable degration of rx performance (For an USRP B200 an rx-gain of 38dbm is recommended). Lets remove this seting from the sample configuration to allow the default settings in osmo-trx to be applied. Change-Id: I76be1739b638b3c1b0de5ac667eed53397631caa Related: OS#4467 --- doc/examples/trx/osmo-bts-trx-calypso.cfg | 1 - doc/examples/trx/osmo-bts-trx.cfg | 1 - 2 files changed, 2 deletions(-) (limited to 'doc/examples/trx') diff --git a/doc/examples/trx/osmo-bts-trx-calypso.cfg b/doc/examples/trx/osmo-bts-trx-calypso.cfg index 6b52fd2a..3f2e7781 100644 --- a/doc/examples/trx/osmo-bts-trx-calypso.cfg +++ b/doc/examples/trx/osmo-bts-trx-calypso.cfg @@ -22,7 +22,6 @@ line vty ! phy 0 instance 0 - osmotrx rx-gain 1 osmotrx ip local 127.0.0.1 osmotrx ip remote 127.0.0.1 osmotrx timing-advance-loop diff --git a/doc/examples/trx/osmo-bts-trx.cfg b/doc/examples/trx/osmo-bts-trx.cfg index 83426979..81313e5c 100644 --- a/doc/examples/trx/osmo-bts-trx.cfg +++ b/doc/examples/trx/osmo-bts-trx.cfg @@ -21,7 +21,6 @@ line vty ! phy 0 instance 0 - osmotrx rx-gain 1 osmotrx ip local 127.0.0.1 osmotrx ip remote 127.0.0.1 bts 0 -- cgit v1.2.3