Hi,
We are trying to get an accurate estimation of energy consumption of LTE searches and data sessions.
We currently do this based on XMODEMSLEEP and CSCON notifications.
Example: if there is 2 seconds of RRC Connected, this will count for (2 seconds * ... mA) = ... mAh of energy spent.
The problem: it is hard to get a good estimation for these energy values. If we have the same data transmission on different networks, it can consume double the energy on one network in comparison to another network. This makes it very hard to estimate, because the times will be almost the same.
Our question: can we somehow retrieve more metrics of the cellular modem? We're thinking about 'TX time', the actual amount of (milli)seconds the modem was transmitting, or TX power, the output power the modem is set to. We see this power can differ depending on the network you're registered to.
Thank you.