From f889330c894fa8c541e0bbd6c0c03a54310f6011 Mon Sep 17 00:00:00 2001 From: junyulai Date: Wed, 11 Dec 2019 21:18:11 +0800 Subject: [PATCH] [SM01] Add rat type fields in data usage atoms for mobile data Test: build Bug: 129082217 Change-Id: Idfc048d49f98acb805f49046a0b3dc871e001142 Merged-In: Idfc048d49f98acb805f49046a0b3dc871e001142 (cherry picked from commit 071a06635b713a1aa9d2ba9331799ffecd6f1088) --- cmds/statsd/src/atoms.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index f9711c3ce7639..5f2f546388a01 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -4589,6 +4589,8 @@ message MobileBytesTransfer { optional int64 tx_bytes = 4; optional int64 tx_packets = 5; + + optional int32 rat_type = 6; } /** @@ -4611,6 +4613,8 @@ message MobileBytesTransferByFgBg { optional int64 tx_bytes = 5; optional int64 tx_packets = 6; + + optional int32 rat_type = 7; } /**