laforge submitted this change.
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
s1gw: f_init_pfcp(): use 'PFCPEM' as the prefix
Make it clear that it's the PFCP EMulation component.
Change-Id: Ia5413313cffb265f83ea0850e31dfb35274c28ba
---
M s1gw/S1GW_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/s1gw/S1GW_Tests.ttcn b/s1gw/S1GW_Tests.ttcn
index b643f37..1f94477 100644
--- a/s1gw/S1GW_Tests.ttcn
+++ b/s1gw/S1GW_Tests.ttcn
@@ -105,7 +105,7 @@
role := UPF
};
- vc_PFCP := PFCP_Emulation_CT.create("PFCP-" & testcasename()) alive;
+ vc_PFCP := PFCP_Emulation_CT.create("PFCPEM-" & testcasename()) alive;
vc_PFCP.start(PFCP_Emulation.main(pfcp_cfg));
}
To view, visit change 38209. To unsubscribe, or for help writing mail filters, visit settings.