Skip to content

Incorrect value of RSP_CAPABILITIES_VERSION constant #10

@VVakko

Description

@VVakko

When you made significant changes to the rsp_extended_capabilities_t structure (adding the antenna_input_count, third_antenna_name, third_antenna_freq_limit fields and shifting the tuner_count, ifgr_min, ifgr_max fields), you forgot to increase the version number in the SP_CAPABILITIES_VERSION constant. Is it possible to increase the version number now?
I am currently writing a small plugin https://user-images.githubusercontent.com/26070386/203162300-0457e69e-9928-4246-a6fb-1c3cba102c19.png , universal for rtl_tcp, hackrf_tcp, rsp_tcp and I don't understand yet how to determine which version of rsp_tcp is on the other side. The 2nd version of rdp_tcp (which is quite popular) has tuner_count located in one place of the structure, and the 3rd version of rdp_tcp has the name of the 3rd antenna port there. Changing RSP_CAPABILITIES_VERSION in the 3rd version of rdp_tcp would solve the ambiguity problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions