blob: 2ffaabddfbfed7a0306ded254dbeca89b544e4d1 (
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
; Sample configuration file for ODR-DabMod
[remotecontrol]
telnet=1
telnetport=2121
[log]
syslog=0
filelog=0
filename=/dev/stderr
[input]
;transport=file
;source=/dev/stdin
;loop=0
transport=zeromq
;source=tcp://core.mpb.li:9100
source=tcp://localhost:9100
max_frames_queued=8000
[modulator]
; Gain mode: 0=FIX, 1=MAX, 2=VAR
gainmode=2
; Transmission mode
; If not defined, take the mode from ETI
mode=1
; Set to 0 to disable CicEqualiser
dac_clk_rate=0
digital_gain=0.8
; Output sample rate
rate=2048000
[firfilter]
enabled=1
filtertapsfile=filter/simplefiltertaps.txt
[output]
; choose output: possible values: uhd, file
output=uhd
[fileoutput]
filename=/dev/null
[uhdoutput]
;device=master_clock_rate=32768000,type=b100
;txgain=2
device=
master_clock_rate=32768000
type=b200
txgain=45
;frequency=234208000
channel=13C
; possible values : internal, external, MIMO
refclk_source=gpsdo
; possible values : none, external, MIMO
pps_source=none
# TRY with 0, to disable the check
max_gps_holdover_time=600
; behaviour when external clock reference lock lost
; possible values: ignore, crash
behaviour_refclk_lock_lost=crash
; Used for SFN with the UHD output
[delaymanagement]
synchronous=1
offset=2.0
[tii]
enable = 1
comb = 16
pattern = 6
|