Skip to content

Commit

Permalink
move the device type back
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Dec 14, 2023
1 parent 867ca9c commit 72db6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ message gateway_metadata {
// The res12 h3 index asserted address of the gateway as a string
// where an unasserted gateway returns an empty string
string location = 2;
// the asserted device type of the gateway
device_type device_type = 3;
}

message gateway_info {
// The public key binary address and on-chain identity of the gateway
bytes address = 1;
// The gateway metadata as recorded on the blockchain
gateway_metadata metadata = 2;
// the asserted device type of the gateway
device_type device_type = 3;
}

message gateway_info_req_v1 {
Expand Down
2 changes: 0 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@ enum heartbeat_validity {
heartbeat_validity_too_far_from_coverage = 9;
// Gateway is not asserted
heartbeat_validity_gateway_not_asserted = 10;
// Heartbeat cell type does not match asserted cell type
heartbeat_validity_bad_cell_type = 11;
}

message seniority_update {
Expand Down

0 comments on commit 72db6a5

Please sign in to comment.