diff gsm-fw/g23m-gsm/rr/rr_csf.c @ 1025:4c80a6e6723f

gsm-fw: added provisional support for FCDEV3B target ahead of the hardware
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Tue, 03 May 2016 23:46:54 +0000
parents 1fa8ada742ff
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/rr/rr_csf.c	Tue May 03 19:51:41 2016 +0000
+++ b/gsm-fw/g23m-gsm/rr/rr_csf.c	Tue May 03 23:46:54 2016 +0000
@@ -440,10 +440,14 @@
     FldSetEx (rfcap_stream.power2, rfCap_1900, POWER_CLASS_1);
     FldSetEx (rfcap_stream.power2, rfCap_850,  POWER_CLASS_4);
 
-#if CONFIG_TARGET_PIRELLI
+#if CONFIG_TARGET_PIRELLI || CONFIG_TARGET_FCDEV3B
     /*
-     * This target is known to always be 900/1800/1900 MHz triband,
+     * The Pirelli is known to always be 900/1800/1900 MHz triband,
      * so let's operate it as such by default.
+     *
+     * In the case of FCDEV3B there is at least a hypothetical possibility
+     * that we may need to build a tri850 version some day, but we can
+     * still default to tri900 - overriding defaults is what the FFS is for.
      */
     rfcap_stream.bands &= ~BAND_GSM_850;
     FldSetEx (rfcap_stream.power2, rfCap_850, 0);