blob: bbda14e477188cbd0e369690d1a7884fd8ae3af6 [file] [log] [blame]
Philipp Maier844876f2018-07-13 09:17:07 +02001#pragma once
2
Philipp Maier5bc43cd2018-07-13 16:14:18 +02003struct gsm_bts;
4
5int match_codec_pref(int *full_rate, enum gsm48_chan_mode *chan_mode, const struct gsm0808_channel_type *ct,
6 const struct gsm0808_speech_codec_list *scl, const struct bsc_msc_data *msc, struct gsm_bts *bts);