<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12566">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Cosmetic: fix arg desc of db_subscr_update_msisdn_by_imsi()<br><br>Properly note that NULL can only be passed as msisdn, not imsi in that<br>function.<br><br>Change-Id: I19b6ad0cf6e9a4bfa9bffa447ebfc7bd1bcac361<br>---<br>M src/db_hlr.c<br>1 file changed, 2 insertions(+), 2 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/66/12566/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/db_hlr.c b/src/db_hlr.c</span><br><span>index c97cd82..2569477 100644</span><br><span>--- a/src/db_hlr.c</span><br><span>+++ b/src/db_hlr.c</span><br><span>@@ -141,8 +141,8 @@</span><br><span> </span><br><span> /*! Set a subscriber's MSISDN in the HLR database.</span><br><span>  * \param[in,out] dbc  database context.</span><br><span style="color: hsl(0, 100%, 40%);">- * \param[in] imsi  ASCII string of IMSI digits, or NULL to remove the MSISDN.</span><br><span style="color: hsl(0, 100%, 40%);">- * \param[in] msisdn  ASCII string of MSISDN digits.</span><br><span style="color: hsl(120, 100%, 40%);">+ * \param[in] imsi  ASCII string of IMSI digits</span><br><span style="color: hsl(120, 100%, 40%);">+ * \param[in] msisdn  ASCII string of MSISDN digits, or NULL to remove the MSISDN.</span><br><span>  * \returns 0 on success, -EINVAL in case of invalid MSISDN string, -EIO on</span><br><span>  *          database failure, -ENOENT if no such subscriber exists.</span><br><span>  */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12566">change 12566</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/12566"/><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: I19b6ad0cf6e9a4bfa9bffa447ebfc7bd1bcac361 </div>
<div style="display:none"> Gerrit-Change-Number: 12566 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>