[MERGED] osmo-bsc[master]: compiler warnings: add includes in abis_rsl.h, gsm_data_shar...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Nov 29 17:37:19 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: compiler warnings: add includes in abis_rsl.h, gsm_data_shared.h
......................................................................


compiler warnings: add includes in abis_rsl.h, gsm_data_shared.h

Change-Id: Ic0b1410a352c7be399d16d5db7cfe7a62192df6f
---
M include/osmocom/bsc/abis_rsl.h
M include/osmocom/bsc/gsm_data_shared.h
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/bsc/abis_rsl.h b/include/osmocom/bsc/abis_rsl.h
index c092723..b30702f 100644
--- a/include/osmocom/bsc/abis_rsl.h
+++ b/include/osmocom/bsc/abis_rsl.h
@@ -27,6 +27,7 @@
 #include <osmocom/gsm/gsm_utils.h>
 #include <osmocom/gsm/sysinfo.h>
 #include <osmocom/core/msgb.h>
+#include <osmocom/bsc/gsm_data.h>
 
 struct gsm_bts;
 struct gsm_lchan;
diff --git a/include/osmocom/bsc/gsm_data_shared.h b/include/osmocom/bsc/gsm_data_shared.h
index bf67041..45d67f6 100644
--- a/include/osmocom/bsc/gsm_data_shared.h
+++ b/include/osmocom/bsc/gsm_data_shared.h
@@ -21,6 +21,7 @@
 #include <osmocom/abis/e1_input.h>
 #include <osmocom/bsc/common_cs.h>
 #include <osmocom/bsc/meas_rep.h>
+#include <osmocom/bsc/rest_octets.h>
 
 /* 16 is the max. number of SI2quater messages according to 3GPP TS 44.018 Table 10.5.2.33b.1:
    4-bit index is used (2#1111 = 10#15) */

-- 
To view, visit https://gerrit.osmocom.org/5043
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic0b1410a352c7be399d16d5db7cfe7a62192df6f
Gerrit-PatchSet: 5
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list