<p><a href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/21511">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/21511/2/sysmocom/resources.conf.prod">File sysmocom/resources.conf.prod:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/21511/2/sysmocom/resources.conf.prod@37">Patch Set #2, Line 37:</a> <code style="font-family:monospace,monospace">  - arfcn: 870</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">erm i don't follow ... […]</blockquote></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">See sysmocom/default.conf:<br>"""<br>bsc_bts:<br>...<br> trx_list:<br>      arfcn: 868<br>..<br>      arfcn: 872<br>...<br>"""<br>So all BTS are configured by default to use 868 on first TRX and 872 on second TRX. As an interesting detail, you can see that then all BTS get config for 2 TRXs by default, but the bts.py base code trims the trx_list to be of size "num_trx", which is the attribute defining the amount of TRX to use.<br>Hence, you should configure the 2nd TRX here in this line (where I'm writing this comment). Something like:<br>"""<br>  trx_list:<br>  - arfcn: 870<br>  - arfcn: 874<br>"""</pre><p style="white-space: pre-wrap; word-wrap: break-word;">BTW, also take into account for the nanoBTS on the 900 band we used to apply some arfcns manually (to overcome the ARFCN object limitations and selections, since the 1800 band cannot be used there). Furthermore, take into account that one iirc has 2 nanoBTS intercconected, which means is basically a 2-TRX nanoBTS (so you'll also need to assign 2 ARFCN to it).</p><p style="white-space: pre-wrap; word-wrap: break-word;">To understand what I mean, see:<br>src/osmo_gsm_tester/obj/bts_nanobts.py:73:                config.overlay(trx_list[trx_i], { 'arfcn' : str(531 + trx_i * 2) })<br>src/osmo_gsm_tester/obj/bts_nanobts.py:76:                config.overlay(trx_list[trx_i], { 'arfcn' : str(50 + trx_i * 2) })</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/21511">change 21511</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/c/osmo-gsm-tester/+/21511"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-tester </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0a6c60544226f4261f9106013478d6a27fc39f38 </div>
<div style="display:none"> Gerrit-Change-Number: 21511 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-CC: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 07 Dec 2020 10:19:33 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Comment-In-Reply-To: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>