On Wed, Feb 6, 2013 at 9:53 AM, Radhika Praveen <[email protected]> wrote: > Hi Gaurav, > > Thanks for the reply :) And will wait for Suresh's confirmation. > > Am sorry but many doubts are cropping up as i see the code :)
Let me try if I can be of help. > > 1. How are the requests identified from each other? Do they any unique id or > serial number? I don't see any serial number kind of thing in the > UserRequest structure. I think I misunderstood your previous query. This is the flow: 1. UserRequest is created in tel-plugin-dbus_tapi (e.g. read SMS message) 2. UserRequest is received by Modem Plugin tel-plugin-imc in e.g read_msg() 3. Modem plugin creates TcorePending for a UserRequest and passes it to HAL plugin (Refer struct tcore_pending_type and tcore_hal_send_request()) It is this TcorePending by which requests are identified from each other. > 2. Am seeing there is a user info structure which has uid, gid,pid, channel > id. But they aren't being filled by anyone? > Then what is that used for? > 3. What is the client_cmd for in the user info structure? Already we have > said what is the request using the tcore_request_command in UserRequest. I'll leave space for someone else to pitch in here. > > Thanks developers for your replies amid your busy schedule. > > Regards > Radhika Gaurav Kalra Samsung Research India, Bengaluru Facebook: /gauravkalra Twitter: @gvkalra _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
