**** BEGIN LOGGING AT Thu Mar 24 02:59:58 2011 Mar 24 09:20:01 Denkenz: I saw some patches for cell infor but did not find them in git tree, are they reviewing? also there were location report feature and assisted-satellite-navigation API. Base on above three Agps features, do you want implement them all? Mar 24 17:01:00 denkenz:ping Mar 24 17:05:21 denkenz: ping, sorry Mar 24 17:40:04 nbertrand: pong Mar 24 17:41:13 i'm looking at phonesim and the implementation of CSSU/CSSI notifications, do we need to just send the notification or we have to check if incoming/outgoing call are presents and so enabling only the relevant notif? Mar 24 17:45:38 nbertrand: Sorry I'm lost, CSSU/CSSI only comes in while on a call Mar 24 17:45:52 If you want to simulate this with phonesim, then you probably need a UI for it Mar 24 17:51:32 yes it's only used during call, and so does the UI should be disabled when there is not any call? or we assume that the user know this condition? Mar 24 17:52:00 If you want to be nice you can disable it Mar 24 17:52:08 but assuming the user knows wtf he's doing is also fine Mar 24 17:54:36 ok nice Mar 24 18:00:40 about call management it should be intresting to have a more control on it, like an entire tab with many other functionnalities, do you think this point could be useful? Mar 24 18:01:19 sure Mar 24 18:02:43 good Mar 24 18:04:31 i'll do the task about CSSU/CSSI Mar 24 18:05:38 and so can i update TODO file with this kind of work? Mar 24 18:14:12 this is a TODO for phonesim, so I suggest you submit it to that Mar 24 18:14:22 But yes, feel free to submit whatever TODO items you think are needed Mar 24 18:15:49 nbertrand: And btw, CSSU/CSSI are already on phonesim's TODO ;) Mar 24 18:17:48 ok thanks, do I need to add complexity and priority field to the CSSU/CSSI task? Mar 24 18:20:16 yes please Mar 24 18:21:20 ok i'll do it, thanks Mar 24 18:22:46 denkenz: I am working on RING and CLIP, I add a timer in voicecall generating RING during time callsetup is set to INCOMING Mar 24 18:22:47 for CLIP, as it can be enabled or not for each emulator I think that it should be managed in emulator and add an emulator_send_ring_and_clip(char* clip_str) called from voicecall ring timer Mar 24 18:22:47 are you ok with this ? Mar 24 18:24:40 fdanis: That is fine, but you might need more info that just the lineid Mar 24 18:24:52 e.g. clip_validity as well Mar 24 18:26:56 this parameter can be NULL if clip info is not valide, or formatted in voicecall ring timer callback Mar 24 18:27:13 emulator will only take decision to send it or not Mar 24 18:37:31 you have to be careful, clip_validity is a tri-state Mar 24 18:38:12 it might just be easier to give a reference to the ofono_call object Mar 24 18:39:47 yes, I think that I should only send it when cllip_validity is CLIP_VALIDITY_VALID Mar 24 18:40:58 it might depend Mar 24 18:41:20 For HFP you're right, but for 27.007 style emulation you need to use the same values that ofono_call has Mar 24 18:42:35 So you might as well get the raw info and print it out depending on the emulator type Mar 24 18:42:38 if I pass reference to ofono_call object, each emulator will have to generate clip message Mar 24 18:42:38 this can be done in voicecall before calling __ofono_modem_foreach_atom Mar 24 18:43:21 and this can be adapted by emulator type Mar 24 18:46:04 its not worth it, and as you point out the CLIP enablement has to be taken into account Mar 24 18:46:36 You might also have to generate a CRING as well Mar 24 18:46:42 So it all gets funny Mar 24 18:47:37 CRING is not supported by HFP, did I miss something ? Mar 24 18:47:57 it isn't, but it will be by 27.007 style emulator Mar 24 18:48:20 so you might as well have the voicecall do the simple thing and let the emulator figure out the details Mar 24 18:48:38 e.g. start a timer, figure out whether to send ring, cring, clip Mar 24 18:49:22 ok, so you think that the timer should be in emulator Mar 24 18:49:22 currently, I did it in voicecall atom Mar 24 18:50:10 yeah, I think it makes sense to put it in the emulator Mar 24 18:50:30 ok Mar 24 19:04:59 denkenz: did you take a look to COPS patch v3, is it ok ? Mar 24 19:28:52 fdanis: I haven't yet in detail Mar 24 19:30:15 ok **** ENDING LOGGING AT Fri Mar 25 02:59:57 2011