aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 5e5e38987..4516aba40 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -244,6 +244,10 @@ struct gsm_lchan {
} meas;
struct {
struct amr_multirate_conf amr_mr;
+ struct {
+ uint8_t buf[16];
+ uint8_t len;
+ } last_sid;
} tch;
#endif
};