OpenBTS/TransceiverRAD1
2016-07-26 11:13:10 -07:00
..
fpga FPGA source code. 2012-04-15 05:11:26 +00:00
ad9862.h Putting the actual OpenBTS P2.8 source code into the public SVN branch. 2011-10-07 02:40:51 +00:00
burn-rnrad1-eeprom.sh merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
bytesex.h Putting the actual OpenBTS P2.8 source code into the public SVN branch. 2011-10-07 02:40:51 +00:00
commands.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
Complex.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
DummyLoad.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
DummyLoad.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
ezusb.ihx Merged in patches from features/SylvainsPatches. 2011-10-12 22:22:03 +00:00
FactoryCalibration.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
FactoryCalibration.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
fpga.rbf Merged in patches from features/SylvainsPatches. 2011-10-12 22:22:03 +00:00
fpga_regs.h sync of openbts 2013-08-14 00:52:14 +00:00
fusb.cpp sync of openbts 2013-08-14 00:52:14 +00:00
fusb.h sync of openbts 2013-08-14 00:52:14 +00:00
i2c.h sync of openbts 2013-08-14 00:52:14 +00:00
ids.h sync of openbts 2013-08-14 00:52:14 +00:00
inband-signaling-usb sync of openbts 2013-08-14 00:52:14 +00:00
interfaces.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
Makefile.am sync from commercial 64a79ce7a18f7e3ef3fe5aeacf3b6629980d30b2 2014-12-04 21:25:19 +01:00
PowerScanner.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
pulseApproximate.m sync of openbts 2013-08-14 00:52:14 +00:00
RAD1Cmd.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
RAD1Device.cpp sync from commercial 64a79ce7a18f7e3ef3fe5aeacf3b6629980d30b2 2014-12-04 21:25:19 +01:00
RAD1Device.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
RAD1ping.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
RAD1RxRawPower.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
RAD1RxRawPowerSweep.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
RAD1SN.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
radioDevice.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
radioInterface.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
radioInterface.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
README Putting the actual OpenBTS P2.8 source code into the public SVN branch. 2011-10-07 02:40:51 +00:00
README.DFEsymbolspaced sync of openbts 2013-08-14 00:52:14 +00:00
README.Talgorithm Putting the actual OpenBTS P2.8 source code into the public SVN branch. 2011-10-07 02:40:51 +00:00
rnrad1.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
rnrad1Core.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
rnrad1Core.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
rnrad1Rx.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
rnrad1Tx.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
runTransceiver.cpp sync from commercial 64a79ce7a18f7e3ef3fe5aeacf3b6629980d30b2 2014-12-04 21:25:19 +01:00
sigProcLib.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
sigProcLib.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
sigProcLibTest.cpp merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00
spi.h sync of openbts 2013-08-14 00:52:14 +00:00
Transceiver.cpp Fix minimum latency bound form 1 frame to 3 frames. Probably only affects 1% of USB connections. We can tolerate 3 GSM frames latency. 2016-07-26 11:13:10 -07:00
Transceiver.h merge 5.0 preview from commercial 2014-07-16 23:57:22 +02:00

The Transceiver

The transceiver consists of three modules:
   --- transceiver
   --- radioInterface
   --- USRPDevice

The USRPDevice module is basically a driver that reads/writes
packets to a USRP with two RFX900 daughterboards, board 
A is the Tx chain and board B is the Rx chain.  

The radioInterface module is basically an interface b/w the
transceiver and the USRP.   It operates the basestation clock
based upon the sample count of received USRP samples.  Packets 
from the USRP are queued and segmented into GSM bursts that are
passed up to the transceiver; bursts from the transceiver are
passed down to the USRP. 

The transceiver basically operates "layer 0" of the GSM stack,
performing the modulation, detection, and demodulation of GSM 
bursts.  It communicates with the GSM stack via three UDP sockets,
one socket for data, one for control messages, and one socket to
pass clocking information.  The transceiver contains a priority
queue to sort to-be-transmitted bursts, and a filler table to fill
in timeslots that do not have bursts in the priority queue.  The
transceiver tries to stay ahead of the basestation clock, adapting 
its latency when underruns are reported by the radioInterface/USRP.
Received bursts (from the radioInterface) pass through a simple 
energy detector, a RACH or midamble correlator, and a DFE-based demodulator.

NOTE: There's a SWLOOPBACK #define statement, where the USRP is replaced
with a memory buffer.  In this mode, data written to the USRP is actually stored 
in a buffer, and read commands to the USRP simply pull data from this buffer.
This was very useful in early testing, and still may be useful in testing basic
Transceiver and radioInterface functionality.