blob: 00285e397594a553fdcda8b5dec4b5ae4cf0a4be (
plain)
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
|
; Sample configuration file for ODR-DabMod
[remotecontrol]
telnet=1
telnetport=2121
zmqctrl=1
zmqctrlendpoint=tcp://127.0.0.1:9400
[log]
syslog=0
filelog=0
filename=/dev/stderr
[input]
;transport=file
;source=/dev/stdin
;loop=0
transport=zeromq
source=tcp://localhost:9100
[modulator]
digital_gain=0.8
rate=2048000
[firfilter]
enabled=1
[output]
output=uhd
[fileoutput]
filename=/dev/null
format=complexf_normalised
[uhdoutput]
device=
master_clock_rate=20480000
type=b200
txgain=10
;frequency=234208000
channel=13C
; possible values : internal, external, MIMO
refclk_source=internal
; possible values : none, external, MIMO
pps_source=none
; behaviour when external clock reference lock lost
; possible values: ignore, crash
behaviour_refclk_lock_lost=ignore
; Used for SFN with the UHD output
[delaymanagement]
synchronous=1
mutenotimestamps=1
offset=2.0
[tii]
enable=0
comb=1
pattern=11
old_variant=0
|