aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/e1_config.h
blob: d8d23c31e64074d0f2521ea21e4355d0c61110a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _E1_CONFIG_H
#define _E1_CONFIG_H

struct gsm_bts_trx_ts;
struct gsm_bts_trx;
struct gsm_bts;

int e1_reconfig_ts(struct gsm_bts_trx_ts *ts);
int e1_reconfig_trx(struct gsm_bts_trx *trx);
int e1_reconfig_bts(struct gsm_bts *bts);

#endif /* _E1_CONFIG_H */