From 59eee42b05cf12076576ee4f65f8052d492e6fc3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 14 Feb 2011 16:17:49 +0100 Subject: OM2000/RBS2000: Make IS+CON configuration persistent in config file This uses the new bts_model->config_write_bts() callbacks --- openbsc/include/openbsc/abis_om2000.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include/openbsc') 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 */ -- cgit v1.2.3