Skip to content

Commit

Permalink
update rpc msg defs
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Oct 11, 2024
1 parent ce888a8 commit c5cb5d9
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 @@ -413,8 +413,8 @@ service poc_mobile {
returns (promotion_reward_resp_v1);
rpc submit_hex_usage_counts_report(hex_usage_counts_req_v1)
returns (hex_usage_counts_res_v1);
rpc submit_hotspot_usage_counts_report(hotspot_usage_counts_req_v1)
returns (hotspot_usage_counts_res_v1);
rpc submit_hotspot_usage_counts_report(radio_usage_counts_req_v1)
returns (radio_usage_counts_res_v1);
}

message file_info {
Expand Down

0 comments on commit c5cb5d9

Please sign in to comment.