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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user