FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
1024:1886238653b8 | 1025:4c80a6e6723f |
---|---|
438 FldSetEx (rfcap_stream.power1, rfCap_900, POWER_CLASS_4); | 438 FldSetEx (rfcap_stream.power1, rfCap_900, POWER_CLASS_4); |
439 FldSetEx (rfcap_stream.power1, rfCap_1800, POWER_CLASS_1); | 439 FldSetEx (rfcap_stream.power1, rfCap_1800, POWER_CLASS_1); |
440 FldSetEx (rfcap_stream.power2, rfCap_1900, POWER_CLASS_1); | 440 FldSetEx (rfcap_stream.power2, rfCap_1900, POWER_CLASS_1); |
441 FldSetEx (rfcap_stream.power2, rfCap_850, POWER_CLASS_4); | 441 FldSetEx (rfcap_stream.power2, rfCap_850, POWER_CLASS_4); |
442 | 442 |
443 #if CONFIG_TARGET_PIRELLI | 443 #if CONFIG_TARGET_PIRELLI || CONFIG_TARGET_FCDEV3B |
444 /* | 444 /* |
445 * This target is known to always be 900/1800/1900 MHz triband, | 445 * The Pirelli is known to always be 900/1800/1900 MHz triband, |
446 * so let's operate it as such by default. | 446 * so let's operate it as such by default. |
447 * | |
448 * In the case of FCDEV3B there is at least a hypothetical possibility | |
449 * that we may need to build a tri850 version some day, but we can | |
450 * still default to tri900 - overriding defaults is what the FFS is for. | |
447 */ | 451 */ |
448 rfcap_stream.bands &= ~BAND_GSM_850; | 452 rfcap_stream.bands &= ~BAND_GSM_850; |
449 FldSetEx (rfcap_stream.power2, rfCap_850, 0); | 453 FldSetEx (rfcap_stream.power2, rfCap_850, 0); |
450 #endif | 454 #endif |
451 | 455 |