From ef061951e6e9c8bb9eda16f396ad245037156868 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 May 2009 12:43:42 +0000 Subject: dump CCLK accuracy/type as part of bs11_config query --- include/openbsc/abis_nm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/openbsc') diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h index 2ffd75db0..aed556c74 100644 --- a/include/openbsc/abis_nm.h +++ b/include/openbsc/abis_nm.h @@ -595,6 +595,8 @@ int abis_nm_bs11_get_trx_power(struct gsm_bts_trx *trx); int abis_nm_bs11_factory_logon(struct gsm_bts *bts, int on); int abis_nm_bs11_set_trx1_pw(struct gsm_bts *bts, const char *password); int abis_nm_bs11_set_pll_locked(struct gsm_bts *bts, int locked); +int abis_nm_bs11_get_pll_mode(struct gsm_bts *bts); +int abis_nm_bs11_get_cclk(struct gsm_bts *bts); int abis_nm_bs11_get_state(struct gsm_bts *bts); int abis_nm_bs11_load_swl(struct gsm_bts *bts, const char *fname, u_int8_t win_size, int forced, gsm_cbfn *cbfn); -- cgit v1.2.3