Skip to content

Commit

Permalink
use the ingest report
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Aug 8, 2023
1 parent f1e00cb commit 2216618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum speedtest_verification_result {
}

message verified_speedtest {
speedtest_req_v1 report = 1;
speedtest_ingest_report_v1 report = 1;
speedtest_verification_result result = 2;
// timestamp in millis of when the packet was verified
uint64 timestamp = 3;
Expand Down

0 comments on commit 2216618

Please sign in to comment.