g4klx / MMDVMHost

The host program for the MMDVM
GNU General Public License v2.0
373 stars 271 forks source link

P25 and DMR interaction? #168

Closed N4IRS closed 8 years ago

N4IRS commented 8 years ago

This is not related to the discussion of disabling all formats by default. This morning I was working with P25 networking and having some issues getting 2 machines running P25 networking to talk to each other.

I decided to turn off everything but P25 and "build up from there". I disabled DMR and DMR networking, D-Star and D-Star networking, Fusion and Fusion networking. Finally, I enabled P25 with debug enabled and disabled P25 networking. I started MMDVMHost and watched the console output. When I keyed the radio there was nothing on the console. No COS light on the audio board.

Once I turned on DMR, I got console output when I keyed the P25 radio. I think that P25 uses the Id value in the DMR section. If a user wants to build a P25 only system, he still ends up with DMR also.

I ran out of time this morning to re-test and will do more tonight.

g4klx commented 8 years ago

That's off as P25 doesn't use the DMR Id at all. In fact it's only used on DMR for network access not for the RF side. I'll look into it next week.

vk4tux commented 8 years ago

We are using DMR ID's in P25 radio codeplug astro > ID, on codeplug as per P25NX recommended method.

DMRIds.dat must be used to translate this to callsign in P25 verbose as the callsigns are seen?

D: 2016-09-29 21:05:50.170 P25 Network LDU2 Sent D: 2016-09-29 21:05:50.171 0000: 73 1B E5 06 6C 17 16 51 50 F8 34 8F 80 CA C7 00 s...l..QP.4..... M: 2016-09-29 21:06:02.721 P25, received network transmission from VK2HK to TG 1

This seems to be the case

On 01/10/16 02:50, Jonathan Naylor wrote:

That's off as P25 doesn't use the DMR Id at all. In fact it's only used on DMR for network access not for the RF side. I'll look into it next week.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/g4klx/MMDVMHost/issues/168#issuecomment-250795048, or mute the thread https://github.com/notifications/unsubscribe-auth/AIVGYAscAYhvALnMIYre6mlJ8-0wwba3ks5qvT29gaJpZM4KLCQ3.

N4IRS commented 8 years ago

I have my DMR ID in the radio codeplug. It only made sense since the field was labeled "Digital Unit ID" What I'm noticing is with DMR enabled in MMDVM.ini the P25 repeater receives and repeats a P25 signal. With: [DMR] Enable=0

P25 does not receive a P25 signal or repeat it.

Iantull commented 8 years ago

Hi Jonathan, just to let you know, the log on my end definately showed Adrian’s callsign as per what he has posted as well. I programmed my radios with my DMR ID the same as I did your radio, so I’m not sure where this is being picked up from but definately on the log, it does show the callsign that is being received.

Regards

Ian (VK2HK)

On 1 Oct. 2016, at 8:34 am, vk4tux notifications@github.com wrote:

We are using DMR ID's in P25 radio codeplug astro > ID, on codeplug as per P25NX recommended method.

DMRIds.dat must be used to translate this to callsign in P25 verbose as the callsigns are seen?

D: 2016-09-29 21:05:50.170 P25 Network LDU2 Sent D: 2016-09-29 21:05:50.171 0000: 73 1B E5 06 6C 17 16 51 50 F8 34 8F 80 CA C7 00 s...l..QP.4..... M: 2016-09-29 21:06:02.721 P25, received network transmission from VK2HK to TG 1

This seems to be the case

On 01/10/16 02:50, Jonathan Naylor wrote:

That's off as P25 doesn't use the DMR Id at all. In fact it's only used on DMR for network access not for the RF side. I'll look into it next week.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/g4klx/MMDVMHost/issues/168#issuecomment-250795048, or mute the thread https://github.com/notifications/unsubscribe-auth/AIVGYAscAYhvALnMIYre6mlJ8-0wwba3ks5qvT29gaJpZM4KLCQ3.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/g4klx/MMDVMHost/issues/168#issuecomment-250867680, or mute the thread https://github.com/notifications/unsubscribe-auth/AHmrvg4VgkTzLsXsAu8j4n8FSHIeFm1lks5qvY5agaJpZM4KLCQ3.

g4klx commented 8 years ago

As I said before the DMR Id itself is not used on P25 at all, and only used on the network side of DMR. The DMR Id lookup is a completely separate issue, and is only needed to map Ids into callsigns, it's a display only setting essentially. I will look into P25 not working with DMR enabled though, that's an odd one.

Iantull commented 8 years ago

Hi Jonathan, I have sent you a seperate email with a screen shot of today's P25 qso with Adrian, but in saying that I've not had any issues with P25 not working with DMR enabled, in fact I have had all modes enabled with all my testing on P25.

Regards Ian (VK2HK)

Sent from my iPhone

On 3 Oct. 2016, at 7:20 pm, Jonathan Naylor notifications@github.com wrote:

As I said before the DMR Id itself is not used on P25 at all, and only used on the network side of DMR. The DMR Id lookup is a completely separate issue, and is only needed to map Ids into callsigns, it's a display only setting essentially. I will look into P25 not working with DMR enabled though, that's an odd one.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

vk4tux commented 8 years ago

P25 works fine with DMR &/or YSF totally disabled, mode & network ;

