Open Source Telephony
 help / color / mirror / Atom feed
* Selecting multiple radio access technologies in oFono
@ 2011-01-31 13:59 Paavo Leinonen
  2011-01-31 14:08 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
  2011-02-01 20:25 ` Aki Niemi
  0 siblings, 2 replies; 11+ messages in thread
From: Paavo Leinonen @ 2011-01-31 13:59 UTC (permalink / raw)
  To: ofono

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

Hi all,

Could it be possible to extend current TechnologyPreference setting in
radio-settings-api in a way which would enable user to limit usage of 
certain
radio accesses? For example user could choose to limit technology usage to
technologies like GSM and UMTS even if the LTE coverage would be available.
Following value could be introduced to current API to enable this kind of
selection:

"gsm"      Only GSM used for radio access.
"umts"     Only UMTS used for radio access.
"gsm_umts" Only GSM or UMTS used for radio access.
"lte"      Only LTE used for radio access.

Other approach could be that we would rephrase existing API so that 
instead of
using "only" LTE, we would use LTE whenever available and some older 
technology
when LTE coverage is lacking. So user would select "highest" allowed radio
access without restrictions to use only one technology which has been 
selected.
This would save us from polluting value selection with options like 
"gsm_umts",
a decision we'd be grateful when we'll run oFono on 10G modems. ;)

Use case for this could be energy conservation. At least I have habit to set
network preference to 'GSM' to conserve battery life when I know I'm 
going to
travel places where 3G coverage is not that good or I'm not going to 
need it.

Br,
Paavo


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

* Re: Selecting multiple radio access technologies in oFono
  2011-01-31 13:59 Selecting multiple radio access technologies in oFono Paavo Leinonen
@ 2011-01-31 14:08 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
  2011-02-01 20:25 ` Aki Niemi
  1 sibling, 0 replies; 11+ messages in thread
From: =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont @ 2011-01-31 14:08 UTC (permalink / raw)
  To: ofono

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

On Monday 31 January 2011 15:59:14 ext Paavo Leinonen, you wrote:
> Hi all,
> 
> Could it be possible to extend current TechnologyPreference setting in
> radio-settings-api in a way which would enable user to limit usage of
> certain radio accesses?

> For example user could choose to limit technology usage to
> technologies like GSM and UMTS even if the LTE coverage would be available.
> Following value could be introduced to current API to enable this kind of
> selection:
> 
> "gsm"      Only GSM used for radio access.
> "umts"     Only UMTS used for radio access.
> "gsm_umts" Only GSM or UMTS used for radio access.
> "lte"      Only LTE used for radio access.

Oh my, no.

If you want to control technologies one by one, use a string and a boolean. If 
you really want atomicity w.r.t. D-Bus, then make it a dictionary.

-- 
Rémi Denis-Courmont
Nokia Devices R&D, Maemo Software, Helsinki

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

* Re: Selecting multiple radio access technologies in oFono
  2011-01-31 13:59 Selecting multiple radio access technologies in oFono Paavo Leinonen
  2011-01-31 14:08 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
@ 2011-02-01 20:25 ` Aki Niemi
  2011-02-02  9:33   ` Paavo Leinonen
  1 sibling, 1 reply; 11+ messages in thread
From: Aki Niemi @ 2011-02-01 20:25 UTC (permalink / raw)
  To: ofono

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

Hi Paavo,

On Mon, 2011-01-31 at 15:59 +0200, ext Paavo Leinonen wrote:
> Could it be possible to extend current TechnologyPreference setting in
> radio-settings-api in a way which would enable user to limit usage of 
> certain
> radio accesses? For example user could choose to limit technology usage to
> technologies like GSM and UMTS even if the LTE coverage would be available.
> Following value could be introduced to current API to enable this kind of
> selection:
> 
> "gsm"      Only GSM used for radio access.
> "umts"     Only UMTS used for radio access.
> "gsm_umts" Only GSM or UMTS used for radio access.
> "lte"      Only LTE used for radio access.

The current API has 'gsm', 'umts', 'lte' and 'any'. I think you are
suggesting something like 'all-but-lte', right?

> Other approach could be that we would rephrase existing API so that 
> instead of
> using "only" LTE, we would use LTE whenever available and some older 
> technology
> when LTE coverage is lacking. So user would select "highest" allowed radio
> access without restrictions to use only one technology which has been 
> selected.

This is what 'any' essentially is for.

> This would save us from polluting value selection with options like 
> "gsm_umts",
> a decision we'd be grateful when we'll run oFono on 10G modems. ;)
> 
> Use case for this could be energy conservation. At least I have habit to set
> network preference to 'GSM' to conserve battery life when I know I'm 
> going to
> travel places where 3G coverage is not that good or I'm not going to 
> need it.

I think this will also get gradually better as networks and handsets are
upgraded to use better power saving features, such as CPC.

Cheers,
Aki

> Br,
> Paavo
> 
> _______________________________________________
> ofono mailing list
> ofono(a)ofono.org
> http://lists.ofono.org/listinfo/ofono




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

* Re: Selecting multiple radio access technologies in oFono
  2011-02-01 20:25 ` Aki Niemi
@ 2011-02-02  9:33   ` Paavo Leinonen
  2011-02-02  9:42     ` Marcel Holtmann
  0 siblings, 1 reply; 11+ messages in thread
From: Paavo Leinonen @ 2011-02-02  9:33 UTC (permalink / raw)
  To: ofono

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

Hi Aki,

On 02/01/2011 10:25 PM, Aki Niemi wrote:
> The current API has 'gsm', 'umts', 'lte' and 'any'. I think you are
> suggesting something like 'all-but-lte', right?
I think it would be nice if user could be able to select multiple
preferred  bands, not just only one. The use case I came up with was
this 'all-but-lte'.
>> Other approach could be that we would rephrase existing API so that
>> instead of
>> using "only" LTE, we would use LTE whenever available and some older
>> technology
>> when LTE coverage is lacking. So user would select "highest" allowed radio
>> access without restrictions to use only one technology which has been
>> selected.
> This is what 'any' essentially is for.
You can't limit preferred bands with 'any'. I was trying to find an
alternative for polluting API by listing all the possible combinations
('gsm_umts', 'gsm_lte', 'umts_lte') in API.

However, I don't think we need this anymore as Rémi kindly pointed out
a solution earlierwhich involves dictionary with strings and booleans.

Br,
Paavo

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

* Re: Selecting multiple radio access technologies in oFono
  2011-02-02  9:33   ` Paavo Leinonen
@ 2011-02-02  9:42     ` Marcel Holtmann
  2011-02-02 10:05       ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
  2011-02-02 10:31       ` Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
  0 siblings, 2 replies; 11+ messages in thread
From: Marcel Holtmann @ 2011-02-02  9:42 UTC (permalink / raw)
  To: ofono

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

Hi Paavo,

> > The current API has 'gsm', 'umts', 'lte' and 'any'. I think you are
> > suggesting something like 'all-but-lte', right?
> I think it would be nice if user could be able to select multiple
> preferred  bands, not just only one. The use case I came up with was
> this 'all-but-lte'.

can we first be clear that we are talking about technology selection and
not band selection. They are different.

Right now I have no idea on how the hardware will ever support this
properly. RAT selection is already so different that I prefer to keep it
like this. It is simple. We can cross the LTE bridge once this becomes a
real problem.

Regards

Marcel



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

* Re: Selecting multiple radio access technologies in oFono
  2011-02-02  9:42     ` Marcel Holtmann
@ 2011-02-02 10:05       ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
  2011-02-02 10:31       ` Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
  1 sibling, 0 replies; 11+ messages in thread
From: =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont @ 2011-02-02 10:05 UTC (permalink / raw)
  To: ofono

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

On Wednesday 02 February 2011 11:42:42 ext Marcel Holtmann, you wrote:
> Right now I have no idea on how the hardware will ever support this
> properly. RAT selection is already so different that I prefer to keep it
> like this. It is simple. We can cross the LTE bridge once this becomes a
> real problem.

As far as 3GPP 27.007 is concerned, I reckon a specific technology can be 
chosen (with or w/o fallback), not an arbitrary set of technologies.

-- 
Rémi Denis-Courmont
Nokia Devices R&D, Maemo Software, Helsinki

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

* Re: Selecting multiple radio access technologies in oFono
  2011-02-02  9:42     ` Marcel Holtmann
  2011-02-02 10:05       ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
@ 2011-02-02 10:31       ` Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
  2011-02-02 10:44         ` Marcel Holtmann
  1 sibling, 1 reply; 11+ messages in thread
From: Sjur =?unknown-8bit?q?Br=C3=A6ndeland?= @ 2011-02-02 10:31 UTC (permalink / raw)
  To: ofono

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

Hi Marcel & Aki

>> > The current API has 'gsm', 'umts', 'lte' and 'any'. I think you are
>> > suggesting something like 'all-but-lte', right?
>> I think it would be nice if user could be able to select multiple
>> preferred  bands, not just only one. The use case I came up with was
>> this 'all-but-lte'.
>
> can we first be clear that we are talking about technology selection and
> not band selection. They are different.
>
> Right now I have no idea on how the hardware will ever support this
> properly.

FYI, as far as I know the STE will supports the following technology
combinations:
- GSM only (WCDMA/E-UTRAN off)
- WCDMA only (GSM/E-UTRAN off)
- GSM +WCDMA (E-UTRAN off)
- E-UTRAN only (GSM/WCDMA off)
- E-UTRAN+GSM (WCDMA off)
- E-UTRAN+WCDMA (GSM off)

*If* we want to expose this kind of granularity on the oFono API,
we should probably go with Remi's proposal with a boolean for each
technology.

> RAT selection is already so different that I prefer to keep it
> like this. It is simple. We can cross the LTE bridge once this becomes a
> real problem.

If you want to keep it simple it's fine with me. But personally I
agree with Paavo
it could be useful to be able to set the radio in "all-but-lte" mode...

Regards,
Sjur

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

* Re: Selecting multiple radio access technologies in oFono
  2011-02-02 10:31       ` Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
@ 2011-02-02 10:44         ` Marcel Holtmann
  2011-02-02 12:00           ` Kjetil ASDAL
  0 siblings, 1 reply; 11+ messages in thread
From: Marcel Holtmann @ 2011-02-02 10:44 UTC (permalink / raw)
  To: ofono

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

Hi Sjur,

> >> > The current API has 'gsm', 'umts', 'lte' and 'any'. I think you are
> >> > suggesting something like 'all-but-lte', right?
> >> I think it would be nice if user could be able to select multiple
> >> preferred  bands, not just only one. The use case I came up with was
> >> this 'all-but-lte'.
> >
> > can we first be clear that we are talking about technology selection and
> > not band selection. They are different.
> >
> > Right now I have no idea on how the hardware will ever support this
> > properly.
> 
> FYI, as far as I know the STE will supports the following technology
> combinations:
> - GSM only (WCDMA/E-UTRAN off)
> - WCDMA only (GSM/E-UTRAN off)
> - GSM +WCDMA (E-UTRAN off)
> - E-UTRAN only (GSM/WCDMA off)
> - E-UTRAN+GSM (WCDMA off)
> - E-UTRAN+WCDMA (GSM off)
> 
> *If* we want to expose this kind of granularity on the oFono API,
> we should probably go with Remi's proposal with a boolean for each
> technology.

right now I prefer to keep it simple.

We also have to think about the CDMA+LTE combination and CDMA+GSM combo
chips. There is still a bit a uncertainty how these are going to look
like. And more important how we have to expose them.

> > RAT selection is already so different that I prefer to keep it
> > like this. It is simple. We can cross the LTE bridge once this becomes a
> > real problem.
> 
> If you want to keep it simple it's fine with me. But personally I
> agree with Paavo
> it could be useful to be able to set the radio in "all-but-lte" mode...

Couldn't this be achieved by actual band selection if you really really
wanted this? Do we actually have different LTE band at all. I am still
not all that familiar with the low-level radio technology behind LTE.

Regards

Marcel



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

* RE: Selecting multiple radio access technologies in oFono
  2011-02-02 10:44         ` Marcel Holtmann
@ 2011-02-02 12:00           ` Kjetil ASDAL
  2011-02-02 12:46             ` Lucas De Marchi
  0 siblings, 1 reply; 11+ messages in thread
From: Kjetil ASDAL @ 2011-02-02 12:00 UTC (permalink / raw)
  To: ofono

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

Hi Marcel, 

Marcel wrote: 
> Couldn't this be achieved by actual band selection if you really really
> wanted this? Do we actually have different LTE band at all. I am still
> not all that familiar with the low-level radio technology behind LTE.

When you say "band selection", I assume you are talking about frequency bands. 
AFAIK, the frequency band is a setting within the radio access technology, and 
I don't think it is possible to "disable" LTE by deselecting certain frequency 
bands. Furthermore, AFAIK, there are no AT commands for doing frequency band 
selection.

Anyway, if you do not want to use LTE, then you should specifically tell the UE 
to disable/deactivate the part of the radio stack that handles EUTRAN.

Regards,
Kjetil

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

* Re: Selecting multiple radio access technologies in oFono
  2011-02-02 12:00           ` Kjetil ASDAL
@ 2011-02-02 12:46             ` Lucas De Marchi
  2011-02-02 13:10               ` Kjetil ASDAL
  0 siblings, 1 reply; 11+ messages in thread
From: Lucas De Marchi @ 2011-02-02 12:46 UTC (permalink / raw)
  To: ofono

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

Hi Kjetil,

On Wed, Feb 2, 2011 at 10:00 AM, Kjetil ASDAL
<kjetil.asdal@stericsson.com> wrote:
> When you say "band selection", I assume you are talking about frequency bands.
> AFAIK, the frequency band is a setting within the radio access technology, and
> I don't think it is possible to "disable" LTE by deselecting certain frequency

I don't know about LTE, but I can effectively disable umts in my
huawei modem just by choosing a frequency not available in my country.
Then, when going online the modem is forced to use one of the GSM
ones.


> bands. Furthermore, AFAIK, there are no AT commands for doing frequency band
> selection.

It depends on the modem. See the implementation for huawei in
drivers/huaweimodem/radio-settings.c:huawei_set_band(). It uses the
AT^SYSCFG command that is specific to huawei modems.




regards,
Lucas De Marchi

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

* RE: Selecting multiple radio access technologies in oFono
  2011-02-02 12:46             ` Lucas De Marchi
@ 2011-02-02 13:10               ` Kjetil ASDAL
  0 siblings, 0 replies; 11+ messages in thread
From: Kjetil ASDAL @ 2011-02-02 13:10 UTC (permalink / raw)
  To: ofono

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

Hi Lucas,

Lucas wrote:
 
> I don't know about LTE, but I can effectively disable umts in my
> huawei modem just by choosing a frequency not available in my country.
> Then, when going online the modem is forced to use one of the GSM
> ones.
 
That may very well be so, but I still think this is at best a funny way 
to disable LTE (or any other RAT for that matter). I should come right 
out and say that I am far from an expert on how the radio stack operates, 
but I suspect that by doing what you propose, the radio will have to do 
periodical "measurements" to see if the chosen frequency band has become 
available, and this could result in some extra power consumption.

> It depends on the modem. See the implementation for huawei in
> drivers/huaweimodem/radio-settings.c:huawei_set_band(). It uses the
> AT^SYSCFG command that is specific to huawei modems.

Of course you are right; it definitely depends on the modem and what AT 
commands are supported. What I meant (but did not write) was that there 
are no standard AT commands (i.e. from 3GPP TS 27.007) for this.

Regards, 
Kjetil

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

end of thread, other threads:[~2011-02-02 13:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-31 13:59 Selecting multiple radio access technologies in oFono Paavo Leinonen
2011-01-31 14:08 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-02-01 20:25 ` Aki Niemi
2011-02-02  9:33   ` Paavo Leinonen
2011-02-02  9:42     ` Marcel Holtmann
2011-02-02 10:05       ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-02-02 10:31       ` Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
2011-02-02 10:44         ` Marcel Holtmann
2011-02-02 12:00           ` Kjetil ASDAL
2011-02-02 12:46             ` Lucas De Marchi
2011-02-02 13:10               ` Kjetil ASDAL

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox