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

Commit 071a0663 authored by junyulai's avatar junyulai
Browse files

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

Test: build
Bug: 129082217
Change-Id: Idfc048d49f98acb805f49046a0b3dc871e001142
parent 4670baac
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4578,6 +4578,8 @@ message MobileBytesTransfer {
    optional int64 tx_bytes = 4;

    optional int64 tx_packets = 5;

    optional int32 rat_type = 6;
}

/**
@@ -4600,6 +4602,8 @@ message MobileBytesTransferByFgBg {
    optional int64 tx_bytes = 5;

    optional int64 tx_packets = 6;

    optional int32 rat_type = 7;
}

/**