aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/sch.h
blob: 8e60191b70a12c2a31ce4db53b5fb3d3ff49384d (plain)
1
2
3
4
5
6
7
#ifndef _SCH_H
#define _SCH_H

int sch_decode(uint8_t *sb_info, sbit_t *burst);
int sch_encode(ubit_t *burst, uint8_t *sb_info);

#endif /* _SCH_H */