Is it possible to make a USRP Tx and Rx at the same time?

Hi all,

I would like use a USRP as a GSM base station. Is it possible to make it
Tx and Rx at the same time? How?
http://wireless.cs.uh…edu/presentation/2008/oct24_survey_spectrum_management_cogn_radio.pdf
In “A Survey on Spectrum Management in Cognitive Radio Networks” (the
link), (page 44) it mentioned CR users should stop transmitting while
sensing. I am confused. Does it mean that even though the CR user has
two transceivers, the CR user still cannot sensing and transmitting at
the same time?

Thank you,
Jane

On Thu, Feb 5, 2009 at 4:14 PM, Jane C. [email protected]
wrote:

I would like use a USRP as a GSM base station. Is it possible to make it Tx
and Rx at the same time? How?

GSM is a half-duplex TDMA protocol. That is, a station is only ever
transmitting or receiving, but not both at the same time.

The channel is divided into timed frames and slots, and the base
station and mobile units are allocated specific times to transmit. The
USRP is capable of supporting this.

There are at least two existing open-source GSM BTS implementations;
OpenBTS is one of them:

http://gnuradio.org/trac/wiki/OpenBTS

This project uses the low-level C++ interface to the USRP1, but not
the GNU Radio framework itself.

Johnathan