Page 1 of 1

Read-write 5057 to 234999

Posted: Sun Mar 08, 2020 1:05 pm
by M6NBP
Hi all

Looking for help on this.
DMR Gateway
Network 1
Slot 1 & 2
read-write 5057 to 234999 (APRS private call)

What is the line off code / codes required?
Where do I add the lines of code?


Many thanks

Norman

Re: Read-write 5057 to 234999

Posted: Mon Mar 09, 2020 1:30 pm
by M6NBP
I think I have got it down to one off the below

PCRewrite=1,5057,1,234999,1
PCRewrite=2,5057,2,234999,1
or
PCRewrite=1,5057,1,234999
PCRewrite=2,5057,2,234999


.

Re: Read-write 5057 to 234999

Posted: Mon Mar 09, 2020 2:04 pm
by M6NBP
Can anyone confirm this is correct ????

This seams to work

PCRewrite=1,5057,1,234999,1
PCRewrite=2,5057,2,234999,1

Set in
nano /etc/dmrgateway
Under Network 1


.

Re: Read-write 5057 to 234999

Posted: Mon Mar 09, 2020 8:56 pm
by VK3HAW
If it works, that's great.

I don't think that you need to specify both time-slots, most likely you only need PCRewrite=2,5057,2,234999,1 You could check which time slot is being used on the Pi-Star Dashboard

Alternatively, you could edit the radio/code plug "APRS TG" and replace 5057 with 234999 in the APRS/Digital section.

You would still need to ensure that private call rewrite rules includes TG 234999, which should be covered by PassAllPC=2, otherwise PCRewrite=2,234999,2,234999,1

Re: Read-write 5057 to 234999

Posted: Mon Mar 09, 2020 9:17 pm
by M6NBP
The issue is we have two DMR systems in this area.
DMR+ use 5057 and we use 23499.

But when they program in a BM repeater they can not change the APRS setting as they only have one filed to fill in.

So as they use 5057 more on DMR+ when they do use a BM repeater they still send out 5057.
(Unlike the Anytones that now can have 8 APRS settings)

I have tested PCRewrite=1,5057,1,234999,1 and PCRewrite=2,5057,2,234999,1 all seams to work.
Also sending APRS via 234999

Also they can use both slots for APRS so just wanted to make sure both Slots is covered for when this happens.

Over the next week I will see if it needs any tweaks, if others post I need to.


Many thanks

Norman

Re: Read-write 5057 to 234999

Posted: Mon Mar 09, 2020 11:43 pm
by VK3HAW
Ok, understood.

So it seems to be working for you, that's great

Stephen

Re: Read-write 5057 to 234999

Posted: Tue Mar 10, 2020 7:29 pm
by M6NBP
Update

PCRewrite=1,5057,1,234999,1

Keeps getting removed from
/etc/dmrgateway

Need to rerun my tests to see if Slot 1 is redirected from 5057 to 234999
Update
So Slot 1 does not redirect :(


.


.

Re: Read-write 5057 to 234999

Posted: Tue Mar 10, 2020 8:36 pm
by M6NBP
This now works under Gateway for both slots

PCRewrite0=1,5057,1,234999,1
PCRewrite1=2,5057,2,234999,1

Not sure if I need the 1 on this after PCRewrite1 = PCRewrite1=2,5057,2,234999,1

Norman

Re: Read-write 5057 to 234999

Posted: Mon Mar 16, 2020 12:25 pm
by M6NBP
This is what I ended up using under Gateway.

PCRewrite0=1,5057,1,234999,1
PCRewrite0=1,234999,1,234999,1
PCRewrite1=2,5057,2,234999,1
PCRewrite1=2,234999,2,234999,1


So far it seams to be working as it should.


.