From 009aeadc1fcd3028cb5b52676a44d7920f1d162b Mon Sep 17 00:00:00 2001 From: Brian Balser Date: Wed, 20 Mar 2024 11:02:47 -0400 Subject: [PATCH] Update seniority_update to include seniority timestamp in milliseconds (#396) --- src/service/poc_mobile.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/service/poc_mobile.proto b/src/service/poc_mobile.proto index d03c68ac..cc3c384a 100644 --- a/src/service/poc_mobile.proto +++ b/src/service/poc_mobile.proto @@ -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 {