commit | 25fffe6023e4e33837a4f36164306977c5d3e5fa | [log] [tgz] |
---|---|---|
author | xf.li <xf.li@mobiletek.cn> | Mon Mar 17 22:23:41 2025 -0700 |
committer | xf.li <xf.li@mobiletek.cn> | Tue Mar 18 05:31:54 2025 +0000 |
tree | f56c78a5bff3d93390bc3e8d4a0dc27982327f63 | |
parent | c080f3ea0daa138572b5a7b15ac84488a9ca4bf0 [diff] |
[Bugfix][T106-bug-766][data]Fix qser_data_call_info_get get v4.state/v6.state=0 Only Configure:No Affected branch:master Affected module:data Is it affected on: only zxic Self-test: Yes Doc Update:No Change-Id: I05f58a5fa025802b1ab128bbf30c4cd16fcfcaac
diff --git a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_ps.c b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_ps.c index 7f08363..60008b7 100755 --- a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_ps.c +++ b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_ps.c
@@ -444,7 +444,7 @@ sc_cfg_get("mtu", nv_buf, sizeof(nv_buf)); responses[i].mtu = atoi(nv_buf); //LYNQ_MODIFY_ZXW_BUG619_CR20250214BF7D062A_XF.Li_20250220_START - if (i == 0) + if (1 == responses[i].cid) { memset(ip_addr_buf, 0, sizeof(ip_addr_buf)); memset(ip_addr_buf1, 0, sizeof(ip_addr_buf1));