Skip to content

Commit

Permalink
update rle_event_v1 -> radio_location_correlation_v1
Browse files Browse the repository at this point in the history
At this time, the most imformation we can expose about the events that
led to the radio location estimate is an id and timestamp. There may be
more information in the future, but this is enough information for
someone to give us and we can fetch the underlying record for investigation.
  • Loading branch information
michaeldjeffrey committed Oct 31, 2024
1 parent 25ed3a9 commit f0e0592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ message verified_subscriber_verified_mapping_event_ingest_report_v1 {
uint64 timestamp = 3;
}

message rle_event_v1 {
message radio_location_correlation_v1 {
string id = 1;
uint64 timestamp = 2;
}
Expand All @@ -905,7 +905,7 @@ message radio_location_estimate_v1 {
// h3 grid distance the location confidence applies to
uint32 grid_distance = 2;
Decimal confidence = 3;
repeated rle_event_v1 events = 4;
repeated radio_location_correlation_v1 radio_location_correlations = 4;
}

message radio_location_estimates_req_v1 {
Expand Down

0 comments on commit f0e0592

Please sign in to comment.