Page 1 of 1

PPPoS compoment is having rapid disconnection with GSM over 4g network type

Posted: Tue Aug 14, 2018 6:45 am
by rajkumar patel
hello,

in one of our product development we are facing the issue like pppos connection disconnection while providing network connectivity to the ESP32 ,over modem(BM817C-E1 -- a broadmobi modem) with 4g network, within few minutes(2-5 min).
however, we are able to establish the ppp connection again as per our state machine.

FYI, this is not the case i am seeing with the 3g network.

so my question,
does the pppos interface's effectiveness or fidelity has anything to do with the network type(2g/3g/4g)?

so far i have not found any thing on this issue. that's why counting on more upon your response.

thanks. :)

Re: PPPoS compoment is having rapid disconnection with GSM over 4g network type

Posted: Tue Aug 14, 2018 6:49 am
by rajkumar patel
FYI,
esp idf we are using is : v2.1
and pppos component is taken from : https://github.com/loboris/ESP32-PPPOS- ... ents/pppos

Re: PPPoS compoment is having rapid disconnection with GSM over 4g network type

Posted: Tue Aug 14, 2018 9:17 am
by Ritesh
Hi Loboris,

We have taken below example for our reference purpose regarding PPP component porting and facing some issues while testing with GSM Module which is mentioned above.

https://github.com/loboris/ESP32-PPPOS- ... ents/pppos

so, Would you please check from your side and provide comment or feedback if any regarding that issue

Re: PPPoS compoment is having rapid disconnection with GSM over 4g network type

Posted: Wed Aug 15, 2018 8:54 am
by Ritesh
Hi Loboris and Espressif Developer,

Did you get chance to look above issue which right now we are facing while testing PPP component over GSM module?

Let me know if need any more details regarding issue.

Re: PPPoS compoment is having rapid disconnection with GSM over 4g network type

Posted: Wed Aug 15, 2018 10:28 am
by loboris
I've used PPPoS only with Simcom 2G/3G modules and had no disconnect issues.

You can try enabling debugging to get all the PPPoS debuging messages, maybe it could help to detect the disconnect reason.

Re: PPPoS compoment is having rapid disconnection with GSM over 4g network type

Posted: Wed Aug 15, 2018 12:04 pm
by Ritesh
loboris wrote:I've used PPPoS only with Simcom 2G/3G modules and had no disconnect issues.

You can try enabling debugging to get all the PPPoS debuging messages, maybe it could help to detect the disconnect reason.
Hi Loboris,

Yes. We have put few debug prints into PPPoS Component but didn't find much details from that. Still we will put few more debug logs to get exact reason for disconnection issue.

Actually, We have tried with Broadmobi modules with 3G and 4G connection.

Re: PPPoS compoment is having rapid disconnection with GSM over 4g network type

Posted: Wed Aug 15, 2018 4:03 pm
by loboris
Have you enabled → Component config → LWIP → Enable PPP support → Enable PPP debug log output ?
If enabled it prints detailed log of PPPoS communication.

Re: PPPoS compoment is having rapid disconnection with GSM over 4g network type

Posted: Wed Aug 15, 2018 4:29 pm
by Ritesh
loboris wrote:Have you enabled → Component config → LWIP → Enable PPP support → Enable PPP debug log output ?
If enabled it prints detailed log of PPPoS communication.
Yes, We have enabled that option as well and we were getting Task Watchdog with that enabled prints.

So, I need to check it like why it is causing after enabling debug prints and will let you know results after that