aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/gsm_data_shared.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index c6557ee7..37d30aba 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -5,6 +5,7 @@
#include <stdbool.h>
#include <stdint.h>
+#include <osmocom/codec/ecu.h>
#include <osmocom/core/timer.h>
#include <osmocom/core/bitvec.h>
#include <osmocom/core/statistics.h>
@@ -316,6 +317,11 @@ struct gsm_lchan {
} ms_power_ctrl;
struct msgb *pending_rel_ind_msg;
+
+ /* ECU (Error Concealment Unit) state */
+ union {
+ struct osmo_ecu_fr_state fr;
+ } ecu_state;
};
extern const struct value_string lchan_ciph_state_names[];