File: osmo-trx-uhd.1

package info (click to toggle)
osmo-trx 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,644 kB
  • sloc: cpp: 11,406; ansic: 4,697; makefile: 483; asm: 329; sh: 141; xml: 79
file content (64 lines) | stat: -rw-r--r-- 2,014 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH OSMO-TRX-UHD 1 "July 24, 2018"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
osmo-trx-uhd \- SDR transceiver that implements Layer 1 of a GSM BTS
.SH SYNOPSIS
.B osmo-trx
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B osmo-trx-uhd
command.
.PP
\fBosmo-trx-uhd\fP is a software-defined radio transceiver that implements the Layer 1
physical layer of a BTS comprising the following 3GPP specifications:
.PP
For quickly getting started with a default configuration, run:
.TP
.RS
.B osmo-trx-uhd -C /usr/share/doc/osmo-trx/examples/osmo-trx.cfg
.RE
.
.PP
.br
TS 05.01 "Physical layer on the radio path"
.br
TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
.br
TS 05.04 "Modulation"
.br
TS 05.10 "Radio subsystem synchronization"
.PP
In this context, BTS is "Base transceiver station". It's the stations that
connect mobile phones to the mobile network.
.PP
3GPP is the "3rd Generation Partnership Project" which is the collaboration
between different telecommunication associations for developing new
generations of mobile phone networks. (post-2G/GSM)

.SH OPTIONS
.TP
.B \-h
Show command line options
.TP
.B \-C <config>
Alternative config file. If not specified it looks for osm-trx.cfg in the current directory

.SH AUTHOR
This manual page was written by Ruben Undheim <ruben.undheim@gmail.com>,
for the Debian project (and may be used by others).