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;