<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11655">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Add helper wrapper for BSSAP TLV parsing<br><br>Change-Id: Ib228368901ce90a02a5664f2510593371c7d29cd<br>---<br>M include/osmocom/gsm/gsm0808.h<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/55/11655/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h</span><br><span>index cdbb273..652aae9 100644</span><br><span>--- a/include/osmocom/gsm/gsm0808.h</span><br><span>+++ b/include/osmocom/gsm/gsm0808.h</span><br><span>@@ -173,6 +173,9 @@</span><br><span> </span><br><span> const struct tlv_definition *gsm0808_att_tlvdef(void);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/*! Parse BSSAP TLV structure using \ref tlv_parse */</span><br><span style="color: hsl(120, 100%, 40%);">+#define osmo_bssap_tlv_parse(dec, buf, len) tlv_parse(dec, gsm0808_att_tlvdef(), buf, len, 0, 0)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> const char *gsm0808_bssmap_name(uint8_t msg_type);</span><br><span> const char *gsm0808_bssap_name(uint8_t msg_type);</span><br><span> const char *gsm0808_cause_name(uint8_t cause);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11655">change 11655</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/11655"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib228368901ce90a02a5664f2510593371c7d29cd </div>
<div style="display:none"> Gerrit-Change-Number: 11655 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>