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
Mon Mar 9 15:13:43 UTC 2020


pespin has uploaded this change for review. ( 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.

I have been advise to simply use value 0 always.

Change-Id: Ie4374faca62a4d0289f78674eadec7eb5d045dfd
---
M src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/37/17437/1

diff --git a/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
index 201d022..fcab72c 100644
--- a/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
@@ -46,7 +46,7 @@
             {
                 high_speed_flag = false;
                 prach_config_index = 3;
-                prach_freq_offset = 2;
+                prach_freq_offset = 0;
                 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: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200309/f249232f/attachment.htm>


More information about the gerrit-log mailing list