<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/11035">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmotrx: configuration: Add section to document multi-arfcn feature<br><br>Change-Id: Id04c7f7c36d8a8be8145ef8009ece26ef1a7cdff<br>---<br>M OsmoTRX/chapters/configuration.adoc<br>1 file changed, 49 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/OsmoTRX/chapters/configuration.adoc b/OsmoTRX/chapters/configuration.adoc</span><br><span>index cdde366..87d7903 100644</span><br><span>--- a/OsmoTRX/chapters/configuration.adoc</span><br><span>+++ b/OsmoTRX/chapters/configuration.adoc</span><br><span>@@ -34,3 +34,52 @@</span><br><span> <7> Configure the first channel. As no other channels are specified, `osmo-trx` assumes it is using only one channel.</span><br><span> <8> Configure the device to use `BAND1` Tx antenna path from all the available ones (device specific).</span><br><span> <9> Configure the device to use `LNAW` Rx antenna path from all the available ones (device specific).</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[[multiarfcn_mode]]</span><br><span style="color: hsl(120, 100%, 40%);">+=== Multi-ARFCN mode</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The Multi-ARFCN feature allows to have a multi-carrier approach multiplexed on a</span><br><span style="color: hsl(120, 100%, 40%);">+single physical RF channel, which can introduce several benefits, such as lower</span><br><span style="color: hsl(120, 100%, 40%);">+cost and higher capacity support.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+Multi-ARFCN support is available since osmo-trx release `0.2.0`, and it was</span><br><span style="color: hsl(120, 100%, 40%);">+added specifically in commit `76764278169d252980853251daeb9f1ba0c246e1`.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+This feature is useful for instance if you want to run more than 1 TRX with an</span><br><span style="color: hsl(120, 100%, 40%);">+Ettus B200 device, or 3 TRX with an Ettus B210 device, since they support only 1</span><br><span style="color: hsl(120, 100%, 40%);">+and 2 physical RF channels respectively. No device from other providers or even</span><br><span style="color: hsl(120, 100%, 40%);">+other devices than B200 and B210 from Ettus are known to support this feature.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+With multi-ARFCN enabled, ARFCN spacing is fixed at 800 kHz or 4 GSM channels.</span><br><span style="color: hsl(120, 100%, 40%);">+So if TRX-0 is set to ARFCN 51, TRX-1 _must_ be set to 55, and so on. Up to</span><br><span style="color: hsl(120, 100%, 40%);">+three ARFCN's is supported for multi-TRX.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+From BTS and BSC point of view, supporting multiple TRX through multi-ARFCN</span><br><span style="color: hsl(120, 100%, 40%);">+feature in OsmoTRX doesn't make any difference from a regular multi-TRX setup,</span><br><span style="color: hsl(120, 100%, 40%);">+leaving apart of course the mentioned ARFCN limitations explained above and as a</span><br><span style="color: hsl(120, 100%, 40%);">+consequence physical installation and operational differences.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+.Example: osmo-bts-trx.cfg using 2 TRX against an osmo-trx driven device</span><br><span style="color: hsl(120, 100%, 40%);">+----</span><br><span style="color: hsl(120, 100%, 40%);">+phy 0</span><br><span style="color: hsl(120, 100%, 40%);">+ osmotrx ip local 127.0.0.1</span><br><span style="color: hsl(120, 100%, 40%);">+ osmotrx ip remote 127.0.0.1</span><br><span style="color: hsl(120, 100%, 40%);">+ instance 0</span><br><span style="color: hsl(120, 100%, 40%);">+ instance 1</span><br><span style="color: hsl(120, 100%, 40%);">+bts 0</span><br><span style="color: hsl(120, 100%, 40%);">+ ...</span><br><span style="color: hsl(120, 100%, 40%);">+ band GSM-1800</span><br><span style="color: hsl(120, 100%, 40%);">+ trx 0</span><br><span style="color: hsl(120, 100%, 40%);">+  phy 0 instance 0</span><br><span style="color: hsl(120, 100%, 40%);">+ trx 1</span><br><span style="color: hsl(120, 100%, 40%);">+  phy 0 instance 1</span><br><span style="color: hsl(120, 100%, 40%);">+----</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+.Example: osmo-trx.cfg using Multi-ARFCN mode to run 2 TRX</span><br><span style="color: hsl(120, 100%, 40%);">+----</span><br><span style="color: hsl(120, 100%, 40%);">+trx</span><br><span style="color: hsl(120, 100%, 40%);">+ ...</span><br><span style="color: hsl(120, 100%, 40%);">+ multi-arfcn enable</span><br><span style="color: hsl(120, 100%, 40%);">+ chan 0</span><br><span style="color: hsl(120, 100%, 40%);">+ chan 1</span><br><span style="color: hsl(120, 100%, 40%);">+----</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11035">change 11035</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/11035"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-manuals </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Id04c7f7c36d8a8be8145ef8009ece26ef1a7cdff </div>
<div style="display:none"> Gerrit-Change-Number: 11035 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>