Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb37064a authored by junyulai's avatar junyulai Committed by Automerger Merge Worker
Browse files

[SM01] Add rat type fields in data usage atoms for mobile data am: f889330c

Change-Id: Ia8393cd41a605f062b9f3abe93f5727a2d57aaff
parents 86654e96 f889330c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}

/**