**** BEGIN LOGGING AT Wed Dec 16 02:59:57 2009 Dec 16 03:52:17 holtmann: Dec 16 03:52:18 AT+CGREG? Dec 16 03:52:20 +CGREG: 2,1,"99EC","00001A11",3 Dec 16 03:52:21 Dec 16 03:52:23 OK Dec 16 03:52:24 AT+CREG? Dec 16 03:52:26 +CREG: 2,4 Dec 16 03:52:27 Dec 16 03:52:29 OK Dec 16 03:52:30 AT+COPS? Dec 16 03:52:32 +COPS: 0,0,"T-Mobile",0 Dec 16 03:52:33 Dec 16 03:52:35 OK Dec 16 03:52:36 AT+CGCLASS? Dec 16 03:52:38 +CGCLASS: "CG" Dec 16 03:52:39 Dec 16 03:52:41 OK Dec 16 04:58:33 denkenz: how can I use phonesim from command line, without ofono? Dec 16 05:02:44 holtmann, command netstat -nr, gw shows right ip; netstat -r, gw shows "localhost". why the gw is resolved to "localhost"? And the dhcp return value has sent to your mail. Dec 16 05:04:29 martin_lab: Really. Just post netstat -nr here. Dec 16 05:45:12 Check with nslookup, dig and host to see what your IP resolves to and why and who does it. Dec 16 05:45:32 holtmann, ok, no problem. Dec 16 10:00:02 hi! I would like to know if there is some backend interface for developing a message storage Dec 16 10:00:47 or should I simply listen to gsm signals for incoming sms in an external daemon? Dec 16 13:28:20 Why does the CBS manager need a "Powered" property? Dec 16 13:41:45 akiniemi, maybe to indicate its status of activation? Dec 16 14:45:04 daniele_athome: yeah, but what does that mean? Dec 16 14:48:42 There seems to be a couple of things missing from the SIM API... Dec 16 14:49:21 First, we should add an API for SIM locks (for querying status and removing) Dec 16 14:52:20 Also, if the SIM is somehow borked, should there be a SIM Manager to report that error case? Dec 16 15:40:02 akiniemi: Don't we already have such an API? Dec 16 15:40:48 query_password, send_password, reset_password, change_password,lock,query_locked Dec 16 15:41:34 daeniele_athome: Please use history plugin, it has callbacks for messages being sent/received Dec 16 15:41:49 daniele_athome: You can stuff them into a db of your choice Dec 16 15:47:29 akiniemi: And yes we still need a sim not inserted / sim broken state, however there is no standard for this, so feel free to propose something Dec 16 16:16:33 denkenz, thank you, I was just reading that code :) Dec 16 16:26:42 holtmann: What's the verdict on Martin's patch? Dec 16 16:27:16 That patch is just fine. We need to fake the Netmask value. Dec 16 16:27:56 There is no point in having ConnMan do the heavy lifting in calculating the Netmask since we already know it. Dec 16 16:32:57 holtmann: Ok, in the future do you expect all plugins to do this? Dec 16 16:33:06 holtmann: Or just the ones we know the netmask? Dec 16 16:33:37 I expect plugins to give us a netmask. If not we can only set 255.255.255.255. Dec 16 16:33:57 However the netmask is only important for devices that are real Ethernet devices like MBM. Dec 16 16:34:08 There are modems that provide only IP and DNS btw Dec 16 16:34:12 The HSO for example we don't care. It is point-to-point anyway. Dec 16 16:34:15 Not even gw/netmask Dec 16 16:34:53 Nod, ok, just checking Dec 16 16:35:07 This is a special case for MBM. Normally you would expect a point-to-point network interface. Then netmask and gateway doesn't matter at all. We just route to the interface. Dec 16 16:35:27 However with "real" Ethernet interfaces we have to have it. Dec 16 16:35:58 If we could turn MBM into doing a point-to-point interface, then I would do that, but that breaks DHCP. Dec 16 16:36:25 In theory it would work, but we tried it with WiMAX and it causes more problems than it does any good. Dec 16 16:36:56 Ok, sounds good to me, I will apply it then Dec 16 17:33:56 denkenz: do you think different phase cards can have imsi collisions or why should we cache per phase? Dec 16 17:34:21 balrog-kun: Suppose you have a 2G card and a 3G card in your laptop Dec 16 17:34:42 balrog-kun: The 3G card will always use the 3G UICC, 2G card will use the 2G part of the UICC Dec 16 17:34:55 They still share same IMSI, but physically different files Dec 16 17:35:38 denkenz: wait, a 2G SIM and a 3G SIM? Dec 16 17:35:53 The UICC contains 2 'SIMs' in it Dec 16 17:36:08 a 3G for 3G devices, and a 2G backward compatible one for 2G devices Dec 16 17:36:43 is that possible? and by UICC do you mean the physical card? Dec 16 17:37:09 afaik there's one imsi per one physical SIM and it can only be phase 2 or 3 Dec 16 17:37:19 not both Dec 16 17:40:13 I'm pretty sure it is Dec 16 17:42:24 how would the card know what file type to return for EFecc? the modem would need to tell it Dec 16 17:43:16 it does Dec 16 17:43:21 it selects the UICC or something else Dec 16 17:46:45 Get a 3G SIM and try it Dec 16 17:47:09 It will return a fixed EFecc for 3G and a transparent for EFecc in a 2G Dec 16 17:47:19 So there are physically two different stores Dec 16 17:47:19 yeah, i should get one but they don't have them here, Dec 16 17:47:34 i wonder if the two versions of the files are kept in sync some way Dec 16 17:47:44 or are there effectively two files on the sim Dec 16 17:47:48 they* Dec 16 17:47:50 That is something I'm not sure of, probably up to the modem Dec 16 17:47:57 most likely no Dec 16 17:53:38 denkenz: would it make sense to have .read_file_info return the phase? Dec 16 17:54:21 try it, seems reasonable Dec 16 17:54:30 ok Dec 16 18:10:35 balrog-kun: And get yourself some 3G sims, maybe a trip to Germany is in order ;) Dec 16 20:14:57 holtmann: So I figured out a way to get the IP address on the MD300 Dec 16 20:15:13 holtmann: Unfortunately don't know how to get the DNS Dec 17 02:50:25 holtmann: is there still a distinction beetween tun and tap in linux as far as point to point goes? **** ENDING LOGGING AT Thu Dec 17 02:59:58 2009