Hi, On 05/02/2013 11:40 AM, Viallard Anthony wrote: > Hi everyone, > > I'm still working on this subject. I analyzed ofono logs to see if there > are troubles. > >> On 28. 03. 13 15:24, Denis Kenzior wrote: >>> >>> Is the modem auto-attaching to GPRS by default? You might want to turn >>> off that behavior if posible. >>> >> What did you mean by auto-attaching to GPRS by default ? >> >> To bring GPRS up, I configure it and I call >> ConnectionContext.SetProperty with Active=1 and then, I've got GPRS. > > I still don't understand what do you mean by auto-attaching. Where can I > see this ? in an AT command return ? viewing AT command sent ? > This is generally a vendor-specific command or some sort of setting in the firmware. What it means is that when the modem is brought up into Online mode, it does not automatically try to attach to the GPRS network, but instead waits to be explicitly told to attach via AT+CGATT=1 >> >> I dig out this old answer because I searched why in ConnectionManager >> I've got Bearer: "none". Then, I've found a place (in gprs_initialized() >> function) where ofono try to get data bearer. By default, ofono uses >> "AT+CPSB=1" and a callback on "+CPSB:" reply. > > So, I added AT+CNSMOD simcom quirk... I don't know if it mandatory. This > bearer is required to do right stuff ? > No idea what this is... > > Otherwise, I see weird things in logs: > > * some AT+CRSM requests (READ RECORD) return "FFFFF..." : > > ------------ > ofonod[11230]: Data: < \r\n+CRSM: 144,0,"FFFFFFFFFFFFFFFF"\r\n\r\nOK\r\n > ------------ > > Is it normal ? For example, on EFmsisdn (6F40), the first AT command is > a "GET RESPONSE" and next, ofono does a "READ RECORD". And this "READ > RECORD" returns FFFFF.... whereas "GET RESPONSE" returns pretty good > data" : Yes, FF just means the record is empty. > > ------------ > ofonod[11230]: Data: > AT+CRSM=192,28480,0,0,255\r > ofonod[11230]: Data: < \r\n+CRSM: > 144,0,"6221182050221001E0483026F40A5038001718A01058B036F060B800200788800F10100"\r\n\r\nOK\r\n > > ofonod[11230]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, > 00, 35 > ofonod[11230]: Data: > AT+CRSM=178,28480,1,4,30\r > ofonod[11230]: Data: < \r\n+CRSM: > 144,0,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"\r\n\r\nOK\r\n > > ofonod[11230]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, > 00, 30 > ------------ > > * Some SIM files aren't found. On this T-Mobile SIM card, it's > essentially about "CPHS: ..." files (6F16, 6F13, 6F15), on Service > Dialing Numbers (6F49), on Phase identification (6FAE). I guess phase > identification file is important, isn't it ? If this is a 3G card, then this is normal. And many of the files are optional in the first place. > > * on AF20 file (GSM ciphering key Kc), I see this error message : > > ------------ > ofonod[11230]: Requested file structure differs from SIM: 4f20 > ------------ > That one is indeed strange... > * some AT commands fails : AT+CCWE (Call meter max event), AT+CPSB > (fixed with AT+CNSMOD quirk), AT+CNAP (Calling name presentation). Must > I add quirk for all theses commands ? > Your modem might simply not support these... Regards, -Denis