summaryrefslogtreecommitdiff
path: root/cmds
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-07-17 04:03:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-17 04:03:39 +0000
commit8392b1b8ba8dd22afacc982b5f089f5d0fba7407 (patch)
tree2f517d01d2ae91fa7154ac815924b32ad32a7d60 /cmds
parent166e9be2845e9dfdd8876602d2383f9afb763de5 (diff)
parent7368ed7d038667d01b14cccfef050ef45e78d784 (diff)
Merge changes I7d98ab42,I8753e681 into rvc-dev am: 7368ed7d03
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12166028 Change-Id: I2d6eb9bbc142e7da1a270a9bea22d645b6f54885
Diffstat (limited to 'cmds')
-rw-r--r--cmds/statsd/src/atoms.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index 7a016522d597..36b46c3d03a3 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -5178,6 +5178,12 @@ message DataUsageBytesTransfer {
// record is combined across opportunistic data subscriptions.
// See {@link SubscriptionManager#setOpportunistic}.
optional DataSubscriptionState opportunistic_data_sub = 10;
+
+ // Indicate whether NR is connected, server side could use this with RAT type to determine if
+ // the record is for 5G NSA (Non Stand Alone) mode, where the primary cell is still LTE and
+ // network allocates a secondary 5G cell so telephony reports RAT = LTE along with NR state as
+ // connected.
+ optional bool is_nr_connected = 11;
}
/**