<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12569">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Prevent GCR encoder/decoder functions from being used directly<br><br>They only make sense in the context of LCLS so far - let's make sure<br>they're not used by external projects directly instead of gsm0808_*()<br>counterparts.<br><br>Change-Id: I4ae5a3472a20492d5f76170b722e4e2274a5c433<br>---<br>M include/osmocom/gsm/gsm29205.h<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/69/12569/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/gsm29205.h b/include/osmocom/gsm/gsm29205.h</span><br><span>index f93e34a..9575456 100644</span><br><span>--- a/include/osmocom/gsm/gsm29205.h</span><br><span>+++ b/include/osmocom/gsm/gsm29205.h</span><br><span>@@ -37,6 +37,6 @@</span><br><span>   uint8_t cr[5];   /** Call Reference ID */</span><br><span> };</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-uint8_t osmo_enc_gcr(struct msgb *msg, const struct osmo_gcr_parsed *g);</span><br><span style="color: hsl(0, 100%, 40%);">-int osmo_dec_gcr(struct osmo_gcr_parsed *gcr, const uint8_t *elem, uint8_t len);</span><br><span style="color: hsl(120, 100%, 40%);">+uint8_t osmo_enc_gcr(struct msgb *msg, const struct osmo_gcr_parsed *g) OSMO_DEPRECATED_OUTSIDE_LIBOSMOCORE;</span><br><span style="color: hsl(120, 100%, 40%);">+int osmo_dec_gcr(struct osmo_gcr_parsed *gcr, const uint8_t *elem, uint8_t len) OSMO_DEPRECATED_OUTSIDE_LIBOSMOCORE;</span><br><span> bool osmo_gcr_eq(const struct osmo_gcr_parsed *gcr1, const struct osmo_gcr_parsed *gcr2);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12569">change 12569</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/12569"/><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: I4ae5a3472a20492d5f76170b722e4e2274a5c433 </div>
<div style="display:none"> Gerrit-Change-Number: 12569 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>