Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameters altered for the RF simulation part #5

Open
wants to merge 1 commit into
base: batch-job-autotest
Choose a base branch
from

Conversation

aswanthkc
Copy link

Not all the parameters are required for the RF simulation part as the I/Q samples need not to transfer via MCHEM, the USRP and its timing advance could be omitted.

Not all the parameters are required for the RF simulation part as the
I/Q samples need not to transfer via MCHEM, the USRP and its timing
advance could be omitted.
Copy link
Collaborator

@gabri94 gabri94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @aswanthkc, thanks for the contrib. Please review the comments

@@ -257,7 +257,6 @@ def run_ue(self):
'--band', '78',
'-C', f'{self.ssb_frequency}',
'--ue-txgain', '0',
'-A', f'{self.conf["timing_advance"]}',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be conditional w.r.t to self.arg.rfsim, otherwise it will break on Colosseum/MCHEM

args += ['--rfsim']
else:
executable = main_exe
args += [f'-A {self.conf["timing_advance"]}']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, i see the logic, but I would keep al the config vars together above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants