RM521F-GL
RM521FGLEAR05A02M4G_01.200.01.200
Ethernet connected
NOTE: I have trimmed the AT command results to the pertinent rows
I can successfully configure the modem to either have internet data, or SMS, but need assistance to get both working at the same time.
Here is what I’ve done so far:
SMS works with default settings from MBN:“CDMAless-Verizon”, but no internet!
at+qmbncfg=“autosel”,1
at+cfun=1,1
at+qmbncfg=“list”
+qmbncfg: “List”,0,1,1,“CDMAless-Verizon”,0x0A010126,202209281
+qmbncfg: “List”,1,0,0,“ROW_Commercial”,0x0A010809,202305221
at+cgdcont?
+CGDCONT: 1,“IPV4V6”,“ims”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0,“”,0
+CGDCONT: 2,“IPV4V6”,“vzwadmin”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0,“”,0
+CGDCONT: 3,“IPV4V6”,“vzwinternet”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0,“”,0
at+cgact?
+CGACT: 1,1
+CGACT: 2,1
+CGACT: 3,0
NOTE: “vzwadmin” is WRONG apn, should be “vzwinternet”
at+cgpaddr
+CGPADDR: 1,“38.0.16.10.17.44.136.74.197.32.23.167.18.169.183.195”
+CGPADDR: 2,“10.135.115.214”,“38.0.16.10.241.7.1.230.0.0.0.69.9.88.105.1”
+CGPADDR: 3,“0.0.0.0”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”
at+cmgl=“ALL”
+CMGL: 0,“REC READ”, …
+CMGL: 1,“REC READ”, …
+CMGL: 2,“REC READ”, …
SUCCESS! SMS messages received.
BUT NO INTERNET, “vzwadmin” is WRONG apn, should be “vzwinternet”
at+cgact=1,3
at+cgact?
+CGACT: 1,1
+CGACT: 2,1
+CGACT: 3,1
at+cgpaddr
+CGPADDR: 1,“38.0.16.10.17.44.136.74.197.32.23.167.18.169.183.195”
+CGPADDR: 2,“10.135.115.214”,“38.0.16.10.241.7.1.230.0.0.0.69.9.88.105.1”
+CGPADDR: 3,“100.74.61.254”,“38.0.16.10.177.204.200.116.0.0.0.47.24.208.174.1”
NOTE: Now “vzwinternet” APN connected with IP, this is correct APN, but still no downstream internet!
at+cmgl=“ALL”
+CMGL: 0,“REC READ”, …
+CMGL: 1,“REC READ”, …
+CMGL: 2,“REC READ”, …
+CMGL: 3,“REC READ”, …
New SMS message, still works! But no internet!
at+cgact=0,2
ERROR
at+cfun=4
at+cgdcont=2
at+cfun=1
at+cgact=1,3
at+cgdcont?
+CGDCONT: 1,“IPV4V6”,“ims”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0,“”,0
+CGDCONT: 3,“IPV4V6”,“vzwinternet”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0,“”,0
at+cgact?
+CGACT: 1,1
+CGACT: 3,1
at+cgpaddr
+CGPADDR: 1,“38.0.16.10.17.45.149.217.123.22.241.44.88.134.209.87”
+CGPADDR: 3,“100.81.83.104”,“38.0.16.10.177.203.37.126.0.0.0.9.87.1.185.1”
at+cmgl=“ALL”
+CMGL: 0,“REC READ”, …
+CMGL: 1,“REC READ”, …
+CMGL: 2,“REC READ”, …
+CMGL: 3,“REC READ”, …
+CMGL: 4,“REC READ”, …
New SMS, still works! No internet, but “vzwinternet” has IP…
How to force modem to use PDP #3 for downstream ethernet data?
OR Configure working internet, but no SMS!
at+qmbncfg=“autosel”,0
at+qmbncfg=“select”,“ROW_Commercial”
at+cfun=4
at+cgdcont=1,“IPV4V6”,“vzwinternet”
at+cgdcont=2,“IPV4V6”,“ims”
at+cfun=1
at+cgact=1,2
at+cgdcont?
+CGDCONT: 1,“IPV4V6”,“vzwinternet”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0,“”,0
+CGDCONT: 2,“IPV4V6”,“ims”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0,“”,0
at+cgact?
+CGACT: 1,1
+CGACT: 2,1
at+cgpaddr
+CGPADDR: 1,“100.84.115.60”,“38.0.16.10.177.195.245.181.0.0.0.46.202.234.253.1”
+CGPADDR: 2,“38.0.16.10.17.47.131.2.135.207.113.95.73.82.102.64”
at+cmgl=“ALL”
+CMGL: 0,“REC READ”, …
+CMGL: 1,“REC READ”, …
+CMGL: 2,“REC READ”, …
+CMGL: 3,“REC READ”, …
+CMGL: 4,“REC READ”, …
NO NEW SMS messages… NOT working! But Internet works, both on-device and downstream ethernet!
What can I try to get either of these scenarios to work, with SMS and internet BOTH working? Thanks