Project

General

Profile

OsmoTRX » History » Version 7

ttsou, 02/19/2016 10:47 PM

1 1 ttsou
= OsmoTRX =
2
3
OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS comprising the following 3GPP specifications:
4
 * TS 05.01 "Physical layer on the radio path"
5
 * TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
6
 * TS 05.04 "Modulation"
7
 * TS 05.10 "Radio subsystem synchronization"
8
9 6 ttsou
OsmoTRX is based on the OpenBTS transceiver, but setup to operate independently with the purpose of using with non-OpenBTS software and projects. Currently there are numerous features contained in OsmoTRX that extend the functionality of the OpenBTS transceiver. These features include enhanced support for embedded platforms - notably ARM - and dual channel diversity support for the Fairwaves UmTRX. Most of these features will eventually be merged into mainline OpenBTS, but primary development will occur on OsmoTRX.
10
11
== Features ==
12
13
=Intel SSE Support=
14
* SSE3
15
* SSE4.1
16
17
On Intel processors, OsmoTRX makes heavy use of the Streaming SIMD Extensions (SSE) instruction set. Accelerated operations include pulse shape filtering, resampling, sequence correlation, and many other signal processing operations. SSE3 is the minimum requirement for accelerated use. SSE3 is present in the majority of Intel processors since later versions of the Pentium 4 architecture and is also present on low power Atom processors.
18
19
ARM NEON Support
20
* NEON
21
* NEON-VFPv4
22
23
Dual Channel (UmTRX only)
24
25 7 ttsou
Two dual channel modes are available: standard dual channel mode and diversity. In standard dual channel mode, each RF
26
path of the dual channel device - currently only UmTRX - supports a different ARFCN. Each path operates independently a
27
nd operates similarly to two separate devices. GSM channel capacity in this mode is doubled.
28
29 6 ttsou
Dual Channel Diversity (UmTRX only)
30 7 ttsou
31
Diversity mode is similar to the standard dual channel mode except each antenna supports both ARFCN channels. In this case, the receiver sample bandwidth is widened to handle both ARFCN's and subsequently converted and demultiplexed into separate sample streams. Each GSM receive path is fed dual signals, where antenna selection diversity is performed by t
32
aking the stronger signal on a burst-by-burst basis. The limitations are that ARFCN spacing is restricted by the receiv
33
e sampling bandwith (currently 400 kHz) and increased CPU utilization.
34 6 ttsou
35
Low Phase Error Modulator
36 1 ttsou
37
== Hardware support ==
38
39
Ettus Research
40
||USRP1||
41
||USRP2||
42
||B100||
43
||B110||
44
||B200||
45
||B210||
46
||N200||
47
||N210||
48
||E100||
49
||E110||
50
51
Fairwaves
52
||UmTRX||
53
54
== Embedded Platform Support ==
55
56
OsmoTRX has been tested on the following embedded platforms.
57
58 2 ttsou
||Platform||Processor||FPU||
59 1 ttsou
||BeagleBoard-xM||ARM Cortex-A8||NEON||
60
||ArndaleBoard||ARM Cortex-A15||NEON-VFPv4||
61 2 ttsou
||RaspberryPi||ARMv6k||VFP||
62
||Shuttle PC||Intel Atom D2550||SSE3||
63
||Ettus E100||ARM Cortex-A8||NEON||
64 1 ttsou
65
== Status ==
66
67
== GPRS support ==
68
69
== Source code ==
70
71
The source code is available from git.osmocom.org (module osmo-trx).
72
73
Public read-only access is available via
74
 git clone git://git.osmocom.org/osmo-trx
75
You can browse it via cgit: http://cgit.osmocom.org/cgit/osmo-trx/
76
77 3 ttsou
== Configuration and Build ==
78
79
The only package dependency is the Universal Hardware Driver (UHD).
80
81
{{{
82
$ ./configure
83
$ make
84
$ sudo make install
85
}}}
86
87
== Running ==
88
89
{{{
90
$ osmo-trx -h
91
linux; GNU C++ version 4.8.1 20130603 (Red Hat 4.8.1-1); Boost_105300; UHD_003.005.004-140-gfb32ed16
92
93
Options:
94
  -h    This text
95
  -a    UHD device args
96
  -l    Logging level (EMERG, ALERT, CRT, ERR, WARNING, NOTICE, INFO, DEBUG)
97
  -i    IP address of GSM core
98
  -p    Base port number
99
  -d    Enable dual channel diversity receiver
100
  -x    Enable external 10 MHz reference
101
  -s    Samples-per-symbol (1 or 4)
102
  -c    Number of ARFCN channels (default=1)
103
}}}
104
105
{{{
106 5 ttsou
$ osmo-trx -a "addr=192.168.10.2"
107 3 ttsou
linux; GNU C++ version 4.8.1 20130603 (Red Hat 4.8.1-1); Boost_105300; UHD_003.004.000-b14cde5
108
109
Config Settings
110 4 ttsou
   Log Level............... INFO
111 3 ttsou
   Device args............. addr=192.168.10.2
112
   TRX Base Port........... 5700
113
   TRX Address............. 127.0.0.1
114
   Channels................ 1
115
   Samples-per-Symbol...... 4
116
   External Reference...... Disabled
117
   Diversity............... Disabled
118
119
-- Opening a UmTRX device...
120
-- Current recv frame size: 1472 bytes
121
-- Current send frame size: 1472 bytes
122
-- Setting UmTRX 4 SPS
123
-- Transceiver active with 1 channel(s)
124
}}}
125
126 1 ttsou
== Authors ==
127
128
OsmoTRX is currently developed and maintained by Thomas Tsou. The original code is derived from the OpenBTS project, which was developed by David Burgess and Harvind Samra at Range Networks.
Add picture from clipboard (Maximum size: 48.8 MB)