osmocom-bb/src/target/firmware/layer1
Harald Welte f4fbafded4 layer1: remove second memory copy on normal burst receive
Rather than copying everythin from DSP to the global/static rxnb data structure
only to copy it later into the L1CTL message, we can allocate the L1CTL message
in advance and directly fill it.
2010-05-29 12:57:48 +02:00
..
Makefile layer1: move FB and SB detection into prim_fbsb.c 2010-04-09 21:32:56 +02:00
afc.c AFC: Add afc_reset() function to re-set AFCDAC to default value 2010-05-20 23:06:53 +02:00
agc.c start to use libosmocore within the firmware 2010-03-07 20:56:12 +01:00
async.c layer1: Disable FIQ as well as IRQ for locking between L1S and L1A 2010-05-17 09:23:35 +02:00
avg.c Initial import of OsmocomBB into git repository 2010-02-18 16:46:36 +01:00
init.c layer1/init.c: Pass 0 as arcfn to fix the compilation. 2010-03-04 22:43:38 +01:00
l23_api.c L1: don't hexdump every packet we receive from L1CTL to console 2010-05-20 23:08:29 +02:00
mframe_sched.c layer1/mframe_sched: Make task update safer 2010-04-28 10:17:34 +02:00
prim_fbsb.c layer1: disable FB0/FB1 SNR thresholds for now 2010-05-29 12:02:02 +02:00
prim_pm.c L1 PM: move printf to printd to disable PM task debug output 2010-05-20 23:07:33 +02:00
prim_rach.c cosmetic/whitespace change 2010-05-17 09:23:35 +02:00
prim_rx_nb.c layer1: remove second memory copy on normal burst receive 2010-05-29 12:57:48 +02:00
prim_tx_nb.c layer1: move transmit normal burst routines to prim_tx_nb.c 2010-04-09 20:02:16 +02:00
sched_gsmtime.c start to use libosmocore within the firmware 2010-03-07 20:56:12 +01:00
sync.c Make new L1CTL_FBSB_REQ work reliably 2010-05-20 23:26:42 +02:00
tdma_sched.c fw/layer1: Change the tdma_schedule_set return value to # frames spanned 2010-04-28 10:16:51 +02:00
tpu_window.c layer1: fix off-by-one error when transmitting bursts in the uplink 2010-04-09 10:51:38 +02:00