int i = 0;
int found_index = -1;
TelNetworkIdentity_t *network_list = &s_info.plmn_info[s_info.sim_selected].network_list[0];
+
int num = s_info.plmn_info[s_info.sim_selected].networks_count;
int len = strlen(network->plmn);
if (!network) {
}
elm_radio_value_set(s_info.chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL + found_index + 1);
- Elm_Object_Item* item = elm_genlist_nth_item_get(s_info.genlist_sel_network, TAPI_NETWORK_SELECTIONMODE_MANUAL + found_index + 1);
- Setting_GenGroupItem_Data* item_data = elm_object_item_data_get(item);
- int sel = elm_radio_value_get(item_data->rgd);
- SETTING_TRACE("rgd=%s, index=%d; sle=%d", evas_object_type_get(s_info.chk_sel), TAPI_NETWORK_SELECTIONMODE_MANUAL + found_index + 1, sel);
+ SETTING_TRACE("rgd=%s, index=%d;", evas_object_type_get(s_info.chk_sel), TAPI_NETWORK_SELECTIONMODE_MANUAL + found_index + 1);
elm_genlist_realized_items_update(s_info.genlist_sel_network);
SETTING_TRACE_END;
}