[Bugfix][T108][bug-view-1511] gsw data start, return fail when auth type is 3
Only Configure: No
Affected branch: unknown
Affected module: network
Is it affected on both ZXIC and ASR: only ASR
Self-test: yes
Doc Update: no
Change-Id: I07fc71cabcd062dde1d480b26d76314dcc998d56
diff --git a/mbtk/libgsw_lib/gsw_data_interface.c b/mbtk/libgsw_lib/gsw_data_interface.c
index 96e893c..ea42013 100755
--- a/mbtk/libgsw_lib/gsw_data_interface.c
+++ b/mbtk/libgsw_lib/gsw_data_interface.c
@@ -670,9 +670,11 @@
}
else if(0 == strcmp(LinkInf->authType, "3"))
{
- //nonsupport
+ /* //nonsupport
LOGE(GSW_DATA,"[%s] LinkInf->authType(3) nonsupport", __func__);
- return GSW_HAL_NORMAL_FAIL;
+ return GSW_HAL_NORMAL_FAIL;*/
+ memcpy(auth_type, "CHAP", strlen("CHAP"));/*in T106 if set chap and pap, chap and chap are used, all use chap here, hq modify for the timebing 25/07/24*/
+
}
else
{