From c977984ecd856f8f35fe3b75dff3298aaf7e2067 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 23 Jun 2017 02:34:26 +0200 Subject: [PATCH] fix map entry for gsm0808_speech_codec_from_chan_type Recent commit 884ba0f2bcaf385cabee0b4228a2598d61fa406b adds function gsm0808_chan_type_to_speech_codec() but adds a mismatching name in libosmogsm.map. openbsc.git's aoip branch can't build with this. This must have been an on-the-fly rename that wasn't properly tested. Always test your patches! Change-Id: I68feb14f7bcb2f62b89f9b2d8c085d6824b493bc --- src/gsm/libosmogsm.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsm/libosmogsm.map b/src/gsm/libosmogsm.map index 2da86496d..e992a4fcc 100644 --- a/src/gsm/libosmogsm.map +++ b/src/gsm/libosmogsm.map @@ -163,7 +163,7 @@ gsm0808_dec_encrypt_info; gsm0808_enc_cell_id_list; gsm0808_dec_cell_id_list; gsm0808_chan_type_to_speech_codec; -gsm0808_extrapolate_speech_codec; +gsm0808_speech_codec_from_chan_type; gsm0858_rsl_ul_meas_enc;