Is anyone successfully using trunk-recorder to monitor the PSRN?
I am tuned to Hamilton, at 142.8MHz, and I am decoding the CC, but when it receives a call, the log shows a frequency of 000.0000 MHz:
config.json is:
I am tuned to Hamilton, at 142.8MHz, and I am decoding the CC, but when it receives a call, the log shows a frequency of 000.0000 MHz:
Code:
[2024-04-11 15:17:53.937343] (error) [LMRN] 4C TG: 2056 ( MTO) Freq: 0.000000 MHz Not Recording: no source covering Freq
config.json is:
Code:
{
"ver": 2,
"sources": [{
"center": 142395000,
"rate": 2148000,
"ppm": 0,
"agc": true,
"gain": 38,
"debugRecorders": 0,
"digitalRecorders": 4,
"driver": "osmosdr",
"device": "rtl=0"
}],
"systems": [{
"control_channels": [142800000],
"type": "p25",
"shortName": "LMRN",
"squelch": -60,
"talkgroupDisplayFormat": "id_tag",
"hideEncrypted": false,
"modulation": "qpsk",
"digitalLevels": 0,
"compressWav": false,
"audioArchive": false,
"callLog": true,
"analogLevels": 15
}],
"defaultMode": "digital",
"logFile": true,
"logLevel": "debug",
"captureDir": "/home/steve/PSRN/RECORDINGS/",
"controlWarnRate": 10,
"frequencyFormat": "mhz"
}