aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-14 16:17:49 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-14 16:17:49 +0100
commit59eee42b05cf12076576ee4f65f8052d492e6fc3 (patch)
tree50ab9706afb32ccce7cc24777fff19888baa0727 /openbsc/include/openbsc
parentface7edc6223c2ee3e85daa3b3ea459f6278b394 (diff)
OM2000/RBS2000: Make IS+CON configuration persistent in config file
This uses the new bts_model->config_write_bts() callbacks
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/abis_om2000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_om2000.h b/openbsc/include/openbsc/abis_om2000.h
index f15a50d5e..ee59454b0 100644
--- a/openbsc/include/openbsc/abis_om2000.h
+++ b/openbsc/include/openbsc/abis_om2000.h
@@ -56,4 +56,7 @@ int abis_om2k_tx_is_conf_req(struct gsm_bts *bts, struct om2k_is_conn_grp *cg,
int abis_om2k_vty_init(void);
+struct vty;
+void abis_om2k_config_write_bts(struct vty *vty, struct gsm_bts *bts);
+
#endif /* OPENBCS_ABIS_OM2K_H */