Skip to content

Unvalidated wire_format parameter for the b200mini receiver operating in the mode swept_center_frequency #197

@jcfitzpatrick12

Description

@jcfitzpatrick12

For configs with the b200mini receiver:

  • In the swept_center_frequency mode, the wire_format parameter accepts any value, e.g.
    spectre create config -t mre -r b200mini -m swept_center_frequency -p wire_format=invalid
    (No error is raised.)

  • In the fixed_center_frequency mode, wire_format is correctly validated and must be one of sc8, sc12, or sc16.
    Invalid values (e.g. asdasdasd) result in a validation error.

The desired behaviour is that both modes should enforce allowed wire_format values, rejecting invalid input with a validation error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions