Skip to content

Commit

Permalink
Add service to submit wifi heartbeats
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Aug 28, 2023
1 parent f34a373 commit 706eeeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ service poc_mobile {
rpc submit_speedtest(speedtest_req_v1) returns (speedtest_resp_v1);
rpc submit_cell_heartbeat(cell_heartbeat_req_v1)
returns (cell_heartbeat_resp_v1);
rpc submit_wifi_heartbeat(wifi_heartbeat_req_v1)
returns (wifi_heartbeat_resp_v1);
rpc submit_data_transfer_session(data_transfer_session_req_v1)
returns (data_transfer_session_resp_v1);
rpc submit_subscriber_location(subscriber_location_req_v1)
Expand Down

0 comments on commit 706eeeb

Please sign in to comment.