power_control: clarify units in 'struct lchan_power_ctrl_state'

Change-Id: I934f2d1e1064eed7587bc5693ef981bf449a1b81
Related: SYS#4918
This commit is contained in:
Vadim Yanitskiy 2020-12-03 19:27:23 +01:00
parent 237ec6194b
commit 36743255cd
1 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,9 @@ struct gsm_rep_facch {
uint32_t fn;
};
/* Depending on the context (MS or BS power control), fields 'current' and 'max'
* reflect either the MS power level (magic numbers), or BS Power reduction level
* (attenuation, in dB). Field 'avg100_rxlev_dbm' is always in dBm. */
struct lchan_power_ctrl_state {
uint8_t current;
uint8_t max;