osmo-bts/src/common
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
..
Makefile.am implement baseic uplink measurement processing + reporting 2011-06-29 10:36:07 +02:00
abis.c fix BTS initialization order 2011-07-01 18:09:34 +02:00
bts.c fix BTS initialization order 2011-07-01 18:09:34 +02:00
gsm_data_shared.c re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
load_indication.c re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
logging.c implement baseic uplink measurement processing + reporting 2011-06-29 10:36:07 +02:00
measurement.c measurements: avoid division by zero 2011-06-30 17:31:54 +02:00
oml.c fix BTS initialization order 2011-07-01 18:09:34 +02:00
paging.c paging: add paging_reset() function 2011-06-27 23:51:02 +02:00
rsl.c RSL/LAPDM: make sure we do lapdm_channel_reset() 2011-06-29 19:14:58 +02:00
rtp.c re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
support.c re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
sysinfo.c remove debugging printf in sysinfo code 2011-06-29 13:25:26 +02:00
vty.c re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00