trivial: add debugging to generic QCDM registration parsing
This commit is contained in:
@@ -564,6 +564,11 @@ get_hdr_state_ready (MMIfaceModemCdma *self,
|
|||||||
static void
|
static void
|
||||||
parse_qcdm_results (RunRegistrationChecksContext *ctx)
|
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 */
|
/* Set QCDM-obtained registration info */
|
||||||
switch (ctx->call_manager_system_mode) {
|
switch (ctx->call_manager_system_mode) {
|
||||||
case QCDM_CMD_CM_SUBSYS_STATE_INFO_SYSTEM_MODE_CDMA:
|
case QCDM_CMD_CM_SUBSYS_STATE_INFO_SYSTEM_MODE_CDMA:
|
||||||
|
Reference in New Issue
Block a user