laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/33404 )
Change subject: layer23: cosmetic: move <lapdm.h> to other libosmo* imports ......................................................................
layer23: cosmetic: move <lapdm.h> to other libosmo* imports
Change-Id: Id4d8df3f230729dc2c65e1bedea705e28feaa029 --- M src/host/layer23/src/common/l1ctl.c 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c index 8e55b7b..55960e8 100644 --- a/src/host/layer23/src/common/l1ctl.c +++ b/src/host/layer23/src/common/l1ctl.c @@ -37,13 +37,13 @@ #include <osmocom/gsm/protocol/gsm_04_08.h> #include <osmocom/gsm/protocol/gsm_08_58.h> #include <osmocom/gsm/rsl.h> +#include <osmocom/gsm/lapdm.h>
#include <osmocom/bb/common/l1ctl.h> #include <osmocom/bb/common/l23_app.h> #include <osmocom/bb/common/osmocom_data.h> #include <osmocom/bb/common/ms.h> #include <osmocom/bb/common/l1l2_interface.h> -#include <osmocom/gsm/lapdm.h> #include <osmocom/bb/common/logging.h>
#define CB_FCCH -1