aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-31 01:56:20 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-31 02:14:28 +0700
commit4f3a64182e823be6071eb891dc41dfc14dc7c5cd (patch)
treeaedb5b36776e17213953ca70cbcd852b10eafa17 /include/osmocom
parent01f530bce48695ea42f95422b629bfd82b748c8a (diff)
handover_test: use 'unknown' BTS type instead of 'sysmobts'
This unit test does not really need a BTS of such specific type. Change-Id: Id676042518d06e94a9fb20112334280e2b91074b
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/bss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bss.h b/include/osmocom/bsc/bss.h
index ecb68d627..b8945db50 100644
--- a/include/osmocom/bsc/bss.h
+++ b/include/osmocom/bsc/bss.h
@@ -11,6 +11,7 @@ extern int bsc_shutdown_net(struct gsm_network *net);
/* register all supported BTS */
extern int bts_init(void);
+extern int bts_model_unknown_init(void);
extern int bts_model_bs11_init(void);
extern int bts_model_rbs2k_init(void);
extern int bts_model_nanobts_init(void);