pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/40642?usp=email )
Change subject: msc_main: Remove unnedeed include of ranap/iu_client.h ...................................................................... msc_main: Remove unnedeed include of ranap/iu_client.h iu_client is so far only used to set up some VTY configs in msc_vty.c, hence not needed here. Change-Id: I4716c5229273b74ee165ebaaf0914e9eebef9e6f --- M src/osmo-msc/msc_main.c 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/42/40642/1 diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c index 2435029..3c09742 100644 --- a/src/osmo-msc/msc_main.c +++ b/src/osmo-msc/msc_main.c @@ -76,7 +76,6 @@ #include <osmocom/msc/mncc_call.h> #ifdef BUILD_IU -#include <osmocom/ranap/iu_client.h> #include <asn1c/asn_internal.h> #endif -- To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/40642?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: I4716c5229273b74ee165ebaaf0914e9eebef9e6f Gerrit-Change-Number: 40642 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]>
