Skip to content

Commit

Permalink
fix enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Nov 17, 2023
1 parent 00f8406 commit 7f0602a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ 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;
//
string device_type = 3;
}

message gateway_info {
Expand Down
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ enum heartbeat_validity {
// Gateway is not asserted
heartbeat_validity_gateway_not_asserted = 10;
// Heartbeat cell type does not match asserted cell type
heartbeat_validity_bad_cell_type = 10;
heartbeat_validity_bad_cell_type = 11;
}

message seniority_update {
Expand Down

0 comments on commit 7f0602a

Please sign in to comment.