From 4329099e284cdc82c1ff8da7e1c447489438f602 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 7 Sep 2011 12:41:38 +0200 Subject: add a per-lchan buffer for the last SID frame for osmo-bts --- openbsc/include/openbsc/gsm_data_shared.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsc/include') 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 }; -- cgit v1.2.3