src: use new libosmogsm and include/osmocom/[gsm|core] path to headers
[osmocom-bb.git] / src / host / layer23 / include / osmocom / bb / common / osmocom_data.h
index da35cdb..9d8a030 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef osmocom_data_h
 #define osmocom_data_h
 
-#include <osmocore/select.h>
-#include <osmocore/gsm_utils.h>
-#include <osmocore/write_queue.h>
+#include <osmocom/core/select.h>
+#include <osmocom/gsm/gsm_utils.h>
+#include <osmocom/core/write_queue.h>
 
 struct osmocom_ms;
 
@@ -53,7 +53,7 @@ struct osmocom_ms {
        struct write_queue l2_wq, sap_wq;
        uint16_t test_arfcn;
 
-       uint8_t delete, shutdown, started;
+       uint8_t deleting, shutdown, started;
        struct gsm_support support;
        struct gsm_settings settings;
        struct gsm_subscriber subscr;