|
|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
|
|
|
|
|
# This is the configuration file for the DVAP device(2m dongle with antenna)
|
|
|
|
|
|
|
|
|
|
# This is Dstar repeater callsign
|
|
|
|
|
@ -8,11 +7,11 @@
|
|
|
|
|
# This mode is called "restriction" mode and in some countries(UK,...)
|
|
|
|
|
# it is the only valid mode that you can use, while waiting for a repeater license.
|
|
|
|
|
# In a case like this, set RPTR to be your personal callsign
|
|
|
|
|
RPTR=AC2IE
|
|
|
|
|
RPTR=
|
|
|
|
|
|
|
|
|
|
# This is the Gateway callsign
|
|
|
|
|
# This must be equal to the OWNER value in the gateway software(g2_ircddb.cfg)
|
|
|
|
|
OWNER=AC2IE
|
|
|
|
|
OWNER=
|
|
|
|
|
|
|
|
|
|
# To protect the repeater owners from bad STN programs out there
|
|
|
|
|
# and to also protect the repeater owners from RF users that abuse the STN stuff
|
|
|
|
|
@ -23,7 +22,7 @@ INVALID_YRCALL_KEY=STN
|
|
|
|
|
|
|
|
|
|
# This is the module of the Dstar repeater
|
|
|
|
|
# Please read the comments about RPTR_PORT below
|
|
|
|
|
RPTR_MOD=C
|
|
|
|
|
RPTR_MOD=
|
|
|
|
|
|
|
|
|
|
# This identifies the IP for the repeater(controler)
|
|
|
|
|
# The DVAP device will run here
|
|
|
|
|
@ -38,10 +37,11 @@ G2_INTERNAL_IP=127.0.0.1
|
|
|
|
|
G2_PORT=19000
|
|
|
|
|
|
|
|
|
|
# This is the serial number of your DVAP device
|
|
|
|
|
DVP_SERIAL=AP052344
|
|
|
|
|
DVP_SERIAL=
|
|
|
|
|
|
|
|
|
|
# This is your 2m frequency for the DVAP device, Between 144000000 and 148000000
|
|
|
|
|
DVP_FREQ=146550000;
|
|
|
|
|
# of course, 70cm DVAP frequencies are also acceptable.
|
|
|
|
|
DVP_FREQ=145500000;
|
|
|
|
|
|
|
|
|
|
# This is the power level for the DVAP device, Between -12 and 10
|
|
|
|
|
DVP_PWR=10;
|
|
|
|
|
@ -74,6 +74,7 @@ DELAY_BEFORE=2
|
|
|
|
|
# Dstar packets should reach the dvap at a rate of about 17-23 milliseconds
|
|
|
|
|
# We use that when we send a repeater ack back to the DVAP
|
|
|
|
|
DELAY_BETWEEN=19
|
|
|
|
|
# 19 seems to be a good value for both the RasPi and the BBB.
|
|
|
|
|
|
|
|
|
|
# Do you want a repeater ack sent to dvap, after the local RF radio user releases PTT ?
|
|
|
|
|
# Valid values are Y or N
|
|
|
|
|
|