dmrconfig caps the contacts list to 200K even thought the device supports 500K.
500K contact list capacity
https://anytone.org/wp/product/anytone-at-d878uvii-plus/
The configuration caps to 200K
#define NCALLSIGNS 200000
https://github.com/OpenRTX/dmrconfig/blob/master/anytone_ht.c#L46
resulting in
❯ dmrconfig -u Worldwide\ list\ for\ 578-8X8.csv
Serial port: /dev/cu.usbmodem0000000100001
Connect to Anytone AT-D878UV2.
Read file 'Worldwide list for 578-8X8.csv'.
WARNING: Too many callsigns!
Skipping the rest.
Total 200000 contacts, 10182846 bytes.
The issue appears to be very similar to #50 from 2020, but I'm unsure what would happen with the previous models if NCALLSIGNS limit was simply raised to 500K.
dmrconfig caps the contacts list to 200K even thought the device supports 500K.
https://anytone.org/wp/product/anytone-at-d878uvii-plus/
The configuration caps to 200K
#define NCALLSIGNS 200000https://github.com/OpenRTX/dmrconfig/blob/master/anytone_ht.c#L46
resulting in
The issue appears to be very similar to #50 from 2020, but I'm unsure what would happen with the previous models if NCALLSIGNS limit was simply raised to 500K.