I: 2016-10-03 00:31:24.522 General Parameters I: 2016-10-03 00:31:24.522 Callsign: VK4TUX I: 2016-10-03 00:31:24.522 Duplex: yes I: 2016-10-03 00:31:24.522 Timeout: 600s I: 2016-10-03 00:31:24.522 RF Mode Hang: 10s I: 2016-10-03 00:31:24.522 Net Mode Hang: 10s I: 2016-10-03 00:31:24.522 D-Star: disabled I: 2016-10-03 00:31:24.522 DMR: disabled I: 2016-10-03 00:31:24.522 YSF: enabled I: 2016-10-03 00:31:24.522 P25: enabled I: 2016-10-03 00:31:24.523 Modem Parameters I: 2016-10-03 00:31:24.523 Port: /dev/ttyACM0 I: 2016-10-03 00:31:24.523 RX Invert: yes I: 2016-10-03 00:31:24.523 TX Invert: yes I: 2016-10-03 00:31:24.523 PTT Invert: no I: 2016-10-03 00:31:24.523 TX Delay: 100ms I: 2016-10-03 00:31:24.523 DMR Delay: 88 (3.7ms) I: 2016-10-03 00:31:24.523 RX Level: 100% I: 2016-10-03 00:31:24.523 D-Star TX Level: 60% I: 2016-10-03 00:31:24.523 DMR TX Level: 60% I: 2016-10-03 00:31:24.524 YSF TX Level: 60% I: 2016-10-03 00:31:24.524 P25 TX Level: 60% I: 2016-10-03 00:31:24.524 RX Frequency: 445000000Hz I: 2016-10-03 00:31:24.524 TX Frequency: 435000000Hz I: 2016-10-03 00:31:24.524 Osc. Offset: 0ppm M: 2016-10-03 00:31:24.524 Opening the MMDVM I: 2016-10-03 00:31:26.536 MMDVM protocol version: 1, description: MMDVM 20160906 TCXO (D-Star/DMR/System Fusion/P25/CW Id) I: 2016-10-03 00:31:26.557 Display Parameters I: 2016-10-03 00:31:26.557 Type: None I: 2016-10-03 00:31:26.557 System Fusion Network Parameters I: 2016-10-03 00:31:26.557 Local Address: 127.0.0.1 I: 2016-10-03 00:31:26.557 Local Port: 0 I: 2016-10-03 00:31:26.557 Gateway Address: c4fm.duckdns.org I: 2016-10-03 00:31:26.557 Gateway Port: 42000 M: 2016-10-03 00:31:27.086 Opening YSF network connection I: 2016-10-03 00:31:27.087 P25 Network Parameters I: 2016-10-03 00:31:27.087 Gateway Address: 75.141.158.140 I: 2016-10-03 00:31:27.087 Gateway Port: 30000 I: 2016-10-03 00:31:27.087 Local Port: 41000 M: 2016-10-03 00:31:27.087 Opening P25 network connection I: 2016-10-03 00:31:27.087 ID lookup File: DMRIds.dat I: 2016-10-03 00:31:27.185 Loaded 43817 Ids to the callsign lookup table I: 2016-10-03 00:31:27.185 YSF Parameters I: 2016-10-03 00:31:27.186 Remote Gateway: no I: 2016-10-03 00:31:27.186 P25 Parameters I: 2016-10-03 00:31:27.186 NAC: $293 M: 2016-10-03 00:31:27.186 MMDVMHost-20160906 is running D: 2016-10-03 00:31:49.365 P25 Network ICW Sent D: 2016-10-03 00:31:49.365 0000: 00 02 02 0C 0B 35 A3 00 00 00 .....5.... D: 2016-10-03 00:31:49.365 P25 Network VHDR1 Sent D: 2016-10-03 00:31:49.366 0000: 60 02 02 0C 0B 35 A3 1A 65 00 00 00 00 00 00 00 `....5..e....... D: 2016-10-03 00:31:49.366 0010: 00 00 00 00 00 00 00 08 00 00 00 00 02 2E .............. D: 2016-10-03 00:31:49.366 P25 Network VHDR2 Sent D: 2016-10-03 00:31:49.366 0000: 61 1D 35 34 37 0A 22 35 3E 00 10 02 11 28 1D 21 a.547."5>....(.! D: 2016-10-03 00:31:49.366 0010: 03 1B 00 35 23 02 ...5#. D: 2016-10-03 00:31:49.367 P25, LDU1 audio, errs: 0/1233 M: 2016-10-03 00:31:49.367 P25, received RF transmission from VK4TUX to TG 1 D: 2016-10-03 00:31:49.545 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.545 0000: 62 02 02 0C 0B 35 A3 1A 65 80 04 0C FD 7B FB 7D b....5..e....{.} D: 2016-10-03 00:31:49.545 0010: F2 7B 3D 9E 44 02 .{=.D. D: 2016-10-03 00:31:49.546 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.546 0000: 63 04 0C FD 7B FB 7D F2 7B 3D 9E 45 00 7A c...{.}.{=.E.z D: 2016-10-03 00:31:49.546 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.546 0000: 64 00 00 00 00 04 0C FD 7B FB 7D F2 7B 3D 9E 44 d.......{.}.{=.D D: 2016-10-03 00:31:49.546 0010: 02 . D: 2016-10-03 00:31:49.546 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.546 0000: 65 00 00 01 00 04 0C FD 7B FB 7D F2 7B 3D 9E 45 e.......{.}.{=.E D: 2016-10-03 00:31:49.546 0010: 02 . D: 2016-10-03 00:31:49.547 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.547 0000: 66 4D 1E 53 00 05 73 80 80 80 40 F0 00 00 00 0C fM.S..s...@..... D: 2016-10-03 00:31:49.547 0010: 02 . D: 2016-10-03 00:31:49.547 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.547 0000: 67 28 D6 58 00 05 0C 7F 7F 7F BF F3 FF FF FF FD g(.X............ D: 2016-10-03 00:31:49.547 0010: 02 . D: 2016-10-03 00:31:49.547 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.547 0000: 68 A0 81 9C 00 0C FF 00 C0 AF 48 08 E5 0A A7 0C h.........H..... D: 2016-10-03 00:31:49.547 0010: 02 . D: 2016-10-03 00:31:49.548 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.548 0000: 69 0E 74 BC 00 10 E7 50 12 58 B6 0C 5C 38 2D 6F i.t....P.X..\8-o D: 2016-10-03 00:31:49.548 0010: 02 . D: 2016-10-03 00:31:49.548 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.548 0000: 6A 81 88 0E 90 CF B0 0A 59 FA 80 0E F2 E1 1E 02 j.......Y....... D: 2016-10-03 00:31:49.548 P25, LDU2 audio, errs: 30/1233 D: 2016-10-03 00:31:49.725 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.726 0000: 6B 02 02 0C 0B 35 A3 1A 64 9C 88 D5 13 D6 E3 A4 k....5..d....... D: 2016-10-03 00:31:49.726 0010: 00 09 BA 6A 1D 02 ...j.. D: 2016-10-03 00:31:49.726 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.726 0000: 6C 80 CE 22 2C 61 73 50 0C CC 8E D5 02 F6 l..",asP...... D: 2016-10-03 00:31:49.726 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.726 0000: 6D 00 00 00 00 AA 0A CE 06 F6 1A 15 78 4C E2 A3 m...........xL.. D: 2016-10-03 00:31:49.726 0010: 02 . D: 2016-10-03 00:31:49.726 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.727 0000: 6E 00 00 00 00 31 50 5B DB 84 E4 00 31 4F AD 76 n....1P[....1O.v D: 2016-10-03 00:31:49.727 0010: 02 . D: 2016-10-03 00:31:49.727 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.727 0000: 6F 00 00 00 00 24 E5 42 AE 56 31 03 F1 19 3C E3 o....$.B.V1...<. D: 2016-10-03 00:31:49.727 0010: 02 . D: 2016-10-03 00:31:49.727 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.727 0000: 70 80 00 00 00 A4 D1 72 D0 AF 4F 80 05 82 34 BA p......r..O...4. D: 2016-10-03 00:31:49.727 0010: 02 . D: 2016-10-03 00:31:49.727 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.727 0000: 71 AC B8 A4 00 A0 D9 67 7B 9C 22 00 04 38 B5 43 q......g{."..8.C D: 2016-10-03 00:31:49.728 0010: 02 . D: 2016-10-03 00:31:49.728 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.728 0000: 72 9B DC 75 00 A0 BF 0A A5 6A E4 02 8B E0 5A FC r..u.....j....Z. D: 2016-10-03 00:31:49.728 0010: 02 . D: 2016-10-03 00:31:49.728 P25 Network LDU2 Sent D: 2016-10-03 00:31:49.728 0000: 73 71 20 06 C0 F0 AB FD 5D F5 80 04 BA D3 C5 02 sq .....]....... D: 2016-10-03 00:31:49.729 P25, LDU1 audio, errs: 15/1233 D: 2016-10-03 00:31:49.906 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.906 0000: 62 02 02 0C 0B 35 A3 1A 65 80 CC E9 7B 17 55 0E b....5..e...{.U. D: 2016-10-03 00:31:49.906 0010: 80 05 1C DF 3A 02 ....:. D: 2016-10-03 00:31:49.906 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.906 0000: 63 C0 AD 21 94 D9 5E 00 0A B2 31 D5 00 7A c..!..^...1..z D: 2016-10-03 00:31:49.906 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.906 0000: 64 00 00 00 00 CC D2 FF B7 83 33 04 46 6A B4 8A d.........3.Fj.. D: 2016-10-03 00:31:49.906 0010: 02 . D: 2016-10-03 00:31:49.907 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.907 0000: 65 00 00 01 00 2C DC 33 51 AD 03 01 72 07 D9 77 e....,.3Q...r..w D: 2016-10-03 00:31:49.907 0010: 02 . D: 2016-10-03 00:31:49.907 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.907 0000: 66 4D 1E 53 00 30 DE 20 55 B2 19 00 5E 02 7A 06 fM.S.0. U...^.z. D: 2016-10-03 00:31:49.907 0010: 02 . D: 2016-10-03 00:31:49.907 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.907 0000: 67 28 D6 58 00 48 B6 AB F6 83 A3 00 1A 01 D3 21 g(.X.H.........! D: 2016-10-03 00:31:49.907 0010: 02 . D: 2016-10-03 00:31:49.907 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.908 0000: 68 A0 81 9C 00 58 BC 71 D1 7A 69 00 2D 21 30 D6 h....X.q.zi.-!0. D: 2016-10-03 00:31:49.908 0010: 02 . D: 2016-10-03 00:31:49.908 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.908 0000: 69 0E 74 BC 00 50 CB 80 9F 14 8C 00 15 D3 A9 A1 i.t..P.......... D: 2016-10-03 00:31:49.908 0010: 02 . D: 2016-10-03 00:31:49.908 P25 Network LDU1 Sent D: 2016-10-03 00:31:49.908 0000: 6A A9 A9 0E 40 CB A9 18 6B 8D 00 1E D0 49 A2 02 j...@...k....I.. D: 2016-10-03 00:31:49.908 P25, LDU2 audio, errs: 16/1233 D: 2016-10-03 00:31:50.086 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.086 0000: 6B 02 02 0C 0B 35 A3 1A 64 9C B8 7C 74 F2 2C D5 k....5..d..|t.,. D: 2016-10-03 00:31:50.086 0010: 80 0D EB 6F 8B 02 ...o.. D: 2016-10-03 00:31:50.086 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.086 0000: 6C 90 B1 59 B4 EC DF 00 01 C3 62 A6 02 F6 l..Y......b... D: 2016-10-03 00:31:50.087 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.087 0000: 6D 00 00 00 00 A8 5D 4D DD 7E C0 80 0D C9 85 09 m.....]M.~...... D: 2016-10-03 00:31:50.087 0010: 02 . D: 2016-10-03 00:31:50.087 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.087 0000: 6E 00 00 00 00 04 D7 90 71 A3 72 00 47 ED 96 C2 n.......q.r.G... D: 2016-10-03 00:31:50.087 0010: 02 . D: 2016-10-03 00:31:50.087 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.087 0000: 6F 00 00 00 00 0C ED 44 65 26 89 02 04 96 5B 1D o......De&....[. D: 2016-10-03 00:31:50.087 0010: 02 . D: 2016-10-03 00:31:50.087 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.087 0000: 70 80 00 00 00 08 E9 7E 09 05 01 05 70 83 E7 34 p......~....p..4 D: 2016-10-03 00:31:50.088 0010: 02 . D: 2016-10-03 00:31:50.088 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.088 0000: 71 AC B8 A4 00 B4 E0 F6 C6 43 F1 80 02 07 25 A7 q........C....%. D: 2016-10-03 00:31:50.088 0010: 02 . D: 2016-10-03 00:31:50.088 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.088 0000: 72 9B DC 75 00 B8 FD 39 60 46 62 04 44 39 B0 AE r..u...9`Fb.D9.. D: 2016-10-03 00:31:50.088 0010: 02 . D: 2016-10-03 00:31:50.088 P25 Network LDU2 Sent D: 2016-10-03 00:31:50.088 0000: 73 A9 81 06 C4 D3 4E DE 4A 2F 80 01 3F 86 A1 02 s.....N.J/..?...

<>

On 03/10/16 18:40, Ian (VK2HK) wrote:

Hi Jonathan, I have sent you a seperate email with a screen shot of today's P25 qso with Adrian, but in saying that I've not had any issues with P25 not working with DMR enabled, in fact I have had all modes enabled with all my testing on P25.

Regards Ian (VK2HK)

Sent from my iPhone

On 3 Oct. 2016, at 7:20 pm, Jonathan Naylor notifications@github.com wrote:

As I said before the DMR Id itself is not used on P25 at all, and only used on the network side of DMR. The DMR Id lookup is a completely separate issue, and is only needed to map Ids into callsigns, it's a display only setting essentially. I will look into P25 not working with DMR enabled though, that's an odd one.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/g4klx/MMDVMHost/issues/168#issuecomment-251054377, or mute the thread https://github.com/notifications/unsubscribe-auth/AIVGYE9yvIf_BHjxKUwlOwpFbD9F5z5cks5qwL93gaJpZM4KLCQ3.

vk4tux commented 8 years ago

For case enabled DMR &/or YSF , no issue either ;

I: 2016-10-03 05:20:12.185 General Parameters I: 2016-10-03 05:20:12.185 Callsign: VK4TUX I: 2016-10-03 05:20:12.185 Duplex: yes I: 2016-10-03 05:20:12.185 Timeout: 600s I: 2016-10-03 05:20:12.185 RF Mode Hang: 20s I: 2016-10-03 05:20:12.186 Net Mode Hang: 20s I: 2016-10-03 05:20:12.186 D-Star: disabled I: 2016-10-03 05:20:12.186 DMR: enabled I: 2016-10-03 05:20:12.186 YSF: enabled I: 2016-10-03 05:20:12.186 P25: enabled I: 2016-10-03 05:20:12.186 Modem Parameters I: 2016-10-03 05:20:12.186 Port: /dev/ttyACM0 I: 2016-10-03 05:20:12.186 RX Invert: yes I: 2016-10-03 05:20:12.186 TX Invert: yes I: 2016-10-03 05:20:12.186 PTT Invert: no I: 2016-10-03 05:20:12.187 TX Delay: 100ms I: 2016-10-03 05:20:12.187 DMR Delay: 88 (3.7ms) I: 2016-10-03 05:20:12.187 RX Level: 100% I: 2016-10-03 05:20:12.187 D-Star TX Level: 60% I: 2016-10-03 05:20:12.187 DMR TX Level: 60% I: 2016-10-03 05:20:12.187 YSF TX Level: 60% I: 2016-10-03 05:20:12.187 P25 TX Level: 60% I: 2016-10-03 05:20:12.187 RX Frequency: 445000000Hz I: 2016-10-03 05:20:12.187 TX Frequency: 435000000Hz I: 2016-10-03 05:20:12.188 Osc. Offset: 0ppm M: 2016-10-03 05:20:12.188 Opening the MMDVM I: 2016-10-03 05:20:14.200 MMDVM protocol version: 1, description: MMDVM 20160906 TCXO (D-Star/DMR/System Fusion/P25/CW Id) I: 2016-10-03 05:20:14.220 Display Parameters I: 2016-10-03 05:20:14.221 Type: None I: 2016-10-03 05:20:14.221 DMR Network Parameters I: 2016-10-03 05:20:14.221 Address: 44.136.151.11 I: 2016-10-03 05:20:14.221 Port: 62031 I: 2016-10-03 05:20:14.221 Local: 3350 I: 2016-10-03 05:20:14.221 Jitter: 300ms I: 2016-10-03 05:20:14.221 Slot 1: enabled I: 2016-10-03 05:20:14.221 Slot 2: enabled I: 2016-10-03 05:20:14.221 RSSI: enabled I: 2016-10-03 05:20:14.221 Info Parameters I: 2016-10-03 05:20:14.221 Callsign: VK4TUX I: 2016-10-03 05:20:14.221 RX Frequency: 445000000Hz I: 2016-10-03 05:20:14.221 TX Frequency: 435000000Hz I: 2016-10-03 05:20:14.221 Power: 30W I: 2016-10-03 05:20:14.222 Latitude: 0.000000deg N I: 2016-10-03 05:20:14.222 Longitude: 0.000000deg E I: 2016-10-03 05:20:14.222 Height: 0m I: 2016-10-03 05:20:14.222 Location: "QG62EI" I: 2016-10-03 05:20:14.222 Description: "Multi-Mode Repeater" I: 2016-10-03 05:20:14.222 URL: "vk4tux.duckdns.org" M: 2016-10-03 05:20:14.222 DMR, Opening DMR Network I: 2016-10-03 05:20:14.222 System Fusion Network Parameters I: 2016-10-03 05:20:14.222 Local Address: 127.0.0.1 I: 2016-10-03 05:20:14.222 Local Port: 0 I: 2016-10-03 05:20:14.222 Gateway Address: c4fm.duckdns.org I: 2016-10-03 05:20:14.222 Gateway Port: 42000 M: 2016-10-03 05:20:15.127 Opening YSF network connection I: 2016-10-03 05:20:15.127 P25 Network Parameters I: 2016-10-03 05:20:15.127 Gateway Address: 58.96.16.36 I: 2016-10-03 05:20:15.127 Gateway Port: 30000 I: 2016-10-03 05:20:15.127 Local Port: 41000 M: 2016-10-03 05:20:15.127 Opening P25 network connection I: 2016-10-03 05:20:15.128 ID lookup File: DMRIds.dat I: 2016-10-03 05:20:15.222 Loaded 43817 Ids to the callsign lookup table I: 2016-10-03 05:20:15.222 DMR Parameters I: 2016-10-03 05:20:15.222 Id: 505405 I: 2016-10-03 05:20:15.223 Color Code: 1 I: 2016-10-03 05:20:15.223 Self Only: no I: 2016-10-03 05:20:15.223 Prefixes: 0 I: 2016-10-03 05:20:15.223 Call Hang: 0s I: 2016-10-03 05:20:15.223 TX Hang: 20s I: 2016-10-03 05:20:15.223 RSSI Multiplier: 1 I: 2016-10-03 05:20:15.223 RSSI Offset: 47 I: 2016-10-03 05:20:15.215 YSF Parameters I: 2016-10-03 05:20:15.215 Remote Gateway: no I: 2016-10-03 05:20:15.215 P25 Parameters I: 2016-10-03 05:20:15.215 NAC: $293

