From fbda4e1fb03ab80347647d355617a4c7c7f19cc7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 4 Mar 2010 11:04:52 +0100 Subject: decleare gsm_bts_model_register() --- openbsc/include/openbsc/gsm_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index 53ba8fff1..db3eaff59 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -683,4 +683,6 @@ void gsm_trx_lock_rf(struct gsm_bts_trx *trx, int locked); struct gsm_meas_rep *lchan_next_meas_rep(struct gsm_lchan *lchan); +int gsm_bts_model_register(struct gsm_bts_model *model); + #endif -- cgit v1.2.3