Change in libosmocore[master]: tlv: clarify documentation for msgb_tv{16, 32}_put()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Sat Feb 6 16:17:14 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/22759 )

Change subject: tlv: clarify documentation for msgb_tv{16,32}_put()
......................................................................

tlv: clarify documentation for msgb_tv{16,32}_put()

Change-Id: Ie439822e0587012e108f67ba4e73771dc684b95b
---
M include/osmocom/gsm/tlv.h
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/include/osmocom/gsm/tlv.h b/include/osmocom/gsm/tlv.h
index bcdebb3..dc61de1 100644
--- a/include/osmocom/gsm/tlv.h
+++ b/include/osmocom/gsm/tlv.h
@@ -406,7 +406,7 @@
 	return len;
 }
 
-/*! put (append) a TV16 field to a \ref msgb
+/*! put (append) a TV16 field (network order) to the given msgb
  *  \returns pointer to first byte after newly-put information */
 static inline uint8_t *msgb_tv16_put(struct msgb *msg, uint8_t tag, uint16_t val)
 {
@@ -414,7 +414,7 @@
 	return tv16_put(buf, tag, val);
 }
 
-/*! put (append) a TV32 field to a \ref msgb
+/*! put (append) a TV32 field (network order) to the given msgb
  *  \returns pointer to first byte after newly-put information */
 static inline uint8_t *msgb_tv32_put(struct msgb *msg, uint8_t tag, uint32_t val)
 {

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/22759
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie439822e0587012e108f67ba4e73771dc684b95b
Gerrit-Change-Number: 22759
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210206/45244fb6/attachment.htm>


More information about the gerrit-log mailing list