move include/openbsc to include/osmocom/bsc

Change-Id: I39e7b882caa98334636d19ccd104fd83d07d5055
diff --git a/include/Makefile.am b/include/Makefile.am
index 3234e62..740e088 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
 SUBDIRS = \
-	openbsc \
+	osmocom \
 	$(NULL)
 
 noinst_HEADERS = \
diff --git a/include/osmocom/Makefile.am b/include/osmocom/Makefile.am
new file mode 100644
index 0000000..cf24c62
--- /dev/null
+++ b/include/osmocom/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = \
+	bsc \
+	$(NULL)
diff --git a/include/openbsc/Makefile.am b/include/osmocom/bsc/Makefile.am
similarity index 100%
rename from include/openbsc/Makefile.am
rename to include/osmocom/bsc/Makefile.am
diff --git a/include/openbsc/a_reset.h b/include/osmocom/bsc/a_reset.h
similarity index 100%
rename from include/openbsc/a_reset.h
rename to include/osmocom/bsc/a_reset.h
diff --git a/include/openbsc/abis_nm.h b/include/osmocom/bsc/abis_nm.h
similarity index 99%
rename from include/openbsc/abis_nm.h
rename to include/osmocom/bsc/abis_nm.h
index db2a659..34f16a9 100644
--- a/include/openbsc/abis_nm.h
+++ b/include/osmocom/bsc/abis_nm.h
@@ -26,7 +26,7 @@
 #include <osmocom/gsm/abis_nm.h>
 #include <osmocom/gsm/protocol/gsm_12_21.h>
 
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 
 /* max number of attributes represented as 3GPP TS 52.021 §9.4.62 SW Description array */
 #define MAX_BTS_ATTR 5
diff --git a/include/openbsc/abis_om2000.h b/include/osmocom/bsc/abis_om2000.h
similarity index 100%
rename from include/openbsc/abis_om2000.h
rename to include/osmocom/bsc/abis_om2000.h
diff --git a/include/openbsc/abis_rsl.h b/include/osmocom/bsc/abis_rsl.h
similarity index 100%
rename from include/openbsc/abis_rsl.h
rename to include/osmocom/bsc/abis_rsl.h
diff --git a/include/openbsc/arfcn_range_encode.h b/include/osmocom/bsc/arfcn_range_encode.h
similarity index 100%
rename from include/openbsc/arfcn_range_encode.h
rename to include/osmocom/bsc/arfcn_range_encode.h
diff --git a/include/openbsc/auth.h b/include/osmocom/bsc/auth.h
similarity index 100%
rename from include/openbsc/auth.h
rename to include/osmocom/bsc/auth.h
diff --git a/include/openbsc/bsc_api.h b/include/osmocom/bsc/bsc_api.h
similarity index 100%
rename from include/openbsc/bsc_api.h
rename to include/osmocom/bsc/bsc_api.h
diff --git a/include/openbsc/bsc_msc.h b/include/osmocom/bsc/bsc_msc.h
similarity index 98%
rename from include/openbsc/bsc_msc.h
rename to include/osmocom/bsc/bsc_msc.h
index 380eb17..ceaea53 100644
--- a/include/openbsc/bsc_msc.h
+++ b/include/osmocom/bsc/bsc_msc.h
@@ -25,7 +25,7 @@
 #include <osmocom/core/write_queue.h>
 #include <osmocom/core/timer.h>
 #include <osmocom/sigtran/sccp_sap.h>
-#include <openbsc/a_reset.h>
+#include <osmocom/bsc/a_reset.h>
 
 #include <netinet/in.h>
 
