Skip to content

Commit

Permalink
Update seniority_update to include seniority timestamp in milliseconds (
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser authored Mar 20, 2024
1 parent 7011d31 commit 009aead
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,10 @@ message seniority_update {
bytes hotspot_key = 2;
}
// Timestamp of the new seniority for the radio
uint64 new_seniority_timestamp = 3;
uint64 new_seniority_timestamp = 3 [ deprecated = true ];
seniority_update_reason reason = 4;
// Timestamp in milliseconds of the new seniority for the radio
uint64 new_seniority_timestamp_ms = 5;
}

enum seniority_update_reason {
Expand Down

0 comments on commit 009aead

Please sign in to comment.