We have 100+ RV50 modems communicating over Verizon cellular.
If one of the modems is offline (due to poor signal) and is polled for data by the main device using TCP, when it comes back online it will continuously close the TCP connection our main device is trying to create.
Thanks for the suggestions.
We have figured out our problem.
We had the Destination Address (under Serial → PAD) set to our main RTU.
In the RV50 modem log, the modem was establishing a TCP connection to this Destination Address when it booted up.
Then the modem would not allow the RTU to poll it, because the RTU was trying to establish a different TCP connection.
When the connection that the modem had established to the RTU was closed somehow, then correct communications would start from the RTU polling the modem.
If we clear out the Destination Address setting, everything appears to work good.