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

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 17 16:39:03 UTC 2021


laforge has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210117/e0a26d05/attachment.htm>


More information about the gerrit-log mailing list