We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243354c commit 7e0c821Copy full SHA for 7e0c821
src/hex_boosting.proto
@@ -2,6 +2,14 @@ syntax = "proto3";
2
3
package helium;
4
5
+enum boosted_hex_device_type_v1 {
6
+ all = 0;
7
+ cbrs_indoor = 1;
8
+ cbrs_outdoor = 2;
9
+ wifi_indoor = 3;
10
+ wifi_outdoor = 4;
11
+}
12
+
13
message boosted_hex_info_v1 {
14
// The res12 h3 index of the boosted hex
15
uint64 location = 1;
@@ -33,11 +41,3 @@ message boosted_hex_update_v1 {
33
41
// Details of the updated hex
34
42
boosted_hex_info_v1 update = 2;
35
43
}
36
-
37
-enum boosted_hex_device_type_v1 {
38
- all = 0;
39
- cbrs_indoor = 1;
40
- cbrs_outdoor = 2;
- wifi_indoor = 3;
- wifi_outdoor = 4;
-}
0 commit comments