D: 2016-10-03 05:20:15.571 0000: 69 0E 74 BC 00 58 B4 AF 9A F5 EC 00 2B 02 C1 B5 i.t..X......+... D: 2016-10-03 05:20:15.571 0010: 02 . D: 2016-10-03 05:20:15.571 P25 Network LDU1 Sent D: 2016-10-03 05:20:15.571 0000: 6A 71 20 0E 6C C2 99 83 05 D1 00 08 2F D5 C0 02 jq .l......./... D: 2016-10-03 05:20:15.572 P25, LDU2 audio, errs: 4/1233 D: 2016-10-03 05:20:15.748 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.748 0000: 6B 02 02 0C 0B 35 A3 1A 64 9C 54 F4 59 0E B7 B1 k....5..d.T.Y... D: 2016-10-03 05:20:15.748 0010: 00 30 C1 E8 B5 02 .0.... D: 2016-10-03 05:20:15.748 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.749 0000: 6C 34 D2 78 A3 A3 E7 01 B6 92 D6 F4 02 F6 l4.x.......... D: 2016-10-03 05:20:15.749 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.749 0000: 6D 00 00 00 00 30 C2 E9 37 BA FC 01 FC 1B D7 27 m....0..7......' D: 2016-10-03 05:20:15.749 0010: 02 . D: 2016-10-03 05:20:15.749 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.749 0000: 6E 00 00 00 00 20 F4 50 37 2F 16 03 77 A2 41 54 n.... .P7/..w.AT D: 2016-10-03 05:20:15.750 0010: 02 . D: 2016-10-03 05:20:15.750 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.750 0000: 6F 00 00 00 00 18 E7 21 61 D8 38 07 FC 44 2E 07 o......!a.8..D.. D: 2016-10-03 05:20:15.750 0010: 02 . D: 2016-10-03 05:20:15.750 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.750 0000: 70 80 00 00 00 B8 D1 3E 5F 91 15 00 06 8F 57 7A p......>.$...Wz D: 2016-10-03 05:20:15.750 0010: 02 ._ D: 2016-10-03 05:20:15.750 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.750 0000: 71 AC B8 A4 00 B4 DD 65 32 B4 14 41 08 99 6C 81 q......e2..A..l. D: 2016-10-03 05:20:15.751 0010: 02 . D: 2016-10-03 05:20:15.751 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.751 0000: 72 9B DC 75 00 A0 F8 09 16 39 6B 80 07 3B 26 22 r..u.....9k..;&" D: 2016-10-03 05:20:15.751 0010: 02 . D: 2016-10-03 05:20:15.751 P25 Network LDU2 Sent D: 2016-10-03 05:20:15.751 0000: 73 A9 A9 06 B4 E4 95 C3 7D E7 80 02 79 A9 79 02 s.......}...y.y. D: 2016-10-03 05:20:15.751 P25, LDU1 audio, errs: 1/1233 D: 2016-10-03 05:20:15.928 P25 Network LDU1 Sent D: 2016-10-03 05:20:15.928 0000: 62 02 02 0C 0B 35 A3 1A 65 80 00 CC 4E B8 9A 5E b....5..e...N..^ D: 2016-10-03 05:20:15.929 0010: 0D E5 44 DA 56 02 ..D.V. D: 2016-10-03 05:20:15.929 P25 Network LDU1 Sent D: 2016-10-03 05:20:15.929 0000: 63 04 AA E5 53 A1 06 0A EE EF 27 9F 00 7A c...S.....'..z D: 2016-10-03 05:20:15.930 P25 Network LDU1 Sent D: 2016-10-03 05:20:15.931 0000: 64 00 00 00 00 84 DE C4 79 32 77 80 0A AB EF 36 d.......y2w....6 D: 2016-10-03 05:20:15.931 0010: 02 . D: 2016-10-03 05:20:15.931 P25 Network LDU1 Sent D: 2016-10-03 05:20:15.931 0000: 65 00 00 01 00 38 CE F2 43 16 03 00 B4 9C 31 91 e....8..C.....1. D: 2016-10-03 05:20:15.932 0010: 02 . D: 2016-10-03 05:20:15.932 P25 Network LDU1 Sent

