fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/30577 )
Change subject: gsm0808: remove unneeded assignment in enc_speech_codec() ......................................................................
gsm0808: remove unneeded assignment in enc_speech_codec()
Change-Id: Ifc6d109e27cdada0d08d2a8fc1c354f3de04f15c --- M src/gsm/gsm0808_utils.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/77/30577/1
diff --git a/src/gsm/gsm0808_utils.c b/src/gsm/gsm0808_utils.c index 80d469e..026a923 100644 --- a/src/gsm/gsm0808_utils.c +++ b/src/gsm/gsm0808_utils.c @@ -221,7 +221,7 @@ /* See also 3GPP TS 48.008 3.2.2.103 Speech Codec List */ uint8_t header = 0; uint8_t *old_tail; - bool type_extended = false; + bool type_extended;
/* Note: Extended codec types are codec types that require 8 instead * of 4 bit to fully specify the selected codec. In the following,