osmocom-bb/src/host/layer23/src
Harald Welte 8978ec571e layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQ
We really want to have those two as distinct operations - and we
want proper state machines in L1 to quickly return if they've
managed to acquire a FB or SB or not.  Otherwise scanning will
take ages...

This code now introduces a new l1ctl_fbsb_req that is sent via
L1CTL to ask for a bitmask of FB0/FB1/SB operations.  The actual
FB0/FB1 detection now no longer runs for 500 TDMA interrupts
but completes as soon as we either know there is no FCCH,
or that our frequency error is smaller than a caller-specified
threshold.

FB0/FB1 are already working, SB is not yet, sorry.
2010-05-19 21:41:24 +02:00
..
vty Work on VTY interface: 2010-05-13 12:51:22 +00:00
Makefile.am Added vty interface (taken from OpenBSC project). 2010-05-09 16:01:49 +00:00
app_bcch_scan.c layer23: first version of a 'scan all BCCHs' application 2010-04-05 22:39:13 +08:00
app_echo_test.c layer23: split into liblayer23 and 'apps' 2010-04-05 21:30:00 +08:00
app_mobile.c Work on VTY interface: 2010-05-13 12:51:22 +00:00
app_phone.c layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQ 2010-05-19 21:41:24 +02:00
bcch_scan.c layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQ 2010-05-19 21:41:24 +02:00
gsm48_cc.c Work on layer 3 processes: 2010-05-04 09:48:51 +00:00
gsm48_mm.c Bugfix in IMEI type selection. 2010-05-11 11:38:07 +02:00
gsm48_rr.c layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQ 2010-05-19 21:41:24 +02:00
gsm322.c layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQ 2010-05-19 21:41:24 +02:00
gsmtap_util.c layer23: remove debug.c and thus last remnants of libosmocom 2010-03-27 00:07:46 +08:00
l1ctl.c layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQ 2010-05-19 21:41:24 +02:00
lapdm.c layer23: split into liblayer23 and 'apps' 2010-04-05 21:30:00 +08:00
layer3.c layer23: convert to libosmocore logging API 2010-03-27 08:56:05 +08:00
logging.c Work on layer 3 processes: 2010-05-04 09:48:51 +00:00
main.c Work on VTY interface: 2010-05-13 12:51:22 +00:00
mnccms.c Added some debugging. / Minor condition fix. 2010-04-26 11:21:18 +02:00
networks.c add MNC of DB Systel to network list 2010-05-10 14:06:32 +02:00
rslms.c layer23: split into liblayer23 and 'apps' 2010-04-05 21:30:00 +08:00
subscriber.c Added vty interface (taken from OpenBSC project). 2010-05-09 16:01:49 +00:00
support.c Work on VTY interface: 2010-05-13 12:51:22 +00:00
sysinfo.c Fixed broken sysinfo.c 2010-05-10 22:11:48 +00:00
telnet_interface.c Work on VTY interface: 2010-05-13 12:51:22 +00:00
transaction.c Added new application "mobile" to layer23. 2010-04-25 18:28:24 +02:00
vty_interface.c Work on VTY interface: 2010-05-13 12:51:22 +00:00