<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/22759">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tlv: clarify documentation for msgb_tv{16,32}_put()<br><br>Change-Id: Ie439822e0587012e108f67ba4e73771dc684b95b<br>---<br>M include/osmocom/gsm/tlv.h<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/libosmocore refs/changes/59/22759/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/tlv.h b/include/osmocom/gsm/tlv.h</span><br><span>index 0d0cdce..099a633 100644</span><br><span>--- a/include/osmocom/gsm/tlv.h</span><br><span>+++ b/include/osmocom/gsm/tlv.h</span><br><span>@@ -406,7 +406,7 @@</span><br><span>       return len;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/*! put (append) a TV16 field to a \ref msgb</span><br><span style="color: hsl(120, 100%, 40%);">+/*! put (append) a TV16 field (network order) to the given msgb</span><br><span>  *  \returns pointer to first byte after newly-put information */</span><br><span> static inline uint8_t *msgb_tv16_put(struct msgb *msg, uint8_t tag, uint16_t val)</span><br><span> {</span><br><span>@@ -414,7 +414,7 @@</span><br><span>       return tv16_put(buf, tag, val);</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/*! put (append) a TV32 field to a \ref msgb</span><br><span style="color: hsl(120, 100%, 40%);">+/*! put (append) a TV32 field (network order) to the given msgb</span><br><span>  *  \returns pointer to first byte after newly-put information */</span><br><span> static inline uint8_t *msgb_tv32_put(struct msgb *msg, uint8_t tag, uint32_t val)</span><br><span> {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/22759">change 22759</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/libosmocore/+/22759"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie439822e0587012e108f67ba4e73771dc684b95b </div>
<div style="display:none"> Gerrit-Change-Number: 22759 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>