Skip to content

Commit

Permalink
Add verified message
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jun 27, 2024
1 parent aa27cf7 commit b872a86
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -646,3 +646,19 @@ message service_provider_boosted_rewards_banned_radio_ingest_report_v1 {
uint64 received_timestamp = 1;
service_provider_boosted_rewards_banned_radio_req_v1 report = 2;
}

enum service_provider_boosted_rewards_banned_radio_verification_status {
valid = 0;
invalid_carrier_key = 2;
}

message
verified_service_provider_boosted_rewards_banned_radio_ingest_report_v1 {
// the verified report
service_provider_boosted_rewards_banned_radio_ingest_report_v1 report = 1;
// the status determined by the verification
service_provider_boosted_rewards_banned_radio_verification_status status = 2;
// Timestamp at which verification was determined, in milliseconds since unix
// epoch
uint64 timestamp = 3;
}

0 comments on commit b872a86

Please sign in to comment.