Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAX_TOCALLS needs to be larger than 200... #303

Closed
F4FVI opened this issue Dec 9, 2020 · 2 comments
Closed

MAX_TOCALLS needs to be larger than 200... #303

F4FVI opened this issue Dec 9, 2020 · 2 comments

Comments

@F4FVI
Copy link

F4FVI commented Dec 9, 2020

Hello,

I have added 98 "tocalls" entries in the file tocalls.txt . (French department destination)

The problem is that now I have this message:
"MAX_TOCALLS needs to be larger than 200 to handle content of "tocalls.txt"

I opened the file "decode_aprs.c" and I modified the line 3726 from 200 to 500.
3726 #define MAX_TOCALLS 200 --> 3726 #define MAX_TOCALLS 500

The problem is that I still have the message at the opening of direwolf "MAX_TOCALLS needs to be larger than 200 to handle content of "tocalls.txt"

Could you please help me and indicate me which paramater do I have to change to allow more entries in "tocalls.txt" file?

Thank you very much.

@wb2osz
Copy link
Owner

wb2osz commented Dec 9, 2020

You need to run "make" and "make install" again after changing the source code.

Be sure to save a copy of your modified /usr/local/share/direwolf/tocalls.txt first because it will be replaced.

@wb2osz
Copy link
Owner

wb2osz commented Mar 30, 2025

WB4APR's tocalls.txt file has not been updated since he became a silent key.
The current authoritative source of truth is https://github.com/aprsorg/aprs-deviceid .
This code was completely rewritten to use the new file format.
There is no arbitrary size restriction.

@wb2osz wb2osz closed this as completed Mar 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants