Skip to content

Commit

Permalink
cbrs_id -> cbsd_id, Oracles only know about cbsd_id
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Nov 14, 2024
1 parent 80ee3c3 commit 2f2188a
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 @@ -855,7 +855,7 @@ message radio_location_estimate_v1 {

message radio_location_estimates_req_v1 {
oneof entity {
string cbrs_id = 1;
string cbsd_id = 1;
bytes wifi_pub_key = 2;
}
repeated radio_location_estimate_v1 estimates = 3;
Expand Down

0 comments on commit 2f2188a

Please sign in to comment.