<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10689">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix dependency bug: include mgcp_client/, not mgcp/<br><br>In osmo_bsc_sigtran.c, instead of osmocom/mgcp/mgcp_common.h, include the same<br>file from mgcp_client/. (mgcp_common.h is identically installed both by<br>libosmo-mgcp and libosmo-mgcp-client, in their respective include dir.)<br><br>Trying to include from mgcp/ breaks the debian package builds, since only<br>libosmo-mgcp-client is installed as per osmo-bsc dependencies. The error was<br>introduced by:<br><br>commit d8f46c0074e6c2b3b693f48ca496d11a301d4923<br>"MGCP: add 'X-Osmo-IGN: C' for SCCPlite by default"<br>change id I257ad574d8060fef19afce9798bd8a5a7f8c99fe<br><br>Change-Id: I917b0c08ed91172ecb68c946aecb02c5109fcced<br>---<br>M src/osmo-bsc/osmo_bsc_sigtran.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/89/10689/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/osmo_bsc_sigtran.c b/src/osmo-bsc/osmo_bsc_sigtran.c</span><br><span>index 7b7d3b9..4b2c4ae 100644</span><br><span>--- a/src/osmo-bsc/osmo_bsc_sigtran.c</span><br><span>+++ b/src/osmo-bsc/osmo_bsc_sigtran.c</span><br><span>@@ -35,7 +35,7 @@</span><br><span> #include <osmocom/bsc/gsm_04_80.h></span><br><span> #include <osmocom/bsc/bsc_subscr_conn_fsm.h></span><br><span> #include <osmocom/bsc/gsm_data.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <osmocom/mgcp/mgcp_common.h></span><br><span style="color: hsl(120, 100%, 40%);">+#include <osmocom/mgcp_client/mgcp_common.h></span><br><span> </span><br><span> /* A pointer to a list with all involved MSCs</span><br><span>  * (a copy of the pointer location submitted with osmo_bsc_sigtran_init() */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10689">change 10689</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/10689"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I917b0c08ed91172ecb68c946aecb02c5109fcced </div>
<div style="display:none"> Gerrit-Change-Number: 10689 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>