Mike (mwester) wrote:
While perusing the sources for some other reasons, I came across the
chunk of code below.

Since we most certainly have 850MHz support now, should this be
updated?

Yes.

Does it actually matter (i.e. does anything actually
use it?)

Yes. This information is used when you want to manually select the band.




Mike (mwester)

devices/ficgta01/src/plugins/phonevendors/ficgta01/vendor_ficgta01.cpp

// Known bands, by mask.
typedef struct
{
    const char *name;
    int         value;

} BandInfo;
static BandInfo const bandInfo[] = {
    {"GSM 900",             1},
    {"DCS 1800",            2},
    {"PCS 1900",            4},
    {"E-GSM",               8},
/*    {"GSM 850",             16}, */
    {"Tripleband 900/1800/1900", 15},
};
#define numBands    ((int)(sizeof(bandInfo) / sizeof(BandInfo)))




--
Lorn 'ljp' Potter
Software Engineer, Systems Group, MES, Trolltech

Reply via email to