pespin has submitted this change. ( 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(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved 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: merged Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Ia2193c2b7e71eb544e6aba75326babd28962a0f9 Gerrit-Change-Number: 41128 Gerrit-PatchSet: 3 Gerrit-Owner: pespin <pes...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <lafo...@osmocom.org> Gerrit-Reviewer: pespin <pes...@sysmocom.de>