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

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

#endif /* _TCH_FR_H */