Change in osmo-gsm-tester[master]: amarisoft_sib23.asn.tmpl: set p-b value in SIB23 depending on TM

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.org
Mon Oct 12 18:45:38 UTC 2020


srs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/20604 )


Change subject: amarisoft_sib23.asn.tmpl: set p-b value in SIB23 depending on TM
......................................................................

amarisoft_sib23.asn.tmpl: set p-b value in SIB23 depending on TM

this fixes a wrong p-b value used for TM2 and above

Change-Id: I89c557c456f3330f491cc66bc4931a0234bf6e02
---
M src/osmo_gsm_tester/templates/amarisoft_sib23.asn.tmpl
1 file changed, 4 insertions(+), 0 deletions(-)



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

diff --git a/src/osmo_gsm_tester/templates/amarisoft_sib23.asn.tmpl b/src/osmo_gsm_tester/templates/amarisoft_sib23.asn.tmpl
index c08b645..f26cebd 100644
--- a/src/osmo_gsm_tester/templates/amarisoft_sib23.asn.tmpl
+++ b/src/osmo_gsm_tester/templates/amarisoft_sib23.asn.tmpl
@@ -37,7 +37,11 @@
             },
             pdsch-ConfigCommon {
               referenceSignalPower -5,
+              % if int(enb.get('transmission_mode')) == 1:
+              p-b 0
+              % else:
               p-b 1
+              % endif
             },
             pusch-ConfigCommon {
               pusch-ConfigBasic {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/20604
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: I89c557c456f3330f491cc66bc4931a0234bf6e02
Gerrit-Change-Number: 20604
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/8a03430c/attachment.htm>


More information about the gerrit-log mailing list