From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0812426741866753863==" MIME-Version: 1.0 From: Dara Spieker-Doyle Subject: Re: [PATCH] doc: Add modem Type property Date: Fri, 21 Jan 2011 12:43:14 -0800 Message-ID: <4D39EFE2.80000@nokia.com> In-Reply-To: <20110121202505.GG2400@joana> List-Id: To: ofono@ofono.org --===============0812426741866753863== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Gustavo and Denis On 01/21/2011 12:25 PM, ext Gustavo F. Padovan wrote: > Hi Denis, > > * Denis Kenzior [2011-01-21 14:15:46 -0600]: > >> Hi Dara, >> >> On 01/20/2011 04:48 PM, Dara Spieker-Doyle wrote: >>> Add support for providing the type of the attached modem device >>> including GSM (3GPP), CDMA (3GPP2) and Bluetooth HFP. >>> --- >>> doc/modem-api.txt | 13 +++++++++++++ >>> 1 files changed, 13 insertions(+), 0 deletions(-) >>> >>> diff --git a/doc/modem-api.txt b/doc/modem-api.txt >>> index 45043b0..fe806c8 100644 >>> --- a/doc/modem-api.txt >>> +++ b/doc/modem-api.txt >>> @@ -82,6 +82,19 @@ Properties boolean Powered [readwrite] >>> >>> This is usually obtained by using the +CGSN AT command. >>> >>> + string Type [readonly, optional, experimental] >>> + >>> + String representing the type of the modem device. >>> + >>> + The possible values are: >>> + "gsm" Modem supports one or more of the 3GPP >>> + family of technologies including GSM, >>> + EDGE, UMTS, HSPA, LTE. >>> + "cdma" Modem supports one or more of the 3GPP2 >>> + family of technologies including CDMA 1x, >>> + EVDO. >>> + "hfp" Bluetooth hands-free profile (HFP) modem >>> + >> >> So one pointed question: >> >> How are we planning to support dual-mode devices with this property? I >> believe during the CDMA workshop we decided that the clients should >> simply look at the set of interfaces, not a semi-static property... > > We can have a value that is "gsm& cdma". This fits for now, but won't sc= ale. > And this list won't increase in the near future I think. > This is along the lines of my thoughts for future support of a = multi-mode device- but I left it out for now as a value as it's future work. Denis - Lei's about to pop in and answer your questions as he was = actually at the workshop! :) Cheers Dara --===============0812426741866753863==--