[PATCH v4 1/2] stemodem: Add RTNL functionality managing CAIF Network Interfaces.

2010-11-05 Thread Sjur Brændeland
From: Sjur Brændeland --- Hi Marcel. I'm sorry about the formatting for the v3 version of this patch. I used git send-email via my gmail account, and ended up with base64 MIME content encoding. I dont' know what went wrong :-( I think I have closed most of your review comments so far. I kept

Re: [PATCH v4 1/2] stemodem: Add RTNL functionality managing CAIF Network Interfaces.

2010-11-10 Thread Marcel Holtmann
Hi Sjur, > I'm sorry about the formatting for the v3 version of this patch. > I used git send-email via my gmail account, and ended up with base64 > MIME content encoding. I dont' know what went wrong :-( > > I think I have closed most of your review comments so far. I kept using > sendto as I d

RE: [PATCH v4 1/2] stemodem: Add RTNL functionality managing CAIF Network Interfaces.

2010-11-11 Thread Sjur BRENDELAND
Hi Marcel. > what happens for network triggered deactivation. Some networks here > disconnect the GPRS context used MMS. Has some funny behavior that need > to be taken into account. Good question! When code reading with this in mind I realize that we missed to mark the conn_info->interface as av

RE: [PATCH v4 1/2] stemodem: Add RTNL functionality managing CAIF Network Interfaces.

2010-11-11 Thread Marcel Holtmann
Hi Sjur, > > what happens for network triggered deactivation. Some networks here > > disconnect the GPRS context used MMS. Has some funny behavior that need > > to be taken into account. > > Good question! When code reading with this in mind I realize that > we missed to mark the conn_info->inter

RE: [PATCH v4 1/2] stemodem: Add RTNL functionality managing CAIF Network Interfaces.

2010-11-12 Thread Sjur BRENDELAND
Hi Marcel. > Does anything cleans up the channel when oFono unexpectedly crashes? No not yet. I suppose the interface will continue up until someone destroys it. Should we simply destroy all CAIF interfaces if oFono crashes? I think this would be the simplest approach. BTW, how does connman beha