Skip to content
Success

Changes

Summary

  1. smlc: Remove unneeded RAN_Adapter.ttcnpp from gen_links.sh (details)
  2. sgsn: Remove unnedeed redefinition of RAN_Configurations (details)
  3. Move RAN_Configurations module parameter definition to *_Tests.default (details)
Commit 9a1a3a748bd8767970d3cc81cb12a0d5c21de832 by Pau Espin Pedrol
smlc: Remove unneeded RAN_Adapter.ttcnpp from gen_links.sh

Change-Id: I332c09c65a9dba40bca2851eb34cd3edf8da8727
The file was modifiedsmlc/gen_links.sh
Commit 6cdaee3f03ada0b39e0461b2a833e362b288e610 by Pau Espin Pedrol
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
The file was modifiedsgsn/SGSN_Tests.ttcn
Commit eb8c9d2c002ed9d956f6833d2a436d5c15e65414 by Pau Espin Pedrol
Move RAN_Configurations module parameter definition to *_Tests.default

This way we can easily tweak values, which usually involve other
programs' config like osmo-stp, without needing to recompile ttcn-3.
Furthermore, we avoid ending up in the situation where the .ttcn file
contains invalid data which is always overridden in .default, like it
happened in MSC_Tests.ttcn.

Change-Id: Id7e77a2ecf68520a853dc35fe0013a0611e744a1
The file was modifiedbsc/BSC_Tests.default
The file was modifiedhnbgw/HNBGW_Tests.default
The file was modifiedbsc/BSC_Tests.ttcn
The file was modifiedsgsn/SGSN_Tests.ttcn
The file was modifiedsgsn/SGSN_Tests.cfg
The file was modifiedmsc/MSC_Tests.ttcn
The file was modifiedsgsn/SGSN_Tests.default
The file was modifiedbsc/BSC_Tests_SCCPlite.cfg
The file was modifiedhnbgw/HNBGW_Tests.ttcn