From 63c18ca791efb5225a356d505607c14cb8e41fff Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 4 Oct 2016 11:06:05 +0200 Subject: DTX: extend SID cache In addition to RTP payload SID cache got to store CMR/CMI prefix. Extend the buffer so it can fit in. Change-Id: Ibd4a63604a82cad3ce65f0752bffefa4b083e1b3 Fixes: Coverity CID#149508 --- openbsc/include/openbsc/gsm_data_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 368ac6bf0..fc6c525f4 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -295,7 +295,7 @@ struct gsm_lchan { struct { struct amr_multirate_conf amr_mr; struct { - uint8_t buf[16]; + uint8_t buf[18]; uint8_t len; uint32_t fn; bool is_update; -- cgit v1.2.3