**** BEGIN LOGGING AT Tue Oct 26 03:00:11 2010 Oct 26 08:45:06 holtmann: assumed one driver with multiple contexts Oct 26 08:50:12 holtmann : ping ;-) Oct 26 09:26:42 holtmann: is it easy to failed working with Huawei 3G modem ? Oct 26 11:15:03 pessi: So you need to add the same atom multiple times. Or create new atoms for each one. Oct 26 11:15:21 pessi: Denis fixed the multiple context setup. And I have this running with IFX. Oct 26 11:16:00 So you just need ofono_gprs_add_context(gprs, gc); for every context you want to activate. Oct 26 11:16:25 Assuming isi->idx is really just an index and every invocation gets new radio resources from the modem. Oct 26 11:16:40 For IFX we have different TTYs so we need to create new atoms for each context. Oct 26 11:16:52 You guys might just get away with adding the atom multiple times. Oct 26 11:17:11 matt_chen: All my Huawei devices work (except one). Oct 26 11:21:31 holtman: I filed a bug, http://bugs.meego.com/show_bug.cgi?id=8937 Oct 26 12:17:37 hi Oct 26 12:19:36 I'm looking for some documentation about connman and ofono. I completed in connecting my 3G key to the network with test scripts, and know I would like to do the same with connman. Do you know where I can find this informations ? Oct 26 14:51:54 holtmann: Mika would like to have a dynamic creation of atoms, too Oct 26 14:52:45 so grps driver could create contexts on demand, and if some limit is reached, return error Oct 26 14:53:13 pessi: What is the ISI limit? Oct 26 14:53:40 Are you guys doing more than 4 actually? That seems to be the IFX limit. Oct 26 14:55:10 I can even really find use cases for 4 contexts active at the moment. Oct 26 14:55:34 Also IFX has a different limitation with having to have a DLC for each active context. Oct 26 15:51:08 internet, ims, and mms should be enough for everyone ;) Oct 26 15:51:23 i'd guess someone might want to use tethering, too Oct 26 15:51:42 I'm not sure if there is hard limit on isi Oct 26 15:53:37 So just add the same context 3 times within n900.c and you can have multiple context active support. Oct 26 15:53:54 Keep in mind there is no limited on the configured contexts. Just the active ones depend on the modem plugin. Oct 26 15:54:43 For everyone you wanna activate you need ofono_gprs_add_context() Oct 26 15:55:09 holtmann: Mika already left, he'll probably send something on the list Oct 26 15:55:10 You might be able to re-use the same atom in the ISI case. Oct 26 15:55:23 Depending on how the resource allocation works. Oct 26 15:55:29 So no need to atom on demand stuff. Oct 26 15:55:52 yep, re-using atoms would be perfect Oct 26 15:56:59 Please test this. Since only the ISI and maybe STE CAIF can do that. Oct 26 15:57:14 All others need multiple atoms since they need a new GAtChat for that line. Oct 26 15:57:25 ok Oct 26 16:37:16 martin_lab: ping Oct 27 01:49:37 sabotage pong **** ENDING LOGGING AT Wed Oct 27 02:59:57 2010