lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] ppp: What is the meaning of getting PPPERR_CONNECT inli


From: contact
Subject: Re: [lwip-users] ppp: What is the meaning of getting PPPERR_CONNECT inlink_status_cb
Date: Tue, 14 Mar 2017 19:57:41 +0530

Header files are well documented. Just try to open it once:

 

#define PPPERR_CONNECT      6  /* Connection lost. */

 

I think you need to check if your APN settings are correct and if you have select right Authentication method selected. For me PPPAUTHTYPE_ANY works.

 

Regards,

Ajay Bhargav

 

 

From: Axel Lin
Sent: Tuesday, March 14, 2017 7:53 PM
To: Mailing list for lwIP users
Subject: [lwip-users] ppp: What is the meaning of getting PPPERR_CONNECT inlink_status_cb

 

Hi,

Now I tried some different SIM cards on my device.

One of the SIM card always fails and I got PPPERR_CONNECT.

I double checked my code and settings but still don't figure out which

part is wrong.

(It works if using other SIM cards.)

Now I'm not sure which part needs to be checked.

Appreciate for any suggestions.

 

PS. I tried that SIM card on USB dongle and it works with the same

APN/username/password.

 

Thanks,

Axel

 

_______________________________________________

lwip-users mailing list

address@hidden

https://lists.nongnu.org/mailman/listinfo/lwip-users

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]