> Von: Aleksander Morgado <aleksan...@aleksander.es> > Gesendet: Samstag, 12. Februar 2022 01:02 > > > My problem is, that the bearer gets connected, but not assigned an IP > > address. > > To make it work, I was told to use PDP context ID 3 instead of 1 for this > > private APN. > > > > Daniele, Carlo, would you know why CID 3 is so important to make this work?
I've deleted all profiles and bearers. After power-cycling and enabling the modem I can see two predefined PDP contexts. root@dev:~# mmcli -m 0 -e successfully enabled the modem root@dev:~# mmcli -m 0 --command=AT+CGDCONT? response: '+CGDCONT: 1,"IPV4V6","","",0,0 +CGDCONT: 3,"IP","*.vodafone.de","",0,0' Where * corresponds to the real name of the private APN associated with the SIM card. I think that's the reason, why CID 3 must be used to successfully estabish the data session. Carsten