pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-smlc/+/40677?usp=email )
Change subject: cell_locations.h: Fix includes ......................................................................
cell_locations.h: Fix includes
No sigtran header is needed as a dependecy in that header. struct gsm0808_cell_id is defined in gsm0808_utils.h.
Change-Id: Iceedd7a8c2e050e6631c5f471d2eb71ab8ee2432 --- M include/osmocom/smlc/cell_locations.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, approved laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/include/osmocom/smlc/cell_locations.h b/include/osmocom/smlc/cell_locations.h index 9712718..5eb5d7e 100644 --- a/include/osmocom/smlc/cell_locations.h +++ b/include/osmocom/smlc/cell_locations.h @@ -23,7 +23,7 @@
#include <stdint.h> #include <osmocom/core/linuxlist.h> -#include <osmocom/sigtran/sccp_sap.h> +#include <osmocom/gsm/gsm0808_utils.h>
struct osmo_gad;