From 7f7bb9b5e6d56db6cff52a635268bca3d94e4596 Mon Sep 17 00:00:00 2001 From: Matthew Plant Date: Tue, 18 Jul 2023 11:09:58 -0400 Subject: [PATCH] Add lat and lon to heartbeat output since we validate them (#353) --- 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 3c903cce..eaa63b1d 100644 --- a/src/service/poc_mobile.proto +++ b/src/service/poc_mobile.proto @@ -173,8 +173,10 @@ message heartbeat { uint64 timestamp = 4; cell_type cell_type = 5; heartbeat_validity validity = 6; + double lat = 7; + double lon = 8; // UUID of the coverage object associated with this heartbeat - bytes coverage_object = 7; + bytes coverage_object = 9; } enum heartbeat_validity {