Skip to content

Commit

Permalink
update rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Mar 4, 2024
1 parent 300ebbc commit beeab68
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 @@ -238,8 +238,8 @@ service poc_mobile {
returns (subscriber_location_resp_v1);
rpc submit_coverage_object(coverage_object_req_v1)
returns (coverage_object_resp_v1);
rpc submit_hotspot_threshold(hotspot_threshold_report_req_v1)
returns (hotspot_threshold_report_resp_v1);
rpc submit_radio_threshold(radio_threshold_report_req_v1)
returns (radio_threshold_report_resp_v1);
}

message file_info {
Expand Down

0 comments on commit beeab68

Please sign in to comment.