summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2011-04-07 10:45:55 +0300
committerAki Niemi <aki.niemi@nokia.com>2011-04-07 10:45:55 +0300
commit9ddc98cd2f0d89458f064dfbd21780ba608c80dd (patch)
tree5a06cb7ef37d2328bd3f5f4ce52b929396b91e1f
parentb10750976e7c8a0c4b4a284d907989e0bcf317f6 (diff)
downloadofono-9ddc98cd2f0d89458f064dfbd21780ba608c80dd.tar.bz2
isimodem: Add missing PN_MODEM_* debugs
-rw-r--r--drivers/isimodem/debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c
index 3e35b784..f8bd5cb0 100644
--- a/drivers/isimodem/debug.c
+++ b/drivers/isimodem/debug.c
@@ -53,6 +53,7 @@ const char *pn_resource_name(int value)
_(PN_EPOC_INFO);
_(PN_SS);
_(PN_CALL);
+ _(PN_MODEM_CALL);
_(PN_SMS);
_(PN_SIM);
_(PN_SECURITY);
@@ -1322,6 +1323,7 @@ static const char *res_to_name(uint8_t res, uint8_t id)
return "COMMON_MESSAGE";
switch (res) {
+ case PN_MODEM_NETWORK:
case PN_NETWORK:
return net_message_id_name(id);
case PN_PHONE_INFO:
@@ -1330,6 +1332,7 @@ static const char *res_to_name(uint8_t res, uint8_t id)
return info_message_id_name(id);
case PN_SS:
return ss_message_id_name(id);
+ case PN_MODEM_CALL:
case PN_CALL:
return call_message_id_name(id);
case PN_SECURITY: