-
Notifications
You must be signed in to change notification settings - Fork 2
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
Metadata contents for SEA action: add CUI marking and minor updates #92
Conversation
@@ -796,6 +796,7 @@ def capture_diagnostics(self, action_start_tic: float, cpu_speeds: list) -> None | |||
"python_version": sys.version.split()[0], | |||
"scos_sensor_version": SCOS_SENSOR_GIT_TAG, | |||
"scos_actions_version": SCOS_ACTIONS_VERSION, | |||
"scos_tekrsa_version": self.sigan.plugin_version, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SHouldn't this be added to SignalAnalyzerInterface?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes- good point. I added it as a property and abstract method, and updated the mock sigan interface, in f5b1609.
I will make a corresponding update to scos-tekrsa momentarily.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline comment regarding adding plugin_version to SignalAnalyzerInterface.
…/scos-actions into add-sea-action-cui-markings
"CUI"
ntia-diagnostics
v1.1.1 (ntia-diagnostics
v1.1.1 sigmf-ns-ntia#46), which adds the version ofscos_tekrsa
to the software diagnosticsSignalAnalyzer
ntia_sensor
metadata struct by removing outdated code. This fixes a bug which made it impossible to use theSignalAnalyzer
struct.SignalAnalyzerInterface
, adding aplugin_version
abstract method / property. Also update the mock signal analyzer interface to support this propertyNote that the inclusion of the
plugin_version
in theSignalAnalyzerInterface
is a breaking change for sigan plugins. This is accounted for inscos_tekrsa
by NTIA/scos-tekrsa#48Bumps package version to 6.4.0