blob: 538c0b09d86aa61cbe88476aeebd91a8a995a18a [file] [log] [blame]
Alexander Huemere1d2e1c2011-09-06 00:09:50 +02001#ifndef _E1_CONFIG_H
2#define _E1_CONFIG_H
3
4#include <openbsc/gsm_data_shared.h>
5
6int e1_reconfig_ts(struct gsm_bts_trx_ts *ts);
7int e1_reconfig_trx(struct gsm_bts_trx *trx);
8int e1_reconfig_bts(struct gsm_bts *bts);
9
10#endif /* _E1_CONFIG_H */
11