1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

MIMO: Multiple input test source

This commit is contained in:
f4exb
2020-11-10 14:28:37 +01:00
parent 25acf953a7
commit 7e0c835f8d
31 changed files with 5531 additions and 4 deletions
@@ -70,6 +70,8 @@ DeviceSettings:
$ref: "/doc/swagger/include/SoapySDR.yaml#/SoapySDRInputSettings"
soapySDROutputSettings:
$ref: "/doc/swagger/include/SoapySDR.yaml#/SoapySDROutputSettings"
testMISettings:
$ref: "/doc/swagger/include/TestMI.yaml#/TestMISettings"
testSourceSettings:
$ref: "/doc/swagger/include/TestSource.yaml#/TestSourceSettings"
usrpInputSettings:
@@ -1,8 +1,6 @@
TestMISettings:
description: TestMISettings
properties:
fileRecordName:
type: string
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer