From bb8396690ec36a912c2134087be8ec61166e4ad2 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 1 Jun 2017 17:11:19 +0200 Subject: gsm0808: fix AoIP speech codec element parser/generator The implementation of the parser/generator for the speech codec information element slightly wrong, making it impossible to use it properly. (See also: 3GPP TS 48.008, 3.2.2.103) Change-Id: Idabb0f9620659557672e1c6b90c75481192e5c89 --- include/osmocom/gsm/protocol/gsm_08_08.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/osmocom') diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h index 7656c388..9e00d23f 100644 --- a/include/osmocom/gsm/protocol/gsm_08_08.h +++ b/include/osmocom/gsm/protocol/gsm_08_08.h @@ -447,8 +447,6 @@ struct gsm0808_speech_codec { bool tf; uint8_t type; uint16_t cfg; - bool type_extended; - bool cfg_present; }; /* 3GPP TS 48.008 3.2.2.103 Speech Codec List */ -- cgit v1.2.3