You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/config.yml

142 lines
3.0 KiB

daemon: true
log:
displayLevel: 1
fileLevel: 1
filePath: .
activityFilePath: .
fileRoot: DVM
network:
enable: true
id: 100000
address: 127.0.0.1
port: 62031
rconEnable: false
rconAddress: 127.0.0.1
rconPort: 9990
rconPassword: "PASSWORD"
rconDebug: false
jitter: 360
password: "PASSWORD"
slot1: true
slot2: true
updateLookups: false
allowActivityTransfer: false
allowDiagnosticTransfer: false
debug: false
protocols:
dmr:
enable: true
beacons:
enable: false
interval: 60
duration: 3
embeddedLCOnly: false
dumpTAData: true
dumpDataPacket: false
repeatDataPacket: true
dumpCsbkData: false
callHang: 5
txHang: 8
queueSize: 5000
verbose: true
debug: false
p25:
enable: true
tduPreambleCount: 6
control:
enable: false
ackRequests: true
dedicated: false
broadcast: true
interval: 300
duration: 1
voiceOnControl: false
inhibitIllegal: false
legacyGroupGrnt: true
legacyGroupReg: false
verifyAff: false
verifyReg: false
dumpDataPacket: false
repeatDataPacket: true
dumpTsbkData: false
callHang: 5
noStatusAck: false
noMessageAck: true
statusCmd:
enable: true
radioCheck: 1
radioInhibit: 0
radioUninhibit: 0
radioForceReg: 0
radioForceDereg: 0
silenceThreshold: 124
disableNetworkHDU: false
queueSize: 5000
verbose: true
debug: false
system:
identity: ABCD123
timeout: 180
duplex: true
modeHang: 10
# rfModeHang: 10
# netModeHang: 10
# fixedMode: false
rfTalkgroupHang: 10
info:
latitude: 0.0
longitude: 0.0
height: 0
power: 10
location: "Repeater Site, USA"
config:
channelId: 2
channelNo: 1
dmrNetId: 1
voiceChNo:
- 1
colorCode: 5
nac: 293
pSuperGroup: FFFF
netId: BB800
sysId: 001
rfssId: 1
siteId: 1
modem:
port: null
rxInvert: false
txInvert: false
pttInvert: false
dcBlocker: true
cosLockout: false
fdmaPreamble: 80
dmrRxDelay: 7
p25CorrCount: 8
rxDCOffset: 0
txDCOffset: 0
rxLevel: 50
txLevel: 50
# cwIdTxLevel: 50
# dmrTxLevel: 50
# p25TxLevel: 50
rssiMappingFile: RSSI.dat
packetPlayoutTime: 10
disableOFlowReset: false
trace: false
debug: false
cwId:
enable: true
time: 15
callsign: ABCD123
iden_table:
file: iden_table.dat
time: 30
radio_id:
file: rid_acl.dat
time: 2
acl: false
talkgroup_id:
file: tg_acl.dat
time: 2
acl: false

Powered by TurnKey Linux.