pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41128?usp=email )
Change subject: sgsn: Remove unnedeed redefinition of RAN_Configurations
......................................................................
sgsn: Remove unnedeed redefinition of RAN_Configurations
This is already defined in the same way in RAN_Adapter.ttcn, where
record RAN_Configuration is also defined.
Change-Id: Ia2193c2b7e71eb544e6aba75326babd28962a0f9
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/28/41128/1
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 7364dc4..9c13c20 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -183,7 +183,6 @@
GlobalRNC_ID grnc_id
};
type record length(NUM_RNC) of IuInstance IuInstances;
-type record of RAN_Configuration RAN_Configurations;
type component test_CT extends GTP_ConnHdlr, StatsD_ConnHdlr {
var GbInstances g_gb;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41128?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: Ia2193c2b7e71eb544e6aba75326babd28962a0f9
Gerrit-Change-Number: 41128
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>