[PATCH] ublox: gprs-context: Fix router mode IP settings.

2019-04-03 Thread richard . rojfors
From: Richard Röjfors The ublox modems always run DHCP when in router mode. Unfortunately the code overwrote the IP settings with static IP settings while activating. Now we respect the networking_mode regardless if we read settings during activation or read settings phase. ---

Re: [PATCH 2/2] udevng: Catch network interface renames

2019-04-03 Thread Pau Espin Pedrol
Hi, On 4/3/19 4:49 PM, Marcel Holtmann wrote: Wouldn’t it generally be better for reading the name after oFono has brought up the interface. In case we need this for the D-Bus API somehow. And for sake of matching we start and handing this to the plugins and drivers we should start using

Re: [PATCH 2/2] udevng: Catch network interface renames

2019-04-03 Thread Marcel Holtmann
Hi Pau, > If for whatever reason a network interface belonging to a modem is > renamed after ofono startup, ofono then keeps advertising the old > non-existing interface name instead of the new one. > To catch the changes we use udev's "move" action together with > DEVPATH_OLD variable, which

[PATCH] xmm7modem: handling of IPv6 address for activated context

2019-04-03 Thread Antara Borwankar
Handled IPv6 address after activating PDP context --- drivers/ifxmodem/gprs-context.c | 38 -- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/drivers/ifxmodem/gprs-context.c b/drivers/ifxmodem/gprs-context.c index 6042004..2c5456b 100644 ---