diff options
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r-- | include/osmo-bts/gsm_data.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h index 1c1c5d44..45a131c8 100644 --- a/include/osmo-bts/gsm_data.h +++ b/include/osmo-bts/gsm_data.h @@ -111,6 +111,9 @@ struct bts_ul_meas { uint8_t is_sub:1; /* RSSI in dBm * -1 */ uint8_t inv_rssi; + /* weight of the measurement report: 2 for FACCH on TCH/H, 1 for all + * other channels types. */ + uint8_t weight; }; struct amr_mode { |