# HG changeset patch # User Mychaela Falconia # Date 1551992668 0 # Node ID 33be64a1f58521632f01689bc2384596168df655 # Parent 72f5b47a0d07971c04ce7184d699841a0daee814 l1_rf12.c: low_agc number changed from Clara remnant to correct Rita value diff -r 72f5b47a0d07 -r 33be64a1f585 src/cs/layer1/cust0/l1_rf12.c --- a/src/cs/layer1/cust0/l1_rf12.c Tue Jan 29 05:26:34 2019 +0000 +++ b/src/cs/layer1/cust0/l1_rf12.c Thu Mar 07 21:04:28 2019 +0000 @@ -11,8 +11,12 @@ #endif /* - * FreeCalypso: the following T_RF table perfectly matches - * between the MV100 source and the Leonardo binary object. + * FreeCalypso: the following T_RF table was originally taken from the MV100 + * source; it perfectly matched Openmoko's binary object prior to our own + * FC modification. We have made one change to it: the low_agc field in the + * T_AGC structure was originally set to 6 in TI's code, which is clearly an + * overlooked remnant from Clara RF, as Rita AGC cannot go below 14 dB. We + * have changed this number to 14 to reflect our current hardware reality. */ T_RF rf = @@ -24,7 +28,7 @@ { //AGC structure 140, // low_agc_noise_thr; 110, // high_agc_sat_thr; - 6, // low_agc; + 14, // low_agc; 34, // high_agc; //IL2AGC tables { // below is: il2agc_pwr[121];