<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15470">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">RANAB: always allow GSM handover<br><br>In an RANAB Assignment the optional field service handover describes the CN policy for UTRAN to GSM handovers.<br>Either should, should not or shall not.<br><br>Change-Id: I537744eba7608c2fc173c766d4fd43e53e99a116<br>---<br>M src/ranap_msg_factory.c<br>1 file changed, 5 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/70/15470/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c</span><br><span>index 2ae2dbf..95cfe34 100644</span><br><span>--- a/src/ranap_msg_factory.c</span><br><span>+++ b/src/ranap_msg_factory.c</span><br><span>@@ -821,6 +821,7 @@</span><br><span>  RANAP_RAB_AssignmentRequestIEs_t ies;</span><br><span>        RANAP_RAB_AssignmentRequest_t out;</span><br><span>   RANAP_DataVolumeReportingIndication_t *dat_vol_ind;</span><br><span style="color: hsl(120, 100%, 40%);">+   RANAP_Service_Handover_t *service_handover;</span><br><span>  struct msgb *msg;</span><br><span>    int rc;</span><br><span> </span><br><span>@@ -841,6 +842,10 @@</span><br><span>   first.transportLayerInformation = new_transp_info_gtp(gtp_ip, gtp_tei,</span><br><span>                                                             use_x213_nsap);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+     service_handover = CALLOC(1, sizeof(*service_handover));</span><br><span style="color: hsl(120, 100%, 40%);">+      *service_handover = RANAP_Service_Handover_handover_to_GSM_should_be_performed;</span><br><span style="color: hsl(120, 100%, 40%);">+       first.service_Handover = service_handover;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>         /* put together the 'Second' part */</span><br><span>         RANAP_RAB_SetupOrModifyItemSecond_t second;</span><br><span>  memset(&second, 0, sizeof(second));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15470">change 15470</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/osmo-iuh/+/15470"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-iuh </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I537744eba7608c2fc173c766d4fd43e53e99a116 </div>
<div style="display:none"> Gerrit-Change-Number: 15470 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>