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.orgpespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17650 )
Change subject: srs_{ue,enb}: change UHD stream args and buffer size as function of cell width
......................................................................
Patch Set 3:
(1 comment)
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17650/3/src/osmo_gsm_tester/srs_enb.py
File src/osmo_gsm_tester/srs_enb.py:
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17650/3/src/osmo_gsm_tester/srs_enb.py@230
PS3, Line 230: rf_dev_args += ',send_frame_size=512,recv_frame_size=512'
Not sure if UHD is going to like parsing the args starting with a comma, (in the case where rf_dev_args from config comes empty as "").
To make it cleaner Id simply add (line 228):
rf_dev_args += ',' if rf_dev_args != '' and not rf_dev_args.endswith(',') else ''
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17650
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: I2de0526ee9bd2f7bb75c7d529b3f52d75117c5cc
Gerrit-Change-Number: 17650
Gerrit-PatchSet: 3
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Comment-Date: Tue, 31 Mar 2020 10:44:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200331/f538313b/attachment.htm>