aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/amr.h
blob: 059f2e034a0c7a7368f50238171ff993ab35e4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _OSMO_BTS_AMR_H
#define _OSMO_BTS_AMR_H

#include <osmo-bts/gsm_data.h>

void amr_log_mr_conf(int ss, int logl, const char *pfx,
		     struct amr_multirate_conf *amr_mrc);

int amr_parse_mr_conf(struct amr_multirate_conf *amr_mrc,
		      const uint8_t *mr_conf, unsigned int len);

unsigned int amr_get_initial_mode(struct gsm_lchan *lchan);

#endif /* _OSMO_BTS_AMR_H */