trivial: add debugging to generic QCDM registration parsing

This commit is contained in:
Dan Williams
2013-02-05 21:03:24 -06:00
parent 90ecbe325a
commit 8070627011

View File

@@ -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: