tcore_network_get_service_status(co_network,
TCORE_NETWORK_SERVICE_DOMAIN_TYPE_PACKET, &ps_status)) &&
(NETWORK_SERVICE_DOMAIN_STATUS_NO != ps_status)) {
- dbg("PS_STATUS : %d. INDUCE Emergency to PS");
+ dbg("PS_STATUS : %d. INDUCE Emergency to PS", ps_status);
return TCORE_MANAGER_RETURN_CONTINUE_IMS;
} else {
err("tcore_network_get_service_status() failed or ps_status is NO_SVC : %d", ps_status);
if (mret == TCORE_MANAGER_RETURN_STOP)
dbg("module:[0x%x] ret:[STOP]", module);
else if (mret == TCORE_MANAGER_RETURN_CONTINUE)
- dbg("module:[0x%x] ret:[CONTINUE], module");
+ dbg("module:[0x%x] ret:[CONTINUE]", module);
else if (mret == TCORE_MANAGER_RETURN_CONTINUE_IMS)
dbg("module:[0x%x] ret:[IMS]", module);
else
while (g_hash_table_iter_next(&iter, &key, &value) == TRUE) {
index = atoi((const char *)value);
if (index == delete_record_req->index) { /* valid index of FDN record deleted*/
- info("Deleted record index found, remove it from cache : index[%d] number[%s]", index, key);
+ info("Deleted record index found, remove it from cache : index[%d] number[%p]", index, key);
g_hash_table_remove(mb->fdn_contacts, key);
}
}
dbg("Enter");
if (G_UNLIKELY(!resp || !rp_data)) {
- err("NULL data : resp[%p], rp_data[*p]");
+ err("NULL data : resp or rp_data");
return;
}
list = g_slist_next(list);
}
g_slist_free(plugin_list);
- dbg("plugin is %x", plugin);
+ dbg("plugin is %p", plugin);
return plugin;
}
*/
ur = manager_queue_dequeue(manager);
while (ur != NULL) {
- dbg("ur = %x", ur);
+ dbg("ur = %p", ur);
/* Dispatch request to Corresponding Core Object */
if (tcore_server_dispatch_request_ex(server, ur,
TCORE_OPS_TYPE_CP) != TCORE_RETURN_SUCCESS) {
spn = tcore_sim_get_spn(npi->co_sim);
if (!spn) {
- warn("Cannot get spn[%s]", spn ? spn : NULL);
+ warn("Cannot get spn");
goto out;
}
struct tel_sim_imsi *imsi = tcore_sim_get_imsi(npi->co_sim);
if (imsi && strlen(imsi->plmn) > 0) {
if (__network_is_plmn_matched(npi) && g_strcmp0("50503", imsi->plmn) == 0) {
- warn("change eonsname with spn name. EONS[%s] -> SPN[%s]", eonsname, spn);
+ warn("change eonsname with spn name. EONS[%s] -> SPN[%s]", eonsname, spn->spn);
g_free(eonsname);
eonsname = g_strdup((gchar *)(spn->spn));
}