Change in ...osmo-iuh[master]: RANAB: always allow GSM handover

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Sep 10 17:11:05 UTC 2019


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/15470


Change subject: RANAB: always allow GSM handover
......................................................................

RANAB: always allow GSM handover

In an RANAB Assignment the optional field service handover describes the CN policy for UTRAN to GSM handovers.
Either should, should not or shall not.

Change-Id: I537744eba7608c2fc173c766d4fd43e53e99a116
---
M src/ranap_msg_factory.c
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/70/15470/1

diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c
index 2ae2dbf..95cfe34 100644
--- a/src/ranap_msg_factory.c
+++ b/src/ranap_msg_factory.c
@@ -821,6 +821,7 @@
 	RANAP_RAB_AssignmentRequestIEs_t ies;
 	RANAP_RAB_AssignmentRequest_t out;
 	RANAP_DataVolumeReportingIndication_t *dat_vol_ind;
+	RANAP_Service_Handover_t *service_handover;
 	struct msgb *msg;
 	int rc;
 
@@ -841,6 +842,10 @@
 	first.transportLayerInformation = new_transp_info_gtp(gtp_ip, gtp_tei,
 							      use_x213_nsap);
 
+	service_handover = CALLOC(1, sizeof(*service_handover));
+	*service_handover = RANAP_Service_Handover_handover_to_GSM_should_be_performed;
+	first.service_Handover = service_handover;
+
 	/* put together the 'Second' part */
 	RANAP_RAB_SetupOrModifyItemSecond_t second;
 	memset(&second, 0, sizeof(second));

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/15470
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I537744eba7608c2fc173c766d4fd43e53e99a116
Gerrit-Change-Number: 15470
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190910/58997077/attachment.htm>


More information about the gerrit-log mailing list