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/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Oct 13 10:25:31 UTC 2020


pespin has submitted this change. ( 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(-)

Approvals:
  pespin: Looks good to me, approved; Verified



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-Reviewer: Jenkins Builder
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/20201013/ded79b1b/attachment.htm>


More information about the gerrit-log mailing list