DMR Gateway mode not working

Help with DMR issues
n9mfk
Posts: 17
Joined: Mon Dec 13, 2021 6:24 pm

DMR Gateway mode not working

Post by n9mfk »

Hi all,
I am new to pi-star
my setup is
Raspberry Pi 3 Model B Rev 1.2 Pi-Star:4.1.6 / Dashboard: 20211111
on ethernet, it all works on bm 3102 I have a password set up
when I try to use it as a DMR gateway
I get
Screenshot (179).png
Screenshot (179).png (230.23 KiB) Viewed 3029 times
here ar my settings
Screenshot (180).png
Screenshot (180).png (215.11 KiB) Viewed 3029 times
the live log has no errors
Ny dmr gw file with out password

Code: Select all

[Info]
Latitude=39.7817
Longitude=-89.6501
Location="Springfield, IL"
Description="USA"
URL=qrz.com/db/n9mfk
RXFrequency=446125000
TXFrequency=446125000
Enabled=0
Power=1
Height=0

[XLX Network]
Id=3185742
Enabled=0
File=/usr/local/etc/XLXHosts.txt
Port=62030
Password=passw0rd
ReloadTime=60
Slot=2
TG=6
Base=64000
Startup=950
Relink=60
Debug=0
UserControl=1

[DMR Network 2]
Enabled=0
Location=0
Id=3185742
Address=43.245.72.66
Password="PASSWORD"
Port=55555
Name=DMR+_IPSC2-Australia

[DMR Network 1]
Enabled=1
Location=1
Id=3185742
Address=3102.master.brandmeister.network
Password="****"
Port=62031
Name=BM_3102_United_States

[General]
RFTimeout=20
NetTimeout=20

[DMR Network 3]
Enabled=0
Name=HBLink
Address=1.2.3.4
Port=5555
TGRewrite0=2,11,2,11,1
Password="PASSWORD"
Location=0
Debug=0

[GPSD]
Enable=0
Address=127.0.0.1
Port=2947

[APRS]
Enable=1
Address=127.0.0.1
Port=8673
Description=APRS for DMRGateway
Suffix=DMR

[Dynamic TG Control]
Enabled=1
Port=3769


I have tried a new password no change
how can I fix this?
Beau n9mfk
n9mfk
Posts: 17
Joined: Mon Dec 13, 2021 6:24 pm

Re: DMR Gateway mode not working

Post by n9mfk »

Hi KE7FNS, I am new to pi-star how do manually view the DMRGateway log?
thanks Beau n9mfk
n9mfk
Posts: 17
Joined: Mon Dec 13, 2021 6:24 pm

Re: DMR Gateway mode not working

Post by n9mfk »

what did I do wrong
Screenshot (181).png
Screenshot (181).png (93.12 KiB) Viewed 3007 times
n9mfk
Posts: 17
Joined: Mon Dec 13, 2021 6:24 pm

Re: DMR Gateway mode not working

Post by n9mfk »

no file is there a way to list all files?
Screenshot (182).png
Screenshot (182).png (206.46 KiB) Viewed 3002 times
AF6VN
Posts: 821
Joined: Fri Jul 20, 2018 1:15 am

Re: DMR Gateway mode not working

Post by AF6VN »

n9mfk wrote: Sun Dec 19, 2021 9:50 pm no file is there a way to list all files?
Screenshot (182).png
May I suggest you obtain a generic Linux beginner's book. Something that lists common commands, editors... (and if possible, with a section on Debian/Ubuntu package management, to install stuff not in the base image). To work with a Pi-Star system, you will need to know how to work with BASH command shell.

Code: Select all

pi-star@pi-star-3b(ro):~$ ls /var/log/pi-star/
Headers.log                   ircDDBGateway-2021-12-19.log  MMDVM-2021-12-18.log  STARnet.log
ircDDBGateway-2021-12-18.log  Links.log                     MMDVM-2021-12-19.log
pi-star@pi-star-3b(ro):~$
I'm not running DMRGateway, so no logs for that. Note that in your image, your last command misspelled "var" as "ver", so of course that produced an error. The entry above it is attempting to use /var/ AS A COMMAND, and correctly reports that it is a directory (and hence is not executable).

