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

Commit 2b5c74ca 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...

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

Change-Id: I3c9d1176ff93d7b25d09929cb6de1c86bb76348f
parents 58bef690 40e32bc5
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -4589,6 +4589,8 @@ message MobileBytesTransfer {
    optional int64 tx_bytes = 4;
    optional int64 tx_bytes = 4;


    optional int64 tx_packets = 5;
    optional int64 tx_packets = 5;

    optional int32 rat_type = 6;
}
}


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


    optional int64 tx_packets = 6;
    optional int64 tx_packets = 6;

    optional int32 rat_type = 7;
}
}


/**
/**