From 9582883235743e31800ec7cbfc8af2c16b63cdbb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 12 Oct 2011 13:36:22 +0200 Subject: add VTY based way to set clock calibration of sysmobts L1 --- include/osmo-bts/bts_model.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmo-bts') diff --git a/include/osmo-bts/bts_model.h b/include/osmo-bts/bts_model.h index d5fc470d..79eed89c 100644 --- a/include/osmo-bts/bts_model.h +++ b/include/osmo-bts/bts_model.h @@ -39,4 +39,7 @@ void bts_model_rtp_rx_cb(struct osmo_rtp_socket *rs, uint8_t *rtp_pl, int bts_model_vty_init(struct gsm_bts *bts); +void bts_model_config_write_bts(struct vty *vty, struct gsm_bts *bts); +void bts_model_config_write_trx(struct vty *vty, struct gsm_bts_trx *trx); + #endif -- cgit v1.2.3