summaryrefslogtreecommitdiffstats
path: root/apps/osmocomBB/osmocomBB/include/layer1/toa.h
blob: dea9dd9657c6f45aa1f81c284a348845f6f88c37 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _L1_TOA_H
#define _L1_TOA_H

/* Input a qbits error sample into the TOA averaging */
void toa_input(int32_t offset, uint32_t snr);

/* Reset the TOA counters */
void toa_reset(void);

#endif