summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/prim_fbsb.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-15layer1: experimental support for neighbor cell SB detectionlaforge/neigh_sbHarald Welte1-10/+176
2017-01-15layer1: rename sb_sched_set to sb2_sched_setHarald Welte1-4/+4
2015-12-31cleanup some compile warningsMax1-11/+8
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte1-1/+2
2012-02-12firmware: add missing includesSteve Markgraf1-0/+2
2011-08-31fw/layer1/fbsb: fix newline in a printf()-callSteve Markgraf1-1/+1
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
2010-10-25target/fw/layer1: correctly initialize afc_retriesSteve Markgraf1-0/+1
2010-09-17fw/layer1: Convert primitives to use common DSP/TPU scenario endingSylvain Munaut1-7/+3
2010-09-17fw/layer1: Add a priority field for sched_itemSylvain Munaut1-17/+17
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-2/+2
2010-06-25[layer1] Activate AGC implementationHarald Welte1-0/+3
2010-06-24[layer1] use __attribute__ ((constructor)) for completion initializersHarald Welte1-0/+4
2010-06-22fw/layer1: Add support CCCH combined/non-combinedSylvain Munaut1-1/+4
2010-06-20[L1CTL] rename primitives to comply with official naming s/_REQ/_CONF/Harald Welte1-4/+4
2010-06-20[layer1] FBSB: abort FB0 acquisition after 30 failing attemptsHarald Welte1-4/+13
2010-06-20[layer1] FBSB: re-try FB0/FB1 request up to 3 timesHarald Welte1-3/+12
2010-05-29layer1: disable FB0/FB1 SNR thresholds for nowHarald Welte1-0/+5
2010-05-20Make new L1CTL_FBSB_REQ work reliablyHarald Welte1-77/+92
2010-05-19layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQHarald Welte1-202/+265
2010-04-28fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut1-2/+2
2010-04-09layer1: move FB and SB detection into prim_fbsb.cHarald Welte1-0/+461