pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hlr/+/39085?usp=email )
Change subject: Drop unneeded use of abis/ipa.h header ......................................................................
Drop unneeded use of abis/ipa.h header
Direct include of abis/ipa.h is not needed there, remove it to ease later deprecation of such header.
Change-Id: I72d0787d4f5641a6a2fbe51427ac490120cbc616 --- M src/remote_hlr.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/85/39085/1
diff --git a/src/remote_hlr.c b/src/remote_hlr.c index 93157a3..f80f460 100644 --- a/src/remote_hlr.c +++ b/src/remote_hlr.c @@ -20,7 +20,7 @@ #include <osmocom/gsm/protocol/gsm_04_08_gprs.h> #include <osmocom/gsm/gsup.h> #include <osmocom/gsm/gsm23003.h> -#include <osmocom/abis/ipa.h> +#include <osmocom/gsm/ipa.h> #include <osmocom/gsupclient/gsup_client.h> #include <osmocom/hlr/logging.h> #include <osmocom/hlr/hlr.h>