summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
author Nagendra Prasad Nagarle Basavaraju <nagendranb@google.com> 2024-04-20 07:17:26 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-04-20 07:17:26 +0000
commit982f7b092bda9b1df9f1fc2fb60ae53c58d52e5f (patch)
tree547530c2a4d8ccf0da38aa7620f1f90a619ec96b /proto
parentfd38460d51279d2a3b5409bcc2e970a273b3511b (diff)
parente066ca53dd168541e2a8c8234f9de24a3cb1c889 (diff)
Merge "Add metrics for Satellite Transport" into main
Diffstat (limited to 'proto')
-rw-r--r--proto/src/persist_atoms.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/proto/src/persist_atoms.proto b/proto/src/persist_atoms.proto
index b30da91de0..fe181ae72d 100644
--- a/proto/src/persist_atoms.proto
+++ b/proto/src/persist_atoms.proto
@@ -381,6 +381,7 @@ message DataCallSession {
optional bool is_non_dds = 22;
optional bool is_iwlan_cross_sim = 23;
optional bool is_ntn = 24;
+ optional bool is_satellite_transport = 25;
}
message CellularServiceState {
@@ -470,6 +471,12 @@ message NetworkRequestsV2 {
PRIORITIZE_BANDWIDTH = 2;
CBS = 3;
ENTERPRISE = 4;
+ SATELLITE_INTERNET_RESTRICTED = 5;
+ SATELLITE_MMS_RESTRICTED = 6;
+ SATELLITE_IMS_RESTRICTED = 7;
+ SATELLITE_XCAP_RESTRICTED = 8;
+ SATELLITE_EIMS_RESTRICTED = 9;
+ SATELLITE_SUPL_RESTRICTED =10;
}
optional int32 carrier_id = 1;
optional NetworkCapability capability = 2;