This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC3200: CC3200 OTA Fails on a particular network

Part Number: CC3200

Tool/software: TI C/C++ Compiler

Hi I am facing a stange problem.. the OTA works fine on every network expect university network ..We have deployed 100s of devices which are using cc3200 and SDK 1.3.0. The OTA is failing since yesterday only.

I have tried following :

1. Change cdn_url[512]; // it was already there

2. MAX_EAGAIN_RETRIES 10 changed to MAX_EAGAIN_RETRIES 30 ( no success )

I have looked deeper then found  

sl_recv( ) returns error -11 inside funtion "CdnClient_ConnectByUrl"

one more thing if we try using our mobile hotspot then everything works fine and network socket id happens to be 86. Whereas on university network socked id is 85. I don't know why this is happening. Please help me out in this.