<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12490">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Cosmetic: hlr.c: remove confusing indent below if<br><br>Remove a misleading block in rx_upd_loc_req() around the call to<br>lu_op_tx_insert_subscr_data(). At least for me, this made the block look<br>like it belonged to the if statement above (which has no brackets),<br>before I looked more closely at it.<br><br>Change-Id: I96d3ba4108f4811279caf088a9179afce24e8112<br>---<br>M src/hlr.c<br>1 file changed, 6 insertions(+), 7 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/90/12490/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/hlr.c b/src/hlr.c</span><br><span>index ce5618a..614e99f 100644</span><br><span>--- a/src/hlr.c</span><br><span>+++ b/src/hlr.c</span><br><span>@@ -330,13 +330,12 @@</span><br><span>           LOGP(DAUC, LOGL_ERROR, "IMSI='%s': Cannot update %s in the database\n",</span><br><span>                 subscr->imsi, luop->is_ps ? "SGSN number" : "VLR number");</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   {</span><br><span style="color: hsl(0, 100%, 40%);">-               /* TODO: Subscriber allowed to roam in PLMN? */</span><br><span style="color: hsl(0, 100%, 40%);">-         /* TODO: Update RoutingInfo */</span><br><span style="color: hsl(0, 100%, 40%);">-          /* TODO: Reset Flag MS Purged (cs/ps) */</span><br><span style="color: hsl(0, 100%, 40%);">-                /* TODO: Control_Tracing_HLR / Control_Tracing_HLR_with_SGSN */</span><br><span style="color: hsl(0, 100%, 40%);">-         lu_op_tx_insert_subscr_data(luop);</span><br><span style="color: hsl(0, 100%, 40%);">-      }</span><br><span style="color: hsl(120, 100%, 40%);">+     /* TODO: Subscriber allowed to roam in PLMN? */</span><br><span style="color: hsl(120, 100%, 40%);">+       /* TODO: Update RoutingInfo */</span><br><span style="color: hsl(120, 100%, 40%);">+        /* TODO: Reset Flag MS Purged (cs/ps) */</span><br><span style="color: hsl(120, 100%, 40%);">+      /* TODO: Control_Tracing_HLR / Control_Tracing_HLR_with_SGSN */</span><br><span style="color: hsl(120, 100%, 40%);">+       lu_op_tx_insert_subscr_data(luop);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>         return 0;</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12490">change 12490</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/12490"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I96d3ba4108f4811279caf088a9179afce24e8112 </div>
<div style="display:none"> Gerrit-Change-Number: 12490 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>