[Bugfix][T108][bug-view-2282]Fix device band changed after upgrade 1453 sw

        Only Configure: No
        Affected branch: mbtk_source_ds
        Affected module: system
        Is it affected on IC: only ASR
        Self-test: yes
        Doc Update: no

Change-Id: I60437d579293511bddf625930819ebdcee972136
diff --git a/mbtk/mbtk_rild_v2/src/main.c b/mbtk/mbtk_rild_v2/src/main.c
index 0881b70..180e932 100755
--- a/mbtk/mbtk_rild_v2/src/main.c
+++ b/mbtk/mbtk_rild_v2/src/main.c
@@ -3049,6 +3049,7 @@
 
 OK
 */
+/*
 static void* band_config_thread()
 {
     band_info.band_set_success = FALSE;

@@ -3082,6 +3083,7 @@
     LOGD("Set Band thread exit.");
     return NULL;
 }
+*/
 

 

 int ril_server_start()

@@ -3199,6 +3201,7 @@
     char buff[10];
     memset(buff, 0, 10);
     property_get("persist.mbtk.band_config", buff, "");
+    /*
     if(strlen(buff) == 0) {
         pthread_t band_pid;
         if(pthread_create(&band_pid, &thread_attr, band_config_thread, NULL))
@@ -3208,6 +3211,7 @@
     }
 
     pthread_attr_destroy(&thread_attr);

+    */
 

     if(asr_auto_data_call_enable()) {

         ril_cid_start = MBTK_RIL_CID_2;