replacing the RX filter with a balun on the c139

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

246tnt at gmail.com 246tnt at gmail.com
Thu May 26 20:47:50 UTC 2011


> You can find a picture of what I'm looking at here:
> http://thre.at/c139/c139rxfilters.jpg . I've placed the c139 schematics
> in that directory as well, http://thre.at/c139 .

As a side note, you should use the quadband branch (soon to be merged) and  
replace (in board/compal/rffe_dualband.c)

uint32_t rffe_get_rx_ports(void)
{
return (1 << PORT_LO) | (1 << PORT_DCS1800);
}

by

uint32_t rffe_get_rx_ports(void)
{
return (1 << PORT_LO) | (1 << PORT_PCS1900);
}

because the hi band input is plugged to the PCS port of rita and not DCS  
port.

Cheers,

Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20110526/c6821443/attachment.htm>


More information about the baseband-devel mailing list