gbproxy: Use provided sgsn_idx in f_send_paging_ps_exp_multi()

Change-Id: I89ca4232e71d98936adfc521312b92cba7ef867f
Related: OS#4951
This commit is contained in:
Daniel Willmann 2021-01-17 12:55:53 +01:00 committed by laforge
parent c796da8711
commit 193e1a091a
1 changed files with 1 additions and 1 deletions

View File

@ -1543,7 +1543,7 @@ private function f_send_paging_ps_exp_multi(template (value) Paging_Field4 p4, i
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 := {};