Hello,
we have an EM05-E which does not attach to “Vodafone DATA ONLY” via LTE. This card is a roaming card, and without voice support.
AT+CGATT=1 all times returns an error after 60 Seconds.
// Firmware
ATI
EM05EFAR06A06M4G_01.200.01.200
OK
// Enable verbose error values
AT+CMEE=2
OK
// Check SIM
AT+CPIN?
+CPIN: READY
OK
// Query IMSI. operator id: 90128, Vodafone's Global Data Service Platform, Roaming SIM
AT+CIMI
901280023145962
OK
// Check avalable operators. 3x LTE operators are here
AT+COPS=?
+COPS: (1,"vodafone.de","Vodafone","26202",7),(1,"o2 - de","o2 - de","26203",7),(1,"Telekom.de","TDG","26201",7),,(0-4),(0-2)
OK
// Check, that modem try to attach by self. yes
AT+CREG?
+CREG: 0,2
// Check state of attach. Not attached
AT+COPS?
+COPS: 0
OK
// Force attach. Give an error after 60 seconds
AT+CGATT=1
+CME ERROR: no network service
// Check indicators. 2: Signal good (0-5), 1: Registered to the roaming network
AT+CIND?
+CIND: 0,2,0,0,1,0,0,0
OK
// Get extended error
AT+CEER
+CEER: 6,259
OK
Same card in an EC25-E or EG25-G will attached and internet connection works.
An other card in this EM05-E works, also with roaming, operator 1nce, like vodafone data roaming.
Additional question:
We see “File Configuration Setting” (QMBNCFG) in the modem.
We have anabled for example the title “VF_Germany_VoLTE”, but not helps.
Need we such special file for “Vodafone DATA ONLY” here? And how we get it into the modem?
Henry