xmm7360 / xmm7360-pci

PCI driver for Fibocom L850-GL modem based on Intel XMM7360 modem
433 stars 82 forks source link

Supplying APN credentials #203

Closed elronzo closed 1 year ago

elronzo commented 1 year ago

Is there any way to set credentials for the APN?

In my case the username contains a backslash character. So even if supplying credentials was possible it still might be a challenge...

Unfortunately, AT+CGAUTH seems not to be supported (CME ERROR: 4).

AT+XGAUTH=1,1,"user","pass" results in "CME ERROR: 50"

yummy527 commented 1 year ago

Here mentions password and user.

elronzo commented 1 year ago

No luck trying AT+QICSGP

tgxn commented 1 year ago

Dupe of https://github.com/xmm7360/xmm7360-pci/issues/62 still happy for someone to work it out, but not something I'm in a position to look at.