On 03/10/16 18:40, Ian (VK2HK) wrote:

Hi Jonathan, I have sent you a seperate email with a screen shot of today's P25 qso with Adrian, but in saying that I've not had any issues with P25 not working with DMR enabled, in fact I have had all modes enabled with all my testing on P25.

Regards Ian (VK2HK)

Sent from my iPhone

On 3 Oct. 2016, at 7:20 pm, Jonathan Naylor notifications@github.com wrote:

As I said before the DMR Id itself is not used on P25 at all, and only used on the network side of DMR. The DMR Id lookup is a completely separate issue, and is only needed to map Ids into callsigns, it's a display only setting essentially. I will look into P25 not working with DMR enabled though, that's an odd one.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/g4klx/MMDVMHost/issues/168#issuecomment-251054377, or mute the thread https://github.com/notifications/unsubscribe-auth/AIVGYE9yvIf_BHjxKUwlOwpFbD9F5z5cks5qwL93gaJpZM4KLCQ3.

g4klx commented 8 years ago

I'm confused then! Maybe Steve can elaborate more.

N4IRS commented 8 years ago

Below I have everything turned off, except P25 . If I key the mic on the P25 radio MMDVMHost sees nothing.

M: 2016-10-03 09:40:03.914 MMDVMHost-20160906 is starting I: 2016-10-03 09:40:03.916 General Parameters I: 2016-10-03 09:40:03.917 Callsign: N4IRS I: 2016-10-03 09:40:03.917 Duplex: yes I: 2016-10-03 09:40:03.918 Timeout: 180s I: 2016-10-03 09:40:03.919 RF Mode Hang: 10s I: 2016-10-03 09:40:03.919 Net Mode Hang: 3s I: 2016-10-03 09:40:03.920 D-Star: disabled I: 2016-10-03 09:40:03.920 DMR: disabled I: 2016-10-03 09:40:03.922 YSF: disabled I: 2016-10-03 09:40:03.923 P25: enabled I: 2016-10-03 09:40:03.923 Modem Parameters I: 2016-10-03 09:40:03.924 Port: /dev/ttyACM0 I: 2016-10-03 09:40:03.925 RX Invert: no I: 2016-10-03 09:40:03.925 TX Invert: no I: 2016-10-03 09:40:03.926 PTT Invert: no I: 2016-10-03 09:40:03.927 TX Delay: 75ms I: 2016-10-03 09:40:03.928 DMR Delay: 0 (0.0ms) I: 2016-10-03 09:40:03.929 RX Level: 95% I: 2016-10-03 09:40:03.929 D-Star TX Level: 83% I: 2016-10-03 09:40:03.929 DMR TX Level: 80% I: 2016-10-03 09:40:03.930 YSF TX Level: 70% I: 2016-10-03 09:40:03.931 P25 TX Level: 70% I: 2016-10-03 09:40:03.932 RX Frequency: 927700000Hz I: 2016-10-03 09:40:03.932 TX Frequency: 902700000Hz I: 2016-10-03 09:40:03.933 Osc. Offset: 0ppm M: 2016-10-03 09:40:03.934 Opening the MMDVM I: 2016-10-03 09:40:05.948 MMDVM protocol version: 1, description: MMDVM 20160927 TCXO ZUM (D-Star/DMR/System Fusion/P25/CW Id) I: 2016-10-03 09:40:05.977 Display Parameters I: 2016-10-03 09:40:05.979 Type: HD44780 I: 2016-10-03 09:40:05.980 Rows: 2 I: 2016-10-03 09:40:05.981 Columns: 16 I: 2016-10-03 09:40:05.982 Device Address: 0x20 I: 2016-10-03 09:40:05.983 PWM Backlight: no I: 2016-10-03 09:40:05.984 Clock Display: yes I: 2016-10-03 09:40:05.986 Display UTC: no I: 2016-10-03 09:40:06.555 P25 Network Parameters I: 2016-10-03 09:40:06.557 Gateway Address: 166.130.42.111 I: 2016-10-03 09:40:06.559 Gateway Port: 20012 I: 2016-10-03 09:40:06.561 Local Port: 0 M: 2016-10-03 09:40:06.564 Opening P25 network connection I: 2016-10-03 09:40:06.565 CW Id Parameters I: 2016-10-03 09:40:06.567 Time: 10 mins I: 2016-10-03 09:40:06.567 ID lookup File: ./DMRIds.dat I: 2016-10-03 09:40:07.047 Loaded 43469 Ids to the callsign lookup table I: 2016-10-03 09:40:07.049 P25 Parameters I: 2016-10-03 09:40:07.051 NAC: $293 M: 2016-10-03 09:40:07.218 MMDVMHost-20160906 is running

