Change in osmo-ttcn3-hacks[master]: gbproxy: Use provided sgsn_idx in f_send_paging_ps_exp_multi()

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/.

daniel gerrit-no-reply at lists.osmocom.org
Sun Jan 17 13:11:59 UTC 2021


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22253 )


Change subject: gbproxy: Use provided sgsn_idx in f_send_paging_ps_exp_multi()
......................................................................

gbproxy: Use provided sgsn_idx in f_send_paging_ps_exp_multi()

Change-Id: I89ca4232e71d98936adfc521312b92cba7ef867f
Related: OS#4951
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/53/22253/1

diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index dc5756c..9b883c7 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -1543,7 +1543,7 @@
 					    ro_integer exp_on_pcu_idx) runs on BSSGP_ConnHdlr
 {
 	var template (present) PDU_BSSGP exp_rx;
-	exp_rx := f_send_paging_ps(p4, 0, true);
+	exp_rx := f_send_paging_ps(p4, sgsn_idx, true);
 
 	/* FIXME: make sure the relevant BVCs/BSS are connected to the ports! */
 	var ro_default defaults := {};

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I89ca4232e71d98936adfc521312b92cba7ef867f
Gerrit-Change-Number: 22253
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210117/8a5aae1f/attachment.htm>


More information about the gerrit-log mailing list