<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-hlr/+/16807">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">hlr: remove unused internal USSD list<br><br>struct hlr.iuse_list is not used at all.<br><br>Change-Id: I7b51c195bbc107beb0a0bde72b266757fc4fd5e2<br>---<br>M include/osmocom/hlr/hlr.h<br>M src/hlr.c<br>2 files changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/hlr/hlr.h b/include/osmocom/hlr/hlr.h</span><br><span>index 18c4a1d..0564518 100644</span><br><span>--- a/include/osmocom/hlr/hlr.h</span><br><span>+++ b/include/osmocom/hlr/hlr.h</span><br><span>@@ -46,7 +46,6 @@</span><br><span> </span><br><span>         struct llist_head euse_list;</span><br><span>         struct hlr_euse *euse_default;</span><br><span style="color: hsl(0, 100%, 40%);">-  struct llist_head iuse_list;</span><br><span> </span><br><span>     /* NCSS (call independent) session guard timeout value */</span><br><span>    int ncss_guard_timeout;</span><br><span>diff --git a/src/hlr.c b/src/hlr.c</span><br><span>index 38b9022..656f0a4 100644</span><br><span>--- a/src/hlr.c</span><br><span>+++ b/src/hlr.c</span><br><span>@@ -846,7 +846,6 @@</span><br><span> </span><br><span>   g_hlr = talloc_zero(hlr_ctx, struct hlr);</span><br><span>    INIT_LLIST_HEAD(&g_hlr->euse_list);</span><br><span style="color: hsl(0, 100%, 40%);">-      INIT_LLIST_HEAD(&g_hlr->iuse_list);</span><br><span>   INIT_LLIST_HEAD(&g_hlr->ss_sessions);</span><br><span>         INIT_LLIST_HEAD(&g_hlr->ussd_routes);</span><br><span>         g_hlr->db_file_path = talloc_strdup(g_hlr, HLR_DEFAULT_DB_FILE_PATH);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-hlr/+/16807">change 16807</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/c/osmo-hlr/+/16807"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-hlr </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I7b51c195bbc107beb0a0bde72b266757fc4fd5e2 </div>
<div style="display:none"> Gerrit-Change-Number: 16807 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>