Merge "[Feature][T106]version update to T106-V2.01.01.02P56U06.AP.15.12_CAP.15.12"
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/profile b/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/profile
index d8cbfdf..ba1dfaf 100755
--- a/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/profile
+++ b/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/profile
@@ -1,2 +1,2 @@
-PATH="/sbin:/bin:/usr/sbin:/usr/bin:/mnt/oem/bin"
+PATH="/sbin:/usr/sbin:/bin:/usr/bin"
diff --git a/cap/zx297520v3/sources/meta-zxic/recipes-core/busybox/busybox_1.33.1.bb b/cap/zx297520v3/sources/meta-zxic/recipes-core/busybox/busybox_1.33.1.bb
index a0e8bef..68a6b02 100755
--- a/cap/zx297520v3/sources/meta-zxic/recipes-core/busybox/busybox_1.33.1.bb
+++ b/cap/zx297520v3/sources/meta-zxic/recipes-core/busybox/busybox_1.33.1.bb
@@ -57,7 +57,7 @@
#SRC_URI += "file://busybox-1.33.1/022-syslogd-replace-remote-log-facility.patch"
SRC_URI += "file://busybox-1.33.1/0100-zxic-add-sync-after-chmod.patch"
SRC_URI += "file://busybox-1.33.1/0101-zxic-bb_get_chunk_from_file-limit-10MB.patch"
-#SRC_URI += "file://busybox-1.33.1/0102-zxic-ash-read-etc-profile.patch"
+SRC_URI += "file://busybox-1.33.1/0102-zxic-ash-read-etc-profile.patch"
SRC_URI += "file://busybox-1.33.1/0103-top-short-lived-processes-optimize.patch"
SRC_URI += "file://busybox-1.33.1/0103-syslogd-data-encryption.patch"
diff --git a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/libsctel/mnet_whitelist/sc_mnet_whitelist.c b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/libsctel/mnet_whitelist/sc_mnet_whitelist.c
index 4552dd9..7b12d66 100755
--- a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/libsctel/mnet_whitelist/sc_mnet_whitelist.c
+++ b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/libsctel/mnet_whitelist/sc_mnet_whitelist.c
@@ -39,7 +39,7 @@
static sc_mnet_whitelist_pair pair[]=
{
{ SC_MNET_WHITELIST_CMD_CC, "^DSCI;^ORIG;^CONF;^CONN;^CEND;" },
- { SC_MNET_WHITELIST_CMD_NET_SERVICE, "+CREG;+COPS;+CSQ;+ZMMI;^MODE;^SYSINFO;+CEREG;+CGREG;+CIREPI;" },
+ { SC_MNET_WHITELIST_CMD_NET_SERVICE, "+CREG;+COPS;+CSQ;+ZMMI;^MODE;^SYSINFO;+CEREG;+CGREG;+CIREPI;+CGEV;" },//xf.li@20240815 add cgev
{ SC_MNET_WHITELIST_CMD_GPRS, "+ZGIPDNS;+CNEMS1;" },
{ SC_MNET_WHITELIST_CMD_MSG, "+CMTI;+CDSI;+CMT;+CDS;+CBM;" },
{ SC_MNET_WHITELIST_CMD_VOLTE, "+IMSVMODE;" },