summaryrefslogtreecommitdiffstats
path: root/tools/lookup-apn.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lookup-apn.c')
-rw-r--r--tools/lookup-apn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lookup-apn.c b/tools/lookup-apn.c
index 2fa6b5be..c14cced0 100644
--- a/tools/lookup-apn.c
+++ b/tools/lookup-apn.c
@@ -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);