Change in libosmocore[master]: gsm48: correct apidoc for gsm48_generate_mid()

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/.

dexter gerrit-no-reply at lists.osmocom.org
Fri Nov 2 10:49:58 UTC 2018


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/11572


Change subject: gsm48: correct apidoc for gsm48_generate_mid()
......................................................................

gsm48: correct apidoc for gsm48_generate_mid()

The API documentation lacks the the description for the last parameter,
lets add a description for it.

Change-Id: Ibcd25d3a7ddd7075eb15daff6dba42236d14d945
---
M src/gsm/gsm48.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/72/11572/1

diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c
index fc3b973..ae9a1cf 100644
--- a/src/gsm/gsm48.c
+++ b/src/gsm/gsm48.c
@@ -604,6 +604,7 @@
 /*! Generate TS 24.008 §10.5.1.4 Mobile ID
  *  \param[out] buf Caller-provided output buffer
  *  \param[in] id Identity to be encoded
+ *  \param[in] mi_type Type of identity (e.g. GSM_MI_TYPE_TMSI)
  *  \returns number of bytes used in \a buf */
 uint8_t gsm48_generate_mid(uint8_t *buf, const char *id, uint8_t mi_type)
 {

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibcd25d3a7ddd7075eb15daff6dba42236d14d945
Gerrit-Change-Number: 11572
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181102/c4dc1df3/attachment.htm>


More information about the gerrit-log mailing list