<p>Neels Hofmeyr <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/12463">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*<br><br>Keep #defines to still support previous wrong spelling.<br><br>Change-Id: Id4cf812f0bc3cd40f6bfa05166f817a07a647f71<br>---<br>M include/osmocom/gsm/protocol/gsm_08_08.h<br>1 file changed, 7 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h</span><br><span>index 676d1cf..5e93abe 100644</span><br><span>--- a/include/osmocom/gsm/protocol/gsm_08_08.h</span><br><span>+++ b/include/osmocom/gsm/protocol/gsm_08_08.h</span><br><span>@@ -50,9 +50,9 @@</span><br><span>     BSS_MAP_MSG_RESERVED_0          = 0,</span><br><span> </span><br><span>     /* ASSIGNMENT MESSAGES */</span><br><span style="color: hsl(0, 100%, 40%);">-       BSS_MAP_MSG_ASSIGMENT_RQST      = 1,</span><br><span style="color: hsl(0, 100%, 40%);">-    BSS_MAP_MSG_ASSIGMENT_COMPLETE  = 2,</span><br><span style="color: hsl(0, 100%, 40%);">-    BSS_MAP_MSG_ASSIGMENT_FAILURE   = 3,</span><br><span style="color: hsl(120, 100%, 40%);">+  BSS_MAP_MSG_ASSIGNMENT_RQST     = 1,</span><br><span style="color: hsl(120, 100%, 40%);">+  BSS_MAP_MSG_ASSIGNMENT_COMPLETE = 2,</span><br><span style="color: hsl(120, 100%, 40%);">+  BSS_MAP_MSG_ASSIGNMENT_FAILURE  = 3,</span><br><span>         BSS_MAP_MSG_CHAN_MOD_RQST       = 8,</span><br><span> </span><br><span>     /*  HANDOVER MESSAGES */</span><br><span>@@ -158,6 +158,10 @@</span><br><span>      BSS_MAP_MSG_LCLS_NOTIFICATION           = 0x76,</span><br><span> };</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+#define BSS_MAP_MSG_ASSIGMENT_RQST BSS_MAP_MSG_ASSIGNMENT_RQST</span><br><span style="color: hsl(120, 100%, 40%);">+#define BSS_MAP_MSG_ASSIGMENT_COMPLETE BSS_MAP_MSG_ASSIGNMENT_COMPLETE</span><br><span style="color: hsl(120, 100%, 40%);">+#define BSS_MAP_MSG_ASSIGMENT_FAILURE BSS_MAP_MSG_ASSIGNMENT_FAILURE</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> enum GSM0808_IE_CODING {</span><br><span>        GSM0808_IE_CIRCUIT_IDENTITY_CODE        = 1,</span><br><span>         GSM0808_IE_RESERVED_0                   = 2,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12463">change 12463</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/12463"/><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: Id4cf812f0bc3cd40f6bfa05166f817a07a647f71 </div>
<div style="display:none"> Gerrit-Change-Number: 12463 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </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: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>