pespin has uploaded this change for review.

View Change

Drop unneeded use of abis/ipa.h header

The header is not needed and will eventually be deprecated.

Change-Id: Ib5b9557ff5611fd6606cd0ae6af9046e14cceda0
---
M src/ipaccess/ipaccess-config-e1-driver.c
M src/ipaccess/ipaccess-proxy.c
M src/osmo-bsc/osmo_bsc_msc.c
3 files changed, 0 insertions(+), 4 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/84/39084/1
diff --git a/src/ipaccess/ipaccess-config-e1-driver.c b/src/ipaccess/ipaccess-config-e1-driver.c
index 71e70e1..17a5dde 100644
--- a/src/ipaccess/ipaccess-config-e1-driver.c
+++ b/src/ipaccess/ipaccess-config-e1-driver.c
@@ -52,7 +52,6 @@
#include <osmocom/netif/stream.h>
#include <osmocom/netif/ipa.h>
#include <osmocom/abis/e1_input.h>
-#include <osmocom/abis/ipa.h>

/* default port at BTS for incoming connections */
#define IPACCESS_BTS_LISTEN_OML_PORT 3006
diff --git a/src/ipaccess/ipaccess-proxy.c b/src/ipaccess/ipaccess-proxy.c
index e659708..61c2fc2 100644
--- a/src/ipaccess/ipaccess-proxy.c
+++ b/src/ipaccess/ipaccess-proxy.c
@@ -45,7 +45,6 @@
#include <osmocom/gsm/tlv.h>
#include <osmocom/gsm/protocol/ipaccess.h>
#include <osmocom/gsm/ipa.h>
-#include <osmocom/abis/ipa.h>
#include <osmocom/bsc/gsm_data.h>
#include <osmocom/bsc/debug.h>
#include <osmocom/bsc/ipaccess.h>
diff --git a/src/osmo-bsc/osmo_bsc_msc.c b/src/osmo-bsc/osmo_bsc_msc.c
index f062533..6ce2ded 100644
--- a/src/osmo-bsc/osmo_bsc_msc.c
+++ b/src/osmo-bsc/osmo_bsc_msc.c
@@ -37,8 +37,6 @@
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/gsm/gsm23236.h>

-#include <osmocom/abis/ipa.h>
-
#include <osmocom/mgcp_client/mgcp_client.h>
#include <osmocom/mgcp_client/mgcp_client_pool.h>


To view, visit change 39084. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ib5b9557ff5611fd6606cd0ae6af9046e14cceda0
Gerrit-Change-Number: 39084
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>