Now I'll enable DMR.

M: 2016-10-03 09:41:58.370 MMDVMHost-20160906 is starting I: 2016-10-03 09:41:58.371 General Parameters I: 2016-10-03 09:41:58.373 Callsign: N4IRS I: 2016-10-03 09:41:58.375 Duplex: yes I: 2016-10-03 09:41:58.375 Timeout: 180s I: 2016-10-03 09:41:58.375 RF Mode Hang: 10s I: 2016-10-03 09:41:58.375 Net Mode Hang: 3s I: 2016-10-03 09:41:58.377 D-Star: disabled I: 2016-10-03 09:41:58.377 DMR: enabled I: 2016-10-03 09:41:58.378 YSF: disabled I: 2016-10-03 09:41:58.379 P25: enabled I: 2016-10-03 09:41:58.380 Modem Parameters I: 2016-10-03 09:41:58.381 Port: /dev/ttyACM0 I: 2016-10-03 09:41:58.381 RX Invert: no I: 2016-10-03 09:41:58.381 TX Invert: no I: 2016-10-03 09:41:58.382 PTT Invert: no I: 2016-10-03 09:41:58.383 TX Delay: 75ms I: 2016-10-03 09:41:58.384 DMR Delay: 0 (0.0ms) I: 2016-10-03 09:41:58.385 RX Level: 95% I: 2016-10-03 09:41:58.385 D-Star TX Level: 83% I: 2016-10-03 09:41:58.386 DMR TX Level: 80% I: 2016-10-03 09:41:58.387 YSF TX Level: 70% I: 2016-10-03 09:41:58.387 P25 TX Level: 70% I: 2016-10-03 09:41:58.388 RX Frequency: 927700000Hz I: 2016-10-03 09:41:58.388 TX Frequency: 902700000Hz I: 2016-10-03 09:41:58.390 Osc. Offset: 0ppm M: 2016-10-03 09:41:58.390 Opening the MMDVM I: 2016-10-03 09:42:00.404 MMDVM protocol version: 1, description: MMDVM 20160927 TCXO ZUM (D-Star/DMR/System Fusion/P25/CW Id) I: 2016-10-03 09:42:00.433 Display Parameters I: 2016-10-03 09:42:00.435 Type: HD44780 I: 2016-10-03 09:42:00.436 Rows: 2 I: 2016-10-03 09:42:00.437 Columns: 16 I: 2016-10-03 09:42:00.438 Device Address: 0x20 I: 2016-10-03 09:42:00.439 PWM Backlight: no I: 2016-10-03 09:42:00.441 Clock Display: yes I: 2016-10-03 09:42:00.441 Display UTC: no I: 2016-10-03 09:42:01.011 P25 Network Parameters I: 2016-10-03 09:42:01.013 Gateway Address: 166.130.42.111 I: 2016-10-03 09:42:01.015 Gateway Port: 20012 I: 2016-10-03 09:42:01.017 Local Port: 0 M: 2016-10-03 09:42:01.020 Opening P25 network connection I: 2016-10-03 09:42:01.021 CW Id Parameters I: 2016-10-03 09:42:01.022 Time: 10 mins I: 2016-10-03 09:42:01.023 ID lookup File: ./DMRIds.dat I: 2016-10-03 09:42:01.515 Loaded 43469 Ids to the callsign lookup table I: 2016-10-03 09:42:01.517 DMR Parameters I: 2016-10-03 09:42:01.519 Id: 3112138 I: 2016-10-03 09:42:01.521 Color Code: 1 I: 2016-10-03 09:42:01.523 Self Only: no I: 2016-10-03 09:42:01.525 Prefixes: 0 I: 2016-10-03 09:42:01.526 Call Hang: 3s I: 2016-10-03 09:42:01.527 TX Hang: 3s I: 2016-10-03 09:42:01.528 RSSI Multiplier: 1 I: 2016-10-03 09:42:01.529 RSSI Offset: 10 I: 2016-10-03 09:42:01.530 P25 Parameters I: 2016-10-03 09:42:01.531 NAC: $293 M: 2016-10-03 09:42:01.698 MMDVMHost-20160906 is running D: 2016-10-03 09:42:05.880 P25, LDU1 audio, errs: 0/1233 M: 2016-10-03 09:42:05.882 P25, received RF transmission from N4IRS to TG 1 D: 2016-10-03 09:42:06.054 P25, LDU2 audio, errs: 32/1233 D: 2016-10-03 09:42:06.235 P25, LDU1 audio, errs: 133/1233 D: 2016-10-03 09:42:06.415 P25, LDU2 audio, errs: 139/1233 M: 2016-10-03 09:42:06.574 P25, transmission lost, 0.7 seconds, BER: 6.2% D: 2016-10-03 09:42:06.954 P25, LDU1 audio, errs: 2/1233

vk4tux commented 8 years ago

I concur, sorry yes when it is absolutely P25 only enabled, the mmdvm will not react to P25 radio keyup.

My second example had ysf enabled. So Steve is correct that when a 2nd mode (DMR or YSF) is enabled then P25 will function,

