<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/titan.ProtocolModules.BSSMAP/+/23763">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSSAP_Types.ttcn: Add missing IEs for CommonID<br><br>Change-Id: I5103ceb2656a41925a089af5492d0722ca87a5c7<br>---<br>M src/BSSAP_Types.ttcn<br>1 file changed, 15 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/titan.ProtocolModules.BSSMAP refs/changes/63/23763/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/BSSAP_Types.ttcn b/src/BSSAP_Types.ttcn</span><br><span>index fa553ef..107b112 100644</span><br><span>--- a/src/BSSAP_Types.ttcn</span><br><span>+++ b/src/BSSAP_Types.ttcn</span><br><span>@@ -1863,7 +1863,19 @@</span><br><span>  OCT1                       elementIdentifier  //8F</span><br><span> } with { variant "PRESENCE (elementIdentifier = '8F'O)";}</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+//3.2.2.126 Selected PLMN ID</span><br><span style="color: hsl(120, 100%, 40%);">+type record BSSAMAP_IE_SelectedPLMNId</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+  OCT1                       elementIdentifier, //'94'O</span><br><span style="color: hsl(120, 100%, 40%);">+  OCT3                       mcc_mnc,</span><br><span style="color: hsl(120, 100%, 40%);">+} with { variant "PRESENCE (elementIdentifier = '94'O)" }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+//3.2.2.127 Last used E-UTRAN PLMN ID</span><br><span style="color: hsl(120, 100%, 40%);">+type record BSSAMAP_IE_LastUsedEUTRANPLMNId</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+  OCT1                       elementIdentifier, //'95'O</span><br><span style="color: hsl(120, 100%, 40%);">+  OCT3                       mcc_mnc,</span><br><span style="color: hsl(120, 100%, 40%);">+} with { variant "PRESENCE (elementIdentifier = '95'O)" }</span><br><span> </span><br><span> ///////////////////////////////////////////////////////</span><br><span> // Used in HANDOVER REQUEST message</span><br><span>@@ -2639,7 +2651,9 @@</span><br><span> {</span><br><span>   OCT1                                        messageType, // H'2F</span><br><span>   BSSMAP_IE_IMSI                    iMSI,</span><br><span style="color: hsl(0, 100%, 40%);">-  BSSMAP_IE_SNAAccessInfo          sNAAccessInformation optional</span><br><span style="color: hsl(120, 100%, 40%);">+  BSSMAP_IE_SNAAccessInfo                sNAAccessInformation optional,</span><br><span style="color: hsl(120, 100%, 40%);">+  BSSAMAP_IE_SelectedPLMNId             selectedPLMNId optional,</span><br><span style="color: hsl(120, 100%, 40%);">+  BSSAMAP_IE_LastUsedEUTRANPLMNId     lastUsedEUTRANPLMNId optional</span><br><span> } with { variant "PRESENCE (messageType = '2F'O)" }</span><br><span> </span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/titan.ProtocolModules.BSSMAP/+/23763">change 23763</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/c/titan.ProtocolModules.BSSMAP/+/23763"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: titan.ProtocolModules.BSSMAP </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I5103ceb2656a41925a089af5492d0722ca87a5c7 </div>
<div style="display:none"> Gerrit-Change-Number: 23763 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>