From 553535f87b490a8b8a2ab2633417ab7c286907bd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Dec 2017 13:35:52 +0100 Subject: Add 'osmo-bts-omldummy' to bring up only OML without RSL This is used only in integration testing, where in the TTCN-3 testsuite we currently have no A-bis OML implementation, but only a RSL one. Change-Id: Id8e5f34091e6e32621d8c8673de7ea848dfd252f --- include/osmo-bts/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h index aebdb656..c6557ee7 100644 --- a/include/osmo-bts/gsm_data_shared.h +++ b/include/osmo-bts/gsm_data_shared.h @@ -423,6 +423,7 @@ enum gsm_bts_type_variant { BTS_OSMO_SYSMO, BTS_OSMO_TRX, BTS_OSMO_VIRTUAL, + BTS_OSMO_OMLDUMMY, _NUM_BTS_VARIANT }; -- cgit v1.2.3