**** BEGIN LOGGING AT Sat Nov 07 02:59:57 2009 Nov 07 03:35:53 so network-api.txt is quite out of date :-) Nov 07 03:36:01 NetworkRegistration properties don't match at all Nov 07 03:48:55 oh well, easy enough to figure out Nov 07 07:01:54 hrm Nov 07 07:02:24 self.nreg.SetProperty('Mode', 'auto') Nov 07 07:02:33 (self.nref is the NetworkRegistration interface Nov 07 07:02:34 that fails Nov 07 07:03:08 oh well, time to look at the source code :-) Nov 07 07:04:26 Properties string Mode [readwrite] Nov 07 07:04:29 hrm Nov 07 07:04:37 is it really writeable ? Nov 07 07:05:07 I don't see a SetProperty thingy in network.c Nov 07 07:08:35 interesting Nov 07 07:08:37 calling Deregister() gives me operation failed Nov 07 07:08:43 but the "Mode" property is now "Off" Nov 07 07:08:44 strange Nov 07 07:08:55 maybe a phonesim glitch Nov 07 07:15:26 holtmann: http://gate.crashing.org/~benh/opplet.tar.gz Nov 07 07:15:40 holtmann: very early little hack, lots of stuff to do before it's useable Nov 07 07:15:43 holtmann: but I finally found a few minutes to put that together today Nov 07 07:16:32 (still uploading) Nov 07 07:27:01 Mode is not readwrite, need to fix that Nov 07 07:27:31 In the docs that is Nov 07 07:30:57 ping holtmann denkenz Nov 07 07:33:25 martin_home: I'm here but not for long Nov 07 07:35:00 denkenz, ok, quick question. which Dbus API can provide MBM network interface from ofono? Nov 07 07:35:55 martin_home: Eventually the PrimaryContext will Nov 07 07:36:23 it is even documented as the 'Interface' parameter Nov 07 07:36:31 s/parameter/property Nov 07 07:36:53 martin_home, you mean primaryctx-interface? that seems has not been implemented. Nov 07 07:37:05 Yeah it hasn't Nov 07 07:37:10 I don't have working hardware to do so Nov 07 07:37:33 denkenz, I need that Nov 07 07:37:38 Feel free to add something like ofono_gprs_context_set_interface Nov 07 07:37:57 And have the gprs_context expose the value in its properties Nov 07 07:38:08 denkenz, ok Nov 07 07:38:46 Have your other registration / cfun issues been resolved? Nov 07 07:38:57 denkenz, yes Nov 07 07:39:57 Good, what remains is really just exposing the Address/Interface/Netmask/Gateway bits Nov 07 07:40:15 And probably only really Interface is required for initial support Nov 07 07:40:49 denkenz, Now the Interface is critical Nov 07 07:41:43 denkenz, I have not find the usage of address/Netmask/Gateway from connman side. Because ConnMan can use dhclient to get it. Nov 07 07:42:11 for DHCP yes, but I think there are networks with weird setups without DHCP Nov 07 07:42:16 Don't worry about it for now Nov 07 07:42:22 denkenz, cool Nov 07 07:42:49 So yeah, add ofono_gprs_context_set_interface Nov 07 07:42:58 And make that emit a signal with PropertyChanged if necessary Nov 07 07:44:43 denkenz: while at it also fix properties in the doc... Operators -> AvailableOperators etc... Nov 07 07:46:53 denkenz, where you suggest to put interface? ofono_gprs, or ,ofono_gprs_context, or pri_context? I just touch ofono and has not quite familiar with the structure of ofono. ;-) Nov 07 07:48:29 That one's tricky actually Nov 07 07:49:04 It should be on gprs_context Nov 07 07:49:23 However, you need to link the currently active pri_context to the gprs_context Nov 07 07:50:03 yes, in fact I am working on the patch, and have thought about it for a long time. :-) Nov 07 07:52:38 denkenz, so from the description of primary_cx->interface, it is the network interface created by the context. Nov 07 07:53:21 correct Nov 07 07:53:23 denkenz, I think we need do some change on it. Because it can also be exported by kernel directly but only created. Nov 07 07:53:50 + by the Primary->cx Nov 07 07:53:56 Remember, pri_context is just store of all context descriptions Nov 07 07:54:11 gprs_context is what is actually active Nov 07 07:57:38 btw, right now the code assumes just 1 context Nov 07 07:57:51 so it should be quite easy to hook it all up Nov 07 07:57:57 denkenz, that is what I want to know. I need more time to understand ofono. ;-) Nov 07 07:58:58 denkenz, thanks! Nov 07 07:59:34 no prob, and I'm off Nov 07 10:30:00 hi **** ENDING LOGGING AT Sat Nov 07 21:23:15 2009 **** BEGIN LOGGING AT Sat Nov 07 21:23:45 2009 **** ENDING LOGGING AT Sun Nov 08 02:59:56 2009