diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2017-09-04 15:15:32 +0200 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2017-09-06 16:26:13 +0200 |
commit | c01647914b97ab8a1079330e36d0e1d024d3a804 (patch) | |
tree | dc22a90b524e2a5517805a8757016997db9eb12d /src/utils/bs11_config.c | |
parent | 538635ad5d5564087d285eda042b0cad9610c70e (diff) |
move include/openbsc to include/osmocom/bsc
Change-Id: I39e7b882caa98334636d19ccd104fd83d07d5055
Diffstat (limited to 'src/utils/bs11_config.c')
-rw-r--r-- | src/utils/bs11_config.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/bs11_config.c b/src/utils/bs11_config.c index a0f3cb757..6487df284 100644 --- a/src/utils/bs11_config.c +++ b/src/utils/bs11_config.c @@ -32,14 +32,14 @@ #include <sys/stat.h> -#include <openbsc/common_bsc.h> -#include <openbsc/abis_nm.h> +#include <osmocom/bsc/common_bsc.h> +#include <osmocom/bsc/abis_nm.h> #include <osmocom/core/msgb.h> #include <osmocom/core/utils.h> #include <osmocom/gsm/tlv.h> -#include <openbsc/debug.h> +#include <osmocom/bsc/debug.h> #include <osmocom/core/select.h> -#include <openbsc/rs232.h> +#include <osmocom/bsc/rs232.h> #include <osmocom/core/application.h> #include <osmocom/core/talloc.h> #include <osmocom/abis/abis.h> |