diff --git a/include/openbsc/bsc_msc_data.h b/include/osmocom/bsc/bsc_msc_data.h
similarity index 100%
rename from include/openbsc/bsc_msc_data.h
rename to include/osmocom/bsc/bsc_msc_data.h
diff --git a/include/openbsc/bsc_msg_filter.h b/include/osmocom/bsc/bsc_msg_filter.h
similarity index 100%
rename from include/openbsc/bsc_msg_filter.h
rename to include/osmocom/bsc/bsc_msg_filter.h
diff --git a/include/openbsc/bsc_nat.h b/include/osmocom/bsc/bsc_nat.h
similarity index 100%
rename from include/openbsc/bsc_nat.h
rename to include/osmocom/bsc/bsc_nat.h
diff --git a/include/openbsc/bsc_nat_callstats.h b/include/osmocom/bsc/bsc_nat_callstats.h
similarity index 100%
rename from include/openbsc/bsc_nat_callstats.h
rename to include/osmocom/bsc/bsc_nat_callstats.h
diff --git a/include/openbsc/bsc_nat_sccp.h b/include/osmocom/bsc/bsc_nat_sccp.h
similarity index 100%
rename from include/openbsc/bsc_nat_sccp.h
rename to include/osmocom/bsc/bsc_nat_sccp.h
diff --git a/include/openbsc/bsc_rll.h b/include/osmocom/bsc/bsc_rll.h
similarity index 92%
rename from include/openbsc/bsc_rll.h
rename to include/osmocom/bsc/bsc_rll.h
index 729ba60..3afe4a8 100644
--- a/include/openbsc/bsc_rll.h
+++ b/include/osmocom/bsc/bsc_rll.h
@@ -1,7 +1,7 @@
 #ifndef _BSC_RLL_H
 #define _BSC_RLL_H
 
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 
 enum bsc_rllr_ind {
 	BSC_RLLR_IND_EST_CONF,
diff --git a/include/openbsc/bsc_subscriber.h b/include/osmocom/bsc/bsc_subscriber.h
similarity index 100%
rename from include/openbsc/bsc_subscriber.h
rename to include/osmocom/bsc/bsc_subscriber.h
diff --git a/include/openbsc/bss.h b/include/osmocom/bsc/bss.h
similarity index 93%
rename from include/openbsc/bss.h
rename to include/osmocom/bsc/bss.h
index 9f16bf7..b12487d 100644
--- a/include/openbsc/bss.h
+++ b/include/osmocom/bsc/bss.h
@@ -1,7 +1,7 @@
 #ifndef _BSS_H_
 #define _BSS_H_
 
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 
 struct msgb;
 
diff --git a/include/openbsc/bts_ipaccess_nanobts_omlattr.h b/include/osmocom/bsc/bts_ipaccess_nanobts_omlattr.h
similarity index 100%
rename from include/openbsc/bts_ipaccess_nanobts_omlattr.h
rename to include/osmocom/bsc/bts_ipaccess_nanobts_omlattr.h
diff --git a/include/openbsc/chan_alloc.h b/include/osmocom/bsc/chan_alloc.h
similarity index 100%
rename from include/openbsc/chan_alloc.h
rename to include/osmocom/bsc/chan_alloc.h
diff --git a/include/openbsc/common.h b/include/osmocom/bsc/common.h
similarity index 100%
rename from include/openbsc/common.h
rename to include/osmocom/bsc/common.h
diff --git a/include/openbsc/common_bsc.h b/include/osmocom/bsc/common_bsc.h
similarity index 83%
rename from include/openbsc/common_bsc.h
rename to include/osmocom/bsc/common_bsc.h
index 7960383..08394e9 100644
--- a/include/openbsc/common_bsc.h
+++ b/include/osmocom/bsc/common_bsc.h
@@ -1,7 +1,7 @@
 #pragma once
 
 #include <stdint.h>
-#include <openbsc/common_cs.h>
+#include <osmocom/bsc/common_cs.h>
 
 struct gsm_network *bsc_network_init(void *ctx,
 				     uint16_t country_code,
diff --git a/include/openbsc/common_cs.h b/include/osmocom/bsc/common_cs.h
similarity index 100%
rename from include/openbsc/common_cs.h
rename to include/osmocom/bsc/common_cs.h
diff --git a/include/openbsc/crc24.h b/include/osmocom/bsc/crc24.h
similarity index 100%
rename from include/openbsc/crc24.h
rename to include/osmocom/bsc/crc24.h
diff --git a/include/openbsc/ctrl.h b/include/osmocom/bsc/ctrl.h
similarity index 100%
rename from include/openbsc/ctrl.h
rename to include/osmocom/bsc/ctrl.h
diff --git a/include/openbsc/debug.h b/include/osmocom/bsc/debug.h
similarity index 100%
rename from include/openbsc/debug.h
rename to include/osmocom/bsc/debug.h
diff --git a/include/openbsc/e1_config.h b/include/osmocom/bsc/e1_config.h
similarity index 83%
rename from include/openbsc/e1_config.h
rename to include/osmocom/bsc/e1_config.h
index 538c0b0..909e3cc 100644
--- a/include/openbsc/e1_config.h
+++ b/include/osmocom/bsc/e1_config.h
@@ -1,7 +1,7 @@
 #ifndef _E1_CONFIG_H
 #define _E1_CONFIG_H
 
-#include <openbsc/gsm_data_shared.h>
+#include <osmocom/bsc/gsm_data_shared.h>
 
 int e1_reconfig_ts(struct gsm_bts_trx_ts *ts);
 int e1_reconfig_trx(struct gsm_bts_trx *trx);
diff --git a/include/openbsc/gsm_04_08_utils.h b/include/osmocom/bsc/gsm_04_08_utils.h
similarity index 100%
rename from include/openbsc/gsm_04_08_utils.h
rename to include/osmocom/bsc/gsm_04_08_utils.h
diff --git a/include/openbsc/gsm_04_80.h b/include/osmocom/bsc/gsm_04_80.h
similarity index 100%
rename from include/openbsc/gsm_04_80.h
rename to include/osmocom/bsc/gsm_04_80.h
diff --git a/include/openbsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
similarity index 99%
rename from include/openbsc/gsm_data.h
rename to include/osmocom/bsc/gsm_data.h
index 74970b9..ef041d6 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -14,9 +14,9 @@
 #include <osmocom/crypt/auth.h>
 #include <osmocom/sigtran/sccp_sap.h>
 
-#include <openbsc/common.h>
-#include <openbsc/rest_octets.h>
-#include <openbsc/common_cs.h>
+#include <osmocom/bsc/common.h>
+#include <osmocom/bsc/rest_octets.h>
+#include <osmocom/bsc/common_cs.h>
 #include <osmocom/legacy_mgcp/mgcpgw_client.h>
 
 
diff --git a/include/openbsc/gsm_data_shared.h b/include/osmocom/bsc/gsm_data_shared.h
similarity index 99%
rename from include/openbsc/gsm_data_shared.h
rename to include/osmocom/bsc/gsm_data_shared.h
index bef4504..6ce571e 100644
--- a/include/openbsc/gsm_data_shared.h
+++ b/include/osmocom/bsc/gsm_data_shared.h
@@ -24,8 +24,8 @@
 #include <osmocom/gsm/lapdm.h>
 #endif
 
-#include <openbsc/common_cs.h>
-#include <openbsc/meas_rep.h>
+#include <osmocom/bsc/common_cs.h>
+#include <osmocom/bsc/meas_rep.h>
 
 /* 16 is the max. number of SI2quater messages according to 3GPP TS 44.018 Table 10.5.2.33b.1:
    4-bit index is used (2#1111 = 10#15) */
diff --git a/include/openbsc/gsm_subscriber.h b/include/osmocom/bsc/gsm_subscriber.h
similarity index 97%
rename from include/openbsc/gsm_subscriber.h
rename to include/osmocom/bsc/gsm_subscriber.h
index d88e32a..ca66d47 100644
--- a/include/openbsc/gsm_subscriber.h
+++ b/include/osmocom/bsc/gsm_subscriber.h
@@ -6,7 +6,7 @@
 #include <osmocom/core/linuxlist.h>
 #include <osmocom/gsm/protocol/gsm_23_003.h>
 
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 
 #define GSM_NAME_LENGTH 160
 
diff --git a/include/openbsc/handover.h b/include/osmocom/bsc/handover.h
similarity index 100%
rename from include/openbsc/handover.h
rename to include/osmocom/bsc/handover.h
diff --git a/include/openbsc/handover_decision.h b/include/osmocom/bsc/handover_decision.h
similarity index 100%
rename from include/openbsc/handover_decision.h
rename to include/osmocom/bsc/handover_decision.h
diff --git a/include/openbsc/ipaccess.h b/include/osmocom/bsc/ipaccess.h
similarity index 100%
rename from include/openbsc/ipaccess.h
rename to include/osmocom/bsc/ipaccess.h
diff --git a/include/openbsc/iu_dummy.h b/include/osmocom/bsc/iu_dummy.h
similarity index 100%
rename from include/openbsc/iu_dummy.h
rename to include/osmocom/bsc/iu_dummy.h
diff --git a/include/openbsc/meas_feed.h b/include/osmocom/bsc/meas_feed.h
similarity index 95%
rename from include/openbsc/meas_feed.h
rename to include/osmocom/bsc/meas_feed.h
index f77ee07..55bce09 100644
--- a/include/openbsc/meas_feed.h
+++ b/include/osmocom/bsc/meas_feed.h
@@ -3,7 +3,7 @@
 
 #include <stdint.h>
 
-#include <openbsc/meas_rep.h>
+#include <osmocom/bsc/meas_rep.h>
 
 struct meas_feed_hdr {
 	uint8_t msg_type;
diff --git a/include/openbsc/meas_rep.h b/include/osmocom/bsc/meas_rep.h
similarity index 100%
rename from include/openbsc/meas_rep.h
rename to include/osmocom/bsc/meas_rep.h
diff --git a/include/openbsc/misdn.h b/include/osmocom/bsc/misdn.h
similarity index 100%
rename from include/openbsc/misdn.h
rename to include/osmocom/bsc/misdn.h
diff --git a/include/openbsc/mncc.h b/include/osmocom/bsc/mncc.h
similarity index 100%
rename from include/openbsc/mncc.h
rename to include/osmocom/bsc/mncc.h
diff --git a/include/openbsc/mncc_int.h b/include/osmocom/bsc/mncc_int.h
similarity index 100%
rename from include/openbsc/mncc_int.h
rename to include/osmocom/bsc/mncc_int.h
diff --git a/include/openbsc/msc_ifaces.h b/include/osmocom/bsc/msc_ifaces.h
similarity index 97%
rename from include/openbsc/msc_ifaces.h
rename to include/osmocom/bsc/msc_ifaces.h
index a1071ae..dadb828 100644
--- a/include/openbsc/msc_ifaces.h
+++ b/include/osmocom/bsc/msc_ifaces.h
@@ -1,7 +1,7 @@
 #pragma once
 
 #include <osmocom/core/msgb.h>
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 
 /* These are the interfaces of the MSC layer towards (from?) the BSC and RNC,
  * i.e. in the direction towards the mobile device (MS aka UE).
diff --git a/include/openbsc/nat_rewrite_trie.h b/include/osmocom/bsc/nat_rewrite_trie.h
similarity index 100%
rename from include/openbsc/nat_rewrite_trie.h
rename to include/osmocom/bsc/nat_rewrite_trie.h
diff --git a/include/openbsc/network_listen.h b/include/osmocom/bsc/network_listen.h
similarity index 92%
rename from include/openbsc/network_listen.h
rename to include/osmocom/bsc/network_listen.h
index 67d1f4e..68d0709 100644
--- a/include/openbsc/network_listen.h
+++ b/include/osmocom/bsc/network_listen.h
@@ -2,7 +2,7 @@
 #define _OPENBSC_NWL_H
 
 #include <stdint.h>
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 
 void ipac_nwl_init(void);
 
diff --git a/include/openbsc/openbscdefines.h b/include/osmocom/bsc/openbscdefines.h
similarity index 100%
rename from include/openbsc/openbscdefines.h
rename to include/osmocom/bsc/openbscdefines.h
diff --git a/include/openbsc/osmo_bsc.h b/include/osmocom/bsc/osmo_bsc.h
similarity index 100%
rename from include/openbsc/osmo_bsc.h
rename to include/osmocom/bsc/osmo_bsc.h
diff --git a/include/openbsc/osmo_bsc_grace.h b/include/osmocom/bsc/osmo_bsc_grace.h
similarity index 94%
rename from include/openbsc/osmo_bsc_grace.h
rename to include/osmocom/bsc/osmo_bsc_grace.h
index 5a81cd1..b7950ce 100644
--- a/include/openbsc/osmo_bsc_grace.h
+++ b/include/osmocom/bsc/osmo_bsc_grace.h
@@ -21,8 +21,8 @@
 #ifndef OSMO_BSC_GRACE_H
 #define OSMO_BSC_GRACE_H
 
-#include <openbsc/gsm_data.h>
-#include <openbsc/signal.h>
+#include <osmocom/bsc/gsm_data.h>
+#include <osmocom/bsc/signal.h>
 
 struct bsc_msc_data;
 
diff --git a/include/openbsc/osmo_bsc_reset.h b/include/osmocom/bsc/osmo_bsc_reset.h
similarity index 100%
rename from include/openbsc/osmo_bsc_reset.h
rename to include/osmocom/bsc/osmo_bsc_reset.h
diff --git a/include/openbsc/osmo_bsc_rf.h b/include/osmocom/bsc/osmo_bsc_rf.h
similarity index 97%
rename from include/openbsc/osmo_bsc_rf.h
rename to include/osmocom/bsc/osmo_bsc_rf.h
index 19ccd08..56ac980 100644
--- a/include/openbsc/osmo_bsc_rf.h
+++ b/include/osmocom/bsc/osmo_bsc_rf.h
@@ -1,7 +1,7 @@
 #ifndef OSMO_BSC_RF
 #define OSMO_BSC_RF
 
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 #include <osmocom/core/write_queue.h>
 #include <osmocom/core/timer.h>
 
diff --git a/include/openbsc/osmo_bsc_sigtran.h b/include/osmocom/bsc/osmo_bsc_sigtran.h
similarity index 95%
rename from include/openbsc/osmo_bsc_sigtran.h
rename to include/osmocom/bsc/osmo_bsc_sigtran.h
index fbcfcb3..8964903 100644
--- a/include/openbsc/osmo_bsc_sigtran.h
+++ b/include/osmocom/bsc/osmo_bsc_sigtran.h
@@ -20,8 +20,8 @@
 
 #pragma once
 
-#include <openbsc/gsm_data.h>
-#include <openbsc/bsc_msc_data.h>
+#include <osmocom/bsc/gsm_data.h>
+#include <osmocom/bsc/bsc_msc_data.h>
 
 /* Allocate resources to make a new connection oriented sigtran connection
  * (not the connection ittself!) */
diff --git a/include/openbsc/osmo_msc.h b/include/osmocom/bsc/osmo_msc.h
similarity index 98%
rename from include/openbsc/osmo_msc.h
rename to include/osmocom/bsc/osmo_msc.h
index cdfd27f..c08cb26 100644
--- a/include/openbsc/osmo_msc.h
+++ b/include/osmocom/bsc/osmo_msc.h
@@ -6,7 +6,7 @@
 #include <osmocom/core/fsm.h>
 #include <osmocom/gsm/gsup.h>
 
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 
 #include "bsc_api.h"
 
diff --git a/include/openbsc/osmux.h b/include/osmocom/bsc/osmux.h
similarity index 100%
rename from include/openbsc/osmux.h
rename to include/osmocom/bsc/osmux.h
diff --git a/include/openbsc/paging.h b/include/osmocom/bsc/paging.h
similarity index 96%
rename from include/openbsc/paging.h
rename to include/osmocom/bsc/paging.h
index 7dd8500..e917772 100644
--- a/include/openbsc/paging.h
+++ b/include/osmocom/bsc/paging.h
@@ -26,8 +26,8 @@
 #include <osmocom/core/linuxlist.h>
 #include <osmocom/core/timer.h>
 
-#include <openbsc/gsm_data.h>
-#include <openbsc/bsc_subscriber.h>
+#include <osmocom/bsc/gsm_data.h>
+#include <osmocom/bsc/bsc_subscriber.h>
 
 /**
  * A pending paging request
diff --git a/include/openbsc/pcu_if.h b/include/osmocom/bsc/pcu_if.h
similarity index 100%
rename from include/openbsc/pcu_if.h
rename to include/osmocom/bsc/pcu_if.h
diff --git a/include/openbsc/pcuif_proto.h b/include/osmocom/bsc/pcuif_proto.h
similarity index 100%
rename from include/openbsc/pcuif_proto.h
rename to include/osmocom/bsc/pcuif_proto.h
diff --git a/include/openbsc/rest_octets.h b/include/osmocom/bsc/rest_octets.h
similarity index 100%
rename from include/openbsc/rest_octets.h
rename to include/osmocom/bsc/rest_octets.h
diff --git a/include/openbsc/rrlp.h b/include/osmocom/bsc/rrlp.h
similarity index 100%
rename from include/openbsc/rrlp.h
rename to include/osmocom/bsc/rrlp.h
diff --git a/include/openbsc/rs232.h b/include/osmocom/bsc/rs232.h
similarity index 100%
rename from include/openbsc/rs232.h
rename to include/osmocom/bsc/rs232.h
diff --git a/include/openbsc/rtp_proxy.h b/include/osmocom/bsc/rtp_proxy.h
similarity index 98%
rename from include/openbsc/rtp_proxy.h
rename to include/osmocom/bsc/rtp_proxy.h
index 52ffefd..918420c 100644
--- a/include/openbsc/rtp_proxy.h
+++ b/include/osmocom/bsc/rtp_proxy.h
@@ -27,7 +27,7 @@
 #include <osmocom/core/linuxlist.h>
 #include <osmocom/core/select.h>
 
-#include <openbsc/mncc.h>
+#include <osmocom/bsc/mncc.h>
 
 #define RTP_PT_GSM_FULL 3
 #define RTP_PT_GSM_HALF 96
diff --git a/include/openbsc/sgsn.h b/include/osmocom/bsc/sgsn.h
similarity index 97%
rename from include/openbsc/sgsn.h
rename to include/osmocom/bsc/sgsn.h
index f371dc6..f71b649 100644
--- a/include/openbsc/sgsn.h
+++ b/include/osmocom/bsc/sgsn.h
@@ -5,9 +5,9 @@
 #include <osmocom/core/msgb.h>
 #include <osmocom/crypt/gprs_cipher.h>
 #include <osmocom/gprs/gprs_ns.h>
-#include <openbsc/gprs_sgsn.h>
-#include <openbsc/oap_client.h>
-#include <openbsc/common.h>
+#include <osmocom/bsc/gprs_sgsn.h>
+#include <osmocom/bsc/oap_client.h>
+#include <osmocom/bsc/common.h>
 
 #include <ares.h>
 
diff --git a/include/openbsc/signal.h b/include/osmocom/bsc/signal.h
similarity index 99%
rename from include/openbsc/signal.h
rename to include/osmocom/bsc/signal.h
index 49f86d6..feab246 100644
--- a/include/openbsc/signal.h
+++ b/include/osmocom/bsc/signal.h
@@ -25,7 +25,7 @@
 #include <stdlib.h>
 #include <errno.h>
 
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
 
 #include <osmocom/core/signal.h>
 
diff --git a/include/openbsc/silent_call.h b/include/osmocom/bsc/silent_call.h
similarity index 100%
rename from include/openbsc/silent_call.h
rename to include/osmocom/bsc/silent_call.h
diff --git a/include/openbsc/smpp.h b/include/osmocom/bsc/smpp.h
similarity index 100%
rename from include/openbsc/smpp.h
rename to include/osmocom/bsc/smpp.h
diff --git a/include/openbsc/sms_queue.h b/include/osmocom/bsc/sms_queue.h
similarity index 100%
rename from include/openbsc/sms_queue.h
rename to include/osmocom/bsc/sms_queue.h
diff --git a/include/openbsc/socket.h b/include/osmocom/bsc/socket.h
similarity index 100%
rename from include/openbsc/socket.h
rename to include/osmocom/bsc/socket.h
diff --git a/include/openbsc/system_information.h b/include/osmocom/bsc/system_information.h
similarity index 94%
rename from include/openbsc/system_information.h
rename to include/osmocom/bsc/system_information.h
index 71bea26..29f639d 100644
--- a/include/openbsc/system_information.h
+++ b/include/osmocom/bsc/system_information.h
@@ -3,7 +3,7 @@
 
 #include <osmocom/gsm/sysinfo.h>
 
-#include <openbsc/arfcn_range_encode.h>
+#include <osmocom/bsc/arfcn_range_encode.h>
 
 struct gsm_bts;
 
diff --git a/include/openbsc/transaction.h b/include/osmocom/bsc/transaction.h
similarity index 95%
rename from include/openbsc/transaction.h
rename to include/osmocom/bsc/transaction.h
index 1e93fff..5465548 100644
--- a/include/openbsc/transaction.h
+++ b/include/osmocom/bsc/transaction.h
@@ -1,10 +1,10 @@
 #ifndef _TRANSACT_H
 #define _TRANSACT_H
 
-#include <openbsc/gsm_data.h>
-#include <openbsc/gsm_subscriber.h>
+#include <osmocom/bsc/gsm_data.h>
+#include <osmocom/bsc/gsm_subscriber.h>
 #include <osmocom/core/linuxlist.h>
-#include <openbsc/mncc.h>
+#include <osmocom/bsc/mncc.h>
 #include <osmocom/gsm/gsm0411_smc.h>
 #include <osmocom/gsm/gsm0411_smr.h>
 
diff --git a/include/openbsc/trau_mux.h b/include/osmocom/bsc/trau_mux.h
similarity index 97%
rename from include/openbsc/trau_mux.h
rename to include/osmocom/bsc/trau_mux.h
index 75c359b..eeceff5 100644
--- a/include/openbsc/trau_mux.h
+++ b/include/osmocom/bsc/trau_mux.h
@@ -29,8 +29,8 @@
  */
 
 #include <stdint.h>
-#include <openbsc/gsm_data.h>
-#include <openbsc/mncc.h>
+#include <osmocom/bsc/gsm_data.h>
+#include <osmocom/bsc/mncc.h>
 
 struct decoded_trau_frame;
 
diff --git a/include/openbsc/trau_upqueue.h b/include/osmocom/bsc/trau_upqueue.h
similarity index 100%
rename from include/openbsc/trau_upqueue.h
rename to include/osmocom/bsc/trau_upqueue.h
diff --git a/include/openbsc/ussd.h b/include/osmocom/bsc/ussd.h
similarity index 100%
rename from include/openbsc/ussd.h
rename to include/osmocom/bsc/ussd.h
diff --git a/include/openbsc/vty.h b/include/osmocom/bsc/vty.h
similarity index 100%
rename from include/openbsc/vty.h
rename to include/osmocom/bsc/vty.h