aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/utils.h
blob: a2a223486ca7d04937a72d2bfcefc1965beda73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _UTILS_H
#define _UTILS_H

#include <stdint.h>
#include "lc15bts.h"

struct gsm_bts_trx;

int band_lc152osmo(GsmL1_FreqBand_t band);

int lc15bts_select_lc15_band(struct gsm_bts_trx *trx, uint16_t arfcn);

#endif