summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/prim_rx_nb.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-09firmware/layer1: introduce experimental PDCH supportfixeria/gprsVadim Yanitskiy1-0/+2
2013-01-02target: Add support for IQ swap when requiredSylvain Munaut1-1/+4
2012-02-12firmware: add missing includesSteve Markgraf1-0/+2
2011-07-17[rf] Adding rffe_set_gain() and rffe_get_gain() to get/set computed gainAndreas Eversberg1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-2/+2
2011-03-20fw/layer1: Adding TAO loop to correct TPU window offsetAndreas Eversberg1-0/+4
2011-01-11fixed typos in commentsThomas Waldmann1-1/+1
2010-11-14fw/layer1: Use dbm2rxlev instead of just '+110' so that overflows are handledSylvain Munaut1-1/+1
2010-10-25target/fw/layer1: Fix msgb leak when prim_rx is half executedSylvain Munaut1-1/+4
2010-10-25target/fw/layer1: Use common DSP API memcpy instead of repeating codeSylvain Munaut1-5/+2
2010-09-28fw/layer1: Add support for proper meas. report (and use in prim_tx_nb)Sylvain Munaut1-0/+4
2010-09-17fw/layer1: Properly load the tch dsp param (including various fn) in RXSylvain Munaut1-2/+6
2010-09-17fw/layer1: Add common TPU win setup/cleanup codeSylvain Munaut1-3/+3
2010-09-17fw/layer1: Convert primitives to use common DSP/TPU scenario endingSylvain Munaut1-6/+4
2010-09-17fw/layer1: Add a priority field for sched_itemSylvain Munaut1-6/+6
2010-09-14fw/layer1: Use the proper RF params for the burst specific partSylvain Munaut1-4/+10
2010-07-27include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut1-1/+1
2010-06-28layer1/tpu_window: Add experimental support for TS != 0Sylvain Munaut1-1/+1
2010-06-25[layer1] correctly compute dBm input level for RX normal burstHarald Welte1-1/+2
2010-06-25[layer1] Activate AGC implementationHarald Welte1-0/+3
2010-06-24fw/layer1: Add some RFCH utilities to get channel parametersSylvain Munaut1-4/+13
2010-05-29layer1: remove second memory copy on normal burst receiveHarald Welte1-35/+46
2010-05-17layer1: remove 'l1s_cb' and l1_signal mechanismHarald Welte1-21/+24
2010-04-09layer1: move normal burst receive code to prim_rx_nb.cHarald Welte1-0/+172