From 0ecddbb1bf8e4114c8b6f9927a9f7fd4c4777f11 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 1 Oct 2021 14:19:03 -0400 Subject: [PATCH] cfg-trunk and cfg-trunk2 --- op25/gr-op25_repeater/apps/cfg-trunk.json | 40 +++++++++++++++++ op25/gr-op25_repeater/apps/cfg-trunk2.json | 50 ++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 op25/gr-op25_repeater/apps/cfg-trunk.json create mode 100644 op25/gr-op25_repeater/apps/cfg-trunk2.json diff --git a/op25/gr-op25_repeater/apps/cfg-trunk.json b/op25/gr-op25_repeater/apps/cfg-trunk.json new file mode 100644 index 0000000..b9a2d87 --- /dev/null +++ b/op25/gr-op25_repeater/apps/cfg-trunk.json @@ -0,0 +1,40 @@ +{ + "channels": [ + { + "demod_type": "cqpsk", + "destination": "udp://127.0.0.1:56124", + "excess_bw": 0.2, + "filter_type": "rc", + "frequency": 0, + "if_rate": 24000, + "name": "p25 control channel", + "plot": "symbol", + "decode": "p25_decoder:cc", + "symbol_rate": 4800 + }, + { + "demod_type": "cqpsk", + "destination": "udp://127.0.0.1:23456", + "excess_bw": 0.2, + "filter_type": "rc", + "frequency": 0, + "if_rate": 24000, + "name": "p25 voice channel", + "plot": "symbol", + "decode": "p25_decoder:vc", + "symbol_rate": 4800 + } + ], + "devices": [ + { + "args": "rtl=1", + "frequency": 454300000, + "gains": "lna:49", + "name": "rtl0", + "offset": 0, + "ppm": 54, + "rate": 1000000, + "tunable": false + } + ] +} diff --git a/op25/gr-op25_repeater/apps/cfg-trunk2.json b/op25/gr-op25_repeater/apps/cfg-trunk2.json new file mode 100644 index 0000000..3759492 --- /dev/null +++ b/op25/gr-op25_repeater/apps/cfg-trunk2.json @@ -0,0 +1,50 @@ +{ + "channels": [ + { + "demod_type": "cqpsk", + "destination": "udp://127.0.0.1:56124", + "excess_bw": 0.2, + "filter_type": "rc", + "frequency": 0, + "if_rate": 24000, + "name": "p25 control channel", + "plot": "symbol", + "decode": "p25_decoder:cc", + "symbol_rate": 4800 + }, + { + "demod_type": "cqpsk", + "destination": "udp://127.0.0.1:23456", + "excess_bw": 0.2, + "filter_type": "rc", + "frequency": 0, + "if_rate": 24000, + "name": "p25 voice channel", + "plot": "symbol", + "decode": "p25_decoder:vc", + "symbol_rate": 4800 + } + ], + "devices": [ + { + "args": "rtl=00000011", + "frequency": 460300000, + "gains": "lna:49", + "name": "rtl11_cc", + "offset": 0, + "ppm": 54, + "rate": 1000000, + "tunable": false + }, + { + "args": "rtl=00000012", + "frequency": 453000000, + "gains": "lna:49", + "name": "rtl12_vc", + "offset": 0, + "ppm": 54, + "rate": 1000000, + "tunable": false + } + ] +}