pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41469?usp=email )


Change subject: upf: Use Node ID already generated in g_pars
......................................................................

upf: Use Node ID already generated in g_pars

Change-Id: I432cbeee0adf912884b7990bcb40cc2800648056
---
M upf/UPF_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/upf/UPF_Tests.ttcn b/upf/UPF_Tests.ttcn
index 434e4f4..f9c0186 100644
--- a/upf/UPF_Tests.ttcn
+++ b/upf/UPF_Tests.ttcn
@@ -875,7 +875,7 @@
 private function f_session_est(inout PFCP_session s, PFCP_Ruleset rules) runs 
on CPF_ConnHdlr
 {
        log("f_session_est: rules = ", rules);
-       
PFCP.send(ts_PFCP_Session_Est_Req(ts_PFCP_Node_ID_ipv4(f_inet_addr(g_pars.local_addr)),
+       PFCP.send(ts_PFCP_Session_Est_Req(g_pars.local_node_id,
                                          
ts_PFCP_F_SEID_ipv4(f_inet_addr(g_pars.local_addr), s.cp_seid),
                                          rules.pdr, rules.far));


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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I432cbeee0adf912884b7990bcb40cc2800648056
Gerrit-Change-Number: 41469
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to