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

ReportSpecifier.report_interval not supported #123

Open
francisrsandoval opened this issue Jun 29, 2022 · 1 comment
Open

ReportSpecifier.report_interval not supported #123

francisrsandoval opened this issue Jun 29, 2022 · 1 comment
Assignees
Labels
bug Something isn't working Non-compliant behavior

Comments

@francisrsandoval
Copy link

report_service.py line 194 constructs ReportSpecifier object but does not set report_interval, in fact, a local variable named report_interval is assigned to report_back_duration in same line, and report_interval is assigned sampling_interval on line 182.

It would appear that report_interval provides a means for VTN to specify the reporting 'duration', otherwise set by VEN in oadrRegisterReport. oadrReport.duration, although the latter is a string (timedelta) and former is an interval (dtstart, duration, value). See oadr_ei_20b.xsd report_interval "This is the overall period of reporting."

@stan-janssen
Copy link
Member

Thanks, I'll have a look soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Non-compliant behavior
Projects
None yet
Development

No branches or pull requests

3 participants