fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec()

Recent commit 3149b0d076 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
This commit is contained in:
Neels Hofmeyr 2017-06-23 02:34:08 +02:00
parent 95efc6993f
commit 9a391e2edf
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;