aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtrau/trau_mux.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 15:15:32 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:26:13 +0200
commitc01647914b97ab8a1079330e36d0e1d024d3a804 (patch)
treedc22a90b524e2a5517805a8757016997db9eb12d /src/libtrau/trau_mux.c
parent538635ad5d5564087d285eda042b0cad9610c70e (diff)
move include/openbsc to include/osmocom/bsc
Diffstat (limited to 'src/libtrau/trau_mux.c')
-rw-r--r--src/libtrau/trau_mux.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libtrau/trau_mux.c b/src/libtrau/trau_mux.c
index b37c7650e..e570b93f5 100644
--- a/src/libtrau/trau_mux.c
+++ b/src/libtrau/trau_mux.c
@@ -22,16 +22,16 @@
#include <stdlib.h>
#include <string.h>
-#include <openbsc/gsm_data.h>
+#include <osmocom/bsc/gsm_data.h>
#include <osmocom/abis/trau_frame.h>
-#include <openbsc/trau_mux.h>
+#include <osmocom/bsc/trau_mux.h>
#include <osmocom/abis/subchan_demux.h>
#include <osmocom/abis/e1_input.h>
-#include <openbsc/debug.h>
+#include <osmocom/bsc/debug.h>
#include <osmocom/core/talloc.h>
-#include <openbsc/trau_upqueue.h>
+#include <osmocom/bsc/trau_upqueue.h>
#include <osmocom/core/crcgen.h>
-#include <openbsc/transaction.h>
+#include <osmocom/bsc/transaction.h>
/* this corresponds to the bit-lengths of the individual codec
* parameters as indicated in Table 1.1 of TS 06.10 */