Something is interlocked, I apologise for any confusion caused. ;

I: 2016-10-03 09:55:52.247 This software is for use on amateur radio networks only, I: 2016-10-03 09:55:52.247 it is to be used for educational purposes only. Its use on I: 2016-10-03 09:55:52.248 commercial networks is strictly prohibited. I: 2016-10-03 09:55:52.248 Copyright(C) 2015, 2016 by Jonathan Naylor, G4KLX and others M: 2016-10-03 09:55:52.248 MMDVMHost-20160906 is starting I: 2016-10-03 09:55:52.248 General Parameters I: 2016-10-03 09:55:52.248 Callsign: VK4TUX I: 2016-10-03 09:55:52.248 Duplex: yes I: 2016-10-03 09:55:52.248 Timeout: 600s I: 2016-10-03 09:55:52.248 RF Mode Hang: 10s I: 2016-10-03 09:55:52.248 Net Mode Hang: 10s I: 2016-10-03 09:55:52.249 D-Star: disabled I: 2016-10-03 09:55:52.249 DMR: disabled I: 2016-10-03 09:55:52.249 YSF: disabled I: 2016-10-03 09:55:52.249 P25: enabled I: 2016-10-03 09:55:52.249 Modem Parameters I: 2016-10-03 09:55:52.249 Port: /dev/ttyACM0 I: 2016-10-03 09:55:52.249 RX Invert: yes I: 2016-10-03 09:55:52.249 TX Invert: yes I: 2016-10-03 09:55:52.250 PTT Invert: no I: 2016-10-03 09:55:52.250 TX Delay: 100ms I: 2016-10-03 09:55:52.250 DMR Delay: 88 (3.7ms) I: 2016-10-03 09:55:52.250 RX Level: 100% I: 2016-10-03 09:55:52.250 D-Star TX Level: 60% I: 2016-10-03 09:55:52.250 DMR TX Level: 60% I: 2016-10-03 09:55:52.250 YSF TX Level: 60% I: 2016-10-03 09:55:52.250 P25 TX Level: 60% I: 2016-10-03 09:55:52.251 RX Frequency: 445000000Hz I: 2016-10-03 09:55:52.251 TX Frequency: 435000000Hz I: 2016-10-03 09:55:52.251 Osc. Offset: 0ppm M: 2016-10-03 09:55:52.251 Opening the MMDVM I: 2016-10-03 09:55:54.263 MMDVM protocol version: 1, description: MMDVM 20160906 TCXO (D-Star/DMR/System Fusion/P25/CW Id) I: 2016-10-03 09:55:54.284 Display Parameters I: 2016-10-03 09:55:54.284 Type: None I: 2016-10-03 09:55:54.284 P25 Network Parameters I: 2016-10-03 09:55:54.284 Gateway Address: 58.96.16.36 I: 2016-10-03 09:55:54.284 Gateway Port: 30000 I: 2016-10-03 09:55:54.284 Local Port: 41000 M: 2016-10-03 09:55:54.285 Opening P25 network connection I: 2016-10-03 09:55:54.285 ID lookup File: DMRIds.dat I: 2016-10-03 09:55:54.380 Loaded 43817 Ids to the callsign lookup table I: 2016-10-03 09:55:54.381 P25 Parameters I: 2016-10-03 09:55:54.381 NAC: $293 M: 2016-10-03 09:55:54.381 MMDVMHost-20160906 is running

XTS3000 keyup > no reaction

On 03/10/16 19:46, Steve Zingman wrote:

Below I have everything turned off, except P25 . If I key the mic on the P25 radio MMDVMHost sees nothing.

M: 2016-10-03 09:40:03.914 MMDVMHost-20160906 is starting I: 2016-10-03 09:40:03.916 General Parameters I: 2016-10-03 09:40:03.917 Callsign: N4IRS I: 2016-10-03 09:40:03.917 Duplex: yes I: 2016-10-03 09:40:03.918 Timeout: 180s I: 2016-10-03 09:40:03.919 RF Mode Hang: 10s I: 2016-10-03 09:40:03.919 Net Mode Hang: 3s I: 2016-10-03 09:40:03.920 D-Star: disabled I: 2016-10-03 09:40:03.920 DMR: disabled I: 2016-10-03 09:40:03.922 YSF: disabled I: 2016-10-03 09:40:03.923 P25: enabled I: 2016-10-03 09:40:03.923 Modem Parameters I: 2016-10-03 09:40:03.924 Port: /dev/ttyACM0 I: 2016-10-03 09:40:03.925 RX Invert: no I: 2016-10-03 09:40:03.925 TX Invert: no I: 2016-10-03 09:40:03.926 PTT Invert: no I: 2016-10-03 09:40:03.927 TX Delay: 75ms I: 2016-10-03 09:40:03.928 DMR Delay: 0 (0.0ms) I: 2016-10-03 09:40:03.929 RX Level: 95% I: 2016-10-03 09:40:03.929 D-Star TX Level: 83% I: 2016-10-03 09:40:03.929 DMR TX Level: 80% I: 2016-10-03 09:40:03.930 YSF TX Level: 70% I: 2016-10-03 09:40:03.931 P25 TX Level: 70% I: 2016-10-03 09:40:03.932 RX Frequency: 927700000Hz I: 2016-10-03 09:40:03.932 TX Frequency: 902700000Hz I: 2016-10-03 09:40:03.933 Osc. Offset: 0ppm M: 2016-10-03 09:40:03.934 Opening the MMDVM I: 2016-10-03 09:40:05.948 MMDVM protocol version: 1, description: MMDVM 20160927 TCXO ZUM (D-Star/DMR/System Fusion/P25/CW Id) I: 2016-10-03 09:40:05.977 Display Parameters I: 2016-10-03 09:40:05.979 Type: HD44780 I: 2016-10-03 09:40:05.980 Rows: 2 I: 2016-10-03 09:40:05.981 Columns: 16 I: 2016-10-03 09:40:05.982 Device Address: 0x20 I: 2016-10-03 09:40:05.983 PWM Backlight: no I: 2016-10-03 09:40:05.984 Clock Display: yes I: 2016-10-03 09:40:05.986 Display UTC: no I: 2016-10-03 09:40:06.555 P25 Network Parameters I: 2016-10-03 09:40:06.557 Gateway Address: 166.130.42.111 I: 2016-10-03 09:40:06.559 Gateway Port: 20012 I: 2016-10-03 09:40:06.561 Local Port: 0 M: 2016-10-03 09:40:06.564 Opening P25 network connection I: 2016-10-03 09:40:06.565 CW Id Parameters I: 2016-10-03 09:40:06.567 Time: 10 mins I: 2016-10-03 09:40:06.567 ID lookup File: ./DMRIds.dat I: 2016-10-03 09:40:07.047 Loaded 43469 Ids to the callsign lookup table I: 2016-10-03 09:40:07.049 P25 Parameters I: 2016-10-03 09:40:07.051 NAC: $293 M: 2016-10-03 09:40:07.218 MMDVMHost-20160906 is running

