Skip to content

Commit

Permalink
Merge pull request #379 from helium/andymck/verify-hb-cell-type
Browse files Browse the repository at this point in the history
Andymck/verify hb cell type
  • Loading branch information
jeffgrunewald authored Dec 14, 2023
2 parents da1c369 + 72db6a5 commit de51ede
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ message gateway_info {
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 Expand Up @@ -101,6 +103,12 @@ enum network_key_role {
mobile_pcs = 2;
}

enum device_type {
cbrs = 0;
wifi_indoor = 1;
wifi_outdoor = 2;
}

message authorization_verify_req_v1 {
// the pubkey binary of the authorized entity being verified
bytes pubkey = 1;
Expand Down

0 comments on commit de51ede

Please sign in to comment.