summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/prim_rach.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-10WIP/HACK: bsic decoding of neighbour cells in dedicated mode and partially su...mawais/hoMuhammad Awais Aslam1-6/+115
2015-12-31cleanup some compile warningsMax1-1/+0
2013-01-02target: Add support for IQ swap when requiredSylvain Munaut1-2/+5
2012-02-12firmware: add missing includesSteve Markgraf1-0/+1
2012-01-28target/rf: Make the trf6151_set_arfcn use ARFCN_UPLINK flag to select UL/DLSylvain Munaut1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-2/+2
2010-10-30target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg1-5/+27
2010-09-26target/layer1: Implement host-driven Tx power controlSylvain Munaut1-1/+1
2010-09-17fw/layer1: Add common TPU win setup/cleanup codeSylvain Munaut1-1/+1
2010-09-17fw/layer1: Convert primitives to use common DSP/TPU scenario endingSylvain Munaut1-5/+3
2010-09-17fw/layer1: Add a priority field for sched_itemSylvain Munaut1-2/+2
2010-09-12[layer1] Fixed double IRQ bugAndreas.Eversberg1-2/+4
2010-07-27include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut1-1/+1
2010-07-13[layer1] Added mf_off to shedule next RACH request.Andreas.Eversberg1-1/+2
2010-06-28layer1/tpu_window: Add experimental support for TS != 0Sylvain Munaut1-1/+1
2010-06-24[layer1] use __attribute__ ((constructor)) for completion initializersHarald Welte1-0/+4
2010-06-20[layer1] Fix RACH completion (don't use FB completion callback)Harald Welte1-2/+2
2010-06-20[L1CTL] rename primitives to comply with official naming s/_REQ/_CONF/Harald Welte1-1/+1
2010-06-20[layer1] Add L1CTL_RACH_RESP to confirm that a RACH request was sentHarald Welte1-0/+23
2010-05-17cosmetic/whitespace changeHarald Welte1-3/+3
2010-04-09layer1: reorganize code, introduce prim_{pm,rach}.cHarald Welte1-0/+109