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

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