Skip to content

Commit

Permalink
include metadata fields for invalid beacons
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Aug 4, 2023
1 parent 8d81732 commit 10fc377
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/service/poc_lora.proto
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ message lora_invalid_beacon_report_v1 {
uint64 received_timestamp = 1;
invalid_reason reason = 2;
lora_beacon_report_req_v1 report = 3;
string location = 4;
/// the transmit gain value of the gateway in dbi x 10
/// For example 1 dbi = 10, 15 dbi = 150
/// derived from gateway metadata
int32 gain = 5;
/// The asserted elevation of the gateway in AGL ( above ground level)
/// derived from gateway metadata
int32 elevation = 6;
}

// tagged invalid witness report produced by the verifier
Expand Down

0 comments on commit 10fc377

Please sign in to comment.