Skip to content

Commit f79c34f

Browse files
authored
HIP-140: add not_enough_connections for sp_boosted_hex_status (#439)
* HIP-140: add not_enough_connections for sp_boosted_hex_status * fix formatting * radio thresholds not met is not deprecated because of mexico still using that system until phase 2 of HIP-140 is ready
1 parent 8e86bef commit f79c34f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/service/poc_mobile.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,9 @@ enum sp_boosted_hex_status {
592592
sp_boosted_hex_status_eligible = 0;
593593
sp_boosted_hex_status_location_score_below_threshold = 1;
594594
sp_boosted_hex_status_radio_threshold_not_met = 2;
595-
sp_boosted_hex_status_service_provider_ban = 3;
595+
sp_boosted_hex_status_service_provider_ban = 3 [ deprecated = true ];
596596
sp_boosted_hex_status_average_asserted_distance_over_limit = 4;
597+
sp_boosted_hex_status_not_enough_connections = 5;
597598
}
598599

599600
enum oracle_boosted_hex_status {

0 commit comments

Comments
 (0)