Hi Guillaume,

On Wed, Aug 03, 2011 at 12:48:43PM +0200, Samuel Ortiz wrote:
> > @@ -887,16 +944,31 @@ static int add_network(struct connman_device *device,
> >     connman_network_set_available(network, TRUE);
> >     connman_network_set_index(network, -1);
> >  
> > -   if (modem->operator)
> > -           connman_network_set_name(network, modem->operator);
> > -   else
> > -           connman_network_set_name(network, "");
> > +   if (modem->is_cdma == TRUE) {
> > +           char *name = g_strdup_printf("CDMA network %d", cdma_count++);
> I'm not sure I like this one. Using the modem serial number or some actual
> network identifier would be a lot better.
As Marcel suggested, using the model name would also be acceptable.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to