aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-02-05 21:03:24 -0600
committerDan Williams <dcbw@redhat.com>2013-02-06 11:57:00 -0600
commit8070627011ddac6e00155e6309750578ab95e6ee (patch)
tree679f725b3b36f52be1cd13cf73e40fc922aa6625 /src
parent90ecbe325a63699da9230fc3d02f0ef01e9a2bf0 (diff)
trivial: add debugging to generic QCDM registration parsing
Diffstat (limited to 'src')
-rw-r--r--src/mm-iface-modem-cdma.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-iface-modem-cdma.c b/src/mm-iface-modem-cdma.c
index 64f5ecc2..218530b7 100644
--- a/src/mm-iface-modem-cdma.c
+++ b/src/mm-iface-modem-cdma.c
@@ -564,6 +564,11 @@ get_hdr_state_ready (MMIfaceModemCdma *self,
static void
parse_qcdm_results (RunRegistrationChecksContext *ctx)
{
+ mm_dbg ("QCDM CM System Mode: %d", ctx->call_manager_system_mode);
+ mm_dbg ("QCDM HDR Hybrid Mode: %d", ctx->hdr_hybrid_mode);
+ mm_dbg ("QCDM HDR Session State: %d", ctx->hdr_session_state);
+ mm_dbg ("QCDM HDR ALMP State: %d", ctx->hdr_almp_state);
+
/* Set QCDM-obtained registration info */
switch (ctx->call_manager_system_mode) {
case QCDM_CMD_CM_SUBSYS_STATE_INFO_SYSTEM_MODE_CDMA: