Skip to content

Commit

Permalink
HIP-140: add not_enough_connections for sp_boosted_hex_status (#439)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bbalser authored Jan 23, 2025
1 parent 8e86bef commit f79c34f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,9 @@ enum sp_boosted_hex_status {
sp_boosted_hex_status_eligible = 0;
sp_boosted_hex_status_location_score_below_threshold = 1;
sp_boosted_hex_status_radio_threshold_not_met = 2;
sp_boosted_hex_status_service_provider_ban = 3;
sp_boosted_hex_status_service_provider_ban = 3 [ deprecated = true ];
sp_boosted_hex_status_average_asserted_distance_over_limit = 4;
sp_boosted_hex_status_not_enough_connections = 5;
}

enum oracle_boosted_hex_status {
Expand Down

0 comments on commit f79c34f

Please sign in to comment.