Hi,
I am using the nRF9160 on a custom PCB, SDK version 1.6.1 and modem FW 1.3.1
My Application uses MQTT to send messages to a server at regular intervals. In between messages it goes into Power saving mode. Over the last 4 days we have put a few units on a long term test and found 2 or the 3 have experienced an issue with a File Table Overflow - Error 23 ENFILE.
Unfortunately neither units recovered after experiencing this error. It seems to happen at the point it tries to reconnect to the MQTT broker, and I cant find exactly where in the code it happens as it took a couple of days before this error happened.
If I reset the unit, it reconnects to the network and and successfully starts sending MQTT messages again.
Question is - What does 'File Table Overflow' mean, and what is the correct way to deal with this error?
Thanks,
Damien