Skip to content

Commit

Permalink
add invalidated ts
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Mar 5, 2024
1 parent 8433611 commit b1a5b74
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,13 @@ message invalidated_radio_threshold_report_req_v1 {
bytes hotspot_pubkey = 2;
// the reason the thresholds are invalidated
invalidated_threshold_reason reason = 3;
// Timestamp in milliseconds since unix epoch
// of when the thresholds were invalidated
uint64 timestamp = 4;
// pubkey of the carrier identity service
bytes carrier_pub_key = 4;
bytes carrier_pub_key = 5;
// signed payload of the carrier identity service
bytes signature = 5;
bytes signature = 6;
}

message invalidated_radio_threshold_report_resp_v1 { string id = 1; }
Expand Down

0 comments on commit b1a5b74

Please sign in to comment.