<p>Stefan Sperling has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12374">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAI<br><br>The name "LAI AND LAC" makes no sense because a LAC<br>is part of a LAI. Keep the old name available for<br>API backwards compatibility.<br><br>Change-Id: I2749cf75b7b45de0cd43cf4c696a6b6984f5a065<br>Related: OS#3124<br>---<br>M include/osmocom/gsm/protocol/gsm_08_08.h<br>1 file changed, 3 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/74/12374/1</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 cb9fe01..676d1cf 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>@@ -18,14 +18,15 @@</span><br><span>    CELL_IDENT_LAC_AND_CI           = 1,</span><br><span>         CELL_IDENT_CI                   = 2,</span><br><span>         CELL_IDENT_NO_CELL              = 3,</span><br><span style="color: hsl(0, 100%, 40%);">-    CELL_IDENT_LAI_AND_LAC          = 4,</span><br><span style="color: hsl(120, 100%, 40%);">+  CELL_IDENT_LAI                  = 4,</span><br><span>         CELL_IDENT_LAC                  = 5,</span><br><span>         CELL_IDENT_BSS                  = 6,</span><br><span>         CELL_IDENT_UTRAN_PLMN_LAC_RNC   = 8,</span><br><span>         CELL_IDENT_UTRAN_RNC            = 9,</span><br><span>         CELL_IDENT_UTRAN_LAC_RNC        = 10,</span><br><span> };</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(120, 100%, 40%);">+/* Keep this misnamed CELL_IDENT for API backwards compatibility (see OS#3124). */</span><br><span style="color: hsl(120, 100%, 40%);">+#define CELL_IDENT_LAI_AND_LAC CELL_IDENT_LAI</span><br><span> </span><br><span> /* GSM 08.06 ยง 6.3 */</span><br><span> enum BSSAP_MSG_TYPE {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12374">change 12374</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/12374"/><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: I2749cf75b7b45de0cd43cf4c696a6b6984f5a065 </div>
<div style="display:none"> Gerrit-Change-Number: 12374 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <stsp@stsp.name> </div>