Skip to content

Commit

Permalink
Move the SNR field up in the message to put it next to the other sign…
Browse files Browse the repository at this point in the history
…al values
  • Loading branch information
christianrowlands committed Apr 10, 2024
1 parent 5e62437 commit 1c57bcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/asyncapi/network_survey_messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,12 @@ components:
$ref: '#/components/schemas/rsrp'
rsrq:
$ref: '#/components/schemas/rsrq'
snr:
type: number
format: float
description: >-
The Reference Signal Signal-to-Noise Ratio measured in dB. Range: -20 dB to +30 dB.
example: 19
ta:
type: integer
format: int32
Expand All @@ -779,12 +785,6 @@ components:
$ref: '#/components/schemas/provider'
slot:
$ref: '#/components/schemas/slot'
snr:
type: number
format: float
description: >-
The Reference Signal Signal-to-Noise Ratio measured in dB. Range: -20 dB to +30 dB.
example: 19
nrRecordPayload:
type: object
required:
Expand Down

0 comments on commit 1c57bcd

Please sign in to comment.