aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-01 17:11:19 +0200
committerHarald Welte <laforge@gnumonks.org>2017-06-22 17:08:14 +0000
commitbb8396690ec36a912c2134087be8ec61166e4ad2 (patch)
tree6d6bb49cd8a17d887a9cd51e88a5302093acf8af /include/osmocom
parent039171a5f8fb02b1a0d94a464c6eaf02f04d0ae8 (diff)
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
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/protocol/gsm_08_08.h2
1 files changed, 0 insertions, 2 deletions
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 */