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/.
srs_andre gerrit-no-reply at lists.osmocom.orgsrs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/20609 ) Change subject: amarisoft_enb.cfg.tmpl: seperate PRACH root sequences for cells ...................................................................... amarisoft_enb.cfg.tmpl: seperate PRACH root sequences for cells seperate the root sequence index for each cell a bit more to avoid detection of a single PRACH in both cells Change-Id: I5aea1a27939c880944779c282e902465ab513715 --- M src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/09/20609/1 diff --git a/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl index 18a37c4..c5b8a1e 100644 --- a/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl @@ -74,7 +74,7 @@ cell_id: ${cell.cell_id}, n_id_cell: ${cell.pci}, tac: 0x0007, - root_sequence_index: ${loop.index + 204}, /* PRACH root sequence index */ + root_sequence_index: ${loop.index * 10 + 204}, /* PRACH root sequence index */ ncell_list: [ %for ncell in enb.cell_list: -- To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/20609 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: I5aea1a27939c880944779c282e902465ab513715 Gerrit-Change-Number: 20609 Gerrit-PatchSet: 1 Gerrit-Owner: srs_andre <andre at softwareradiosystems.com> Gerrit-MessageType: newchange -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201012/899cec16/attachment.htm>