aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-23 02:34:08 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-23 02:55:26 +0200
commit9a391e2edf4df34224a6cb24fdb5d8d8f1c4ae3a (patch)
tree305e7d791327fa2270f5355fcd6ac5e73657f92a /include
parent95efc6993f6b7d39293c4e22d44d90f2aa3708ac (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 'include')
-rw-r--r--include/osmocom/gsm/gsm0808_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm0808_utils.h b/include/osmocom/gsm/gsm0808_utils.h
index 57ba1713..17a03f55 100644
--- a/include/osmocom/gsm/gsm0808_utils.h
+++ b/include/osmocom/gsm/gsm0808_utils.h
@@ -50,6 +50,6 @@ uint8_t gsm0808_enc_cell_id_list(struct msgb *msg,
const struct gsm0808_cell_id_list *cil);
int gsm0808_dec_cell_id_list(struct gsm0808_cell_id_list *cil,
const uint8_t *elem, uint8_t len);
-int gsm0808_chan_type_to_speech_code(uint8_t perm_spch);
+int gsm0808_chan_type_to_speech_codec(uint8_t perm_spch);
int gsm0808_speech_codec_from_chan_type(struct gsm0808_speech_codec *sc,
uint8_t perm_spch);