[Bugfix][T106][ecall] support ng-ecall, for call back set msd
error

    Only Configure: No
    Affected branch: master
    Affected module: ecall
    Is it affected on both ZXIC and MTK: ecall
    Self-test: no
    Doc Update: no

Change-Id: Id1e8906c3278048814b3f4c85308c93ad55deda9
diff --git a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_cc.c b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_cc.c
index a81b511..430fed6 100755
--- a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_cc.c
+++ b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_cc.c
@@ -1022,7 +1022,11 @@
 	if (err < 0) {

 		assert(0);

 	}

-

+	

+	//q.huang add ng-ecall code 20250407 start

+	s_ecallMsdData.call_id = id;

+	//q.huang add ng-ecall code 20250407 end

+	

 	if (6 == stat) {

 		cc_voice_stop_ring_back();

 	}