aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/codec_pref.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-09-26 23:45:25 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-03 16:27:41 +0100
commit9edf321e07efa6c9de615a8bb9476f9e8fc3d8b1 (patch)
tree620ecc1f10e0181ecc64fd6647f21ee679793040 /include/osmocom/bsc/codec_pref.h
parentdd0713c47dafcf3caf90a9bdce764ea4ffe2a701 (diff)
log error if any of the AMR S1 rates are forbidden
Diffstat (limited to 'include/osmocom/bsc/codec_pref.h')
-rw-r--r--include/osmocom/bsc/codec_pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/codec_pref.h b/include/osmocom/bsc/codec_pref.h
index adefe0473..3c4266d38 100644
--- a/include/osmocom/bsc/codec_pref.h
+++ b/include/osmocom/bsc/codec_pref.h
@@ -32,3 +32,4 @@ int calc_amr_rate_intersection(struct gsm48_multi_rate_conf *c,
const struct gsm48_multi_rate_conf *a);
int check_codec_pref(struct llist_head *mscs);
+int check_amr_modes(struct llist_head *mscs);