aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/codec_pref.h
blob: bbda14e477188cbd0e369690d1a7884fd8ae3af6 (plain)
1
2
3
4
5
6
#pragma once

struct gsm_bts;

int match_codec_pref(int *full_rate, enum gsm48_chan_mode *chan_mode, const struct gsm0808_channel_type *ct,
		      const struct gsm0808_speech_codec_list *scl, const struct bsc_msc_data *msc, struct gsm_bts *bts);