1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

BladeRF2 MIMO: REST API: added report with range information

This commit is contained in:
f4exb
2020-09-15 21:02:26 +02:00
parent d170ecfe81
commit 5e4fdba67a
15 changed files with 683 additions and 2 deletions
@@ -184,3 +184,27 @@ BladeRF2MIMOSettings:
type: integer
reverseAPIDeviceIndex:
type: integer
BladeRF2MIMOReport:
description: BladeRF2
properties:
frequencyRangeRx:
$ref: "/doc/swagger/include/Structs.yaml#/FrequencyRange"
sampleRateRangeRx:
$ref: "/doc/swagger/include/Structs.yaml#/Range"
bandwidthRangeRx:
$ref: "/doc/swagger/include/Structs.yaml#/Range"
globalGainRangeRx:
$ref: "/doc/swagger/include/Structs.yaml#/Range"
gainModesRx:
type: array
items:
$ref: "/doc/swagger/include/Structs.yaml#/NamedEnum"
frequencyRangeTx:
$ref: "/doc/swagger/include/Structs.yaml#/FrequencyRange"
sampleRateRangeTx:
$ref: "/doc/swagger/include/Structs.yaml#/Range"
bandwidthRangeTx:
$ref: "/doc/swagger/include/Structs.yaml#/Range"
globalGainRangeTx:
$ref: "/doc/swagger/include/Structs.yaml#/Range"
@@ -19,6 +19,8 @@ DeviceReport:
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2InputReport"
bladeRF2OutputReport:
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2OutputReport"
bladeRF2MIMOReport:
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2MIMOReport"
fileInputReport:
$ref: "/doc/swagger/include/FileInput.yaml#/FileInputReport"
limeSdrInputReport: