Hi Remi,

>  src/common.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/common.c b/src/common.c
> index 4d93488..d4e567b 100644
> --- a/src/common.c
> +++ b/src/common.c
> @@ -702,9 +702,9 @@ const char *registration_tech_to_string(int tech)
>       case ACCESS_TECHNOLOGY_GSM_EGPRS:
>               return "edge";
>       case ACCESS_TECHNOLOGY_UTRAN_HSDPA:
> -             return "hspa";
> +             return "hsdpa";
>       case ACCESS_TECHNOLOGY_UTRAN_HSUPA:
> -             return "hspa";
> +             return "hsupa";
>       case ACCESS_TECHNOLOGY_UTRAN_HSDPA_HSUPA:
>               return "hspa";
>       case ACCESS_TECHNOLOGY_EUTRAN:

what happens here on the CS interface. Will we ever see anything else
than UMTS indication on CS and the extra ones are purely for PS or how
is this expected?

The second question is why do we bother with the difference between
uplink and downlink speed. The user just cares about HSxPA in general
and that is why these three have been combined.

Regards

Marcel


_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to