Skip to content

Commit

Permalink
add invalidated rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Mar 5, 2024
1 parent 713f5fa commit 22a962e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,11 @@ service poc_mobile {
returns (subscriber_location_resp_v1);
rpc submit_coverage_object(coverage_object_req_v1)
returns (coverage_object_resp_v1);
rpc submit_radio_threshold(radio_threshold_report_req_v1)
rpc submit_threshold_report(radio_threshold_report_req_v1)
returns (radio_threshold_report_resp_v1);
rpc submit_invalidated_threshold_report(
radio_invalidated_threshold_report_req_v1)
returns (radio_invalidated_threshold_report_resp_v1);
}

message file_info {
Expand Down

0 comments on commit 22a962e

Please sign in to comment.