osmo-bts/src
Harald Welte 9fa0cce100 fix BTS initialization order
The sequence is as follows:

0) start osmo-bts
1) start connection attempts to BTS
2) issue L1-RESET.req
3) receive L1-RESET.conf
4) issue RF-ACTIVATE.req
5) receive RF-ACTIVATE.conf
6) receive attributes for TRX
7) receive opstart for TRX
8) issue MPH-INIT.req
[...]

The important point here is: We don't want the BSC to set TRX attributes or do
TRX opstart before our RF related hardware is initialized.
2011-07-01 18:09:34 +02:00
..
common fix BTS initialization order 2011-07-01 18:09:34 +02:00
osmo-bts-bb re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
osmo-bts-sysmo fix BTS initialization order 2011-07-01 18:09:34 +02:00
Makefile.am only build sysmocom-femtobts conditionally 2011-06-27 11:45:15 +02:00