Skip to content

Commit

Permalink
add wifi data only as device type
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Sep 30, 2024
1 parent 9d1785d commit 97ac10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ enum device_type {
cbrs = 0;
wifi_indoor = 1;
wifi_outdoor = 2;
wifi_data_only = 3;
}

message authorization_verify_req_v1 {
Expand Down

0 comments on commit 97ac10d

Please sign in to comment.