[Bugfix][T108-GSW][bug-view-1473] change gsw_reset_modem from sim module to nw module, a log modification

        Only Configure: No
        Affected branch: unknown
        Affected module: data
        Is it affected on both ZXIC and ASR: only ASR
        Self-test: yes
        Doc Update: no

Change-Id: I8fe505ff0242b262e47d2ae12d3db07257b206b1
diff --git a/mbtk/libgsw_lib/gsw_nw_interface.c b/mbtk/libgsw_lib/gsw_nw_interface.c
index a21aec5..774e23b 100755
--- a/mbtk/libgsw_lib/gsw_nw_interface.c
+++ b/mbtk/libgsw_lib/gsw_nw_interface.c
@@ -909,7 +909,7 @@
 static int convert_gsw_net_config(int config)

 {

     int net_config = -1;

-    LOGD("config = %d\n");

+    LOGD("config = %d\n",config);

 

     switch (config)

     {

@@ -1499,7 +1499,6 @@
 {

 

     int ret = -1;

-    printf("gsw_get_nwinfo start\n");

     if (nw_init_flag == 0 || nw_info_handle == NULL)

     {

         printf("nw_sdk_deinit not init\n");

@@ -2478,9 +2477,9 @@
  */

 int gsw_remove_forbidden_networks(gsw_nw_plmn_list_t *plmn_list)

 {

-    printf("gsw_remove_forbidden_networks enter\n");

     if (nw_init_flag == 0 || nw_info_handle == NULL)

     {

+	    printf("nw sdk has not init\n");

         return GSW_HAL_NORMAL_FAIL;

     }