All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Provide Local Information
@ 2010-11-18 10:55 Yang Gu
  2010-11-18 10:55 ` [PATCH 1/2] stk: provide access technology info Yang Gu
  2010-11-18 10:55 ` [PATCH 2/2] network: Use bit as size instead of byte Yang Gu
  0 siblings, 2 replies; 7+ messages in thread
From: Yang Gu @ 2010-11-18 10:55 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 939 bytes --]

Currently only the access technology in proactive command "Provide Local Information" is handled. In order not to bloat the patch, I plan to send the left parts in separate patches. Would you please review this part first?
I have some concerns/questions on this command:
1. The definition of access technology got from network is different from the definition in stk, so I did some map here. Please comment if I made something wrong.
2. How about if oFono couldn't provide some information. For example, if oFono couldn't provide the time info, need we ask the application to provide one? Thus we'd need to introduce an agent.

Yang Gu (2):
  stk: provide access technology info
  network: Use bit as size instead of byte

 src/network.c |   18 +++++-
 src/ofono.h   |    1 +
 src/stk.c     |  179 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 196 insertions(+), 2 deletions(-)

-- 
1.7.2.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-11-19  7:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 10:55 [PATCH 0/2] Provide Local Information Yang Gu
2010-11-18 10:55 ` [PATCH 1/2] stk: provide access technology info Yang Gu
2010-11-18 13:36   ` Jeevaka.Badrappan
2010-11-19  6:04     ` Gu, Yang
2010-11-19  7:17       ` Rajesh.Nagaiah
2010-11-19  7:27         ` Gu, Yang
2010-11-18 10:55 ` [PATCH 2/2] network: Use bit as size instead of byte Yang Gu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.