aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/tch_fr.h
blob: 68a931850b7a8dc8c7bc5ac79506e703a74e4d92 (plain)
1
2
3
4
5
6
7
#ifndef _TCH_FR_H
#define _TCH_FR_H

int tch_fr_decode(uint8_t *tch_data, sbit_t *bursts);
int tch_fr_encode(ubit_t *bursts, uint8_t *tch_data, int len);

#endif /* _TCH_FR_H */