lookup-apn: Use mbpi_ap_type()

This commit is contained in:
Oleg Zhurakivskyy 2011-10-18 14:05:00 +03:00 committed by Denis Kenzior
parent 3c117e3ea3
commit 646e5c4e84
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ static void lookup_apn(const char *match_mcc, const char *match_mnc)
printf("\n");
printf("Name: %s\n", apn->name);
printf("APN: %s\n", apn->apn);
printf("Type: %s\n", mbpi_ap_type(apn->type));
printf("Username: %s\n", apn->username);
printf("Password: %s\n", apn->password);