diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-23 02:34:08 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-23 02:55:26 +0200 |
commit | 9a391e2edf4df34224a6cb24fdb5d8d8f1c4ae3a (patch) | |
tree | 305e7d791327fa2270f5355fcd6ac5e73657f92a /src/gsm | |
parent | 95efc6993f6b7d39293c4e22d44d90f2aa3708ac (diff) |
fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec()
Recent commit 3149b0d076477303a38df735fe579b1b06ee17b2 adds function
gsm0808_chan_type_to_speech_codec() but adds a completely mismatching name in
libosmogsm.map, as well as a definition with a typo in the name.
Fix the entry in libosmogsm.map.
Add the missing 'c' in gsm0808_utils.h
Change-Id: I5a621fa5ef6b632eabbe224f3dd383eacaffb695
Diffstat (limited to 'src/gsm')
-rw-r--r-- | src/gsm/libosmogsm.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/libosmogsm.map b/src/gsm/libosmogsm.map index 36cba391..2da86496 100644 --- a/src/gsm/libosmogsm.map +++ b/src/gsm/libosmogsm.map @@ -162,7 +162,7 @@ gsm0808_enc_encrypt_info; gsm0808_dec_encrypt_info; gsm0808_enc_cell_id_list; gsm0808_dec_cell_id_list; -gsm0808_convert_to_speech_codec_type; +gsm0808_chan_type_to_speech_codec; gsm0808_extrapolate_speech_codec; gsm0858_rsl_ul_meas_enc; |