**** BEGIN LOGGING AT Mon Apr 11 02:59:57 2011 Apr 11 20:01:36 denkenz: ping Apr 11 20:01:44 Jeevaka: pong Apr 11 20:02:42 discussion is about emergency number list Apr 11 20:03:34 if there is no numbers in EFecc, then we should only have the unionof(default, modem/network) Apr 11 20:04:13 yep Apr 11 20:04:44 as per the current implementation, we will have default_en_list_no_sim as well Apr 11 20:06:43 hah, you're right Apr 11 20:07:44 Guess we need that boolean after all Apr 11 20:10:59 seems so Apr 11 20:26:13 Jeevaka: I pushed a fix 857d2df Apr 11 20:26:15 Please test Apr 11 20:27:23 denkenz: consider that its taken care ;) Apr 11 20:27:57 supplementary service notification has to be handled in ifx as well Apr 11 20:28:49 generic atmodem already has this support. Replication of the same code doesnt look good Apr 11 20:31:42 Just move CSSI/CSSU parsers to at_util maybe Apr 11 20:31:42 MT related events can happen during the call, generic AT command doesnt have the call id parameter. So, how are we going to handle this or how is it handled? Apr 11 20:32:29 We just guess, if there's an ambiguity we drop it on the floor Apr 11 20:32:44 However, I don't believe Andras ever got those working anyway Apr 11 20:33:19 currently, generic at driver just sends the call id as 0 Apr 11 20:33:50 it will work if there is only one call Apr 11 20:34:18 exactly Apr 11 20:34:28 That's just the limitation of AT commands Apr 11 20:34:32 Maybe IFX can give us an ID Apr 11 20:34:34 may be ll move the cssi to atatutik Apr 11 20:34:57 atutil and introduce a vendor specifi URC with id Apr 11 20:35:01 exactly Apr 11 20:37:53 next item is about ctm Apr 11 20:37:56 :) Apr 11 20:40:25 Currently, we have a property in the TextTelephony interface to enable/disable/query the TTY status Apr 11 20:41:01 do we need to provide a simial property for each voice call object? Apr 11 20:45:04 I have no idea Apr 11 20:50:00 eg: Settings application is used for enabling/disabling/query TTY property using TextTelephony interface whereas Dialer app relies on the TextTelephony property on the voicecall object to show something to the user during a call Apr 11 20:52:06 Your guess is as good as mine Apr 11 20:52:28 Sounds more useful to the audio engine Apr 11 20:52:29 Jeevaka: In theory we need to expose a property that tells us that this call is a TTY call. Apr 11 20:52:51 If and only if the call UI wants to show a difference. Apr 11 20:52:59 Otherwise exposing this in AudioSettings is enough. Apr 11 20:53:15 Whether this is done through an oFono property or not depends on what the audio streaming protocol is Apr 11 20:53:26 Jeevaka: That is why I wanted to see the use case for TTY from a UI point of view. Apr 11 20:53:54 So far nobody has answered the question on how the UI differs between TTY and non-TTY call. Apr 11 20:55:31 holtmann: agree. may be I need to contact the respective UI project administrator Apr 11 20:56:39 holtmann: most probably that will take some weeks or even months, you never know Apr 11 20:57:39 We can do a lot of things here, but it all boils down to the description of the UI use cases and how they want to present TTY calls. Apr 11 20:57:47 Until that is clear, no extra properties. Apr 11 20:58:10 APIs that are not used are actually harmful. Apr 11 20:59:04 ok Apr 11 21:26:26 now that i think of it shouldn't the Cancel and Release methods in agents be converted to signals? Apr 11 21:26:49 err perhaps not Apr 11 21:26:55 ignore me :) Apr 11 21:28:53 lol Apr 11 21:29:18 double lol Apr 11 21:35:02 is there are reason emulator doesn't support +COPS=? Apr 11 21:38:18 Not supported in HFP Apr 11 21:41:04 oh Apr 11 22:19:02 denkenz: pin Apr 11 22:19:09 denkenz: ping* Apr 11 22:19:16 yes? Apr 11 22:19:16 AT+CPIN=1234 Apr 11 22:20:59 reason for resetting the flag inside first if loop in free_eim_ecc_numbers? Apr 11 22:22:06 Efficiency, we only free the sim numbers with FALSE when we are about to set new sim eccs Apr 11 22:22:20 so its avoiding resetting the flag and setting it Apr 11 22:24:13 incase of sim refresh and nw list update, we will be relying on the sim_en_list instead of the flag Apr 11 22:24:21 is that ok? Apr 11 22:27:06 yes, I don't want to switch eccs until the EFecc has been re-read Apr 11 22:27:16 since otherwise you might have an incomplete list Apr 11 22:27:27 its better to do this semi-atomically Apr 11 22:27:35 Not like this will ever happen anyway Apr 11 22:43:17 denkenz: failing in sim present -> sim removed scenario Apr 11 22:43:36 oh? Apr 11 22:43:54 may be we need to have the resetting of the flag outside Apr 11 22:47:08 No, I'm just an idiot Apr 11 22:49:08 dont get why we check vc->new_sim_en_list for existence and free sim_en_list Apr 11 22:49:58 Try e9f12d7 Apr 11 22:51:27 As I said, I am an idiot ;) Apr 11 22:53:26 We really need someone to add proper sim insertion / removal support to phonesim Apr 11 22:56:51 hmm, may be i'll take it Apr 11 23:11:57 sim insert/removal, efecc failure, no number in EFecc and network emergency number cases working fine **** ENDING LOGGING AT Tue Apr 12 02:59:57 2011