You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When you made significant changes to the
rsp_extended_capabilities_t
structure (adding theantenna_input_count
,third_antenna_name
,third_antenna_freq_limit
fields and shifting thetuner_count
,ifgr_min
,ifgr_max
fields), you forgot to increase the version number in theSP_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 ofrsp_tcp
is on the other side. The 2nd version ofrdp_tcp
(which is quite popular) hastuner_count
located in one place of the structure, and the 3rd version ofrdp_tcp
has the name of the 3rd antenna port there. ChangingRSP_CAPABILITIES_VERSION
in the 3rd version ofrdp_tcp
would solve the ambiguity problem.The text was updated successfully, but these errors were encountered: