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

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

struct gsm_bts_trx;

int band_oc2g2osmo(GsmL1_FreqBand_t band);

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

#endif