pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/32417 )
Change subject: layer23: common/vty: Drop includes pointing to mobile app ......................................................................
layer23: common/vty: Drop includes pointing to mobile app
Change-Id: I025b09500547a739240fc07fa04cb38378ed71db --- M src/host/layer23/src/common/vty.c 1 file changed, 9 insertions(+), 6 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/src/host/layer23/src/common/vty.c b/src/host/layer23/src/common/vty.c index f28b6eb..d9dc022 100644 --- a/src/host/layer23/src/common/vty.c +++ b/src/host/layer23/src/common/vty.c @@ -41,12 +41,6 @@ #include <osmocom/bb/common/networks.h> #include <osmocom/bb/common/gps.h> #include <osmocom/bb/common/l1l2_interface.h> -#include <osmocom/bb/mobile/mncc.h> -#include <osmocom/bb/mobile/mncc_ms.h> -#include <osmocom/bb/mobile/transaction.h> -#include <osmocom/bb/mobile/vty.h> -#include <osmocom/bb/mobile/gsm480_ss.h> -#include <osmocom/bb/mobile/gsm411_sms.h>
extern struct llist_head active_connections; /* libosmocore */