Skip to content

Commit 2f2188a

Browse files
cbrs_id -> cbsd_id, Oracles only know about cbsd_id
1 parent 80ee3c3 commit 2f2188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/poc_mobile.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ message radio_location_estimate_v1 {
855855

856856
message radio_location_estimates_req_v1 {
857857
oneof entity {
858-
string cbrs_id = 1;
858+
string cbsd_id = 1;
859859
bytes wifi_pub_key = 2;
860860
}
861861
repeated radio_location_estimate_v1 estimates = 3;

0 commit comments

Comments
 (0)