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 15:50:50 UTC 2021


fixeria has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/59/22759/1

diff --git a/include/osmocom/gsm/tlv.h b/include/osmocom/gsm/tlv.h
index 0d0cdce..099a633 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: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210206/4c1b94af/attachment.htm>


More information about the gerrit-log mailing list