RedHawk-SDR SCA compliant certification

2019-09-20 06:54发布

问题:

I am using RedHawk v2.1.0 . Does anyone know how to prove that RedHawk-SDR confirms to the SCA(Ver.2.2) specification? Is there the evidence conforming to the SCA specification, or is there a verification/certification tool in RedHawk-IDE? Alternatively, if You have proved that RedHawk-SDR is compliant with the SCA specification, please tell me how to do the method.

THank Youssef-san for document https://github.com/RedhawkSDR/redhawk/releases/download/2.0.0/SCASpecification-REDHAWK-2.0.0.pdf

I understood that RedHawk deviates from the SCA specification. However, I must make the evidence of SCA-compliance. Please tell me the method of how to make the evidence of SCA-compliance. Of course we believe that it is inevitable for some to deviate.

回答1:

Redhawk deviates from the sca specification and has documents of the differences here: https://github.com/RedhawkSDR/redhawk/releases/download/2.0.0/SCASpecification-REDHAWK-2.0.0.pdf



回答2:

I would say that REDHAWK is currently SCA-based, not SCA-compliant, It might be, but whether or not... I think it is not a guarantee for the future. I believe it was in previous versions. REDHAWK extends SCA (as described in the document) with great features indeed... like the python sandbox. I don't know why the developers decided trail a path away from SCA. This question is up to them to answer. That's why there's no reason for a SCA Validation Tool in REDHAWK.

previously on a spd.xml file you had:

<softpkg id="id" name="name" type="sca_compliant" version="version">

now the code generators give you:

<softpkg id="id" name="name" type="2.0.7" version="version">

type is now the REDHAWK version.



标签: redhawksdr