Hi Oleg, On 10/05/2011 08:18 AM, Oleg Zhurakivskyy wrote: > --- > tools/lookup-apn.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tools/lookup-apn.c b/tools/lookup-apn.c > index 3918f18..9c0d345 100644 > --- a/tools/lookup-apn.c > +++ b/tools/lookup-apn.c > @@ -42,7 +42,7 @@ static void lookup_apn(const char *match_mcc, const char *match_mnc) > > printf("Searching for info for network: %s%s\n", match_mcc, match_mnc); > > - apns = mbpi_lookup(match_mcc, match_mnc, TRUE, &error); > + apns = mbpi_lookup(match_mcc, match_mnc, FALSE, &error); Can we make this a command line option instead and default to TRUE here? > > if (apns == NULL) { > if (error != NULL) { Regards, -Denis