Change in osmo-gsm-tester[master]: srsenb_sib.conf: Fix warning about wrong prach_freq_offset value

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Mar 10 09:46:36 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17437 )

Change subject: srsenb_sib.conf: Fix warning about wrong prach_freq_offset value
......................................................................

srsenb_sib.conf: Fix warning about wrong prach_freq_offset value

WARNING: Invalid PRACH configuration - prach=(2, 8) does not fit into the eNB PRBs=(0, 6).
       Consider changing the "prach_freq_offset" value to 0 in the sib.conf file when using 6 PRBs.

Change-Id: Ie4374faca62a4d0289f78674eadec7eb5d045dfd
---
M src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
index 201d022..70e642c 100644
--- a/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
@@ -46,7 +46,11 @@
             {
                 high_speed_flag = false;
                 prach_config_index = 3;
+% if int(enb['num_prb']) <= 6:
+                prach_freq_offset = 0;
+% else:
                 prach_freq_offset = 2;
+% endif
                 zero_correlation_zone_config = 5;
             };
         };

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17437
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Ie4374faca62a4d0289f78674eadec7eb5d045dfd
Gerrit-Change-Number: 17437
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200310/efbe1ae7/attachment.htm>


More information about the gerrit-log mailing list