osmo-msc/openbsc/src/ipaccess
Harald Welte a2bbc5ec0e Fix TSC/BSIC handling bug and remove bts->tsc
This fixes a bug in the following circumstances:
* BSIC is set to 0 in the config file
* No TSC is explicitly specified at the BST level in the config file

In this case, we ended up using BSIC=0 and TSC=7, as TSC=7 is our
default initialization value.

The TSC of the CCCH/BCCH must always be the BCC, which is the lower 3
bits of the BSIC.  Having configuration options for both the BSIC _and_
the TSC at the BTS level therefore makes no sense, as it only adds ways
in which users can configure non-oprational configurations.  So we
remove the bts->tsc member, and keep only the ts->tsc members that allow
us to configure a timeslot-specific TSC that's different from the BTS
TSC (= BCC).
2015-11-20 10:43:31 +01:00
..
Makefile.am build: Remove bogus depends from ipaccess-config 2013-12-13 10:18:32 +01:00
ipaccess-config.c Fix TSC/BSIC handling bug and remove bts->tsc 2015-11-20 10:43:31 +01:00
ipaccess-find.c adopt recent IPA related symbol rename 2014-08-20 23:47:56 +02:00
ipaccess-firmware.c ipaccess-firmware: Fix dumping the wrong header fields 2011-07-16 14:43:01 +02:00
ipaccess-proxy.c adopt recent IPA related symbol rename 2014-08-20 23:47:56 +02:00
network_listen.c ipa: Fix compiler warnings about aliasing 2014-04-04 13:01:28 +02:00