[PATCH] Handle "IPV4" pdp type response

Aleksander Morgado aleksander at aleksander.es
Wed Oct 29 16:09:04 PDT 2014


On Wed, Oct 29, 2014 at 11:50 PM, Oskar Enoksson <enok at lysator.liu.se> wrote:
> I think you accidently lost a "V" in "IPV4" in your manual copy/paste of
> the patch:
>
>>> +    if (g_str_equal (pdp_type, "IP4"))
>>> +        return MM_BEARER_IP_FAMILY_IPV4;
>
> should be
>
>
>>> +    if (g_str_equal (pdp_type, "IPV4"))
>>> +        return MM_BEARER_IP_FAMILY_IPV4;


Gah... very sorry for that :/

I thought it was going to be so straightforward that I didn't bother
asking for yet another patch not in base64, so I manually edited it...

Should be fixed now; sorry again.

-- 
Aleksander
https://aleksander.es


More information about the ModemManager-devel mailing list