BTW: given that Pi-Star uses a text console interface, it is much easier to just cut&paste the text, rather than doing screen grabs, possibly editing them to exclude irrelevant graphics, putting them on some image hosting service, and fitting a link into a text message here. For example, see the above cut&paste...

--
AF6VN
Dennis L Bieber
n9mfk
Posts: 17
Joined: Mon Dec 13, 2021 6:24 pm

Re: DMR Gateway mode not working

Post by n9mfk »

Hi all if you look at it opens then closes but the question is why?

Code: Select all

pi-star@pi-star(ro):~$ cat /var/log/pi-star/DMRGateway*.log
I: 2021-12-19 22:39:56.236 This software is for use on amateur radio networks on                                                                                                    ly,
I: 2021-12-19 22:39:56.236 it is to be used for educational purposes only. Its u                                                                                                    se on
I: 2021-12-19 22:39:56.236 commercial networks is strictly prohibited.
I: 2021-12-19 22:39:56.236 Copyright(C) 2017-2020 by Jonathan Naylor, G4KLX and                                                                                                     others
M: 2021-12-19 22:39:56.237 DMRGateway-20210617_PS4 is starting
M: 2021-12-19 22:39:56.237 Built 16:43:56 Jun 17 2021 (GitID #03bcdbc)
I: 2021-12-19 22:39:56.237 MMDVM Network Parameters
I: 2021-12-19 22:39:56.237     Rpt Address: 127.0.0.1
I: 2021-12-19 22:39:56.237     Rpt Port: 62032
I: 2021-12-19 22:39:56.237     Local Address: 127.0.0.1
I: 2021-12-19 22:39:56.237     Local Port: 62031
M: 2021-12-19 22:39:56.237 MMDVM Network, Opening
I: 2021-12-19 22:39:56.237 Opening UDP port on 62031
M: 2021-12-19 22:39:56.237 Waiting for MMDVM to connect.....
M: 2021-12-19 22:40:31.097 MMDVM has connected
I: 2021-12-19 22:40:31.097 Rule trace: no
I: 2021-12-19 22:40:31.097 Voice Parameters
I: 2021-12-19 22:40:31.097     Enabled: yes
I: 2021-12-19 22:40:31.097     Language: en_GB
I: 2021-12-19 22:40:31.097     Directory:
I: 2021-12-19 22:40:31.097 DMR Network 1 Parameters
I: 2021-12-19 22:40:31.097     Name: BM_3102_United_States
I: 2021-12-19 22:40:31.097     Id: 3185742
I: 2021-12-19 22:40:31.097     Address: 3102.master.brandmeister.network
I: 2021-12-19 22:40:31.097     Port: 62031
I: 2021-12-19 22:40:31.097     Local: random
I: 2021-12-19 22:40:31.097     Location Data: yes
I: 2021-12-19 22:40:31.267 BM_3102_United_States: configuration message: N9MFK                                                                                                       4461250004461250000101+39.7817-089.6501000Springfield, IL     USA                                                                                                                    4qrz.com/db/n9mfk                                                                                                                                                                                                                20210617_PS4                                                                                                                                MMDVM_SkyBridge
M: 2021-12-19 22:40:31.268 BM_3102_United_States, Opening DMR Network
I: 2021-12-19 22:40:31.281 Opening UDP port on 3769
M: 2021-12-19 22:40:31.281 Opened connection to the APRS Gateway
M: 2021-12-19 22:40:31.281 DMRGateway-20210617_PS4 is running
D: 2021-12-19 22:40:41.344 BM_3102_United_States, Sending authorisation
D: 2021-12-19 22:40:41.395 BM_3102_United_States, Sending configuration
M: 2021-12-19 22:40:41.456 BM_3102_United_States, Logged into the master success                                                                                                    fully
M: 2021-12-19 22:41:36.547 MMDVM Network, Closing
M: 2021-12-19 22:41:36.547 BM_3102_United_States, Closing DMR Network
I: 2021-12-19 22:41:36.548 DMRGateway-20210617_PS4 exited on receipt of SIGTERM
I: 2021-12-19 22:42:19.103 This software is for use on amateur radio networks on                                                                                                    ly,
I: 2021-12-19 22:42:19.103 it is to be used for educational purposes only. Its u                                                                                                    se on
I: 2021-12-19 22:42:19.103 commercial networks is strictly prohibited.
I: 2021-12-19 22:42:19.103 Copyright(C) 2017-2020 by Jonathan Naylor, G4KLX and                                                                                                     others
M: 2021-12-19 22:42:19.103 DMRGateway-20210617_PS4 is starting
M: 2021-12-19 22:42:19.103 Built 16:43:56 Jun 17 2021 (GitID #03bcdbc)
I: 2021-12-19 22:42:19.103 MMDVM Network Parameters
I: 2021-12-19 22:42:19.103     Rpt Address: 127.0.0.1
I: 2021-12-19 22:42:19.103     Rpt Port: 62032
I: 2021-12-19 22:42:19.103     Local Address: 127.0.0.1
I: 2021-12-19 22:42:19.103     Local Port: 62031
M: 2021-12-19 22:42:19.103 MMDVM Network, Opening
I: 2021-12-19 22:42:19.104 Opening UDP port on 62031
M: 2021-12-19 22:42:19.104 Waiting for MMDVM to connect.....
M: 2021-12-19 22:42:21.155 MMDVM has connected
I: 2021-12-19 22:42:21.156 Rule trace: no
I: 2021-12-19 22:42:21.156 Voice Parameters
I: 2021-12-19 22:42:21.156     Enabled: yes
I: 2021-12-19 22:42:21.156     Language: en_GB
I: 2021-12-19 22:42:21.156     Directory:
I: 2021-12-19 22:42:21.156 DMR Network 1 Parameters
I: 2021-12-19 22:42:21.156     Name: BM_3102_United_States
I: 2021-12-19 22:42:21.156     Id: 3185742
I: 2021-12-19 22:42:21.156     Address: 3102.master.brandmeister.network
I: 2021-12-19 22:42:21.156     Port: 62031
I: 2021-12-19 22:42:21.156     Local: random
I: 2021-12-19 22:42:21.156     Location Data: yes
I: 2021-12-19 22:42:21.184 BM_3102_United_States: configuration message: N9MFK                                                                                                       4461250004461250000101+39.7817-089.6501000Springfield, IL     USA                                                                                                                    4qrz.com/db/n9mfk                                                                                                                                                                                                                20210617_PS4                                                                                                                                MMDVM_SkyBridge
M: 2021-12-19 22:42:21.184 BM_3102_United_States, Opening DMR Network
I: 2021-12-19 22:42:21.203 Opening UDP port on 3769
M: 2021-12-19 22:42:21.203 Opened connection to the APRS Gateway
M: 2021-12-19 22:42:21.203 DMRGateway-20210617_PS4 is running
D: 2021-12-19 22:42:31.269 BM_3102_United_States, Sending authorisation
D: 2021-12-19 22:42:31.330 BM_3102_United_States, Sending configuration
M: 2021-12-19 22:42:31.390 BM_3102_United_States, Logged into the master success                                                                                                    fully
M: 2021-12-19 22:43:49.047 MMDVM Network, Closing
M: 2021-12-19 22:43:49.047 BM_3102_United_States, Closing DMR Network
I: 2021-12-19 22:43:49.048 DMRGateway-20210617_PS4 exited on receipt of SIGTERM
I: 2021-12-19 22:51:28.739 This software is for use on amateur radio networks on                                                                                                    ly,
I: 2021-12-19 22:51:28.739 it is to be used for educational purposes only. Its u                                                                                                    se on
I: 2021-12-19 22:51:28.739 commercial networks is strictly prohibited.
I: 2021-12-19 22:51:28.739 Copyright(C) 2017-2020 by Jonathan Naylor, G4KLX and                                                                                                     others
M: 2021-12-19 22:51:28.739 DMRGateway-20210617_PS4 is starting
M: 2021-12-19 22:51:28.739 Built 16:43:56 Jun 17 2021 (GitID #03bcdbc)
I: 2021-12-19 22:51:28.739 MMDVM Network Parameters
I: 2021-12-19 22:51:28.739     Rpt Address: 127.0.0.1
I: 2021-12-19 22:51:28.739     Rpt Port: 62032
I: 2021-12-19 22:51:28.739     Local Address: 127.0.0.1
I: 2021-12-19 22:51:28.739     Local Port: 62031
M: 2021-12-19 22:51:28.740 MMDVM Network, Opening
I: 2021-12-19 22:51:28.740 Opening UDP port on 62031
M: 2021-12-19 22:51:28.740 Waiting for MMDVM to connect.....
M: 2021-12-19 22:51:31.470 MMDVM has connected
I: 2021-12-19 22:51:31.470 Rule trace: no
I: 2021-12-19 22:51:31.470 Voice Parameters
I: 2021-12-19 22:51:31.470     Enabled: yes
I: 2021-12-19 22:51:31.470     Language: en_GB
I: 2021-12-19 22:51:31.470     Directory:
I: 2021-12-19 22:51:31.470 DMR Network 1 Parameters
I: 2021-12-19 22:51:31.470     Name: BM_3102_United_States
I: 2021-12-19 22:51:31.470     Id: 3185742
I: 2021-12-19 22:51:31.470     Address: 3102.master.brandmeister.network
I: 2021-12-19 22:51:31.470     Port: 62031
I: 2021-12-19 22:51:31.470     Local: random
I: 2021-12-19 22:51:31.470     Location Data: yes
I: 2021-12-19 22:51:31.629 BM_3102_United_States: configuration message: N9MFK                                                                                                       4461250004461250000101+39.7817-089.6501000Springfield, IL     USA                                                                                                                    4qrz.com/db/n9mfk                                                                                                                                                                                                                20210617_PS4                                                                                                                                MMDVM_SkyBridge
M: 2021-12-19 22:51:31.629 BM_3102_United_States, Opening DMR Network
I: 2021-12-19 22:51:31.643 Opening UDP port on 3769
M: 2021-12-19 22:51:31.643 Opened connection to the APRS Gateway
M: 2021-12-19 22:51:31.643 DMRGateway-20210617_PS4 is running
D: 2021-12-19 22:51:41.708 BM_3102_United_States, Sending authorisation
D: 2021-12-19 22:51:41.769 BM_3102_United_States, Sending configuration
M: 2021-12-19 22:51:41.830 BM_3102_United_States, Logged into the master success                                                                                                    fully
M: 2021-12-19 22:52:58.797 MMDVM Network, Closing
M: 2021-12-19 22:52:58.797 BM_3102_United_States, Closing DMR Network
I: 2021-12-19 22:52:58.798 DMRGateway-20210617_PS4 exited on receipt of SIGTERM
I: 2021-12-19 23:00:38.380 This software is for use on amateur radio networks on                                                                                                    ly,
I: 2021-12-19 23:00:38.381 it is to be used for educational purposes only. Its u                                                                                                    se on
I: 2021-12-19 23:00:38.381 commercial networks is strictly prohibited.
I: 2021-12-19 23:00:38.381 Copyright(C) 2017-2020 by Jonathan Naylor, G4KLX and                                                                                                     others
M: 2021-12-19 23:00:38.381 DMRGateway-20210617_PS4 is starting
M: 2021-12-19 23:00:38.381 Built 16:43:56 Jun 17 2021 (GitID #03bcdbc)
I: 2021-12-19 23:00:38.381 MMDVM Network Parameters
I: 2021-12-19 23:00:38.381     Rpt Address: 127.0.0.1
I: 2021-12-19 23:00:38.381     Rpt Port: 62032
I: 2021-12-19 23:00:38.381     Local Address: 127.0.0.1
I: 2021-12-19 23:00:38.381     Local Port: 62031
M: 2021-12-19 23:00:38.381 MMDVM Network, Opening
I: 2021-12-19 23:00:38.381 Opening UDP port on 62031
M: 2021-12-19 23:00:38.381 Waiting for MMDVM to connect.....
M: 2021-12-19 23:00:41.755 MMDVM has connected
I: 2021-12-19 23:00:41.755 Rule trace: no
I: 2021-12-19 23:00:41.755 Voice Parameters
I: 2021-12-19 23:00:41.755     Enabled: yes
I: 2021-12-19 23:00:41.755     Language: en_GB
I: 2021-12-19 23:00:41.755     Directory:
I: 2021-12-19 23:00:41.755 DMR Network 1 Parameters
I: 2021-12-19 23:00:41.755     Name: BM_3102_United_States
I: 2021-12-19 23:00:41.755     Id: 3185742
I: 2021-12-19 23:00:41.755     Address: 3102.master.brandmeister.network
I: 2021-12-19 23:00:41.755     Port: 62031
I: 2021-12-19 23:00:41.755     Local: random
I: 2021-12-19 23:00:41.755     Location Data: yes
I: 2021-12-19 23:00:41.925 BM_3102_United_States: configuration message: N9MFK                                                                                                       4461250004461250000101+39.7817-089.6501000Springfield, IL     USA                                                                                                                    4qrz.com/db/n9mfk                                                                                                                                                                                                                20210617_PS4                                                                                                                                MMDVM_SkyBridge
M: 2021-12-19 23:00:41.925 BM_3102_United_States, Opening DMR Network
I: 2021-12-19 23:00:41.938 Opening UDP port on 3769
M: 2021-12-19 23:00:41.938 Opened connection to the APRS Gateway
M: 2021-12-19 23:00:41.938 DMRGateway-20210617_PS4 is running
D: 2021-12-19 23:00:52.003 BM_3102_United_States, Sending authorisation
D: 2021-12-19 23:00:52.064 BM_3102_United_States, Sending configuration
M: 2021-12-19 23:00:52.125 BM_3102_United_States, Logged into the master success                                                                                                    fully
M: 2021-12-19 23:02:08.297 MMDVM Network, Closing
M: 2021-12-19 23:02:08.297 BM_3102_United_States, Closing DMR Network
I: 2021-12-19 23:02:08.298 DMRGateway-20210617_PS4 exited on receipt of SIGTERM
pi-star@pi-star(ro):~$

n9mfk
Posts: 17
Joined: Mon Dec 13, 2021 6:24 pm

Re: DMR Gateway mode not working

Post by n9mfk »

If I take it out of Dmr gateway and pick 3102 it works fine so what changes in gateway mode?
AF6VN
Posts: 821
Joined: Fri Jul 20, 2018 1:15 am

Re: DMR Gateway mode not working

Post by AF6VN »

n9mfk wrote: Mon Dec 20, 2021 12:34 pm If I take it out of Dmr gateway and pick 3102 it works fine so what changes in gateway mode?
Did you check the MMDVM log for some information of the fail case? Note that the DMRGateway log reports MMDVM closing, and (apparently) issuing kill commands to spawned processes.

--
AF6VN
Dennis L Bieber
n9mfk
Posts: 17
Joined: Mon Dec 13, 2021 6:24 pm

Re: DMR Gateway mode not working

Post by n9mfk »

Hi,
Here is what it shows in MMdvm.log this is from a call to parrot no audio back

Code: Select all

pi-star@pi-star(ro):~$ cat /var/log/pi-star/MMDVM*.log
I: 2021-12-20 14:25:48.612 This software is for use on amateur radio networks on                                                                                                    ly,
I: 2021-12-20 14:25:48.612 it is to be used for educational purposes only. Its u                                                                                                    se on
I: 2021-12-20 14:25:48.612 commercial networks is strictly prohibited.
I: 2021-12-20 14:25:48.612 Copyright(C) 2015-2020 by Jonathan Naylor, G4KLX and                                                                                                     others
M: 2021-12-20 14:25:48.612 MMDVMHost-20210617_PS4 is starting
M: 2021-12-20 14:25:48.612 Built 16:32:57 Jun 17 2021 (GitID #9106fd6)
I: 2021-12-20 14:25:48.612 General Parameters
I: 2021-12-20 14:25:48.612     Callsign: N9MFK
I: 2021-12-20 14:25:48.612     Id: 3185742
I: 2021-12-20 14:25:48.612     Duplex: no
I: 2021-12-20 14:25:48.612     Timeout: 240s
I: 2021-12-20 14:25:48.612     D-Star: disabled
I: 2021-12-20 14:25:48.612     DMR: enabled
I: 2021-12-20 14:25:48.612     YSF: disabled
I: 2021-12-20 14:25:48.612     P25: disabled
I: 2021-12-20 14:25:48.612     NXDN: disabled
I: 2021-12-20 14:25:48.612     POCSAG: disabled
I: 2021-12-20 14:25:48.612     FM: disabled
I: 2021-12-20 14:25:48.612 Modem Parameters
I: 2021-12-20 14:25:48.612     Port: /dev/ttyAMA0
I: 2021-12-20 14:25:48.612     Protocol: uart
I: 2021-12-20 14:25:48.612     RX Invert: no
I: 2021-12-20 14:25:48.612     TX Invert: yes
I: 2021-12-20 14:25:48.612     PTT Invert: no
I: 2021-12-20 14:25:48.612     TX Delay: 100ms
I: 2021-12-20 14:25:48.612     RX Offset: 0Hz
I: 2021-12-20 14:25:48.612     TX Offset: 0Hz
I: 2021-12-20 14:25:48.612     RX DC Offset: 0
I: 2021-12-20 14:25:48.612     TX DC Offset: 0
I: 2021-12-20 14:25:48.612     RF Level: 100.0%
I: 2021-12-20 14:25:48.613     DMR Delay: 0 (0.0ms)
I: 2021-12-20 14:25:48.613     RX Level: 50.0%
I: 2021-12-20 14:25:48.613     CW Id TX Level: 50.0%
I: 2021-12-20 14:25:48.613     D-Star TX Level: 50.0%
I: 2021-12-20 14:25:48.613     DMR TX Level: 50.0%
I: 2021-12-20 14:25:48.613     YSF TX Level: 50.0%
I: 2021-12-20 14:25:48.613     P25 TX Level: 50.0%
I: 2021-12-20 14:25:48.613     NXDN TX Level: 50.0%
I: 2021-12-20 14:25:48.613     POCSAG TX Level: 50.0%
I: 2021-12-20 14:25:48.613     FM TX Level: 50.0%
I: 2021-12-20 14:25:48.613     TX Frequency: 446125000Hz (446125000Hz)
I: 2021-12-20 14:25:48.613     Use COS as Lockout: no
M: 2021-12-20 14:25:48.618 Opening the MMDVM
I: 2021-12-20 14:25:50.628 MMDVM protocol version: 1, description: SkyBridge-v1.                                                                                                    5.2 20201108 14.7456MHz ADF7021 FW by CA6JAU GitID #89daa20
I: 2021-12-20 14:25:50.649 Display Parameters
I: 2021-12-20 14:25:50.649     Type: Nextion
I: 2021-12-20 14:25:50.649     Port: modem
I: 2021-12-20 14:25:50.649     Brightness: 100
I: 2021-12-20 14:25:50.649     Clock Display: yes
I: 2021-12-20 14:25:50.649     Display UTC: no
I: 2021-12-20 14:25:50.649     Idle Brightness: 100
I: 2021-12-20 14:25:50.649     Temperature in Fahrenheit: no
I: 2021-12-20 14:25:50.649     Screen Layout: DIY by ON7LDS
I: 2021-12-20 14:25:50.649 Interfaces Info
I: 2021-12-20 14:25:50.650     IPv4: lo:127.0.0.1
I: 2021-12-20 14:25:50.650     IPv4: eth0:10.0.0.250
I: 2021-12-20 14:25:50.650     Default interface is : eth0
I: 2021-12-20 14:25:50.650     IP to show: eth0:10.0.0.250
I: 2021-12-20 14:25:50.923 DMR Network Parameters
I: 2021-12-20 14:25:50.923     Type: Gateway
I: 2021-12-20 14:25:50.923     Address: 127.0.0.1
I: 2021-12-20 14:25:50.923     Port: 62031
I: 2021-12-20 14:25:50.923     Local: 62032
I: 2021-12-20 14:25:50.923     Jitter: 360ms
I: 2021-12-20 14:25:50.923     Slot 1: disabled
I: 2021-12-20 14:25:50.923     Slot 2: enabled
I: 2021-12-20 14:25:50.923     Mode Hang: 20s
I: 2021-12-20 14:25:50.924 Info Parameters
I: 2021-12-20 14:25:50.924     Callsign: N9MFK
I: 2021-12-20 14:25:50.924     RX Frequency: 446125000Hz
I: 2021-12-20 14:25:50.924     TX Frequency: 446125000Hz
I: 2021-12-20 14:25:50.924     Power: 1W
M: 2021-12-20 14:25:50.924 DMR, Opening DMR Network
I: 2021-12-20 14:25:50.924 Opening UDP port on 62032
I: 2021-12-20 14:25:50.924 RSSI
I: 2021-12-20 14:25:50.924     Mapping File: /usr/local/etc/RSSI.dat
I: 2021-12-20 14:25:50.930 Loaded 14 RSSI data mapping points from /usr/local/et                                                                                                    c/RSSI.dat
I: 2021-12-20 14:25:50.930 DMR Id Lookups
I: 2021-12-20 14:25:50.930     File: /usr/local/etc/DMRIds.dat
I: 2021-12-20 14:25:50.930     Reload: 24 hours
I: 2021-12-20 14:25:53.241 Loaded 208427 IDs to lookup table - /usr/local/etc/DM                                                                                                    RIds.dat
I: 2021-12-20 14:25:53.242 DMR RF Parameters
I: 2021-12-20 14:25:53.242     Id: 3185742
I: 2021-12-20 14:25:53.242     Color Code: 1
I: 2021-12-20 14:25:53.242     Self Only: yes
I: 2021-12-20 14:25:53.242 Started the DMR Id lookup reload thread
I: 2021-12-20 14:25:53.242     Embedded LC Only: no
I: 2021-12-20 14:25:53.242     Dump Talker Alias Data: yes
I: 2021-12-20 14:25:53.242     Prefixes: 0
I: 2021-12-20 14:25:53.242     Call Hang: 3s
I: 2021-12-20 14:25:53.242     TX Hang: 4s
I: 2021-12-20 14:25:53.242     Mode Hang: 20s
I: 2021-12-20 14:25:53.242     OVCM: off
I: 2021-12-20 14:25:53.242     DMR Roaming Beacons Type: off
M: 2021-12-20 14:25:53.484 MMDVMHost-20210617_PS4 is running
M: 2021-12-20 14:26:34.935 DMR Slot 2, received RF voice header from N9MFK to 99                                                                                                    90
M: 2021-12-20 14:26:38.884 DMR Slot 2, received RF end of voice transmission fro                                                                                                    m N9MFK to 9990, 4.0 seconds, BER: 0.2%, RSSI: -47/-47/-47 dBm
M: 2021-12-20 14:27:08.636 DMR Slot 2, received RF voice header from N9MFK to 99                                                                                                    90
M: 2021-12-20 14:27:11.144 DMR Slot 2, received RF end of voice transmission fro                                                                                                    m N9MFK to 9990, 2.5 seconds, BER: 0.2%, RSSI: -47/-47/-47 dBm
pi-star@pi-star(ro):~$

n9mfk
Posts: 17
Joined: Mon Dec 13, 2021 6:24 pm

Re: DMR Gateway mode not working

Post by n9mfk »

Hi KE7FNS,
I typed it every time I was not sure what I can do?
Post Reply