fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38209?usp=email )
Change subject: s1gw: f_init_pfcp(): use 'PFCPEM' as the prefix
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/09/38209/1
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
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38209?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: Ia5413313cffb265f83ea0850e31dfb35274c28ba
Gerrit-Change-Number: 38209
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>