[Bugfix][T106BUG-145][Network] use lynq-qser-network-demo set cdma and evdo will switched to lte
Only Configure:no
Affected branch:unknown
Affected module:unknown
Is it affected on both ZXIC and MTK:ZXIC only
Self-test:yes
Doc Update:No
Change-Id: I7d5148c78dfbfe2367aa5f9925a20a3c2beaf539
diff --git a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_mm.c b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_mm.c
index f9e405b..5369a73 100755
--- a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_mm.c
+++ b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_mm.c
@@ -787,9 +787,8 @@
default:
{
- err = at_send_command("AT^SYSCONFIG=2,0,1,2", &response);
- DO_MM_RESPONSE_ERROR_JDUGE;
- break;
+ RLOGE("%s: not support network type %d", __FUNCTION__, networkType);
+ goto error;
}
}
RIL_onRequestComplete(token, RIL_E_SUCCESS, NULL, 0);