summaryrefslogtreecommitdiffstats
path: root/apps/osmocomBB/osmocomBB/include/layer1/rfch.h
blob: 344523c3536ecfcdc1a5171156687b83978eac37 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _L1_RFCH_H
#define _L1_RFCH_H

struct gsm_time;

void rfch_get_params(struct gsm_time *t,
                     uint16_t *arfcn_p, uint8_t *tsc_p, uint8_t *tn_p);

#endif /* _L1_RFCH_H */