Now I'll enable DMR.

M: 2016-10-03 09:41:58.370 MMDVMHost-20160906 is starting I: 2016-10-03 09:41:58.371 General Parameters I: 2016-10-03 09:41:58.373 Callsign: N4IRS I: 2016-10-03 09:41:58.375 Duplex: yes I: 2016-10-03 09:41:58.375 Timeout: 180s I: 2016-10-03 09:41:58.375 RF Mode Hang: 10s I: 2016-10-03 09:41:58.375 Net Mode Hang: 3s I: 2016-10-03 09:41:58.377 D-Star: disabled I: 2016-10-03 09:41:58.377 DMR: enabled I: 2016-10-03 09:41:58.378 YSF: disabled I: 2016-10-03 09:41:58.379 P25: enabled I: 2016-10-03 09:41:58.380 Modem Parameters I: 2016-10-03 09:41:58.381 Port: /dev/ttyACM0 I: 2016-10-03 09:41:58.381 RX Invert: no I: 2016-10-03 09:41:58.381 TX Invert: no I: 2016-10-03 09:41:58.382 PTT Invert: no I: 2016-10-03 09:41:58.383 TX Delay: 75ms I: 2016-10-03 09:41:58.384 DMR Delay: 0 (0.0ms) I: 2016-10-03 09:41:58.385 RX Level: 95% I: 2016-10-03 09:41:58.385 D-Star TX Level: 83% I: 2016-10-03 09:41:58.386 DMR TX Level: 80% I: 2016-10-03 09:41:58.387 YSF TX Level: 70% I: 2016-10-03 09:41:58.387 P25 TX Level: 70% I: 2016-10-03 09:41:58.388 RX Frequency: 927700000Hz I: 2016-10-03 09:41:58.388 TX Frequency: 902700000Hz I: 2016-10-03 09:41:58.390 Osc. Offset: 0ppm M: 2016-10-03 09:41:58.390 Opening the MMDVM I: 2016-10-03 09:42:00.404 MMDVM protocol version: 1, description: MMDVM 20160927 TCXO ZUM (D-Star/DMR/System Fusion/P25/CW Id) I: 2016-10-03 09:42:00.433 Display Parameters I: 2016-10-03 09:42:00.435 Type: HD44780 I: 2016-10-03 09:42:00.436 Rows: 2 I: 2016-10-03 09:42:00.437 Columns: 16 I: 2016-10-03 09:42:00.438 Device Address: 0x20 I: 2016-10-03 09:42:00.439 PWM Backlight: no I: 2016-10-03 09:42:00.441 Clock Display: yes I: 2016-10-03 09:42:00.441 Display UTC: no I: 2016-10-03 09:42:01.011 P25 Network Parameters I: 2016-10-03 09:42:01.013 Gateway Address: 166.130.42.111 I: 2016-10-03 09:42:01.015 Gateway Port: 20012 I: 2016-10-03 09:42:01.017 Local Port: 0 M: 2016-10-03 09:42:01.020 Opening P25 network connection I: 2016-10-03 09:42:01.021 CW Id Parameters I: 2016-10-03 09:42:01.022 Time: 10 mins I: 2016-10-03 09:42:01.023 ID lookup File: ./DMRIds.dat I: 2016-10-03 09:42:01.515 Loaded 43469 Ids to the callsign lookup table I: 2016-10-03 09:42:01.517 DMR Parameters I: 2016-10-03 09:42:01.519 Id: 3112138 I: 2016-10-03 09:42:01.521 Color Code: 1 I: 2016-10-03 09:42:01.523 Self Only: no I: 2016-10-03 09:42:01.525 Prefixes: 0 I: 2016-10-03 09:42:01.526 Call Hang: 3s I: 2016-10-03 09:42:01.527 TX Hang: 3s I: 2016-10-03 09:42:01.528 RSSI Multiplier: 1 I: 2016-10-03 09:42:01.529 RSSI Offset: 10 I: 2016-10-03 09:42:01.530 P25 Parameters I: 2016-10-03 09:42:01.531 NAC: $293 M: 2016-10-03 09:42:01.698 MMDVMHost-20160906 is running D: 2016-10-03 09:42:05.880 P25, LDU1 audio, errs: 0/1233 M: 2016-10-03 09:42:05.882 P25, received RF transmission from N4IRS to TG 1 D: 2016-10-03 09:42:06.054 P25, LDU2 audio, errs: 32/1233 D: 2016-10-03 09:42:06.235 P25, LDU1 audio, errs: 133/1233 D: 2016-10-03 09:42:06.415 P25, LDU2 audio, errs: 139/1233 M: 2016-10-03 09:42:06.574 P25, transmission lost, 0.7 seconds, BER: 6.2% D: 2016-10-03 09:42:06.954 P25, LDU1 audio, errs: 2/1233

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/g4klx/MMDVMHost/issues/168#issuecomment-251066774, or mute the thread https://github.com/notifications/unsubscribe-auth/AIVGYAAj-MQFX8SbJB6hOBfJahUHfdgkks5qwM8FgaJpZM4KLCQ3.

phl0 commented 8 years ago

Hey all,

I concur, sorry yes when it is absolutely P25 only enabled, the mmdvm will not react to P25 radio keyup.

As I already wrote (I hope I did) I can confirm this issue. I tested with DL5BQ who also reported this.

vy73 de Florian DF2ET

g4klx commented 8 years ago

I think I found the problem. It was in the firmware, not the host.

Pull a new firmware, build it and test again, it should work now. Please let me know.

N4IRS commented 8 years ago

Confirmed, Issue resolved with new firmware.

Steve

phl0 commented 8 years ago

Jonathan,

also confirmed here. Everything disabled except P25 itself. Now decodes P25 frames.

vy73 de Florian DF2ET

g4klx commented 8 years ago

It meant that you couldn't wake P25 from cold. If it was already in P25 mode (i.e. network data) then it would work fine. I'll close the issue.