Hello Joe,
.
This behaviour is triggered by this code in the subroutine pack77_1:
.
if(index(w(1),'/P').ge.4 .or. index(w(2),'/P').ge.4) i3=2  !Type 2, with "/P"
...
  if(index(w(1),'/P').ge.4 .or. index(w(1),'/R').ge.4) ipa=1
  if(index(w(2),'/P').ge.4 .or. index(w(2),'/R').ge.4) ipb=1
.
Compоund сallsigns where base call starting from 'R' char are also affected by 
this bug.
.
73 Igor UA3DJY


>Суббота, 22 декабря 2018, 13:10 +03:00 от Игорь Ч <c_i...@inbox.ru>:
>
>Hello Joe,
>.
>There is a bug in packjt77 module observed when first character of the base 
>call is 'P' in the compound callsign.
>It can be seen in ft8apset.f90 code, where message with user's callsign 
>DU6/VA3AAA is packed as
>'VA3AAA K9ABC RRR' and i3 equal to 1, while message with user's callsign 
>DU6/PA3AAA is packed as ' PA3AAA/P K9ABC RRR' and i3 equal to 2.
>.
>With minor change in user's callsign to DU/PA3AAA message packing working well 
>there: ' PA3AAA K9ABC RRR' with i3 equal to 1.
>.
>73 Igor UA3DJY


-- 
Игорь Ч
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to