<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13022">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Max: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">GPRS: Doxygen documentation for 'struct libgb_msgb_cb'<br><br>Change-Id: I4144506feee74a8219bd3736087c30cc6323ec1d<br>---<br>M include/osmocom/gprs/gprs_msgb.h<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gprs/gprs_msgb.h b/include/osmocom/gprs/gprs_msgb.h</span><br><span>index 43471e2..3f48b5b 100644</span><br><span>--- a/include/osmocom/gprs/gprs_msgb.h</span><br><span>+++ b/include/osmocom/gprs/gprs_msgb.h</span><br><span>@@ -3,19 +3,19 @@</span><br><span> #pragma once</span><br><span> </span><br><span> #include <stdint.h></span><br><span style="color: hsl(0, 100%, 40%);">-/* the data structure stored in msgb->cb for libgb apps */</span><br><span style="color: hsl(120, 100%, 40%);">+/*! the data structure stored in msgb->cb for libgb apps */</span><br><span> struct libgb_msgb_cb {</span><br><span>   unsigned char *bssgph;</span><br><span>       unsigned char *llch;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-        /* Cell Identifier */</span><br><span style="color: hsl(120, 100%, 40%);">+ /*! Cell Identifier */</span><br><span>       unsigned char *bssgp_cell_id;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-       /* Identifiers of a BTS, equal to 'struct bssgp_bts_ctx' */</span><br><span style="color: hsl(120, 100%, 40%);">+   /*! Identifiers of a BTS, equal to 'struct bssgp_bts_ctx' */</span><br><span>         uint16_t nsei;</span><br><span>       uint16_t bvci;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-      /* Identifier of a MS (inside BTS), equal to 'struct sgsn_mm_ctx' */</span><br><span style="color: hsl(120, 100%, 40%);">+  /*! Identifier of a MS (inside BTS), equal to 'struct sgsn_mm_ctx' */</span><br><span>        uint32_t tlli;</span><br><span> } __attribute__((packed, may_alias));</span><br><span> #define LIBGB_MSGB_CB(__msgb)        ((struct libgb_msgb_cb *)&((__msgb)->cb[0]))</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13022">change 13022</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/13022"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I4144506feee74a8219bd3736087c30cc6323ec1d </div>
<div style="display:none"> Gerrit-Change-Number: 13022 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>