[Feature][Modem]Merge MTK release P3 P4 patch
Change-Id: I1ef3d69e36378ee73a422ecb2721488d6b416427
diff --git a/mcu/custom/protocol/common/ps/custom_esm_config.c b/mcu/custom/protocol/common/ps/custom_esm_config.c
index c10e8dd..b6710d1 100755
--- a/mcu/custom/protocol/common/ps/custom_esm_config.c
+++ b/mcu/custom/protocol/common/ps/custom_esm_config.c
@@ -65,6 +65,11 @@
* removed!
* removed!
* removed!
+ * removed!
+ *
+ * removed!
+ * removed!
+ * removed!
*
* removed!
* removed!
@@ -89,6 +94,15 @@
#include "l4_ps_api.h"
#include "ps_em_exported_enum.h"
+/*************************************************************************
+ * * This PLMN array is used to check if the SIM inserted belongs to Orange operator
+ *
+ * Ex: CUSTOM_USE_ESM_EIT_SETTING_FOR_ORANGE_OPERATOR_PLMN[] =
+ {"26003", CUSTOM_PLMN_END}
+ *************************************************************************/
+
+const char *CUSTOM_USE_ESM_EIT_SETTING_FOR_ORANGE_OPERATOR_PLMN[] = {"26003F", "60400F", CUSTOM_PLMN_END};
+
/**
* @brief This function is used to decide whether to set Attach attempt
* counter to max value when receive ATTACH REJECT #19
diff --git a/mcu/custom/protocol/common/ps/custom_esm_config.h b/mcu/custom/protocol/common/ps/custom_esm_config.h
index e3b4903..1afd0db 100755
--- a/mcu/custom/protocol/common/ps/custom_esm_config.h
+++ b/mcu/custom/protocol/common/ps/custom_esm_config.h
@@ -65,6 +65,11 @@
* removed!
* removed!
* removed!
+ * removed!
+ *
+ * removed!
+ * removed!
+ * removed!
*
* removed!
* removed!
@@ -83,12 +88,14 @@
#include "ps_public_enum.h"
#define ARREARAGE_APN_PREFIX_NUM 1
+#define CUSTOM_PLMN_END "FFFFFF"
/*************************************************************************
* Function
*************************************************************************/
extern kal_bool esm_custom_is_set_attach_cnt_max(esm_cause_enum esm_cause);
extern kal_bool esm_custom_is_arrearage_apn(kal_char *checked_apn);
+extern const char *CUSTOM_USE_ESM_EIT_SETTING_FOR_ORANGE_OPERATOR_PLMN[];
#endif /* _CUSTOM_ESM_CONFIG_H */
diff --git a/mcu/custom/protocol/common/ps/custom_imc_config.c b/mcu/custom/protocol/common/ps/custom_imc_config.c
index f4be087..a6e5f8c 100755
--- a/mcu/custom/protocol/common/ps/custom_imc_config.c
+++ b/mcu/custom/protocol/common/ps/custom_imc_config.c
@@ -90,6 +90,31 @@
* removed!
* removed!
* removed!
+ * removed!
+ *
+ * removed!
+ * removed!
+ * removed!
+ * removed!
+ *
+ * removed!
+ * removed!
+ * removed!
+ * removed!
+ *
+ * removed!
+ * removed!
+ * removed!
+ * removed!
+ *
+ * removed!
+ * removed!
+ * removed!
+ * removed!
+ *
+ * removed!
+ * removed!
+ * removed!
*
* removed!
* removed!
@@ -6283,6 +6308,7 @@
case 214: /* IDC Moldova */
case 215: /* Cellcard Cambodia */
case 216: /* Zong@Pakistan */
+ case 220: /* Tigo */
case 221: /* TPG Singapore */
case 224: /* Telkomsel/Indonesia */
case 225: /*XL/Indonesia*/
@@ -6364,6 +6390,7 @@
case 388: /* China Broadcasting Network*/
case 389: /* Unitel/Loas */
case 390: /* LTC-Mobile/Liberia */
+ case 391: /* Bravado/US */
case 392: /* MobileNation */
case 396: /* Thumb Cellular */
case 397: /* MECTEL/Myanmar */
@@ -6372,9 +6399,13 @@
case 405: /* Brunei/UNN */
case 406: /* Brunei/DST */
case 407: /* Americanet Brazil*/
+ case 410: /* Mtel */
case 413: /* Ufone/Pakistan */
case 408: /* Bitel/Peru*/
case 411: /* Evolve Broadband - US*/
+ case 412: /*Standing Rock Telecom US*/
+ case 418: /* Emtel/Mauritius */
+ case 416: /* Brisanet/Brazil */
case 1002: /* Nokia Finland */
case 1004: /* Huawei IMS */
case 0x6001: /* Sony GTE/Beijing */
@@ -7166,6 +7197,11 @@
kal_snprintf((char *)conf_factory_uri, len-1, "sip:confserver@ic.ptci.mobi");
break;
}
+ case 409: /*BTC/Bahamas */
+ {
+ kal_snprintf((char *)conf_factory_uri, len-1, "sip:mmtel@conf-factory.ims.mnc%c%c0.mcc%c%c%c.3gppnetwork.org", mccmnc[3], mccmnc[4], mccmnc[0], mccmnc[1], mccmnc[2]);
+ break;
+ }
case 1001: /* Ericsson IMS IWLAN */
{
kal_snprintf((char *)conf_factory_uri, len-1, "sip:conference@conference.tcs.ics.se");
@@ -7343,7 +7379,7 @@
ua->tty_red_pt = 112;
ua->tty_red_level = 2;
ua->tty_cps = 30;
- kal_snprintf((char *)ua->user_agent, 128-1, "VoLTE/WFC UA");
+ kal_snprintf((char *)ua->user_agent, 256-1, "VoLTE/WFC UA");
kal_snprintf((char *)ua->UA_call_amr_mode_set, 16, "0,1,2,3,4,5,6,7");
kal_snprintf((char *)ua->UA_call_amr_wb_mode_set, 20-1, "0,1,2,3,4,5,6,7,8");
kal_snprintf((char *)ua->UA_icsi_1, 64-1, "urn:urn-7:3gpp-service.ims.icsi.mmtel");
@@ -7818,7 +7854,9 @@
ua->disable_conf_sub = 0;
ua->reset_reg_5626_count_in_flight_mode = 0;
ua->send_cancel_tcall_timeout_no_resp = 0;
- ua->use_from_uri_if_pai_missing = 0;
+ ua->add_pani_in_cancel = 0;
+ ua->use_from_uri_if_pai_missing = 0;
+ ua->set_operator_as_ims_only = 0;
/* nvram_imc_struct */
imc->resource_retain_timer = 3000;
@@ -8573,9 +8611,11 @@
if (src_ua->send_media_mod_after_active != IMS_UNDEF_CONFIG_8) {dest_ua->send_media_mod_after_active = src_ua->send_media_mod_after_active;}
if (src_ua->register_event_subscribe_support != IMS_UNDEF_CONFIG_8) {dest_ua->register_event_subscribe_support = src_ua->register_event_subscribe_support;}
if (src_ua->disable_conf_sub != IMS_UNDEF_CONFIG_8) {dest_ua->disable_conf_sub = src_ua->disable_conf_sub;}
+ if (src_ua->add_pani_in_cancel != IMS_UNDEF_CONFIG_8) {dest_ua->add_pani_in_cancel = src_ua->add_pani_in_cancel;}
if (src_ua->reset_reg_5626_count_in_flight_mode != IMS_UNDEF_CONFIG_8) {dest_ua->reset_reg_5626_count_in_flight_mode = src_ua->reset_reg_5626_count_in_flight_mode;}
if (src_ua->send_cancel_tcall_timeout_no_resp != IMS_UNDEF_CONFIG_8) {dest_ua->send_cancel_tcall_timeout_no_resp = src_ua->send_cancel_tcall_timeout_no_resp;}
if (src_ua->use_from_uri_if_pai_missing != IMS_UNDEF_CONFIG_8) {dest_ua->use_from_uri_if_pai_missing = src_ua->use_from_uri_if_pai_missing;}
+ if (src_ua->set_operator_as_ims_only != IMS_UNDEF_CONFIG_8) {dest_ua->set_operator_as_ims_only = src_ua->set_operator_as_ims_only;}
/* nvram_imc_struct */
if (src_imc->resource_retain_timer != IMS_UNDEF_CONFIG_32) {dest_imc->resource_retain_timer = src_imc->resource_retain_timer;}
@@ -9263,6 +9303,7 @@
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1500;
+ nvram_ims_profile_ptr->ua_config.default_reg_retry_mechanism = 1;
}
/* Morocco */
else if (strncmp((char *)&mccmnc[0], "604", 3) == 0) {
@@ -10024,6 +10065,8 @@
nvram_ims_profile_ptr->ua_config.cmr = 1;
#endif /* __EVS_SUPPORT__ */
nvram_ims_profile_ptr->ua_config.bypass_403_reason_phrase = 1;
+ nvram_ims_profile_ptr->ua_config.ims_notify_feature_enabled = 1;
+ nvram_ims_profile_ptr->ua_config.play_local_tone_when_no_rtp_pkt_on_remote_hold = 1;
}
/* VDF Czech */
else if (strncmp((char *)&mccmnc[0], "230", 3) == 0) {
@@ -10385,12 +10428,24 @@
nvram_ims_profile_ptr->ua_config.UA_reg_t2_timer = 32000;
nvram_ims_profile_ptr->ua_config.set_rtcp_0 = 1;
nvram_ims_profile_ptr->ua_config.rtcp_interval = 0;
+ #ifdef __EVS_SUPPORT__
+ nvram_ims_profile_ptr->ua_config.evs_support = 1;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
+ nvram_ims_profile_ptr->ua_config.br_end = 6;
+ nvram_ims_profile_ptr->ua_config.bw_end = 2;
+ nvram_ims_profile_ptr->ua_config.ch_aw_recv = 0xFF;
+ #endif /* __EVS_SUPPORT__ */
/* IMCB */
nvram_ims_profile_ptr->imc_config.not_acquire_audio_rtcp = 1;
nvram_ims_profile_ptr->imc_config.pdn_retry_base_time = 10;
nvram_ims_profile_ptr->imc_config.pdn_retry_max_time = 10000;
nvram_ims_profile_ptr->imc_config.pdn_retry_pre_backoff_count = 0;
+
+ /* IMC */
+ nvram_ims_profile_ptr->imc_config.disable_isim_application = 1;
}
/* VDF Romania */
else if (strncmp((char *)&mccmnc[0], "226", 3) == 0) {
@@ -10619,6 +10674,7 @@
nvram_ims_profile_ptr->ua_config.sit_tcp_2xx_rsp_retransmission = 0;
nvram_ims_profile_ptr->ua_config.contact_with_transport = 0;
nvram_ims_profile_ptr->ua_config.confidence_level = 90;
+ nvram_ims_profile_ptr->ua_config.emerg_reg_timer = 10;
/* IMCB */
nvram_ims_profile_ptr->imc_config.default_fallback_support = 1;
@@ -10667,9 +10723,11 @@
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.reg_gruu_support = 0;
- nvram_ims_profile_ptr->ua_config.UA_reg_f_timer = 20000;
- nvram_ims_profile_ptr->ua_config.add_country_to_pani = 1;
- nvram_ims_profile_ptr->ua_config.pend_dereg_in_initial_reg = 1;
+ nvram_ims_profile_ptr->imc_config.auto_re_reg_base_timer = 10000;
+ nvram_ims_profile_ptr->imc_config.auto_re_reg_max_timer = 7200000;
+ nvram_ims_profile_ptr->ua_config.UA_reg_f_timer = 20000;
+ nvram_ims_profile_ptr->ua_config.add_country_to_pani = 1;
+ nvram_ims_profile_ptr->ua_config.pend_dereg_in_initial_reg = 1;
/* IMCB */
nvram_ims_profile_ptr->imc_config.not_acquire_audio_rtcp = 1;
@@ -10701,7 +10759,7 @@
nvram_ims_profile_ptr->imc_config.resource_retain_timer = 40000; // 2021Q1 MTRREQ-43301 (40 seconds)
nvram_ims_profile_ptr->imc_config.srvcc_no_ims_dereg_until_call_rel = 1; //delay IMS dereg in 23G until call is released
strncpy((char*)nvram_ims_profile_ptr->ua_config.user_agent,
- "T-Mobile PRD-IR92/13 RCS-client/UP_2.0 term-Vendor3 cert/T-Mobile-ussd",
+ "PRD-IR92/15 PRD-NG114/1 CPM/OMA2.2 RCS-client/UP_2.0 term-Vendor3/Model3-zzzz client-CLN1/Software1234 OS-Android/11 cc/2.37 cert/T-Mobile-ussd",
sizeof (nvram_ims_profile_ptr->ua_config.user_agent)-1
); // 2021Q4 MTRREQ-43101
set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
@@ -10767,6 +10825,7 @@
nvram_ims_profile_ptr->ua_config.add_country_to_pani = 1; // 2021Q4 GID-MTRREQ-522075
nvram_ims_profile_ptr->ua_config.stir_shaken_for_privacy = 1;
nvram_ims_profile_ptr->ua_config.video_add_plus_one = 1;
+ nvram_ims_profile_ptr->ua_config.add_pani_in_cancel = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.add_pani_in_ack = 1;
@@ -10836,6 +10895,8 @@
nvram_ims_profile_ptr->imc_config.deactivate_video_when_early_media_off = 1;
nvram_ims_profile_ptr->imc_config.switch_prefer_rat_dereg = 1;
nvram_ims_profile_ptr->imc_config.dereg_when_sim_refresh = 1;
+ nvram_ims_profile_ptr->imc_config.is_ims_retry_status = 4;
+ nvram_ims_profile_ptr->imc_config.is_ims_retry_watchdog_timer = 30; // 30s
/* IMCB, Reg/Stack, UA internal configurations */
/* Call */
@@ -11264,7 +11325,8 @@
nvram_ims_profile_ptr->ua_config.ch_aw_recv = 3; //VzW_2017JUN
nvram_ims_profile_ptr->ua_config.bw_begin = 0; //VZ_REQ_IMS22927
nvram_ims_profile_ptr->ua_config.bw_end = 2; //VzW_2017JUN
- nvram_ims_profile_ptr->ua_config.mod_session_cnf_timer_timeout = 55;
+ nvram_ims_profile_ptr->ua_config.mod_session_cnf_timer_timeout = 55; //VZ_REQ_IMS_22952, VZ_TC_RCS_8362
+ nvram_ims_profile_ptr->ua_config.mod_session_req_timer_timeout = 0;
nvram_ims_profile_ptr->ua_config.use_lower_anonymous = 1;
nvram_ims_profile_ptr->ua_config.send_bye_when_term_early_dlg = 1;
nvram_ims_profile_ptr->ua_config.UA_call_h264_pt2 = 127;
@@ -11283,6 +11345,7 @@
strncpy((char *)nvram_ims_profile_ptr->ua_config.emergency_call_testing_number,
"922", sizeof(nvram_ims_profile_ptr->ua_config.emergency_call_testing_number)-1);
nvram_ims_profile_ptr->ua_config.stir_shaken_for_privacy = 1;
+ nvram_ims_profile_ptr->ua_config.upgrade_cancel_feature = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.keep_alive_mode = 2;
@@ -11407,8 +11470,6 @@
}
/* UK */
else if (strncmp((char *)&mccmnc[0], "234", 3) == 0) {
- nvram_ims_profile_ptr->imc_config.sms_support = 0;
- nvram_ims_profile_ptr->ua_config.sms_network_types = 0x00;
nvram_ims_profile_ptr->ua_config.register_expiry = 7190;
nvram_ims_profile_ptr->ua_config.call_ringing_timer_timeout = 90;
nvram_ims_profile_ptr->ua_config.call_ringback_timer_timeout = 90;
@@ -11591,6 +11652,7 @@
nvram_ims_profile_ptr->ua_config.use_lower_anonymous = 1;
nvram_ims_profile_ptr->ua_config.contact_with_transport = 0;
nvram_ims_profile_ptr->ua_config.reg_restore_try_next_pcscf = 1;
+ nvram_ims_profile_ptr->ua_config.UA_call_session_flag = 0;
#ifdef __EVS_SUPPORT__
nvram_ims_profile_ptr->ua_config.evs_support = 1;
nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
@@ -11686,6 +11748,7 @@
nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
#endif /* __EVS_SUPPORT__ */
+ nvram_ims_profile_ptr->ua_config.set_operator_as_ims_only = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.try_n_next_pcscf_5626 = 2;
@@ -11919,6 +11982,7 @@
sizeof (nvram_ims_profile_ptr->ua_config.user_agent)-1
);
/* Call */
+ nvram_ims_profile_ptr->ua_config.add_pani_in_cancel = 1;
nvram_ims_profile_ptr->ua_config.add_pani_in_ack = 1;
nvram_ims_profile_ptr->ua_config.short_code_support = 1;
nvram_ims_profile_ptr->ua_config.conf_participant_not_subscribe = 1;
@@ -12631,7 +12695,7 @@
nvram_ims_profile_ptr->ua_config.rtp_rtcp_local_port_range = 16383;
nvram_ims_profile_ptr->ua_config.rtp_rtcp_local_port_start = 49152;
nvram_ims_profile_ptr->ua_config.session_refresher_in_req = 1;
- memset(&nvram_ims_profile_ptr->ua_config.user_agent[0],0,128);
+ memset(&nvram_ims_profile_ptr->ua_config.user_agent[0],0,256);
strncpy ( (char *)nvram_ims_profile_ptr->ua_config.user_agent,
"TTA-VoLTE/2.0 SHV-E330L/KMR1R140207 Device_Type/Android_Phone KT",
sizeof (nvram_ims_profile_ptr->ua_config.user_agent)-1
@@ -12646,7 +12710,8 @@
nvram_ims_profile_ptr->ua_config.evs_support = 1;
#endif /* __EVS_SUPPORT__ */
nvram_ims_profile_ptr->ua_config.asymmetric_payload_type_enable = 0;
- nvram_ims_profile_ptr->imc_config.nr_recovery_support = 1;
+ nvram_ims_profile_ptr->imc_config.nr_recovery_support = 1;
+ nvram_ims_profile_ptr->ua_config.add_pani_in_cancel = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.UA_reg_b_timer = 8000;
@@ -12723,7 +12788,7 @@
nvram_ims_profile_ptr->ua_config.send_183_when_prcd_none = 0;
nvram_ims_profile_ptr->ua_config.session_refresher_in_req = 1;
nvram_ims_profile_ptr->ua_config.sms_network_types = 0x00;
- memset(&nvram_ims_profile_ptr->ua_config.user_agent[0],0,128);
+ memset(&nvram_ims_profile_ptr->ua_config.user_agent[0],0,256);
strncpy ( (char *)nvram_ims_profile_ptr->ua_config.user_agent,
"TTA-VoLTE/2.0 SHV-E330L/KMR1R140207 Device_Type/Android_Phone SKT",
sizeof (nvram_ims_profile_ptr->ua_config.user_agent)-1
@@ -12737,6 +12802,8 @@
nvram_ims_profile_ptr->ua_config.always_fetch_1st_entry_in_hisInfo = 1;
nvram_ims_profile_ptr->ua_config.show_octet_align = 0;
nvram_ims_profile_ptr->ua_config.asymmetric_payload_type_enable = 0;
+ nvram_ims_profile_ptr->ua_config.add_pani_in_cancel = 1;
+ nvram_ims_profile_ptr->ua_config.use_183_for_early_media = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.UA_reg_b_timer = 44000;
@@ -12807,7 +12874,7 @@
nvram_ims_profile_ptr->ua_config.rtp_rtcp_local_port_start = 1230;
nvram_ims_profile_ptr->ua_config.send_183_when_prcd_none = 0;
nvram_ims_profile_ptr->ua_config.session_refresher_in_req = 1;
- memset(&nvram_ims_profile_ptr->ua_config.user_agent[0],0,128);
+ memset(&nvram_ims_profile_ptr->ua_config.user_agent[0],0,256);
strncpy ( (char *)nvram_ims_profile_ptr->ua_config.user_agent,
"TTA-VoLTE/2.0 SHV-E330L/KMR1R140207 Device_Type/Android_Phone LGU",
sizeof (nvram_ims_profile_ptr->ua_config.user_agent)-1
@@ -12821,6 +12888,7 @@
nvram_ims_profile_ptr->ua_config.enable_in_band_tone_in_hold = 0;
nvram_ims_profile_ptr->ua_config.always_fetch_1st_entry_in_hisInfo = 1;
nvram_ims_profile_ptr->ua_config.asymmetric_payload_type_enable = 1;
+ nvram_ims_profile_ptr->ua_config.add_pani_in_cancel = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.UA_reg_b_timer = 32000;
@@ -12899,6 +12967,7 @@
#endif /* __EVS_SUPPORT__ */
nvram_ims_profile_ptr->ua_config.call_sdp_ans_ack_timeout = 10;
nvram_ims_profile_ptr->ua_config.cur_loc_for_emergency_enable = 0;
+ nvram_ims_profile_ptr->ua_config.set_operator_as_ims_only = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.random_init_ipsec_port = 0;
@@ -12946,6 +13015,7 @@
nvram_ims_profile_ptr->ua_config.call_mo_pidf_usage = 0x0A;
nvram_ims_profile_ptr->ua_config.add_pcni_in_vowifi = 1;
nvram_ims_profile_ptr->ua_config.add_cni_in_wifi = 0x01;
+ nvram_ims_profile_ptr->ua_config.set_operator_as_ims_only = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.register_expiry = 3600;
@@ -13050,6 +13120,7 @@
nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1;
nvram_ims_profile_ptr->ua_config.sub_def_expires = 259200;
nvram_ims_profile_ptr->ua_config.add_cni_in_wifi = 1;
+ nvram_ims_profile_ptr->ua_config.call_invite_no_rsp_ran_prio_req_timer_timeout = 3;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1080;
@@ -13398,6 +13469,7 @@
nvram_ims_profile_ptr->ua_config.subscribe_dialog_to_server = 1;
nvram_ims_profile_ptr->ua_config.register_expiry = 3600;
nvram_ims_profile_ptr->ua_config.sub_def_expires = 259200;
+ nvram_ims_profile_ptr->ua_config.call_invite_no_rsp_ran_prio_req_timer_timeout = 3;
/* Reg/Stack */
/* IMCB */
@@ -13733,8 +13805,12 @@
nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
- nvram_ims_profile_ptr->ua_config.br_end = 6;
nvram_ims_profile_ptr->ua_config.bw_end = 2;
+ nvram_ims_profile_ptr->ua_config.bw_send_end = 2;
+ nvram_ims_profile_ptr->ua_config.bw_recv_end = 2;
+ nvram_ims_profile_ptr->ua_config.br_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_send_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_recv_end = 6;
#endif /* __EVS_SUPPORT__ */
/* Reg/Stack */
@@ -13913,6 +13989,7 @@
nvram_ims_profile_ptr->ua_config.pend_dereg_in_initial_reg = 1;
nvram_ims_profile_ptr->ua_config.sip_compact_headers = 1;
nvram_ims_profile_ptr->imc_config.wifi_em_reg_by_em_pdn = 1;
+ nvram_ims_profile_ptr->imc_config.pcscf_reselect_flag = 1;
/* Call */
nvram_ims_profile_ptr->ua_config.short_code_support = 1;
nvram_ims_profile_ptr->ua_config.curr_loc_dir_none_for_wifi = 1;
@@ -13943,6 +14020,7 @@
#endif /* __EVS_SUPPORT__ */
nvram_ims_profile_ptr->ua_config.no_state_transition_when_183_withoutsdp= 1;
nvram_ims_profile_ptr->ua_config.reg_when_norsp_before_timeout = 1;
+ nvram_ims_profile_ptr->ua_config.set_operator_as_ims_only = 1;
nvram_ims_profile_ptr->ua_config.add_3gpp_ims_in_Accept = 1;
memset(&nvram_ims_profile_ptr->ua_config.UA_call_conf_amr_wb_mode_set[0],0,20);
@@ -14018,11 +14096,13 @@
nvram_ims_profile_ptr->imc_config.is_ims_retry_watchdog_timer = 30;
nvram_ims_profile_ptr->imc_config.ims_reg_allowed_at_23g = 1;
nvram_ims_profile_ptr->imc_config.nw_vops_rule = 0x12; // 10010, relied on
+ nvram_ims_profile_ptr->imc_config.ussd_support = 1;
set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
/* IMCB, Reg/Stack, UA internal configurations */
nvram_ims_profile_ptr->imc_config.enable_ddd_feature = 1;
+ nvram_ims_profile_ptr->imc_config.default_fallback_support = 1;
/* Call */
nvram_ims_profile_ptr->ua_config.call_ringing_timer_timeout = 60;
nvram_ims_profile_ptr->ua_config.call_ringback_timer_timeout = 60;
@@ -14263,6 +14343,7 @@
nvram_ims_profile_ptr->imc_config.pdn_retry_pre_backoff_count = 0;
nvram_ims_profile_ptr->imc_config.pdn_retry_base_time = 10;
nvram_ims_profile_ptr->imc_config.pdn_retry_max_time = 10000;
+ nvram_ims_profile_ptr->imc_config.resource_retain_timer = 8000; /* 8000 ms = 8 seconds */
/*IMC*/
nvram_ims_profile_ptr->imc_config.nr_recovery_support = 1;
@@ -14323,6 +14404,7 @@
nvram_ims_profile_ptr->ua_config.transfer_conf_call_as_1to1 = 0;
nvram_ims_profile_ptr->ua_config.enable_in_band_tone_in_hold = 0;
nvram_ims_profile_ptr->ua_config.when_stop_tcall = 100;
+ nvram_ims_profile_ptr->ua_config.call_invite_no_rsp_ran_prio_req_timer_timeout = 3;
/* Reg/Stack */
nvram_ims_profile_ptr->imc_config.sms_support = 0;
@@ -15006,7 +15088,7 @@
nvram_ims_profile_ptr->ua_config.UA_reg_t1_timer = 500;
nvram_ims_profile_ptr->ua_config.UA_reg_t2_timer = 4000;
nvram_ims_profile_ptr->ua_config.UA_reg_t4_timer = 5000;
- nvram_ims_profile_ptr->ua_config.UA_call_session_timer = 3600;
+ nvram_ims_profile_ptr->ua_config.UA_call_session_timer = 900;
nvram_ims_profile_ptr->ua_config.UA_call_session_min_se = 900;
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1280;
nvram_ims_profile_ptr->ua_config.register_expiry = 1800;
@@ -15303,6 +15385,7 @@
nvram_ims_profile_ptr->ua_config.sit_tcp_2xx_rsp_retransmission = 0;
nvram_ims_profile_ptr->ua_config.contact_with_transport = 0;
nvram_ims_profile_ptr->ua_config.confidence_level = 90;
+ nvram_ims_profile_ptr->ua_config.emerg_reg_timer = 10;
/* IMCB */
nvram_ims_profile_ptr->imc_config.default_fallback_support = 1;
@@ -15524,6 +15607,7 @@
nvram_ims_profile_ptr->ua_config.conf_call_final_notify_timer_timeout = 5;
nvram_ims_profile_ptr->ua_config.upgrade_cancel_feature = 1;
nvram_ims_profile_ptr->ua_config.hold_unhold_send_eimscmode = 1;
+ nvram_ims_profile_ptr->ua_config.set_operator_as_ims_only = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1400;
@@ -15924,6 +16008,7 @@
nvram_ims_profile_ptr->ua_config.br_recv_end = 6;
nvram_ims_profile_ptr->ua_config.br_send_end = 6;
#endif /* __EVS_SUPPORT__ */
+ nvram_ims_profile_ptr->ua_config.call_invite_no_rsp_ran_prio_req_timer_timeout = 3;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.reg_gruu_support = 0;
@@ -15978,6 +16063,7 @@
nvram_ims_profile_ptr->ua_config.random_init_ipsec_port = 0;
nvram_ims_profile_ptr->ua_config.not_auto_reg_403 = 1;
nvram_ims_profile_ptr->ua_config.bypass_403_reason_phrase = 1;
+ nvram_ims_profile_ptr->ua_config.init_reg_delay_time = 30;
/* IMCB */
nvram_ims_profile_ptr->imc_config.not_acquire_audio_rtcp = 1;
@@ -17315,6 +17401,7 @@
nvram_ims_profile_ptr->ua_config.add_country_to_pani = 1;
nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1;
+ nvram_ims_profile_ptr->ua_config.call_invite_no_rsp_ran_prio_req_timer_timeout = 3;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.register_expiry = 1800;
@@ -17354,6 +17441,16 @@
nvram_ims_profile_ptr->ua_config.in_reply_to_support = 0;
nvram_ims_profile_ptr->ua_config.UA_call_session_timer = 900;
+ #ifdef __EVS_SUPPORT__
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
+ nvram_ims_profile_ptr->ua_config.evs_support = 1;
+ nvram_ims_profile_ptr->ua_config.br_begin = 4;
+ nvram_ims_profile_ptr->ua_config.br_end = 4;
+ nvram_ims_profile_ptr->ua_config.bw_begin = 0;
+ nvram_ims_profile_ptr->ua_config.bw_end = 2;
+ #endif
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.contact_with_accesstype = 1;
nvram_ims_profile_ptr->ua_config.add_country_to_pani = 1;
@@ -18164,6 +18261,8 @@
nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1;
nvram_ims_profile_ptr->ua_config.pend_dereg_in_initial_reg = 1;
nvram_ims_profile_ptr->ua_config.call_tcall_timer_timeout = 30;
+ nvram_ims_profile_ptr->ua_config.mod_session_cnf_timer_timeout = 30;
+ nvram_ims_profile_ptr->ua_config.upgrade_cancel_feature = 1;
break;
}
@@ -18372,6 +18471,7 @@
nvram_ims_profile_ptr->ua_config.sit_tcp_2xx_rsp_retransmission = 0;
nvram_ims_profile_ptr->ua_config.contact_with_transport = 0;
nvram_ims_profile_ptr->ua_config.confidence_level = 90;
+ nvram_ims_profile_ptr->ua_config.emerg_reg_timer = 10;
/* IMCB */
nvram_ims_profile_ptr->imc_config.default_fallback_support = 1;
@@ -19065,6 +19165,7 @@
nvram_ims_profile_ptr->ua_config.ch_aw_recv = 0xFF;
nvram_ims_profile_ptr->ua_config.hf_only = 1;
nvram_ims_profile_ptr->ua_config.UA_call_no_resource_code = 580;
+ nvram_ims_profile_ptr->ua_config.set_operator_as_ims_only = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 100;
@@ -19185,6 +19286,24 @@
nvram_ims_profile_ptr->imc_config.disable_isim_application = 1;
}
+ /* Honduras */
+ else if(strncmp((char *)&mccmnc[0], "708", 3) == 0){
+ /* reset to default */
+ imc_set_mtk_default_value(nvram_ims_profile_ptr);
+ nvram_ims_profile_ptr->ua_config.operator_code = 0x00dc; //operator_code = 220(Tigo)
+ set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
+ /* IMCB, Reg/Stack, UA internal configurations */
+ /* Call*/
+ nvram_ims_profile_ptr->ua_config.send_refer_to_peer = 1;
+ nvram_ims_profile_ptr->ua_config.call_ringback_timer_timeout = 90;
+ nvram_ims_profile_ptr->ua_config.call_ringing_timer_timeout = 90;
+
+ /* Reg/Stack */
+
+ /* IMCB */
+
+ /* IMC */
+ }
}
break;
}
@@ -19205,6 +19324,7 @@
nvram_ims_profile_ptr->ua_config.use_eps_prefix_in_phone_context = 0;
nvram_ims_profile_ptr->ua_config.conf_participant_not_subscribe = 1;
nvram_ims_profile_ptr->ua_config.curr_loc_dir_none_for_wifi = 1;
+ nvram_ims_profile_ptr->ua_config.set_operator_as_ims_only = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.reg_gruu_support = 0;
@@ -19383,6 +19503,9 @@
nvram_ims_profile_ptr->ua_config.contact_with_accesstype = 1;
nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1;
nvram_ims_profile_ptr->ua_config.conf_participant_not_subscribe = 1;
+ nvram_ims_profile_ptr->ua_config.ims_notify_feature_enabled = 1;
+ nvram_ims_profile_ptr->ua_config.play_local_tone_when_no_rtp_pkt_on_remote_hold = 1;
+ nvram_ims_profile_ptr->ua_config.reuse_transport_methods = 0x00000054; // CANCEL, ACK, REFER
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1280;
@@ -19577,6 +19700,16 @@
nvram_ims_profile_ptr->imc_config.ussd_support = 1;
nvram_ims_profile_ptr->imc_config.rfc5626_flow_recovery = 1;
nvram_ims_profile_ptr->ua_config.UA_call_amr_wb_pt = 96;
+#ifdef __EVS_SUPPORT__
+ nvram_ims_profile_ptr->ua_config.evs_support = 1;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
+ nvram_ims_profile_ptr->ua_config.br_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_recv_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_send_end = 6;
+ nvram_ims_profile_ptr->ua_config.ch_aw_recv = 0;
+#endif /* __EVS_SUPPORT__ */
/* IMCB, Reg/Stack, UA internal configurations */
/* Call*/
@@ -19678,6 +19811,7 @@
nvram_ims_profile_ptr->imc_config.location_info_support = 1; //lbs location info service: on
nvram_ims_profile_ptr->imc_config.nw_vops_rule = 0x12; // relied on
nvram_ims_profile_ptr->imc_config.emergency_call_category_mapping = 2; // SOS URN only
+ nvram_ims_profile_ptr->imc_config.wifi_em_reg_by_em_pdn = 1;
set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
/* IMCB, Reg/Stack, UA internal configurations */
@@ -20182,6 +20316,8 @@
nvram_ims_profile_ptr->ua_config.ect_enable = 1;
nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1;
nvram_ims_profile_ptr->ua_config.support_early_upgrade = 1;
+ nvram_ims_profile_ptr->ua_config.transfer_conf_call_as_1to1 = 0;
+ nvram_ims_profile_ptr->ua_config.keep_original_refresher_in_reinvite = 1;
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1500;
@@ -23243,7 +23379,6 @@
nvram_ims_profile_ptr->ua_config.ect_refer_to_use_sip_uri = 1;
nvram_ims_profile_ptr->ua_config.set_non_sendrecv_rtcp_0 = 1;
nvram_ims_profile_ptr->ua_config.add_param_in_rm_prtcpnt = 1;
- nvram_ims_profile_ptr->ua_config.ims_notify_feature_enabled = 1;
#ifdef __EVS_SUPPORT__
nvram_ims_profile_ptr->ua_config.evs_support = 1;
@@ -23266,6 +23401,7 @@
nvram_ims_profile_ptr->ua_config.default_reg_retry_mechanism = 1;
nvram_ims_profile_ptr->ua_config.pend_dereg_in_initial_reg = 1;
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1080;
+ nvram_ims_profile_ptr->ua_config.contact_with_username = 0;
/* IMC */
@@ -23984,7 +24120,22 @@
if (with_imsi_info) {
if (strncmp((char *)&mccmnc[0], "418", 3) == 0) {
/* Call */
- nvram_ims_profile_ptr->ua_config.add_country_to_pani = 1;
+ nvram_ims_profile_ptr->ua_config.session_refresher_in_req = 1;
+ nvram_ims_profile_ptr->ua_config.call_ringing_timer_timeout = 180;
+ nvram_ims_profile_ptr->ua_config.call_ringback_timer_timeout = 180;
+ nvram_ims_profile_ptr->ua_config.srvcc_feature_enable = 0x000F; //enable SRVCC, aSRVCC, bSRVCC and mid-SRVCC
+ nvram_ims_profile_ptr->ua_config.oir_privacy_to_header = 1;
+ nvram_ims_profile_ptr->ua_config.add_country_to_pani = 1;
+ #ifdef __EVS_SUPPORT__
+ nvram_ims_profile_ptr->ua_config.evs_support = 1;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
+ nvram_ims_profile_ptr->ua_config.br_begin = 3;
+ nvram_ims_profile_ptr->ua_config.br_end = 6;
+ nvram_ims_profile_ptr->ua_config.bw_end = 2;
+ nvram_ims_profile_ptr->ua_config.ch_aw_recv = 0; // ch-aw-recv: 0
+ #endif
/* Reg/Stack */
nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1080;
nvram_ims_profile_ptr->ua_config.contact_with_accesstype = 1;
@@ -24350,6 +24501,66 @@
break;
}
+ case 391: /* Bravado/US */
+ {
+ nvram_ims_profile_ptr->ua_config.operator_code = 0x0187; //operator_code = Bravado/US
+ set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
+
+ /* Call*/
+ nvram_ims_profile_ptr->ua_config.rtp_rtcp_local_port_start = 49512;
+ nvram_ims_profile_ptr->ua_config.rtp_rtcp_local_port_range = 16383;
+ nvram_ims_profile_ptr->ua_config.UA_call_session_min_se = 90;
+ nvram_ims_profile_ptr->ua_config.UA_call_rej_by_user_code = 603;
+ nvram_ims_profile_ptr->ua_config.merge_send_bye = 0;
+ nvram_ims_profile_ptr->ua_config.conf_participant_not_subscribe = 1;
+ nvram_ims_profile_ptr->ua_config.call_id_with_host_inCall = 1;
+ nvram_ims_profile_ptr->ua_config.early_media_when_rtp_coming = 1;
+ nvram_ims_profile_ptr->ua_config.histinfo_in_supported = 1;
+ nvram_ims_profile_ptr->ua_config.prefer_original_codec = 0;
+ nvram_ims_profile_ptr->ua_config.resp_precondition_without_bw_cnf = 1;
+ nvram_ims_profile_ptr->ua_config.force_srvcc_transfer = 0;
+ nvram_ims_profile_ptr->ua_config.show_octet_align = 0;
+ nvram_ims_profile_ptr->ua_config.check_curr_qos = 1;
+ nvram_ims_profile_ptr->ua_config.keep_original_refresher_in_reinvite= 1;
+ nvram_ims_profile_ptr->ua_config.force_csfb_when663 = 1;
+ nvram_ims_profile_ptr->ua_config.set_text_rtcp_0 = 0;
+ nvram_ims_profile_ptr->ua_config.use_lower_anonymous = 1;
+ nvram_ims_profile_ptr->ua_config.update_call_id_with_host = 1;
+ nvram_ims_profile_ptr->ua_config.use_pau_at_sdp_origin = 1;
+ nvram_ims_profile_ptr->ua_config.ect_refer_to_use_pai = 1;
+ nvram_ims_profile_ptr->ua_config.ect_refer_to_use_sip_uri = 1;
+ nvram_ims_profile_ptr->ua_config.set_non_sendrecv_rtcp_0 = 1;
+ nvram_ims_profile_ptr->ua_config.add_param_in_rm_prtcpnt = 1;
+
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 0;
+ nvram_ims_profile_ptr->ua_config.call_ringing_timer_timeout = 90;
+ nvram_ims_profile_ptr->ua_config.call_ringback_timer_timeout = 90;
+ nvram_ims_profile_ptr->ua_config.send_refer_to_peer = 1;
+ memset(&nvram_ims_profile_ptr->ua_config.UA_call_amr_wb_mode_set[0],0,20);
+ strncpy((char *)nvram_ims_profile_ptr->ua_config.UA_call_amr_wb_mode_set,
+ "8", sizeof(nvram_ims_profile_ptr->ua_config.UA_call_amr_wb_mode_set)-1);
+ nvram_ims_profile_ptr->ua_config.UA_call_amr_fmt_variant = 0x0101;
+
+ /* Reg/Stack */
+ nvram_ims_profile_ptr->ua_config.contact_with_transport = 0;
+ nvram_ims_profile_ptr->ua_config.dereg_clear_ipsec = 1;
+ nvram_ims_profile_ptr->ua_config.use_udp_on_tcp_fail = 0;
+ nvram_ims_profile_ptr->ua_config.ipsec_fail_allowed = 0;
+ nvram_ims_profile_ptr->ua_config.tcp_connect_max_time_all = 20;
+ nvram_ims_profile_ptr->ua_config.default_reg_retry_mechanism = 1;
+ nvram_ims_profile_ptr->ua_config.pend_dereg_in_initial_reg = 1;
+
+ nvram_ims_profile_ptr->ua_config.UA_reg_ipsec_algo = 0x15;
+
+ /* IMCB */
+ nvram_ims_profile_ptr->imc_config.not_acquire_audio_rtcp = 1;
+ nvram_ims_profile_ptr->imc_config.not_acquire_video_rtcp = 1;
+
+ /* IMC */
+
+ break;
+ }
+
case 392: /* MobileNation */
{
nvram_ims_profile_ptr->ua_config.operator_code = 0x188; //operator_code = 392(MobileNation)
@@ -24720,6 +24931,62 @@
}
+ case 409: /* BTC/Bahamas */
+ {
+ nvram_ims_profile_ptr->ua_config.operator_code = 0x199; //operator_code = 409(BTC/Bahamas)
+ set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
+
+ /*Call*/
+ nvram_ims_profile_ptr->ua_config.send_refer_to_peer = 1;
+ nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1;
+ nvram_ims_profile_ptr->ua_config.subscribe_dialog_to_server = 1;
+ nvram_ims_profile_ptr->ua_config.call_ringing_timer_timeout = 60;
+ nvram_ims_profile_ptr->ua_config.call_ringback_timer_timeout = 60;
+
+ /* Reg/Stack */
+ nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1280;
+
+ break;
+ }
+ case 410: /* Mtel */
+ {
+ nvram_ims_profile_ptr->ua_config.operator_code = 0x019A; //operator_code = 410(Mtel/Bosnia and Herzegovina)
+
+ set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
+
+ /* IMCB, Reg/Stack, UA internal configurations */
+ /* Call*/
+ nvram_ims_profile_ptr->ua_config.reg_gruu_support = 0;
+ nvram_ims_profile_ptr->ua_config.call_ringback_timer_timeout = 180;
+ nvram_ims_profile_ptr->ua_config.call_ringing_timer_timeout = 180;
+ nvram_ims_profile_ptr->ua_config.always_use_sip_uri_for_mo_call = 0;
+ nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1;
+ nvram_ims_profile_ptr->ua_config.subscribe_dialog_to_server = 1;
+ nvram_ims_profile_ptr->ua_config.UA_call_session_min_se = 90;
+ nvram_ims_profile_ptr->ua_config.merge_send_bye = 0;
+#ifdef __EVS_SUPPORT__
+ nvram_ims_profile_ptr->ua_config.evs_support = 1;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
+ nvram_ims_profile_ptr->ua_config.br_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_recv_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_send_end = 6;
+ nvram_ims_profile_ptr->ua_config.ch_aw_recv = 0;
+#endif
+
+ /* Reg/Stack */
+ nvram_ims_profile_ptr->ua_config.initial_reg_without_pani = 1;
+ nvram_ims_profile_ptr->ua_config.not_auto_reg_403 = 1;
+
+ /* IMCB */
+
+ /* IMC */
+ nvram_ims_profile_ptr->imc_config.nw_vops_rule = 0x18; // IMS reg maintained but initial reg not allowed
+ nvram_ims_profile_ptr->imc_config.no_ims_reg_during_active_cs_call = 1; // not register for WFC during a CS call
+ nvram_ims_profile_ptr->imc_config.srvcc_no_ims_dereg_until_call_rel = 1; // delay IMS dereg in 23G until call is released
+ break;
+ }
case 411: /* Evolve Broadband - US */
{
nvram_ims_profile_ptr->ua_config.operator_code = 0x019b; //operator_code = 411(Evolve Broadband - US)
@@ -24787,6 +25054,66 @@
break;
}
+ case 412: /*Standing Rock telecom US*/
+ {
+ /*call*/
+ nvram_ims_profile_ptr->ua_config.operator_code = 0x019C; //operator_code = 412 (Standing Rock telecom US)
+ nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_TCP_MTU_Size = 1460;
+ nvram_ims_profile_ptr->ua_config.rtp_rtcp_local_port_start = 49152; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.rtp_rtcp_local_port_range = 16383; // Suggestion values
+ set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
+ nvram_ims_profile_ptr->ua_config.rtcp_interval = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.UA_call_session_min_se = 90; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.UA_call_session_timer = 1800;
+ nvram_ims_profile_ptr->ua_config.UA_call_rej_by_user_code = 603; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.merge_send_bye = 0; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.conf_participant_not_subscribe = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.call_id_with_host_inCall = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.subscribe_dialog_to_server = 1; // Suggestion values
+#ifdef __EVS_SUPPORT__
+ nvram_ims_profile_ptr->ua_config.evs_support = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.bw_end = 2; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.bw_recv_end = 2; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.bw_send_end = 2; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1; // Suggestion values
+#endif /* __EVS_SUPPORT__ */
+ nvram_ims_profile_ptr->ua_config.early_media_when_rtp_coming = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.histinfo_in_supported = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.prefer_original_codec = 0; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.resp_precondition_without_bw_cnf = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.force_srvcc_transfer = 0; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.show_octet_align = 0; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.check_curr_qos = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.keep_original_refresher_in_reinvite = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.force_csfb_when663 = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.set_text_rtcp_0 = 0; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.use_lower_anonymous = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.use_pau_at_sdp_origin = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.ect_refer_to_use_pai = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.ect_refer_to_use_sip_uri = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.set_non_sendrecv_rtcp_0 = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.add_param_in_rm_prtcpnt = 1; // Suggestion values
+ nvram_ims_profile_ptr->imc_config.not_acquire_audio_rtcp = 1; // Suggestion values
+ nvram_ims_profile_ptr->imc_config.not_acquire_video_rtcp = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.pend_dereg_in_initial_reg = 1; // Suggestion values
+
+
+ /* SMS */
+ nvram_ims_profile_ptr->ua_config.update_call_id_with_host = 1; // Suggestion values
+
+ /*REG/Stack*/
+ nvram_ims_profile_ptr->ua_config.contact_with_transport = 0; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.dereg_clear_ipsec = 1; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.use_udp_on_tcp_fail = 0; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.ipsec_fail_allowed = 0; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.tcp_connect_max_time_all = 20; // Suggestion values
+ nvram_ims_profile_ptr->ua_config.default_reg_retry_mechanism = 1; // Suggestion values
+ break;
+ }
+
case 413: /* Ufone/Pakistan */
{
@@ -24825,6 +25152,78 @@
nvram_ims_profile_ptr->imc_config.not_acquire_video_rtcp = 1; // Suggestion value
break;
}
+
+ case 416: /* Brisanet/Brazil */
+ {
+
+ nvram_ims_profile_ptr->ua_config.operator_code = 0x01A0; //operator_code = 416(Brisanet/Brazil)
+ set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
+ /* IMCB, Reg/Stack, UA internal configurations */
+ /* Call */
+ nvram_ims_profile_ptr->ua_config.call_ringing_timer_timeout = 90;
+ nvram_ims_profile_ptr->ua_config.call_ringback_timer_timeout = 90;
+ nvram_ims_profile_ptr->ua_config.send_refer_to_peer = 1;
+ nvram_ims_profile_ptr->imc_config.ussd_support = 1;
+#ifdef __EVS_SUPPORT__
+ nvram_ims_profile_ptr->ua_config.evs_support = 1;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
+ nvram_ims_profile_ptr->ua_config.br_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_send_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_recv_end = 6;
+ nvram_ims_profile_ptr->ua_config.br_begin = 3;
+ nvram_ims_profile_ptr->ua_config.br_send_begin = 3;
+ nvram_ims_profile_ptr->ua_config.br_recv_begin = 3;
+ nvram_ims_profile_ptr->ua_config.bw_end = 2;
+ nvram_ims_profile_ptr->ua_config.bw_send_end = 2;
+ nvram_ims_profile_ptr->ua_config.bw_recv_end = 2;
+ nvram_ims_profile_ptr->ua_config.ch_aw_recv = 0xff;
+ nvram_ims_profile_ptr->ua_config.UA_call_evs_pt = 112;
+#endif /* __EVS_SUPPORT__ */
+
+ break;
+ }
+
+ case 417: /* ATLAS TELECOM/UAE */
+ {
+
+ nvram_ims_profile_ptr->ua_config.operator_code = 0x1A1; //operator_code = 417(ATLAS TELECOM/UAE)
+
+ /* Reg/Stack */
+ nvram_ims_profile_ptr->ua_config.VoLTE_Setting_SIP_Force_Use_UDP = 1;
+
+ break;
+ }
+
+ case 418: /* Emtel/Mauritius */
+ {
+
+ nvram_ims_profile_ptr->ua_config.operator_code = 0x01A2; //operator_code = 418( Emtel/Mauritius)
+ set_conf_factory_uri_by_imsi(&nvram_ims_profile_ptr->ua_config.UA_conf_factory_uri[0], with_imsi_info, imsi_mnc_len, mccmnc, op_id, special_profile);
+ /* IMCB, Reg/Stack, UA internal configurations */
+ /* Call */
+ nvram_ims_profile_ptr->ua_config.ims_notify_feature_enabled = 1;
+ nvram_ims_profile_ptr->ua_config.send_183_when_prcd_none = 0;
+ nvram_ims_profile_ptr->ua_config.srvcc_feature_enable = 0x0007; // enable SRVCC, aSRVCC and mid-SRVCC
+ nvram_ims_profile_ptr->ua_config.force_srvcc_transfer = 0x02; // force_srvcc_transfer = conference call
+ nvram_ims_profile_ptr->ua_config.refer_dialog_to_server = 1;
+#ifdef __EVS_SUPPORT__
+ nvram_ims_profile_ptr->ua_config.evs_support = 1;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order1 = 17;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order2 = 2;
+ nvram_ims_profile_ptr->ua_config.UA_call_codec_order3 = 1;
+ nvram_ims_profile_ptr->ua_config.br_end = 6;
+ nvram_ims_profile_ptr->ua_config.bw_end = 2;
+ nvram_ims_profile_ptr->ua_config.ch_aw_recv = 0;
+#endif
+
+ /* Reg/Stack */
+
+ /* IMCB */
+
+ break;
+ }
case 1001: /* Ericsson IMS IWLAN */
{
diff --git a/mcu/custom/protocol/common/ps/custom_iwlan_config.c b/mcu/custom/protocol/common/ps/custom_iwlan_config.c
index 8012766..7599623 100755
--- a/mcu/custom/protocol/common/ps/custom_iwlan_config.c
+++ b/mcu/custom/protocol/common/ps/custom_iwlan_config.c
@@ -263,6 +263,12 @@
cfg->xcap_ans_cfg.xcap_roaming_barring_enable = KAL_TRUE;
cfg->mms_ans_cfg.mms_cell_only_barring_enable = KAL_TRUE;
break;
+ case 608: //Senegal
+ cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = 0;
+ break;
+ case 610: //Mali
+ cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = KAL_FALSE;
+ break;
case 647:
cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = KAL_FALSE;
cfg->ipol_ans_cfg.icap_cfg.sms_network_types = 0xF;
@@ -876,8 +882,6 @@
cfg->ipol_ans_cfg.sig_cfg.wlan_sig_thr_cfg.ipol_wlan_rssi_ho_fair_th = -70;
cfg->ipol_ans_cfg.sig_cfg.md_sig_thr_cfg.ipol_lte_rsrp_poor_th = -116; //-43~-141
cfg->ipol_ans_cfg.sig_cfg.md_sig_thr_cfg.ipol_lte_rsrp_fair_th = -90; //-43~-141
- /* icap */
- cfg->ipol_ans_cfg.icap_cfg.sms_network_types = 0x00;
break;
case 262: // DE
cfg->ipol_ans_cfg.ipol_ims_md_supporting_rat = 0x40 | 0x7; // NR/LTE/3G/2G
@@ -1421,6 +1425,14 @@
}
case 133: /* DU */
{
+ switch (atoi(sim_mcc)) {
+ case 424:/* UAE */
+ cfg->ipol_ans_cfg.loc_cfg.ipol_ims_wlan_block_in_ap_mode_when_home_enable = KAL_TRUE;
+ cfg->ipol_ans_cfg.ipol_ims_wlan_roaming_barring_enable = 0;
+ break;
+ default:
+ break;
+ }
break;
}
case 134: /* Elisa Finland */
@@ -1539,6 +1551,10 @@
cfg->ipol_ans_cfg.sig_cfg.wlan_sig_thr_cfg.ipol_wlan_rssi_ho_poor_th = -79;
cfg->ipol_ans_cfg.sig_cfg.wlan_sig_thr_cfg.ipol_wlan_rssi_ho_fair_th = -72;
break;
+ case 645: //Zambia
+ cfg->ipol_ans_cfg.ipol_ims_md_supporting_rat = 0x1;
+ cfg->ipol_ans_cfg.ipol_ims_wlan_roaming_barring_enable = 1;
+ break;
}
break;
}
@@ -1926,6 +1942,13 @@
case 183: /* Personal */
{
cfg->ipol_ans_cfg.ipol_ims_wlan_roaming_barring_enable = KAL_FALSE;
+ switch (atoi(sim_mcc)) {
+ case 744: //Paraguay
+ cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = KAL_FALSE;
+ break;
+ default :
+ break;
+ }
break;
}
case 184: /* Viettel */
@@ -2093,6 +2116,10 @@
case 220: /* Tigo*/
{
switch (atoi(sim_mcc)) {
+ case 708: /* Honduras*/
+ case 714: /* Panama*/
+ cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = KAL_FALSE;
+ break;
case 736: /* Bolivia*/
cfg->ipol_ans_cfg.ipol_ims_md_supporting_rat = 0x40 | 0x7; // NR/LTE/3G/2G
cfg->ipol_ans_cfg.ipol_ims_23G_setup_barring_enable = KAL_FALSE;
@@ -2302,6 +2329,19 @@
cfg->ipol_ans_cfg.loc_cfg.ipol_location_enable = KAL_TRUE;
break;
}
+ case 247: /* Maroc Telecom(IAM) / Morocco */
+ {
+ switch (atoi(sim_mcc)) {
+ case 604:
+ cfg->ipol_ans_cfg.sig_cfg.wlan_sig_thr_cfg.ipol_wlan_rssi_rove_poor_th = -79;
+ cfg->ipol_ans_cfg.sig_cfg.wlan_sig_thr_cfg.ipol_wlan_rssi_rove_fair_th = -72;
+ cfg->ipol_ans_cfg.ipol_ims_wlan_roaming_barring_enable = KAL_TRUE;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
case 261: /* ASTAC-United States */
{
cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = KAL_FALSE;
@@ -2699,6 +2739,46 @@
}
break;
}
+ case 409: /* BTC */
+ {
+ switch (atoi(sim_mcc)) {
+ case 364: /* Bahamas*/
+ cfg->ipol_ans_cfg.sig_cfg.wlan_sig_thr_cfg.ipol_wlan_rssi_ho_poor_th = -79;
+ cfg->ipol_ans_cfg.sig_cfg.wlan_sig_thr_cfg.ipol_wlan_rssi_ho_fair_th = -72;
+ cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = KAL_FALSE;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
+ case 410: /* Mtel/Bosnia and Herzegovina */
+ {
+ cfg->ipol_ans_cfg.icap_cfg.sms_network_types = 0x00;
+ break;
+ }
+ case 416: /* Brisanet*/
+ {
+ switch (atoi(sim_mcc)) {
+ case 724: /* Brazil */
+ cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = KAL_FALSE;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
+ case 419:
+ {
+ switch (atoi(sim_mcc)) {
+ case 641:
+ cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = 0;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
case 1001: /* Ericsson IMS IWLAN */
{
cfg->ipol_ans_cfg.ipol_ims_md_supporting_rat = 0x40 | 0x7; // NR/LTE/3G/2G
diff --git a/mcu/custom/protocol/common/ps/custom_l4_utility.c b/mcu/custom/protocol/common/ps/custom_l4_utility.c
index 7d664a5..11300c2 100755
--- a/mcu/custom/protocol/common/ps/custom_l4_utility.c
+++ b/mcu/custom/protocol/common/ps/custom_l4_utility.c
@@ -23,7 +23,7 @@
* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
-* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
+* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
*
* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
@@ -82,7 +82,7 @@
#ifdef __MTK_TARGET__
#ifdef __NR_RAT__
-#include "mrs_nras_capability.h"
+#include "mrs_nras_capability.h"
#endif
#endif
@@ -99,7 +99,7 @@
#define CM_DTMF_P_W_SWITCH_FLAG KAL_FALSE
//define codec num
-#define SUPPORTED_2G_CODEC_NUM 6
+#define SUPPORTED_2G_CODEC_NUM 6
#define CUSTOM_ACM_BOUND (1000)
#define CSM_RLC_TIMER_CONFIG (3)
@@ -135,7 +135,7 @@
0x38, 0xB2, 0xE0, 0x50,
0x30, 0x28,
0xAE, 0xD0, 0x1C, 0xB2,
- 0xE7, 0xA0, 0x00, 0x90
+ 0xE7, 0xA0, 0x00, 0x90
};
kal_uint8 custom_smsal_wea_test_data2[] ={
@@ -155,40 +155,40 @@
kal_uint8 custom_cb_message1[] = {
- 0x01, 0x47, 0xF6, 0x5B, 0x1C, 0x66, 0x83, 0xA0, 0xD7, 0x69,
- 0x84, 0x36, 0xBB, 0xC5, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x0E
+ 0x01, 0x47, 0xF6, 0x5B, 0x1C, 0x66, 0x83, 0xA0, 0xD7, 0x69,
+ 0x84, 0x36, 0xBB, 0xC5, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x0E
};
kal_uint8 custom_cb_message2[] = {
- 0x01, 0x47, 0xF6, 0x5B, 0x1C, 0x66, 0x83, 0xA0, 0xD7, 0x69,
- 0x84, 0x36, 0xBB, 0xC5, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x0E
+ 0x01, 0x47, 0xF6, 0x5B, 0x1C, 0x66, 0x83, 0xA0, 0xD7, 0x69,
+ 0x84, 0x36, 0xBB, 0xC5, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x0E
};
kal_uint8 custom_test_wham_message[] ={
- 0x01, 0x11, 0x40, 0x11, 0x18, 0x40, 0x11, 0x11, 0x20, 0x40,
- 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x01, 0x11, 0x40, 0x11, 0x18, 0x40, 0x11, 0x11, 0x20, 0x40,
+ 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x0A
};
@@ -213,17 +213,17 @@
#include "kal_trace.h" // for tst_sys_trace
#include "sim_exported_enum.h"
-/* *********** NOTE **************************************************
+/* *********** NOTE **************************************************
* IMPORTANT READ IT BEFORE UPDATING MTK_RSA_ESCAPE_SIGNATURE_OEM *
* Do not remove the macro MTK_RSA_ESCAPE_SIGNATURE_OEMfrom this file. *
* Add the signature pattern withing the double quotes " " */
#define MTK_RSA_ESCAPE_SIGNATURE_OEM ""
#define CUSTOM_L4C_LTE_ONLY_LTE_NW_TIMER 360 // in seconds the default timer value is 6 mins
-
+
/*ALPS04938172:The wait for MT paging in LTE RAT timer value (in seconds)*/
#define CSM_WAIT_ON_LTE_PAGING_TIMER_CONFIG (2)
-
+
extern kal_bool nvram_custom_config_ims_profile(sbp_reconfig_custom_param_struct *param_ptr);
extern kal_bool nvram_custom_config_ltecsr_profile(sbp_reconfig_custom_param_struct *param_ptr);
extern kal_bool nvram_custom_config_sdm_ads_profile(sbp_reconfig_custom_param_struct *param_ptr);
@@ -239,30 +239,30 @@
CM_RESOURCE_UNAVAIL_UNSPECIFIED};//47
/*****************************************************************************
- If customer want to use other character instead of '?' as wild character
- Please re-define this CUSTOM_WILD_CHAR
+ If customer want to use other character instead of '?' as wild character
+ Please re-define this CUSTOM_WILD_CHAR
[Note!!] Wild character definition should be unique and sync with MMI display
- [Note!!] This is used only apply to L4 protocol.
- Customer still need to revise the definition in MMI and Phonebook
+ [Note!!] This is used only apply to L4 protocol.
+ Customer still need to revise the definition in MMI and Phonebook
*****************************************************************************/
#define CUSTOM_WILD_CHAR '?'
/*****************************************************************************
- If customer want to use other character instead of 'w' as auto dtmf modifier
- Please re-define this CUSTOM_AUTO_DTMF_MODIFIER
+ If customer want to use other character instead of 'w' as auto dtmf modifier
+ Please re-define this CUSTOM_AUTO_DTMF_MODIFIER
[Note 1] Please always use lowercase character e.g. use 't' instead of 'T'
[Note 2] Auto DTMF modifier definition should be unique and sync with MMI display
- [Note 3] This is used only apply to L4 protocol.
- Customer still need to revise the definition in MMI and Phonebook
+ [Note 3] This is used only apply to L4 protocol.
+ Customer still need to revise the definition in MMI and Phonebook
*****************************************************************************/
-#define CUSTOM_AUTO_DTMF_MODIFIER 'w'
+#define CUSTOM_AUTO_DTMF_MODIFIER 'w'
/*****************************************************************************
* FUNCTION
* custom_wild_char()
* DESCRIPTION
* This function is used to return wild character definition
-*
+*
* PARAMETERS
* none
* RETURNS
@@ -279,7 +279,7 @@
* custom_auto_dtmf_modifer()
* DESCRIPTION
* This function is used to return auto DTMF modifier definition
-*
+*
* PARAMETERS
* none
* RETURNS
@@ -295,7 +295,7 @@
* custom_ext_modem_mod_id()
* DESCRIPTION
* This function is used to return external modem module id
-*
+*
* PARAMETERS
* none
* RETURNS
@@ -307,13 +307,13 @@
* custom_short_string_as_call()
* DESCRIPTION
* This function is used to define specific short string (1 or 2 digit dial string)
-* that should be treat as call instead of USSD.
-* In spec 22.030 Figure 3.5.3.2 it define short string except 2 digit starting
-* with a '1' shall treat as USSD. However,there might be some special operator requirement
+* that should be treat as call instead of USSD.
+* In spec 22.030 Figure 3.5.3.2 it define short string except 2 digit starting
+* with a '1' shall treat as USSD. However,there might be some special operator requirement
* ex: "86" is a operator service call number
* PARAMETERS
* kal_uint8 c1
-* kal_uint8 c2
+* kal_uint8 c2
* kal_uint8 length
* RETURNS
* KAL_TRUE or KAL_FALSE
@@ -341,12 +341,12 @@
* FUNCTION
* custom_idle_string_as_call()
* DESCRIPTION
-* This function is used to define specific string input in idle screen
+* This function is used to define specific string input in idle screen
* that should be treat as call instead of USSD.
-* This check is prior to the spec 22.030 Figure 3.5.3.2
+* This check is prior to the spec 22.030 Figure 3.5.3.2
*
* PARAMETERS
-* kal_uint8 *str
+* kal_uint8 *str
* kal_uint8 length
* RETURNS
* KAL_TRUE or KAL_FALSE
@@ -364,22 +364,22 @@
|| (kal_mem_cmp(str,"#0",length) == 0))) // "#0 SEND"
|| ((length == 3) && ((kal_mem_cmp(str,"411",length) == 0) // "411 SEND"
|| (kal_mem_cmp(str,"*08",length) == 0) // "*08 SEND"
- || ((str[0] == '#')
- && (str[1] == '#')
+ || ((str[0] == '#')
+ && (str[1] == '#')
&& custom_is_digit(str[2])))) // "##<1 digit> SEND"
|| ((length == 4) && ((str[0] == '*') || (str[0] == '#'))
- && custom_is_digit(str[1])
- && custom_is_digit(str[2])
+ && custom_is_digit(str[1])
+ && custom_is_digit(str[2])
&& custom_is_digit(str[3])) // "*<3 digits> SEND" or "#<3 digits> SEND"
- || ((length == 5) && (str[0] == '*')
- && custom_is_digit(str[1])
- && custom_is_digit(str[2])
- && custom_is_digit(str[3])
+ || ((length == 5) && (str[0] == '*')
+ && custom_is_digit(str[1])
+ && custom_is_digit(str[2])
+ && custom_is_digit(str[3])
&& custom_is_digit(str[4])) // "*<4 digits> SEND"
- || ((length == 5) && (str[0] == '#')
- && custom_is_digit(str[1])
- && custom_is_digit(str[2])
- && custom_is_digit(str[3])
+ || ((length == 5) && (str[0] == '#')
+ && custom_is_digit(str[1])
+ && custom_is_digit(str[2])
+ && custom_is_digit(str[3])
&& custom_is_digit(str[4])
&& custom_is_digit(str[5])) // "#<5 digits> SEND"
|| ((length == 9) && (str[0] == '*') && (str[1] == '*')
@@ -852,13 +852,13 @@
/* [Operator requirement]
- * If Idea and Vodafone is in the same circle in India, even though the reigistered PLMN
+ * If Idea and Vodafone is in the same circle in India, even though the reigistered PLMN
* is not contained in HPLMN specified by SIM card, UE should still consider it home */
if (KAL_TRUE == is_idea_vodafone_in_India_same_circle(plmn, mcc_mnc))
{
custom_is_on_hplmn = KAL_TRUE;
}
-
+
/* [Operator requirement] H3G Denmark and TDC
* if H3G SIM card MCC+MNC is 23806 and current TDC PLMN is 23801/23810. Treat as home PLMN. not consider roaming PLMN */
@@ -870,19 +870,19 @@
}
}
- /* [Operator requirement]
+ /* [Operator requirement]
* For AT&T Sim cards in Mexico (), if device registers on 334 03 or 334 020, UE should consider it as home.
*/
if ((kal_mem_cmp(mcc_mnc,"33405",5) == 0) || (kal_mem_cmp(mcc_mnc,"334050",6) == 0) || (kal_mem_cmp(mcc_mnc,"334090",6) == 0))
{
- if ((kal_mem_cmp(plmn,"33405",5) == 0) || (kal_mem_cmp(plmn,"334050",6) == 0) || (kal_mem_cmp(plmn,"334090",6) == 0)
+ if ((kal_mem_cmp(plmn,"33405",5) == 0) || (kal_mem_cmp(plmn,"334050",6) == 0) || (kal_mem_cmp(plmn,"334090",6) == 0)
|| (kal_mem_cmp(plmn,"33403",5) == 0) || (kal_mem_cmp(plmn,"334020",6) == 0))
{
custom_is_on_hplmn = KAL_TRUE;
}
}
- /* [Operator requirement]
+ /* [Operator requirement]
* Spain Tuenti: SIM 21405 & register 21407 should be regarded as home.
*/
if (kal_mem_cmp(mcc_mnc,"21405",5) == 0)
@@ -892,8 +892,8 @@
custom_is_on_hplmn = KAL_TRUE;
}
}
-
- /* [Operator requirement]
+
+ /* [Operator requirement]
* Sprint-TMO: SIM 310120/312530 & register 310120/312530 should be regarded as home.
*/
if ((kal_mem_cmp(mcc_mnc,"310120",6) == 0) || (kal_mem_cmp(mcc_mnc,"312530",6) == 0))
@@ -913,13 +913,13 @@
custom_is_on_hplmn = KAL_TRUE;
}
}
- /* [Operator requirement] Canada
- * if SIM card MCC - 302 and any Canada PLMN (MCC-302)
+ /* [Operator requirement] Canada
+ * if SIM card MCC - 302 and any Canada PLMN (MCC-302)
* Treat as home PLMN not consider roaming PLMN.
* except simcard is 302/490(Shaw), 302/490(Freedom), 302/270(Eastlink)*/
if (!((kal_mem_cmp(mcc_mnc,"302490",6) == 0)||(kal_mem_cmp(mcc_mnc,"302270",6) == 0)))
- {
+ {
if((kal_mem_cmp(mcc_mnc,"302",3) == 0)&&(kal_mem_cmp(plmn,"302",3) == 0))
{
custom_is_on_hplmn = KAL_TRUE;
@@ -944,7 +944,7 @@
* DESCRIPTION
* In CPHS spec , it define a file to record if Call Forwarding Uncoditional (CFU) is active.
* If CFU is active , ME show indicate user with CFU icon in MMI.
-* However, not all the SIM card havs this CFU flag file.
+* However, not all the SIM card havs this CFU flag file.
* So one SIM card might be with CFU activaed in ME A,but fail to display CFU icon when it is inserted in the ME B.
*
* To dispaly CFU icon correctly,MTK solution might try to query CFU status right after first camping on to NW.
@@ -954,15 +954,15 @@
* none
* RETURNS
* KAL_FALSE (default) is to query CFU status for the first time camping on to NW
-* KAL_TRUE is to disable the trick
+* KAL_TRUE is to disable the trick
*************************************************************************************************/
kal_uint8 custom_disable_query_cfu_status(void)
{
#if defined(__TC01__) || defined(__SS_CPHS_QUERY_CFU_DISABLE__)
- return KAL_TRUE;
-#else
- return KAL_FALSE;
-#endif
+ return KAL_TRUE;
+#else
+ return KAL_FALSE;
+#endif
}
/***********************************************************************************************
@@ -971,7 +971,7 @@
* DESCRIPTION
* In CPHS spec , it define a file to record if Call Forwarding Uncoditional (CFU) is active.
* If CFU is active , ME show indicate user with CFU icon in MMI.
-* However, not all the SIM card havs this CFU flag file.
+* However, not all the SIM card havs this CFU flag file.
* So one SIM card might be with CFU activaed in ME A,but fail to display CFU icon when it is inserted in the ME B.
*
* To dispaly CFU icon correctly,MTK solution might try to query CFU status right after first camping on to NW always.
@@ -987,10 +987,10 @@
kal_uint8 custom_cphs_query_cfu_status_always(void)
{
#if defined(__SS_CPHS_QUERY_CFU_ALWAYS__)
- return KAL_TRUE;
-#else
- return KAL_FALSE;
-#endif
+ return KAL_TRUE;
+#else
+ return KAL_FALSE;
+#endif
}
/***********************************************************************************************
@@ -1008,9 +1008,9 @@
kal_uint8 custom_cfu_store_ftn_in_efcfis(void)
{
#ifdef __CFU_FTN_IN_EFCFIS__
- return KAL_TRUE;
+ return KAL_TRUE;
#else
- return KAL_FALSE;
+ return KAL_FALSE;
#endif
}
@@ -1024,7 +1024,7 @@
* none
* RETURNS
* KAL_FALSE is to prevent AT+EGMR to write IMEI
-* KAL_TRUE (default) is to allow the functionality
+* KAL_TRUE (default) is to allow the functionality
*************************************************************************************************/
kal_uint8 custom_allow_at_write_imei(void)
{
@@ -1043,7 +1043,7 @@
* FUNCTION
* custom_sms_fdn_check_da_only()
* DESCRIPTION
-* According to spec 22.101 A.25 ,
+* According to spec 22.101 A.25 ,
* For SMS,both SCA(Service Center address) and DA(Destination Address) shall be checked when FDN is enabled
* There might be special requirement for sms fdn check to check DA only.
*
@@ -1087,7 +1087,7 @@
* DESCRIPTION
* This function is used to convert battery_voltage(battery_level_enum)
* to cind value 0~5 (battery cind range 0~5 is defined in HFP and 27.007 spec)
-* battery cind_value is the response of AT+CIND or +CIEV:<battery_ind>,<cind_value>
+* battery cind_value is the response of AT+CIND or +CIEV:<battery_ind>,<cind_value>
*
* PARAMETERS
* battery_voltage IN
@@ -1113,7 +1113,7 @@
cind_value = 0;
}
- return cind_value;
+ return cind_value;
}
/*****************************************************************************
@@ -1122,17 +1122,17 @@
* DESCRIPTION
* This function is to check if the chars of the input str are valid or not
* PARAMETERS
- * number [IN] string being checked
+ * number [IN] string being checked
* RETURNS
* KAL_TRUE or KAL_FALSE
*****************************************************************************/
kal_bool l4_custom_is_phb_valid_char(kal_uint8 ch)
{
- if ( !((ch >= '0' && ch <= '9') || ch == 'p' ||
+ if ( !((ch >= '0' && ch <= '9') || ch == 'p' ||
ch == custom_wild_char() || ch == custom_auto_dtmf_modifier() ||
ch == '+' || ch == '*' || ch == '#') )
{
- return KAL_FALSE;
+ return KAL_FALSE;
}
return KAL_TRUE;
@@ -1221,11 +1221,11 @@
* DESCRIPTION
* This function is to configure "if we allow gprs dialup when MS is busy(in call)"
* in Bluetooth SPP port
-* If return KAL_TRUE, we will response 'BUSY' for ATD*99# when MS busy (in call)
+* If return KAL_TRUE, we will response 'BUSY' for ATD*99# when MS busy (in call)
* If return KAL_FALSE, we allow ATD*99# to be processed when MS is in call
*
* For BQB DUN testcase APS/BV/02.
-* It request MS to response 'BUSY' for GPRS dialup(ATD*99#) when MS is in call.
+* It request MS to response 'BUSY' for GPRS dialup(ATD*99#) when MS is in call.
*
* PARAMETERS
* none
@@ -1243,11 +1243,11 @@
* FUNCTION
* custom_check_keypad_code
* DESCRIPTION
- * This function is used to convert the input of AT command (ex. AT+CKPD)
+ * This function is used to convert the input of AT command (ex. AT+CKPD)
* to the Device Key
* Customer can use this function to override the meaning of a key from AT command
* If customer didn't handle the key, we will check our default key mapping
- *
+ *
* PARAMETERS
* key [IN] input keys from command
* keycode [OUT] a output device key which is converted from key
@@ -1314,8 +1314,8 @@
* get the supported bands of the protocol
*
* PARAMETERS
-* gsm_bands returned gsm bands
-* umts_bands returned umts bands
+* gsm_bands returned gsm bands
+* umts_bands returned umts bands
*
* RETURNS
* none
@@ -1323,23 +1323,23 @@
void custom_get_supported_bands(kal_uint32 *gsm_bands, kal_uint32 *umts_bands, kal_uint32 *lte_band, kal_uint32 *nr_band, kal_uint32 *nsa_band)
{
*gsm_bands = 0
- #if defined(__EGSM900__)
- | 0x02 //BAND_900
+ #if defined(__EGSM900__)
+ | 0x02 //BAND_900
#endif
- #if defined(__DCS1800__)
- | 0x08 //BAND_1800
- #endif
- #if defined(__GSM850__)
- | 0x80 //BAND_850
- #endif
- #if defined(__PCS1900__)
- | 0x10 //BAND_1900
- #endif
+ #if defined(__DCS1800__)
+ | 0x08 //BAND_1800
+ #endif
+ #if defined(__GSM850__)
+ | 0x80 //BAND_850
+ #endif
+ #if defined(__PCS1900__)
+ | 0x10 //BAND_1900
+ #endif
;
#if defined(__MTK_TARGET__)
#if !defined (L1_NOT_PRESENT)
- kal_char band_dbg_custom_str[100];
+ kal_char band_dbg_custom_str[100];
// *gsm_bands = L1D_GetBandSupport_PCore();
*gsm_bands = L1D_UeBandCapability();
kal_sprintf(band_dbg_custom_str, "custom_get_supported_bands(), L1D_GetBandSupport_PCore(): 0x%x\n\r", *gsm_bands);
@@ -1349,13 +1349,13 @@
if(KAL_TRUE == gmss_is_tdscdma_mode_activated(l4c_current_mod_id - MOD_L4C))
{
- *umts_bands = 0
+ *umts_bands = 0
#if defined(__UMTS_TDD128_BAND_A__)
- | 0x00000001
- #endif
+ | 0x00000001
+ #endif
#if defined(__UMTS_TDD128_BAND_F__)
- | 0x00000020
- #endif
+ | 0x00000020
+ #endif
;
}
@@ -1387,7 +1387,7 @@
//5G
#ifdef __MTK_TARGET__
#ifdef __NR_RAT__
-
+
if (nsa_band != NULL && nr_band != NULL) // for +EPBSEH cmd
{
//<nr_band> = rf nr band, <nsa_band> = rf endc band
@@ -1396,7 +1396,7 @@
else if (nr_band != NULL) // for existing cmds other than +EPBSEH
{
// <nr_band> = (rf nr band | rf endc band)
- mrs_nras_max_band_cap_for_user((mrs_nr_band_list_struct*)nr_band);
+ mrs_nras_max_band_cap_for_user((mrs_nr_band_list_struct*)nr_band);
}
#endif
#endif
@@ -1414,7 +1414,7 @@
#define CUSTOM_3G_SIGNAL_LEVEL_2_MAX_STRENGTH (11)
#define CUSTOM_3G_SIGNAL_LEVEL_3_MAX_STRENGTH (14)
-/* 20101028: Adjust TDD RSCP to CSQ mapping */
+/* 20101028: Adjust TDD RSCP to CSQ mapping */
#ifdef __UMTS_TDD128_MODE__
#define CUSTOM_3G_TDD_RSCP_THRESHOLD_1 (-51)
#define CUSTOM_3G_TDD_RSCP_THRESHOLD_2 (-75)
@@ -1455,9 +1455,9 @@
level = 31;
}
else
- {
- level = (strength_in_dbm + 113) / 2;
- }
+ {
+ level = (strength_in_dbm + 113) / 2;
+ }
return level;
}
@@ -1467,12 +1467,12 @@
*
* DESCRIPTION
* This function is used to convert signal level to raw qdBm according to 3GPP 27.007 +CESQ definnition
-*
+*
* PARAMETERS
* none
*
* RETURNS
-*
+*
*****************************************************************************/
kal_int32 custom_signal_strength_cesq_level_to_raw(l4_cesq_param_enum type, kal_uint8 signal_level)
{
@@ -1548,12 +1548,12 @@
*
* DESCRIPTION
* This function is used to convert qdBm to signal level according to 3GPP 27.007 +CESQ definnition
-*
+*
* PARAMETERS
* none
*
* RETURNS
-*
+*
*****************************************************************************/
kal_uint8 custom_signal_strength_raw_to_cesq_level(l4_cesq_param_enum type, kal_int32 raw_in_qdbm)
{
@@ -1734,7 +1734,7 @@
*
* PARAMETERS
* kal_uint8 rat radio access technology (2G/3G)
-* kal_int32 rssi_in_qdbm 2G/3G raw data
+* kal_int32 rssi_in_qdbm 2G/3G raw data
* kal_int32 RSCP_in_qdbm 3G raw data
* kal_int32 EcN0_in_qdbm 3G raw data
* kal_uint8 ber 2G/3G raw data
@@ -1744,8 +1744,8 @@
* level value: ranged from 0 to 31, 99 means invalid/un-available
*****************************************************************************/
kal_uint8 custom_signal_strength_raw_to_csq_level(
- kal_uint8 rat,
- kal_int32 rssi_in_qdbm,
+ kal_uint8 rat,
+ kal_int32 rssi_in_qdbm,
kal_int32 RSCP_in_qdbm,
kal_int32 EcN0_in_qdbm,
kal_uint8 ber,
@@ -1765,10 +1765,10 @@
level = custom_signal_strength_in_ts27007(rssi_in_qdbm / 4);
}
}
-#ifdef __UMTS_RAT__
+#ifdef __UMTS_RAT__
else if (rat == RAT_UMTS)
{
- #ifdef __UMTS_TDD128_MODE__ /* 3G TDD conversion */
+ #ifdef __UMTS_TDD128_MODE__ /* 3G TDD conversion */
{
kal_int32 RSCP = RSCP_in_qdbm / 4;
@@ -1778,39 +1778,39 @@
}
else if (RSCP >= CUSTOM_3G_TDD_RSCP_THRESHOLD_2)
{
- level = (CUSTOM_3G_TDD_CSQ_LEVEL_2+1) +
- (CUSTOM_3G_TDD_CSQ_LEVEL_1-CUSTOM_3G_TDD_CSQ_LEVEL_2-1) * (RSCP-CUSTOM_3G_TDD_RSCP_THRESHOLD_2) /
+ level = (CUSTOM_3G_TDD_CSQ_LEVEL_2+1) +
+ (CUSTOM_3G_TDD_CSQ_LEVEL_1-CUSTOM_3G_TDD_CSQ_LEVEL_2-1) * (RSCP-CUSTOM_3G_TDD_RSCP_THRESHOLD_2) /
(CUSTOM_3G_TDD_RSCP_THRESHOLD_1-CUSTOM_3G_TDD_RSCP_THRESHOLD_2);
}
else if (RSCP >= CUSTOM_3G_TDD_RSCP_THRESHOLD_3)
{
- level = (CUSTOM_3G_TDD_CSQ_LEVEL_3+1) +
- (CUSTOM_3G_TDD_CSQ_LEVEL_2-CUSTOM_3G_TDD_CSQ_LEVEL_3-1) * (RSCP-CUSTOM_3G_TDD_RSCP_THRESHOLD_3) /
+ level = (CUSTOM_3G_TDD_CSQ_LEVEL_3+1) +
+ (CUSTOM_3G_TDD_CSQ_LEVEL_2-CUSTOM_3G_TDD_CSQ_LEVEL_3-1) * (RSCP-CUSTOM_3G_TDD_RSCP_THRESHOLD_3) /
(CUSTOM_3G_TDD_RSCP_THRESHOLD_2-CUSTOM_3G_TDD_RSCP_THRESHOLD_3-1);
}
else if (RSCP >= CUSTOM_3G_TDD_RSCP_THRESHOLD_4)
{
- level = (CUSTOM_3G_TDD_CSQ_LEVEL_4+1) +
- (CUSTOM_3G_TDD_CSQ_LEVEL_3-CUSTOM_3G_TDD_CSQ_LEVEL_4-1) * (RSCP-CUSTOM_3G_TDD_RSCP_THRESHOLD_4) /
+ level = (CUSTOM_3G_TDD_CSQ_LEVEL_4+1) +
+ (CUSTOM_3G_TDD_CSQ_LEVEL_3-CUSTOM_3G_TDD_CSQ_LEVEL_4-1) * (RSCP-CUSTOM_3G_TDD_RSCP_THRESHOLD_4) /
(CUSTOM_3G_TDD_RSCP_THRESHOLD_3-CUSTOM_3G_TDD_RSCP_THRESHOLD_4-1);
}
else if (RSCP >= CUSTOM_3G_TDD_RSCP_THRESHOLD_5)
{
- level = (CUSTOM_3G_TDD_CSQ_LEVEL_5+1) +
- (CUSTOM_3G_TDD_CSQ_LEVEL_4-CUSTOM_3G_TDD_CSQ_LEVEL_5-1) * (RSCP-CUSTOM_3G_TDD_RSCP_THRESHOLD_5) /
+ level = (CUSTOM_3G_TDD_CSQ_LEVEL_5+1) +
+ (CUSTOM_3G_TDD_CSQ_LEVEL_4-CUSTOM_3G_TDD_CSQ_LEVEL_5-1) * (RSCP-CUSTOM_3G_TDD_RSCP_THRESHOLD_5) /
(CUSTOM_3G_TDD_RSCP_THRESHOLD_4-CUSTOM_3G_TDD_RSCP_THRESHOLD_5-1);
}
else
{
level = 0;
- }
+ }
}
#else /* 3G FDD conversion */
/* Alva 20081210: signal strength = (Ec/N0 + 25) + (RSCP + 120) / 8, range: 0 ~ 31 */
level =
- ((EcN0_in_qdbm / 4) + 25) +
+ ((EcN0_in_qdbm / 4) + 25) +
(((RSCP_in_qdbm / 4) + 120) / 8);
if (level > 31)
@@ -1818,20 +1818,20 @@
level = 31;
}
- /* Gordon 20090604: To reflect the real network environment more accurately,
- * based on the experiment results, we modify the calculated signal level for MMI display
- * When RSCP < -72 and the original signal strength > 9,
+ /* Gordon 20090604: To reflect the real network environment more accurately,
+ * based on the experiment results, we modify the calculated signal level for MMI display
+ * When RSCP < -72 and the original signal strength > 9,
* a new formula is defined to modify the original signal strength.
* More detailed information are shown in the excel file for the new formula */
if (level >= (CUSTOM_3G_SIGNAL_LEVEL_1_MAX_STRENGTH+1))
{
kal_int32 RSCP_in_dbm = RSCP_in_qdbm / 4;
- if (RSCP_in_dbm < CUSTOM_3G_SIGNAL_LEVEL_MINUS_3_THRESHOLD)
+ if (RSCP_in_dbm < CUSTOM_3G_SIGNAL_LEVEL_MINUS_3_THRESHOLD)
{
level = CUSTOM_3G_SIGNAL_LEVEL_1_MAX_STRENGTH;
}
- else if (RSCP_in_dbm < CUSTOM_3G_SIGNAL_LEVEL_MINUS_2_THRESHOLD)
+ else if (RSCP_in_dbm < CUSTOM_3G_SIGNAL_LEVEL_MINUS_2_THRESHOLD)
{
if ((CUSTOM_3G_SIGNAL_LEVEL_3_MAX_STRENGTH) >= level)
{
@@ -1839,10 +1839,10 @@
}
else
{
- level=CUSTOM_3G_SIGNAL_LEVEL_2_MAX_STRENGTH;
+ level=CUSTOM_3G_SIGNAL_LEVEL_2_MAX_STRENGTH;
}
}
- else if (RSCP_in_dbm < CUSTOM_3G_SIGNAL_LEVEL_MINUS_1_THRESHOLD)
+ else if (RSCP_in_dbm < CUSTOM_3G_SIGNAL_LEVEL_MINUS_1_THRESHOLD)
{
if (CUSTOM_3G_SIGNAL_LEVEL_2_MAX_STRENGTH >= level)
{
@@ -1854,7 +1854,7 @@
}
else
{
- level=CUSTOM_3G_SIGNAL_LEVEL_3_MAX_STRENGTH;
+ level=CUSTOM_3G_SIGNAL_LEVEL_3_MAX_STRENGTH;
}
}
}
@@ -1894,8 +1894,8 @@
* level value: ranges from 0 to 5
*****************************************************************************/
kal_uint8 custom_signal_strength_raw_to_ciev_signal_level(
- kal_uint8 rat,
- kal_int32 rssi_in_qdbm,
+ kal_uint8 rat,
+ kal_int32 rssi_in_qdbm,
kal_int32 RSCP_in_qdbm,
kal_int32 EcN0_in_qdbm,
kal_uint8 ber,
@@ -1957,8 +1957,8 @@
*
* RETURNS
* A kal_uint8 value 0 ~ 5 indicating the ignorable difference bwtween two <val>
-* in +CIEV:<signal>,<val>. If the return is larger than 0, the <val> different
-* to the last reported +CIEV Signal Strength <val> which is smaller then the
+* in +CIEV:<signal>,<val>. If the return is larger than 0, the <val> different
+* to the last reported +CIEV Signal Strength <val> which is smaller then the
* return would be ignored.
* If the return value is 0, the +CIEV Signal Strength URC is reported as usual
*****************************************************************************/
@@ -2002,15 +2002,15 @@
* cmd_id [IN] AT command enum defined in the ps\l4\atci\include\at_cmd.def
*
* RETURNS
-* KAL_TRUE: could be executed,
+* KAL_TRUE: could be executed,
* KAL_FLASE: could not be executed
*****************************************************************************/
kal_bool custom_check_is_atcmd_allowed(rmmi_cmd_id_enum cmd_id)
-{
- /* the following example disallowed executing
+{
+ /* the following example disallowed executing
* the command AT+EADP
*/
- /*if (cmd_id == RMMI_CMD_ATEADP)
+ /*if (cmd_id == RMMI_CMD_ATEADP)
{
return KAL_FALSE;
}*/
@@ -2031,7 +2031,7 @@
* PARAMETERS
* none
*****************************************************************************/
-kal_uint8 custom_l4c_gprs_when_needed_timer(void)
+kal_uint8 custom_l4c_gprs_when_needed_timer(void)
{
const kal_uint8 GPRS_DETACH_TIMER = 20;
return GPRS_DETACH_TIMER;
@@ -2082,11 +2082,11 @@
{
kal_uint8 mapping_qci;
-#define MTK_OPERATOR_SPECIFIC_QCI_MAP_TO_GBR_QCI 4
+#define MTK_OPERATOR_SPECIFIC_QCI_MAP_TO_GBR_QCI 4
#define MTK_OPERATOR_SPECIFIC_QCI_MAP_TO_NON_GBR_QCI 9
- // GBR
+ // GBR
if ( eps_qos->max_bitrate_up_lnk != 0
|| eps_qos->max_bitrate_down_lnk != 0
|| eps_qos->guarntd_bit_rate_up_lnk != 0
@@ -2101,7 +2101,7 @@
|| eps_qos->ext2_guarntd_bit_rate_down_lnk != 0
) {
mapping_qci = MTK_OPERATOR_SPECIFIC_QCI_MAP_TO_GBR_QCI;
- }
+ }
// non-GBR
else {
mapping_qci = MTK_OPERATOR_SPECIFIC_QCI_MAP_TO_NON_GBR_QCI;
@@ -2137,7 +2137,7 @@
*
* DESCRIPTION
* This function is used to transform the TON/NPI of SAT send SS/CALL from SIM
-*
+*
* PARAMETERS
* raw_data [IN] raw data from SIM
*
@@ -2178,7 +2178,7 @@
{
kal_uint8 out_buff[100];
-#ifdef __AMR_WB_FOR_T_MOBILE__
+#ifdef __AMR_WB_FOR_T_MOBILE__
/* *is_gsm_white_list =KAL_TRUE; means that MS support AMR_WB in 2G rat of the selected PLMN*/
/*check 2G white_list plmn [byte2:mcc1,mcc2; byte1:mcc3,mnc1; byte0:mnc2,mnc3]*/
switch(plmn_id)
@@ -2188,11 +2188,11 @@
case 0x0046002f:
*is_gsm_white_list =KAL_TRUE;
break;
- */
+ */
default:
*is_gsm_white_list =KAL_FALSE;
break;
- }
+ }
#else
#ifdef __AMR_GSM_IOT_SUPPORT__
switch(plmn_id)
@@ -2202,7 +2202,7 @@
case 0x0046002f:
*is_gsm_white_list =KAL_TRUE;
break;
- */
+ */
default:
*is_gsm_white_list = KAL_TRUE;
break;
@@ -2210,7 +2210,7 @@
#else
switch(plmn_id)
{
- /*Please add white plmn list as specified below:
+ /*Please add white plmn list as specified below:
case 0x0022201f:
case 0x0022210f:
case 0x0022288f:
@@ -2218,31 +2218,31 @@
*is_gsm_white_list =KAL_TRUE;
break;
*/
-
+
default:
*is_gsm_white_list =KAL_FALSE;
break;
}
-#endif
-#endif
+#endif
+#endif
#ifdef __OP11__
- /* *is_umts_white_list =KAL_TRUE; means that MS support AMR_WB in 3G rat of the selected PLMN*/
+ /* *is_umts_white_list =KAL_TRUE; means that MS support AMR_WB in 3G rat of the selected PLMN*/
/*check UMTS white_list plmn [byte2:mcc1,mcc2; byte1:mcc3,mnc1; byte0:mnc2,mnc3]*/
- switch(plmn_id)
+ switch(plmn_id)
{
- /*Please add white plmn list as specified below:
+ /*Please add white plmn list as specified below:
case 0x0046000f:
case 0x0046002f:
*is_umts_white_list =KAL_TRUE;
break;
- */
+ */
default:
*is_umts_white_list =KAL_FALSE;
break;
}
#else
- *is_umts_white_list =sbp_query_md_feature_by_ps(SBP_AMR_WB_UMTS, ps_index);
-#endif
+ *is_umts_white_list =sbp_query_md_feature_by_ps(SBP_AMR_WB_UMTS, ps_index);
+#endif
kal_sprintf((kal_char*)out_buff, " GSM white list = %d, UMTS white list = %d, PLMN = %x", *is_gsm_white_list, *is_umts_white_list,plmn_id);
tst_sys_trace((kal_char*)out_buff);
@@ -2327,7 +2327,7 @@
* FUNCTION
* cc_get_SUPPORTED_2G_CODEC_NUM
* DESCRIPTION
-* This function is used to get the MAX Codec size customer defined
+* This function is used to get the MAX Codec size customer defined
*
* PARAMETERS
*
@@ -2432,7 +2432,7 @@
*
* RETURNS
* kal_uint16
-*
+*
*****************************************************************************/
kal_uint16 custom_config_cc_disc_error_cause(kal_uint16 **cc_disc_error_cause)
{
@@ -2497,7 +2497,7 @@
#define FD_MONITOR_SLOT 10
/* the inactivity timer table. unit is 0.1 sec */
-kal_uint16 fd_timer[MAX_SIM_NUM][MAX_SUPPORTED_FD_TIMER_ID] =
+kal_uint16 fd_timer[MAX_SIM_NUM][MAX_SUPPORTED_FD_TIMER_ID] =
{
{
/* timer id(b8~b1) meaning
@@ -2543,7 +2543,7 @@
* FUNCTION
* custom_get_fd_monitor_slot()
* DESCRIPTION
-*
+*
* PARAMETERS
* none
* RETURNS
@@ -2559,7 +2559,7 @@
* FUNCTION
* custom_get_fd_timer_id()
* DESCRIPTION
-* This function is used to return the timer ID according to input
+* This function is used to return the timer ID according to input
* parameters
* PARAMETERS
* conditions
@@ -2583,7 +2583,7 @@
* custom_set_fd_timer()
* DESCRIPTION
* This function is used to define time duration of Fast Dormancy to monitor
-* PS data transfer. The unit is 0.1 sec.
+* PS data transfer. The unit is 0.1 sec.
* Current default value is 40 sec (i.e. 400 x 0.1 sec)
* PARAMETERS
* none
@@ -2654,11 +2654,11 @@
* Table reconfig_mod_info_tbl is used to define the attribute of each module.
* It can define the module which want to regist the dynamic reconfigure procedure in 1st column.
* It can define the SAP which is used for ILM sending. (In 2nd column)
- * It can define the refingure mode that the module is interested. (In 3rd column)
+ * It can define the refingure mode that the module is interested. (In 3rd column)
* Note it's defined as bit-MAP such that it can define multiple modes.
* It can define the gemini module type which will automatically send to MOD_XXX_n, n= 1, 2, 3...
*/
-reconfigure_module_info_struct reconfig_mod_info_tbl[] =
+reconfigure_module_info_struct reconfig_mod_info_tbl[] =
{
{MOD_TCM, L4C_ME_SAP, RECONFIG_SIM_SWITCH, CFG_GEMINI_MOD, NULL},
{MOD_MM, L4C_ME_SAP, RECONFIG_SIM_SWITCH, CFG_GEMINI_MOD, NULL},
@@ -2667,9 +2667,9 @@
{MOD_D2PM, L4C_ME_SAP, RECONFIG_SIM_SWITCH, CFG_GEMINI_MOD, NULL},
{MOD_PHB, L4C_ME_SAP, RECONFIG_SIM_SWITCH, CFG_GEMINI_MOD, NULL},
{MOD_RAC, RAC_L4C_SAP, RECONFIG_SIM_SWITCH, CFG_GEMINI_MOD, NULL},
- {MOD_SMSAL, SMSAL_L4C_SAP, RECONFIG_SIM_SWITCH, CFG_GEMINI_MOD, NULL},
+ {MOD_SMSAL, SMSAL_L4C_SAP, RECONFIG_SIM_SWITCH, CFG_GEMINI_MOD, NULL},
#ifdef __IMS_SUPPORT__
-#ifdef __MULTIPLE_IMS_SUPPORT__
+#ifdef __MULTIPLE_IMS_SUPPORT__
{MOD_IMC, L4C_ME_SAP, RECONFIG_SIM_SWITCH, CFG_GEMINI_MOD, NULL},
#endif /* __MULTIPLE_IMS_SUPPORT__ */
#endif
@@ -2737,7 +2737,7 @@
sml_lock_rule_enum lock_rule = sml_query_sml_lock_rule();
link_sml_check_enum checking_rule = LINK_SML_CHECK_NO_VALID_SIM_EXIST;
- if ((lock_rule == SML_LOCK_RULE_LINK_LOCK_BY_ALL_SIM_SLOT) ||
+ if ((lock_rule == SML_LOCK_RULE_LINK_LOCK_BY_ALL_SIM_SLOT) ||
(lock_rule == SML_LOCK_RULE_LINK_LOCK_BY_ALL_SIM_SLOT_SRVLCK) ||
(lock_rule == SML_LOCK_RULE_LINK_LOCK_RJIO_LOCK))
{
@@ -2747,13 +2747,13 @@
if (i != updated_sim_slot)
{
target_sim_protocol = l4c_gemini_get_switched_sim_id(i);
-
+
if (l4c_check_protocol_supported(target_sim_protocol) == KAL_FALSE)
- {
+ {
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] PS_%d is Not Supported",
+ "[LINK_SML] PS_%d is Not Supported",
target_sim_protocol);
-
+
continue;
}
@@ -2790,11 +2790,11 @@
}
/* current SIM is not in SIM1 slot */
else if (l4c_check_protocol_supported(target_sim_protocol) == KAL_FALSE)
- {
+ {
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] PS_%d is Not Supported",
+ "[LINK_SML] PS_%d is Not Supported",
target_sim_protocol);
-
+
checking_rule = LINK_SML_CHECK_NO_VALID_SIM_EXIST;
}
else if (sml_query_legal_service(target_sim_protocol) == SML_RULE_FULL_SERVICE)
@@ -2821,11 +2821,11 @@
}
/* current SIM is not in SIM2 slot */
else if (l4c_check_protocol_supported(target_sim_protocol) == KAL_FALSE)
- {
+ {
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] PS_%d is Not Supported",
+ "[LINK_SML] PS_%d is Not Supported",
target_sim_protocol);
-
+
checking_rule = LINK_SML_CHECK_NO_VALID_SIM_EXIST;
}
else if (sml_query_legal_service(target_sim_protocol) == SML_RULE_FULL_SERVICE)
@@ -2848,13 +2848,13 @@
if (i != updated_sim_slot)
{
target_sim_protocol = l4c_gemini_get_switched_sim_id(i);
-
+
if (l4c_check_protocol_supported(target_sim_protocol) == KAL_FALSE)
- {
+ {
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] PS_%d is Not Supported",
+ "[LINK_SML] PS_%d is Not Supported",
target_sim_protocol);
-
+
continue;
}
@@ -2862,8 +2862,8 @@
{
/* Valid SIM detected, return and update current card to valid SIM */
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] SIM%d(Slot%d) is Valid SIM",
- target_sim_protocol,
+ "[LINK_SML] SIM%d(Slot%d) is Valid SIM",
+ target_sim_protocol,
i);
return LINK_SML_CHECK_ALL_SIM_LOCKED;
@@ -2873,8 +2873,8 @@
/* this slot is still waiting verification result,
return and update current card to BUSY */
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] SIM%d(Slot%d) is still BUSY",
- target_sim_protocol,
+ "[LINK_SML] SIM%d(Slot%d) is still BUSY",
+ target_sim_protocol,
i);
return LINK_SML_CHECK_NO_VALID_SIM_EXIST;
}
@@ -2886,23 +2886,23 @@
if (LINK_SML_CHECK_ALL_SIM_LOCKED == checking_rule)
{
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] All locked, control-SIM at PS_%d(Slot%d) is Invalid SIM",
+ "[LINK_SML] All locked, control-SIM at PS_%d(Slot%d) is Invalid SIM",
target_sim_protocol,
- l4c_gemini_get_actual_sim_id(target_sim_protocol));
+ l4c_gemini_get_actual_sim_id(target_sim_protocol));
}
else if (LINK_SML_CHECK_WAITING == checking_rule)
{
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] Waiting, control-SIM at PS_%d(Slot%d) is still BUSY",
+ "[LINK_SML] Waiting, control-SIM at PS_%d(Slot%d) is still BUSY",
target_sim_protocol,
l4c_gemini_get_actual_sim_id(target_sim_protocol));
}
else if (LINK_SML_CHECK_VALID_SIM_EXIST == checking_rule)
{
kal_prompt_trace(kal_get_active_module_id(),
- "[LINK_SML] Unlocked, control-SIM at PS_%d(Slot%d) is Valid SIM",
- target_sim_protocol,
- l4c_gemini_get_actual_sim_id(target_sim_protocol));
+ "[LINK_SML] Unlocked, control-SIM at PS_%d(Slot%d) is Valid SIM",
+ target_sim_protocol,
+ l4c_gemini_get_actual_sim_id(target_sim_protocol));
}
else // LINK_SML_CHECK_NO_VALID_SIM_EXIST
{
@@ -2914,7 +2914,7 @@
}
kal_bool custom_check_link_sml_legal_sim_rule(kal_uint8 updated_sim_slot)
-{
+{
sml_lock_rule_enum lock_rule = sml_query_sml_lock_rule();
if ((lock_rule == SML_LOCK_RULE_LINK_LOCK_BY_ALL_SIM_SLOT) ||
@@ -3033,7 +3033,7 @@
/* unlock all SIM if Current SIM is valid */
for (i = 0; i < MAX_SIM_NUM; i++)
{
- if ((pending_password_tbl[i] == ID_PH_FSIM_PIN) ||
+ if ((pending_password_tbl[i] == ID_PH_FSIM_PIN) ||
(pending_password_tbl[i] == ID_PH_NET_PIN) ||
(pending_password_tbl[i] == ID_PH_NETSUB_PIN) ||
(pending_password_tbl[i] == ID_PH_SP_PIN) ||
@@ -3333,7 +3333,7 @@
*
* DESCRIPTION
* This function is used to customiz link_SML. Each SIM ME Lock can depend
-* on the status of other SIM. Please modify pending_password_tbl and
+* on the status of other SIM. Please modify pending_password_tbl and
* need_unlock_table according to the updated_sim and updated_type.
*
* PARAMETERS
@@ -3345,8 +3345,8 @@
* RETURNS
* whether the pending password of any SIM is change
*****************************************************************************/
-kal_bool custom_l4c_root_lock_verify(kal_uint8 updated_sim_slot,
- smu_pending_password_id_enum updated_type,
+kal_bool custom_l4c_root_lock_verify(kal_uint8 updated_sim_slot,
+ smu_pending_password_id_enum updated_type,
smu_pending_password_id_enum *pending_password_tbl,
link_sml_valid_sim_enum *real_sim_verify_state_tbl,
kal_uint8 *need_unlock_table)
@@ -3374,11 +3374,11 @@
if (updated_sim_slot == SIM1)
{
kal_uint8 i;
-
+
/* unlock all SIM if SIM1 is valid */
for (i=1; i<MAX_SIM_NUM; i++)
{
- if ((pending_password_tbl[i] == ID_PH_FSIM_PIN) ||
+ if ((pending_password_tbl[i] == ID_PH_FSIM_PIN) ||
(pending_password_tbl[i] == ID_PH_NET_PIN) ||
(pending_password_tbl[i] == ID_PH_NETSUB_PIN) ||
(pending_password_tbl[i] == ID_PH_SP_PIN) ||
@@ -3577,9 +3577,9 @@
* DESCRIPTION
* for AT+EREGCHK to set the method
* PARAMETERS
-*
+*
* RETURNS
-*
+*
*****************************************************************************/
void custom_set_eregchk_method(kal_uint8 cs_method, kal_uint8 ps_method)
{
@@ -3594,9 +3594,9 @@
* DESCRIPTION
* get the setting of AT+EREGCHK
* PARAMETERS
-*
+*
* RETURNS
-*
+*
*****************************************************************************/
void custom_get_eregchk_method(kal_uint8 *cs_method, kal_uint8 *ps_method)
{
@@ -3769,18 +3769,18 @@
* FUNCTION
* custom_query_feature_is_supported()
* DESCRIPTION
-*
+*
* PARAMETERS
-*
+*
* RETURNS
-*
+*
*****************************************************************************/
l4c_feature_support_enum custom_query_feature_is_supported(kal_uint8 feature_id)
{
switch (feature_id)
{
case 0: // L4C CME Error Cade (27.007 ch9)
- return L4C_FEATURE_SUPPORT_LR11;
+ return L4C_FEATURE_SUPPORT_LR11;
case 1: // L4C ipv4v6 cause2 report supported: +CGEV: ME PDN ACT <cid>, <reason> (27.009 ch9)
return L4C_FEATURE_SUPPORT_LR11;
@@ -3847,7 +3847,7 @@
* - We have open market project with sbp_id set to 0 (default)
* But, we still need to enable some operator specific feature according to the inserted SIM card.
* So we provide this function for this kind of project.
-* - Please use this function only when it is needed to enable your operator
+* - Please use this function only when it is needed to enable your operator
* specific SBP feature according to the IMSI under open market project (sbp_id = 0)
* - The returned value is meaningful only when SIM task could get IMSI from the SIM card.
* If your feature need to be enabled before SIM_READY_IND, please don't use this function.
@@ -3888,7 +3888,7 @@
* DESCRIPTION
* TTY call support AMRWB or not
* PARAMETERS
-*
+*
* RETURNS
* KAL_TRUE : TTY supprot AMRWB
* KAL_FALSE : TTY doesn't supprot AMRWB
@@ -3903,9 +3903,9 @@
* FUNCTION
* custom_cc_timer()
* DESCRIPTION
-*
+*
* PARAMETERS
-*
+*
* RETURNS
* ret_timer timer value
*****************************************************************************/
@@ -3939,7 +3939,7 @@
* DESCRIPTION
* Show 4G+ when Scell is configured or activated
* PARAMETERS
-*
+*
* RETURNS
* CA_ICON_BY_CONFIG
* CA_ICON_BY_ACTIVATION
@@ -3961,7 +3961,7 @@
}
#endif
-typedef struct {
+typedef struct {
kal_uint32 mccMnc_range_start;
kal_uint32 mccMnc_range_end;
} rac_plmn_table;
@@ -3969,25 +3969,25 @@
/*
* provide a table to no change UE_MODE when enter cause18 plmn
*
- * LTE NAS NOTE 1: The UE may transit from CS/PS mode 1 to PS mode 1 or from CS/PS mode 2 to PS mode 2 if "CS domain not available" is received.
- * After the transition to PS mode 1 or PS mode 2 due to "CS domain not available", the UE can transit back to CS/PS mode 1 or CS/PS mode 2,
+ * LTE NAS NOTE 1: The UE may transit from CS/PS mode 1 to PS mode 1 or from CS/PS mode 2 to PS mode 2 if "CS domain not available" is received.
+ * After the transition to PS mode 1 or PS mode 2 due to "CS domain not available", the UE can transit back to CS/PS mode 1 or CS/PS mode 2,
* e.g. due to change of PLMN which is not in the list of the equivalent PLMNs.
*/
-const static rac_plmn_table s_custom_cause18_table[] =
+const static rac_plmn_table s_custom_cause18_table[] =
{
- {0, 0}, // default never match
+ {0, 0}, // default never match
//{46000, 46000}, // China Mobile
};
kal_bool custom_cause18_not_change_uemode_by_plmn(kal_uint32 u32_plmn_id)
{
- kal_uint32 i;
+ kal_uint32 i;
kal_uint32 table_size = sizeof(s_custom_cause18_table) / sizeof(s_custom_cause18_table[0]);
/* Scan the s_custom_roaming_vdp_table table*/
for(i = 0; i < table_size; i++)
- {
- if ((s_custom_cause18_table[i].mccMnc_range_start <= u32_plmn_id) &&
+ {
+ if ((s_custom_cause18_table[i].mccMnc_range_start <= u32_plmn_id) &&
(s_custom_cause18_table[i].mccMnc_range_end >= u32_plmn_id))
{
// Found in the table
@@ -4000,14 +4000,14 @@
#if defined(__RAC_CHANGE_VDP_BY_ROAMING__)
-typedef struct {
+typedef struct {
rac_plmn_table imsi;
kal_uint8 custom_vdp_setting; // L4_CS_VOICE_ONLY, (CS_only:1 CS_prefer:2 PS_prefer:3 PS_only:4)
} roam_vdp_imsi_table;
-const static roam_vdp_imsi_table s_custom_roaming_vdp_table[] =
+const static roam_vdp_imsi_table s_custom_roaming_vdp_table[] =
{
- {{0, 0}, 1}, // default never match
+ {{0, 0}, 1}, // default never match
//{{26202, 26202}, 1}, // Germany
};
@@ -4031,8 +4031,8 @@
/* Scan the s_custom_roaming_vdp_table table*/
for(i = 0; i < table_size; i++)
- {
- if ((s_custom_roaming_vdp_table[i].imsi.mccMnc_range_start <= mccmnc) &&
+ {
+ if ((s_custom_roaming_vdp_table[i].imsi.mccMnc_range_start <= mccmnc) &&
(s_custom_roaming_vdp_table[i].imsi.mccMnc_range_end >= mccmnc))
{
// Found in the table
@@ -4049,20 +4049,21 @@
#endif // __RAC_CHANGE_VDP_BY_ROAMING__
#if defined(__RAC_CHANGE_VDP_SRVCC_BY_SIM__)
-typedef struct {
+typedef struct {
rac_plmn_table imsi;
kal_uint8 custom_vdp_setting; // L4_CS_VOICE_ONLY, (CS_only:1 CS_prefer:2 PS_prefer:3 PS_only:4)
kal_bool custom_srvcc; // Disable:KAL_FALSE(0),, Enable:KAL_TRUE(1)
} vdp_imsi_table;
-const static vdp_imsi_table s_custom_vdp_table[] =
+const static vdp_imsi_table s_custom_vdp_table[] =
{
- {{0xFEFEFEFE, 0xFEFEFEFE}, 1, KAL_FALSE}, // default never match
+ {{0xFEFEFEFE, 0xFEFEFEFE}, 1, KAL_FALSE}, // default never match
/* ALPS04991665: Titan controls VDP settings for USCC, so we may not need these entries in TC10 */
#ifndef __TC10__
{{311580, 311589}, 1, KAL_TRUE}, // USCC
{{311220, 311229}, 1, KAL_TRUE}, // USCC
#endif
+ {{46015, 46015}, 3, KAL_FALSE}, // CBN
//{{23502, 23502}, 1, KAL_FALSE}, // United Kingdom (EE)
//{{23430, 23434}, 1, KAL_FALSE}, // United Kingdom (EE)
};
@@ -4073,8 +4074,8 @@
* check the custom vdp table by imsi.
*
* if hit, update custom vdp and srvcc
-* if not-hit, update custom vdp only
-*
+* if not-hit, update custom vdp only
+*
* PARAMETERS
* none
* RETURNS
@@ -4100,8 +4101,8 @@
/* Scan the s_vdp_imsi_table table*/
for(i = 0; i < table_size; i++)
- {
- if ((s_custom_vdp_table[i].imsi.mccMnc_range_start <= mccmnc) &&
+ {
+ if ((s_custom_vdp_table[i].imsi.mccMnc_range_start <= mccmnc) &&
(s_custom_vdp_table[i].imsi.mccMnc_range_end >= mccmnc))
{
// Found in the table
@@ -4125,7 +4126,7 @@
* DESCRIPTION
* Check if the change RAT retry for ECC reject is not allowed for the particular PLMN
* PARAMETERS
-*
+*
* RETURNS
* KAL_TRUE - Allow change RAT retry
* KAL_FALSE - Do not allow change RAT retry
@@ -4164,7 +4165,7 @@
* others: SBP ID (ex. 17: DOCOMO)
*****************************************************************************/
kal_uint16 custom_judge_sbp_id_use_mcc_mnc(kal_uint16 mcc, kal_uint16 mnc)
-{
+{
if ( ((mcc == 440) && (mnc == 10)) ||
((mcc == 310) && (mnc == 370)) ||
@@ -4174,21 +4175,21 @@
}
else if ( ((mcc == 440) && (mnc >= 7 && mnc <= 8)) ||
((mcc == 440) && (mnc >= 50 && mnc <= 56)) ||
- ((mcc == 440) && (mnc >= 70 && mnc <= 79)) ||
- ((mcc == 440) && (mnc >= 88 && mnc <= 89)) ||
+ ((mcc == 440) && (mnc >= 70 && mnc <= 79)) ||
+ ((mcc == 440) && (mnc >= 88 && mnc <= 89)) ||
((mcc == 441) && (mnc == 70)) )
{
return 129; // KDDI
}
else if(((mcc == 405) && ( mnc >= 51 && mnc <= 56 ) ) ||
- ((mcc == 404) && ( mnc == 2 || mnc == 3 || mnc == 10 || mnc == 16 || mnc == 31 || mnc == 40 ||
+ ((mcc == 404) && ( mnc == 2 || mnc == 3 || mnc == 10 || mnc == 16 || mnc == 31 || mnc == 40 ||
mnc == 45 || mnc == 49 ||mnc == 70 || mnc == 90 || (mnc >= 92 && mnc<=98))))
{
return 147; // Airtel
}
- else if( ((mcc == 310) && ((mnc == 30)||(mnc == 70)||(mnc == 90)||(mnc == 150)||(mnc == 170)||
+ else if( ((mcc == 310) && ((mnc == 30)||(mnc == 70)||(mnc == 90)||(mnc == 150)||(mnc == 170)||
(mnc == 280)||(mnc == 380)||(mnc == 410)||(mnc == 560)||(mnc == 680)||(mnc == 950)))||
- ((mcc == 311) && (mnc == 180))||
+ ((mcc == 311) && (mnc == 180))||
((mcc == 312) && (mnc == 670))||
((mcc == 313) && (mnc == 100))||
((mcc == 334) && ((mnc == 50)|| (mnc == 90))))
@@ -4202,11 +4203,11 @@
{
return 8; // TMO-US
}
- else if ( (mcc == 460) && (mnc == 01))
+ else if ( (mcc == 460) && (mnc == 01))
{
- return 2; // CU
+ return 2; // CU
}
- else if ( (mcc == 460) && (mnc == 00))
+ else if ( (mcc == 460) && (mnc == 00))
{
return 1; // CMCC
}
@@ -4222,7 +4223,7 @@
((mcc == 222) && ((mnc == 06) || (mnc == 10))) ||
((mcc == 262) && ((mnc == 02) || (mnc == 04) || (mnc == 9))) ||
((mcc == 268) && (mnc == 01)) ||
- ((mcc == 214) && ((mnc == 01) || (mnc == 06))) ||
+ ((mcc == 214) && ((mnc == 01) || (mnc == 06))) ||
((mcc == 286) && (mnc == 02)) ||
((mcc == 204) && (mnc == 04)) ||
((mcc == 230) && (mnc == 03)) ||
@@ -4253,7 +4254,7 @@
{
return 116; // 116(Uplus)
}
- else if ((mcc == 208) && (mnc == 20 || mnc == 21 || mnc == 88))
+ else if ((mcc == 208) && (mnc == 20 || mnc == 21 || mnc == 88))
{
return 139; // Bouygues
}
@@ -4261,6 +4262,10 @@
{
return 19; // 19(Telstra)
}
+ else if((mcc == 639) && (mnc == 03))
+ {
+ return 347; // 347(Airtel Kenya)
+ }
else
{
return 0;
@@ -4376,7 +4381,7 @@
* none
* RETURNS
* wild character to be used for SML lock code
-*
+*
*****************************************************************************/
kal_uint8 custom_get_crrst_sml_wild_char(void)
{
@@ -4390,10 +4395,10 @@
* DESCRIPTION
* Check if 9th digit of ICCID has to be passed through CCMSG_ID_SYSMSGSVC_L4_SIM_INFO
* PARAMETERS
-*
+*
* RETURNS
* KAL_TRUE - If 9th digit of ICCID required
-* KAL_FALSE -If 9th digit of ICCID is not required
+* KAL_FALSE -If 9th digit of ICCID is not required
*****************************************************************************/
kal_bool custom_check_if_iccid_at_early_boot_required(void)
{
@@ -4411,7 +4416,7 @@
* none
* RETURNS
* wild character to be used for SML lock code
-*
+*
*****************************************************************************/
void custom_l4_camera_hopping_notify_callback(kal_uint32 value)
{
@@ -4436,9 +4441,9 @@
IWLAN_L4C_EVDO_ECIO = 9,
MAX_SIG_TYPE,
}sig_type_enum;*/
-
-custom_cell_power_level_threshold custom_cell_power_level_threshold_table[] =
+
+custom_cell_power_level_threshold custom_cell_power_level_threshold_table[] =
{
{GSM_RSSI, 5, {-452, -428, -404, -380, -356,0,0,0,0,0,0,0,0,0,0,0}},
{UTRAN_RSCP, 5, {-452, -428, -404, -380, -356,0,0,0,0,0,0,0,0,0,0,0}},
@@ -4462,7 +4467,7 @@
return KAL_TRUE;
}
}
-
+
return KAL_FALSE;
}
@@ -4471,13 +4476,13 @@
* FUNCTION
* custom_get_sml_wild_char
* DESCRIPTION
-* Obtain the wild character to be used in SML lock code
+* Obtain the wild character to be used in SML lock code
*
* PARAMETERS
* none
* RETURNS
* wild character to be used for SML lock code
-*
+*
*****************************************************************************/
kal_uint8 custom_get_sml_wild_char(void)
{
@@ -4536,7 +4541,7 @@
}
break;
- case 2:
+ case 2:
{
*cb_data_len = sizeof(custom_cb_message2)/sizeof(custom_cb_message2[0]);
*msg_id = 0x1120;
@@ -4561,7 +4566,7 @@
}
break;
}
-
+
}
kal_uint8 *custom_get_wea_test_data(kal_uint8 mode,kal_uint16 *wea_test_data_len)
@@ -4589,9 +4594,9 @@
return NULL;
}
break;
-
+
}
-
+
}
#ifdef __FEATURE_SAMSUNG_RF_SAR_EUR_CHK__
@@ -4601,7 +4606,7 @@
* DESCRIPTION
* This function checks if the mcc belongs to Europe or USA
* PARAMETERS
- * mcc [IN] mobile country code
+ * mcc [IN] mobile country code
* RETURNS
* kal_bool result
*****************************************************************************/
@@ -4672,16 +4677,16 @@
/*****************************************************************************
* FUNCTION
-*
+*
* DESCRIPTION
-*
-*
+*
+*
*
* PARAMETERS
-*
+*
* RETURNS
-*
-*
+*
+*
*****************************************************************************/
kal_char *custom_op129_skip_signature_verify_pattern(void)
{
@@ -4742,7 +4747,7 @@
return KAL_TRUE;
}
}
-
+
return KAL_FALSE;
}
@@ -4765,8 +4770,39 @@
return ((kal_uint32)CUSTOM_L4C_LTE_ONLY_LTE_NW_TIMER);
}
-l4c_sim_oper_enum custom_check_imsi_to_set_rat(kal_uint8* imsi)
-{
+typedef enum{
+ L4C_SIM_LGU,
+ L4C_SIM_KT_SKT,
+ L4C_SIM_AUSA_H,
+ L4C_SIM_AUSA_R,
+ L4C_SIM_DCM,
+ L4C_SIM_OTHER_JPN,
+ L4C_SIM_RJIL,
+ L4C_SIM_OTHER_PS_ONLY,
+ L4C_SIM_OTHER
+} l4c_sim_oper_enum;
+
+typedef struct {
+ l4c_sim_oper_enum sim_oper;
+ l4c_rat_mode_custom_type_enum home_rat_mode;
+ l4c_rat_mode_custom_type_enum roaming_rat_mode;
+} l4c_custom_rat_mode;
+
+const static l4c_custom_rat_mode l4c_custom_rat_mode_table[] =
+{
+ {L4C_SIM_LGU, L4C_RAT_NL_CUSTOMIZATION, L4C_RAT_NO_CUSTOMIZATION},
+ {L4C_SIM_KT_SKT, L4C_RAT_NLWG_CUSTOMIZATION, L4C_RAT_NO_CUSTOMIZATION},
+ {L4C_SIM_AUSA_H, L4C_RAT_NL_CUSTOMIZATION, L4C_RAT_NL_CUSTOMIZATION},
+ {L4C_SIM_AUSA_R, L4C_RAT_NLWG_CUSTOMIZATION, L4C_RAT_NLWG_CUSTOMIZATION},
+ {L4C_SIM_DCM, L4C_RAT_NL_CUSTOMIZATION, L4C_RAT_NO_CUSTOMIZATION},
+ {L4C_SIM_OTHER_JPN, L4C_RAT_NLW_CUSTOMIZATION, L4C_RAT_NO_CUSTOMIZATION},
+ {L4C_SIM_RJIL, L4C_RAT_NL_CUSTOMIZATION, L4C_RAT_NO_CUSTOMIZATION},
+ {L4C_SIM_OTHER_PS_ONLY, L4C_RAT_NL_CUSTOMIZATION, L4C_RAT_NO_CUSTOMIZATION},
+ {L4C_SIM_OTHER, L4C_RAT_NO_CUSTOMIZATION, L4C_RAT_NO_CUSTOMIZATION}
+};
+
+l4c_sim_oper_enum custom_check_imsi_to_set_rat(kal_uint8* imsi, kal_uint16 sbp_id)
+{
if (strncmp((char*)(imsi+1), "45006", 5) == 0)
{
return L4C_SIM_LGU;
@@ -4784,19 +4820,63 @@
return L4C_SIM_KT_SKT;
}
else if (strncmp((char*)(imsi+1), "313390", 6) == 0)
- {
+ {
return L4C_SIM_AUSA_H;
}
else if((strncmp((char*)(imsi+1), "20809005", 8) == 0) || (strncmp((char*)(imsi+1), "20809006", 8) == 0))
{
return L4C_SIM_AUSA_R;
- }
+ }
+ else if (strncmp((char*)(imsi+1), "44010", 5) == 0)
+ {
+ return L4C_SIM_DCM;
+ }
+ else if ((strncmp((char*)(imsi+1), "440", 3) == 0) ||
+ (strncmp((char*)(imsi+1), "441", 3) == 0))
+ {
+ return L4C_SIM_OTHER_JPN;
+ }
+ else if (sbp_id == SBP_ID_RJL)
+ {
+ return L4C_SIM_RJIL;
+ }
+ else if ((sbp_id == SBP_ID_SEATEL) || (sbp_id == SBP_ID_TPG) ||
+ (sbp_id == SBP_ID_SMARTFREN) || (sbp_id == SBP_ID_YTL))
+ {
+ return L4C_SIM_OTHER_PS_ONLY;
+ }
else
{
return L4C_SIM_OTHER;
}
}
+l4c_rat_mode_custom_type_enum custom_get_rat_for_custom_imsi(kal_uint8* imsi, kal_uint16 sbp_id, kal_bool is_home_country)
+{
+ kal_uint32 table_size = (sizeof(l4c_custom_rat_mode_table) / sizeof(l4c_custom_rat_mode_table[0]));
+ l4c_sim_oper_enum oper = custom_check_imsi_to_set_rat(imsi, sbp_id);
+ l4c_rat_mode_custom_type_enum result = L4C_RAT_NO_CUSTOMIZATION;
+ kal_uint32 i;
+
+ for (i=0; i<table_size; i++)
+ {
+ if (oper == l4c_custom_rat_mode_table[i].sim_oper)
+ {
+ if (is_home_country == KAL_TRUE)
+ {
+ result = l4c_custom_rat_mode_table[i].home_rat_mode;
+ break;
+ }
+ else
+ {
+ result = l4c_custom_rat_mode_table[i].roaming_rat_mode;
+ break;
+ }
+ }
+ }
+ return result;
+}
+
/*****************************************************************************
* FUNCTION
* custom_check_cnap_allowed_for_plmn
@@ -4816,7 +4896,7 @@
/* under construction !*/
/* under construction !*/
/* under construction !*/
-#endif
+#endif
return KAL_FALSE;
@@ -4833,10 +4913,10 @@
case 0x0046002f:
ret_val = KAL_FALSE;
break;
- */
+ */
default:
break;
- }
+ }
return ret_val;
}
@@ -4844,7 +4924,7 @@
* FUNCTION
* custom_config_wait_on_lte_paging_timer
* DESCRIPTION
-* This function is used to get wait for MT paging in LTE RAT timer
+* This function is used to get wait for MT paging in LTE RAT timer
* value in seconds.
*
* PARAMETERS
@@ -4865,13 +4945,13 @@
kal_char plmn_id[7];
}custom_disable_fd_plmn;
-/*This is the table which needs to be updated to disable legacy FD based on
-the PLMN ID.
- For the PLMN ID for which the Legacy FD needs to be disabled should be
+/*This is the table which needs to be updated to disable legacy FD based on
+the PLMN ID.
+ For the PLMN ID for which the Legacy FD needs to be disabled should be
entered in this table.
Format:-
- --> PLMN ID is accpeted in the string format.
- --> Each PLMN ID can have at max 6 characters. Last byte is reserved for
+ --> PLMN ID is accpeted in the string format.
+ --> Each PLMN ID can have at max 6 characters. Last byte is reserved for
'\0'
--> Please make sure to enclose each entry by paranthesis '{' '}'
--> You can follow the commented example
@@ -4888,10 +4968,10 @@
};
-/*This is the table which needs to be updated to disable full R8 FD based on the PLMN ID.
+/*This is the table which needs to be updated to disable full R8 FD based on the PLMN ID.
For the PLMN ID for which the R8 FD needs to be disabled should be entered in this table.
Format:-
- --> PLMN ID is accpeted in the string format.
+ --> PLMN ID is accpeted in the string format.
--> Each PLMN ID can have at max 6 characters. Last byte is reserved for '\0'
--> Please make sure to enclose each entry by paranthesis '{' '}'
--> You can follow the commented example
@@ -4916,12 +4996,12 @@
kal_char mcc[4];
}custom_disable_fd_mcc;
-/*This is the table which needs to be updated to disable legacy FD based on
-the MCC.
- For the MCC for which the Legacy FD needs to be disabled should be
+/*This is the table which needs to be updated to disable legacy FD based on
+the MCC.
+ For the MCC for which the Legacy FD needs to be disabled should be
entered in this table.
Format:-
- --> MCC is accpeted in the string format.
+ --> MCC is accpeted in the string format.
--> Each MCC can have at max 3 characters. Last byte is reserved for '\0'
--> Please make sure to enclose each entry by paranthesis '{' '}'
--> You can follow the commented example
@@ -4931,10 +5011,10 @@
{"FFF"}
};
-/*This is the table which needs to be updated to disable legacy FD based on the MCC.
+/*This is the table which needs to be updated to disable legacy FD based on the MCC.
For the MCC for which the Legacy FD needs to be disabled should be entered in this table.
Format:-
- --> MCC is accpeted in the string format.
+ --> MCC is accpeted in the string format.
--> Each MCC can have at max 3 characters. Last byte is reserved for '\0'
--> Please make sure to enclose each entry by paranthesis '{' '}'
--> You can follow the commented example
@@ -4952,8 +5032,8 @@
* FUNCTION
* custom_match_plmn_id_to_disable_pre_r8_FD()
* DESCRIPTION
-* Below function will match the PLMN ID & MCC from the SIM card with the
-custom table
+* Below function will match the PLMN ID & MCC from the SIM card with the
+custom table
* to check if the legacy FD needs to be disabled.
*
* PARAMETERS
@@ -4962,7 +5042,7 @@
* TRUE: enable filter
* FALSE: disable filter
*****************************************************************************/
-kal_bool custom_match_plmn_id_to_disable_pre_r8_FD(kal_char *plmnid ,
+kal_bool custom_match_plmn_id_to_disable_pre_r8_FD(kal_char *plmnid ,
kal_char *mcc)
{
kal_uint8 i = 0;
@@ -4972,15 +5052,15 @@
if (strcmp(mcc, (kal_char*)custom_disable_fd_mcc_table[i].mcc) == 0)
{
return KAL_TRUE;
- }
+ }
}
-
+
for(i = 0; i<CUSTOM_DISABLE_FD_PLMN_TABLE_SIZE; i++)
{
if (strcmp(plmnid, (kal_char*)custom_disable_fd_plmn_table[i].plmn_id) == 0)
{
return KAL_TRUE;
- }
+ }
}
return KAL_FALSE;
@@ -4990,7 +5070,7 @@
* FUNCTION
* custom_match_plmn_id_to_disable_both_FD()
* DESCRIPTION
-* Below function will match the PLMN ID & MCC from the SIM card with the custom table
+* Below function will match the PLMN ID & MCC from the SIM card with the custom table
* to check if the full R8 FD needs to be disabled.
*
* PARAMETERS
@@ -5008,15 +5088,15 @@
if (strcmp(mcc, (kal_char*)custom_disable_full_fd_mcc_table[i].mcc) == 0)
{
return KAL_TRUE;
- }
+ }
}
-
+
for(i = 0; i<CUSTOM_DISABLE_FULL_FD_PLMN_TABLE_SIZE; i++)
{
if (strcmp(plmnid, (kal_char*)custom_disable_full_fd_plmn_table[i].plmn_id) == 0)
{
return KAL_TRUE;
- }
+ }
}
return KAL_FALSE;
diff --git a/mcu/custom/protocol/common/ps/custom_l4_utility.h b/mcu/custom/protocol/common/ps/custom_l4_utility.h
index d6c8d49..b488fea 100755
--- a/mcu/custom/protocol/common/ps/custom_l4_utility.h
+++ b/mcu/custom/protocol/common/ps/custom_l4_utility.h
@@ -23,7 +23,7 @@
* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
-* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
+* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
*
* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
@@ -53,7 +53,7 @@
*
****************************************************************************/
#if !defined(L4_NOT_PRESENT)
-
+
#ifndef CUSTOM_L4_UTILITY_H
#define CUSTOM_L4_UTILITY_H
@@ -102,7 +102,7 @@
}custom_cc_timer_enum;
typedef struct
-{
+{
sig_type_enum sig_type;
kal_uint8 num_thresholds; // the number of thresholds
kal_int32 array_threshold[L4C_POWER_THRESHOLD_NUM];
@@ -124,8 +124,8 @@
extern kal_uint8 custom_signal_strength_raw_to_cesq_level(l4_cesq_param_enum type, kal_int32 raw_in_qdbm);
extern kal_uint8 custom_signal_strength_raw_to_csq_level(
- kal_uint8 rat,
- kal_int32 rssi_in_qdbm,
+ kal_uint8 rat,
+ kal_int32 rssi_in_qdbm,
kal_int32 RSCP_in_qdbm,
kal_int32 EcN0_in_qdbm,
kal_uint8 ber,
@@ -136,8 +136,8 @@
kal_int32 ss_RSRP_in_qdbm);
extern kal_uint8 custom_signal_strength_raw_to_ciev_signal_level(
- kal_uint8 rat,
- kal_int32 rssi_in_qdbm,
+ kal_uint8 rat,
+ kal_int32 rssi_in_qdbm,
kal_int32 RSCP_in_qdbm,
kal_int32 EcN0_in_qdbm,
kal_uint8 ber,
@@ -150,8 +150,8 @@
extern kal_uint8 custom_signal_strength_in_ts27007(kal_int32 strength_in_dbm);
#if defined(__GEMINI__) && defined(__SIM_ME_LOCK__)
-extern kal_bool custom_l4c_root_lock_verify(kal_uint8 updated_sim_slot,
- smu_pending_password_id_enum updated_type,
+extern kal_bool custom_l4c_root_lock_verify(kal_uint8 updated_sim_slot,
+ smu_pending_password_id_enum updated_type,
smu_pending_password_id_enum *pending_password_tbl,
link_sml_valid_sim_enum *real_sim_verify_state_tbl,
kal_uint8 *need_unlock_table);
@@ -235,7 +235,7 @@
extern kal_uint32 custom_get_l4c_lte_only_timeout(void);
-extern l4c_sim_oper_enum custom_check_imsi_to_set_rat(kal_uint8 *imsi);
+extern l4c_rat_mode_custom_type_enum custom_get_rat_for_custom_imsi(kal_uint8* imsi, kal_uint16 sbp_id, kal_bool is_home_country);
#if defined (__TC10__)
extern kal_uint32 sbp_query_id(void);
diff --git a/mcu/custom/protocol/common/ps/custom_l5.c b/mcu/custom/protocol/common/ps/custom_l5.c
index 265978a..144d6ef 100755
--- a/mcu/custom/protocol/common/ps/custom_l5.c
+++ b/mcu/custom/protocol/common/ps/custom_l5.c
@@ -425,4 +425,28 @@
/* under construction !*/
#endif
return L5_5G_ICON_MODE_JP;
-}
\ No newline at end of file
+}
+
+/***********************************************************************************
+**You can modify this fuction to enable/disable nitz network name cache into NVRAM
+***********************************************************************************/
+kal_bool custom_l5_nw_enable_nitz_name_cache_to_nvram()
+{
+ // Return TRUE means default enable the nitz network name cache into nvram and will be used after reboot;
+ // Return FALSE means disable this function.
+ return KAL_TRUE;
+}
+
+/******************************************************************************
+**if you want to Ignore Duplicate Registration State Indication Change
+**ignoreDuplicateRegistrationState parameter as below:
+** KAL_FALSE means don't ignoreDuplicateRegistrationState
+** KAL_TRUE means ignoreDuplicateRegistrationState
+*******************************************************************************/
+
+kal_bool custom_l5_custom_ignore_duplicate_registration_state_Ind()
+{
+ kal_bool ignoreDuplicateRegistrationState = KAL_FALSE;
+ /* To Enable ignoreDuplicateRegistrationState = KAL_TRUE; */
+ return ignoreDuplicateRegistrationState;
+}
diff --git a/mcu/custom/protocol/common/ps/custom_l5.h b/mcu/custom/protocol/common/ps/custom_l5.h
index a921ed2..92ad5dd 100755
--- a/mcu/custom/protocol/common/ps/custom_l5.h
+++ b/mcu/custom/protocol/common/ps/custom_l5.h
@@ -87,4 +87,7 @@
void custom_l5_MBIM_message(void* message_buffer, uint32_t msg_length);
kal_bool custom_l5_oper_name_mapping_by_gid1(kal_char *oper_name, kal_char *plmn_id, kal_uint8 plmn_length, kal_uint8 *gid1, kal_uint8 gid1_max_length);
kal_uint32 custom_l5_get_5g_icon_display_mode();
+kal_bool custom_l5_nw_enable_nitz_name_cache_to_nvram();
+kal_bool custom_l5_custom_ignore_duplicate_registration_state_Ind();
+
#endif
diff --git a/mcu/custom/protocol/common/ps/custom_ltecsr_config.c b/mcu/custom/protocol/common/ps/custom_ltecsr_config.c
index adce354..a151cbd 100755
--- a/mcu/custom/protocol/common/ps/custom_ltecsr_config.c
+++ b/mcu/custom/protocol/common/ps/custom_ltecsr_config.c
@@ -37,7 +37,7 @@
nvram_ltecsr_profile_ptr->stat_report_interval = 5000;
nvram_ltecsr_profile_ptr->evs_prefer_rate = 15;
nvram_ltecsr_profile_ptr->text_rtp_expire_timer = 0; // default zero because no text RTP is reasonable
- nvram_ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
+ nvram_ltecsr_profile_ptr->text_rtcp_expire_timer = 0; // default zero to avoid unexpected RTT call drop/downgrade
nvram_ltecsr_profile_ptr->text_rtp_rtcp_expire_timer = 0; // default zero because no text RTP is reasonable and we consider NW default don't support text RTCP
nvram_ltecsr_profile_ptr->wfc_silence_threshold = 5000;
nvram_ltecsr_profile_ptr->evolte_delay_threshold = 400; // unit: ms
@@ -156,6 +156,20 @@
ltecsr_profile_ptr->no_rtp_dropcall = 60000;/*add for no rtp drop call*/
break;
}
+ case 388: /* CBN */
+ {
+ ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<12); //LTECSR_FEATURE_HOLDCALL_DL_CHECK
+ ltecsr_profile_ptr->evs_prefer_rate = 4; /*VoLTE_EVS_Codec_Bitrate_13_2 */
+
+ ltecsr_profile_ptr->evolte_anbr_enable = KAL_TRUE;
+ ltecsr_profile_ptr->evolte_anbr_para = ltecsr_profile_ptr->evolte_anbr_para | 1; //ping pong avoided for anbr scenerio: dl bitrate increase
+ ltecsr_profile_ptr->evolte_anbr_para = ltecsr_profile_ptr->evolte_anbr_para | (1<<1); //rtcp bw not considered
+ ltecsr_profile_ptr->evolte_anbr_para = ltecsr_profile_ptr->evolte_anbr_para | (1<<2); //sip avoided
+ ltecsr_profile_ptr->evolte_anbr_para = ltecsr_profile_ptr->evolte_anbr_para | (1<<3); //only part of audio rates can be selected from, instead of all mode_set
+ ltecsr_profile_ptr->no_rtp_dropcall = 60000;/*add for no rtp drop call*/
+ ltecsr_profile_ptr->silence_dropcall_threshold = 60000; // Inactivity timeouts for both RTP and RTCP shall be set to 20 seconds
+ break;
+ }
case 2:/* CU*/
{
ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<12); //LTECSR_FEATURE_HOLDCALL_DL_CHECK
@@ -185,7 +199,11 @@
/* New Zealand */
if (strncmp((char *)(custom_param_ptr->mccmnc), "530", 3) == 0) {
ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<1) | (1<<5) | (1<<6);
- }
+ }
+ /* Italy */
+ if (strncmp((char *)(custom_param_ptr->mccmnc), "222", 3) == 0) {
+ ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<1); //LTECSR_FEATURE_HOLDCALL_DL_CHECK
+ }
break;
}
case 7: /* ATT */
@@ -198,6 +216,7 @@
ltecsr_profile_ptr->rtcp_expire_timer = 20000;
ltecsr_profile_ptr->silence_dropcall_threshold = 20000; // Inactivity timeouts for both RTP and RTCP shall be set to 20 seconds
ltecsr_profile_ptr->text_rtp_rtcp_expire_timer = 20000;
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
/* Mexico */
if (strncmp((char *)(custom_param_ptr->mccmnc), "334", 3) == 0) {
ltecsr_profile_ptr->rtp_expire_warning_timer = 1000;
@@ -215,6 +234,7 @@
ltecsr_profile_ptr->rtp_expire_timer = 30000;
ltecsr_profile_ptr->rtcp_expire_timer = 30000;
ltecsr_profile_ptr->rtp_expire_warning_timer = 1000;
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
ltecsr_profile_ptr->ul_silence_dropcall_threshold = 30000;
break;
@@ -289,10 +309,16 @@
{
ltecsr_profile_ptr->stat_feature_option = ltecsr_profile_ptr->stat_feature_option | (1<<3); //LTECSR_STAT_HIDDEN
ltecsr_profile_ptr->stat_report_interval = 3000;
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
ltecsr_profile_ptr->silence_dropcall_threshold = 45000; //Sprint requirment: 45s
break;
}
+ case 21: /* DISH */
+ {
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
+ break;
+ }
case 50: /*SoftBank*/
{
//LTECSR_FEATURE_DTMF_MUTE and LTECSR_FEATURE_CMR_DISABLE
@@ -305,6 +331,15 @@
{
ltecsr_profile_ptr->no_rtp_dropcall= 60000;/*parmter for no dl rtp drop*/
break;
+ }
+ case 105: /* Claro-Paraguay */
+ {
+ /* Paraguay */
+ ltecsr_profile_ptr->rtp_expire_timer = 30000;
+ ltecsr_profile_ptr->rtcp_expire_timer = 25000;
+ ltecsr_profile_ptr->silence_dropcall_threshold = 10000;
+
+ break;
}
case 114: /*KT*/
case 115: /*SKT*/
@@ -359,6 +394,11 @@
ltecsr_profile_ptr->rtcp_expire_timer = 0;
break;
}
+ case 121: /* Bell */
+ {
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
+ break;
+ }
case 129: /* KDDI */
{
//LTECSR_FEATURE_DTMF_MUTE and LTECSR_FEATURE_HOLDCALL_DL_CHECK
@@ -442,6 +482,7 @@
ltecsr_profile_ptr->silence_dropcall_threshold = 14000;
ltecsr_profile_ptr->rtcp_expire_timer = 14000;
ltecsr_profile_ptr->rtp_expire_timer = 14000;
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
ltecsr_profile_ptr->ra_para = ltecsr_profile_ptr->ra_para | (1 << 0) | (1 << 1) | (1 << 2);
ltecsr_profile_ptr->ra_duration_max = 10000;
ltecsr_profile_ptr->ra_duration_low = 15000;
@@ -473,12 +514,14 @@
}
case 161: /* Play Poland */
{
- ltecsr_profile_ptr->silence_dropcall_threshold = 60000;
+ ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<1); //LTECSR_FEATURE_HOLDCALL_DL_CHECK
+ ltecsr_profile_ptr->silence_dropcall_threshold = 40000;
break;
}
case 162: /* Freedom Canada */
{
ltecsr_profile_ptr->silence_dropcall_threshold = 10000;
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
break;
}
case 171: /* WOM Colombia */{
@@ -536,6 +579,11 @@
ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<1); //LTECSR_FEATURE_HOLDCALL_DL_CHECK
break;
}
+ case 204: /* Rogers */
+ {
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
+ break;
+ }
case 209: /* Avantel */
{
// LTECSR_FEATURE_FIX_RTCP_INTERVAL_ACTIVE and LTECSR_FEATURE_FIX_RTCP_INTERVAL_HOLD
@@ -577,6 +625,8 @@
/* italy */
ltecsr_profile_ptr->silence_dropcall_threshold = 10000; //10s
ltecsr_profile_ptr->rtcp_expire_timer = 10000;
+ ltecsr_profile_ptr->rtp_expire_warning_timer = 2000;
+ ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<1); //LTECSR_FEATURE_HOLDCALL_DL_CHECK
}
break;
}
@@ -599,6 +649,12 @@
ltecsr_profile_ptr->silence_dropcall_threshold = 20000; // 20s
ltecsr_profile_ptr->rtcp_fix_interval_active = 5000; // 5s
ltecsr_profile_ptr->rtcp_fix_interval_hold = 5000; // 5s
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
+ break;
+ }
+ case 238: /* Videotron */
+ {
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
break;
}
case 239: /* VIP */
@@ -611,8 +667,9 @@
}
break;
}
- case 240: /* XPlore Mobile Canada */
+ case 240: /* Xplore Canada */
{
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
ltecsr_profile_ptr->silence_dropcall_threshold = 20000;
break;
}
@@ -636,6 +693,11 @@
ltecsr_profile_ptr->rtcp_expire_timer = 15000;
break;
}
+ case 276: /* AlticeUSA */
+ {
+ ltecsr_profile_ptr->text_rtcp_expire_timer = 20000;
+ break;
+ }
case 285: /* Vinafhone Vietnam */
{
ltecsr_profile_ptr->silence_dropcall_threshold = 20000;
@@ -709,8 +771,9 @@
case 367: /* James Valley Wireless */
{
if (strncmp((char *)(custom_param_ptr->mccmnc), "310", 3) == 0) {
- ltecsr_profile_ptr->rtp_expire_timer = 10000;
- ltecsr_profile_ptr->rtcp_expire_timer = 10000;
+ ltecsr_profile_ptr->silence_dropcall_threshold = 10000;
+ ltecsr_profile_ptr->rtp_expire_timer = 0;
+ ltecsr_profile_ptr->rtcp_expire_timer = 0;
}
break;
}
@@ -720,6 +783,8 @@
if (strncmp((char *)(custom_param_ptr->mccmnc), "647", 3) == 0) {
//LTECSR_FEATURE_FIX_RTCP_INTERVAL_ACTIVE and LTECSR_FEATURE_FIX_RTCP_INTERVAL_HOLD
ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<5) | (1<<6);
+ ltecsr_profile_ptr->rtcp_fix_interval_active = 20000;
+ ltecsr_profile_ptr->rtcp_fix_interval_hold = 20000;
}
break;
}
@@ -731,6 +796,14 @@
}
break;
}
+ case 417: /*ATLAS TELECOM UAE*/
+ {
+ //LTECSR_FEATURE_RTCP_MAX_INTERVAL_ENABLE
+ ltecsr_profile_ptr->ltecsr_common_para2 = ltecsr_profile_ptr->ltecsr_common_para2 | (1<<8);
+ ltecsr_profile_ptr->rtcp_max_interval = 0xFFFF;
+ ltecsr_profile_ptr->rtcp_min_interval = 5000;
+ break;
+ }
}
/* Priority 2:[MCF OTA Customization] */
diff --git a/mcu/custom/protocol/common/ps/custom_sdm_utility.c b/mcu/custom/protocol/common/ps/custom_sdm_utility.c
index 548c092..d248f16 100755
--- a/mcu/custom/protocol/common/ps/custom_sdm_utility.c
+++ b/mcu/custom/protocol/common/ps/custom_sdm_utility.c
@@ -77,9 +77,6 @@
{
/* Telefonica Germany */
{"262", "03", 1}, {"262", "07", 1}, {"262", "08", 1}, {"262", "11", 1}, {"262", "77", 1},
-
- /* Telefonica UK */
- {"234", "10", 1},
/* Telefonica Spain */
{"214", "05", 1}, {"214", "07", 1},
@@ -211,6 +208,9 @@
/* MTS Serbia */
{"220", "03", 1},
+ /* Mtel/Bosnia and Herzegovina */
+ {"218", "05", 1},
+
/* Default */
};
@@ -226,9 +226,6 @@
/* Telefonica Germany */
{"262", "03", 0}, {"262", "07", 0}, {"262", "08", 0}, {"262", "11", 0}, {"262", "77", 0},
-
- /* Telefonica UK */
- {"234", "10", 0},
/* Telefonica Spain */
{"214", "05", 0}, {"214", "07", 0},
diff --git a/mcu/custom/protocol/common/ps/custom_ssds.c b/mcu/custom/protocol/common/ps/custom_ssds.c
index 666e2a1..b561706 100755
--- a/mcu/custom/protocol/common/ps/custom_ssds.c
+++ b/mcu/custom/protocol/common/ps/custom_ssds.c
@@ -240,12 +240,15 @@
case 354: /* Poste Mobile/Italy */
case 366: /* Appalachian-US */
case 385: /* BH Mobile */
+ case 397:/* Mectel-Myanmar */
+ case 410: /* Mtel-Bosnia and Herzegovina*/
*req_ussd_path_type = CUSTOM_SSDS_USSD_PATH_TYPE_CS;
is_changed = KAL_TRUE;
break;
case 5: /* TMOEU/DTAG Greece/Netherlands/Hungary/Slovakia */
if((0 == strcmp(params_info->mcc, "202")) || (0 == strcmp(params_info->mcc, "204")) ||
- (0 == strcmp(params_info->mcc, "216")) || (0 == strcmp(params_info->mcc, "231")))
+ (0 == strcmp(params_info->mcc, "216")) || (0 == strcmp(params_info->mcc, "231")) ||
+ (0 == strcmp(params_info->mcc, "226")))
{
*req_ussd_path_type = CUSTOM_SSDS_USSD_PATH_TYPE_CS;
is_changed = KAL_TRUE;
@@ -253,7 +256,7 @@
break;
case 120:/* Claro */
{
- if(0 == strcmp(params_info->mcc, "370")) /* Claro-Dominican support USSI */
+ if((0 == strcmp(params_info->mcc, "370")) || (0 == strcmp(params_info->mcc, "740"))) /* Claro-Dominican/Ecuador support USSI */
{
break;
}
@@ -714,6 +717,7 @@
break;
}
case 1:/* CMCC */
+ case 388:/* CBN China*/
{
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_PREFER;
switch(params_info->atcmd_type)
@@ -1259,6 +1263,21 @@
}
}
}
+ else if(0 == strcmp(params_info->mcc, "655"))
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_PREFER;
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ }
else if(0 == strcmp(params_info->mcc, "222"))
{
if(0 == strcmp(params_info->mnc, "10")) /* Vodafone-Italy */
@@ -1700,7 +1719,15 @@
}
case 15:/* TELEFONICA */
{
- atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_PREFER;
+ if(params_info->ims_domain == CUSTOM_SSDS_IMS_DOMAIN_TYPE_WFC &&
+ params_info->rf_status == CUSTOM_SSDS_RF_OFF)
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_OPERATION_NOT_SUPPORTED_4;
+ }
+ else
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_PREFER;
+ }
switch(params_info->atcmd_type)
{
case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
@@ -1726,6 +1753,11 @@
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
break;
default:
+ if(CUSTOM_SSDS_ROAMING_TYPE_NO != params_info->roaming_status)
+ {
+ atcmd_path_type = (params_info->is_ims_registered)?CUSTOM_SSDS_PATH_TYPE_PS_PREFER:CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
+ return atcmd_path_type;
+ }
break;
}
break;
@@ -2244,6 +2276,20 @@
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_OPERATION_NOT_SUPPORTED_4;
}
}
+ else if((0 == strcmp(params_info->mcc, "370")))
+ {
+ /*Claro-Dominican*/
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_OPERATION_NOT_SUPPORTED_4;
+ break;
+ default:
+ break;
+ }
+ }
+
break;
}
case 121: /* BELL */
@@ -2557,7 +2603,15 @@
{
if(0 == strcmp(params_info->mcc, "424")) /** United Arab Emirates **/
{
+ if ((KAL_TRUE != params_info->is_ims_registered) || (KAL_TRUE != params_info->is_mobile_data_setting_enabled))
+ {
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
+ }
+ else
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_PREFER;
+ }
+
switch(params_info->atcmd_type)
{
case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
@@ -2882,10 +2936,6 @@
{/* CLIR service*/
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_OPERATION_NOT_SUPPORTED_4;
}
- else
- {
- atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
- }
break;
}
case 152: /* OPTUS-AUS */
@@ -3006,6 +3056,19 @@
}
}
}
+ else if(0 == strcmp(params_info->mcc, "214"))
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ }
break;
}
case 156: /* TELENOR */
@@ -3496,27 +3559,43 @@
}
case 183: /* PERSONAL */
{
- atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
- switch(params_info->atcmd_type)
- {
- case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
- case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
- atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
- break;
- case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
- case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
- atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
- break;
- default:
- break;
- }
- /*data off or roaming status*/
- if((KAL_TRUE != params_info->is_mobile_data_setting_enabled) ||
- (CUSTOM_SSDS_ROAMING_TYPE_NO != params_info->roaming_status) )
- {
- return atcmd_path_type;
- }
- break;
+ if (0 == strcmp(params_info->mcc, "722")) /* Argentina */
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ /*data off or roaming status*/
+ if((KAL_TRUE != params_info->is_mobile_data_setting_enabled) ||
+ (CUSTOM_SSDS_ROAMING_TYPE_NO != params_info->roaming_status) )
+ {
+ return atcmd_path_type;
+ }
+ break;
+ }
+ else if (0 == strcmp(params_info->mcc, "744")) /* Paraguay */
+ {
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ }
+ break;
}
case 184: /* VIETEL-Vietnam */
{
@@ -3772,6 +3851,7 @@
}
case 202: /* SPARK-NZ */
{
+ need_check_roaming_data_off = KAL_FALSE;
if ((params_info->is_ims_registered)&&
(params_info->atcmd_type == CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING ||
params_info->atcmd_type == CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING))
@@ -4025,6 +4105,22 @@
}
}
+ else if(0 == strcmp(params_info->mcc, "714"))/* Tigo-Panama */
+ {
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_OPERATION_NOT_SUPPORTED_4;
+ break;
+ default:
+ break;
+ }
+ }
break;
}
case 221:/* TPG-Singapore */
@@ -4331,6 +4427,22 @@
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
break;
}
+ case 246: /* Ooredoo */
+ {
+ if(0 == strcmp(params_info->mcc, "427")) /* Qatar */
+ {
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
+ break;
+ default:
+ break;
+ }
+ }
+ break;
+ }
case 247: /* Maroc Telecom */
{
if(0 == strcmp(params_info->mcc, "604")) /* Morocco */
@@ -4445,7 +4557,7 @@
{
case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
- atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ atcmd_path_type = (KAL_TRUE == params_info->is_ims_registered)?CUSTOM_SSDS_PATH_TYPE_PS_ONLY:CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
break;
case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
@@ -5316,11 +5428,49 @@
need_check_roaming = KAL_TRUE;
break;
}
+ case 382:/*Zeop-French Reunion*/
+ {
+ if(params_info->ims_domain == CUSTOM_SSDS_IMS_DOMAIN_TYPE_WFC)
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
+ }
+ break;
+ }
case 387:/*West Central Wireless - US*/
{
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_ONLY;
break;
}
+ case 416: /* Brazil-Brisanet special requirement for SS. Only CLIR/CW should be kept for Brazil-Brisanet*/
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_OPERATION_NOT_SUPPORTED_4;
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
+ case 418: /* Emtel - Mauritius */
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
case 1001: /* Ericsson-IODT */
{
/* default config */
@@ -5412,6 +5562,11 @@
}
break;
}
+ case 393:/* IT-E Wireless - USA */
+ {
+ need_check_roaming_data_off = KAL_FALSE;
+ break;
+ }
case 396: /* Thumb cellular -US */
{
switch(params_info->atcmd_type)
@@ -5425,16 +5580,63 @@
}
break;
}
+ case 397: /* Mectel-Myanmar */
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_ONLY;
+ break;
+ }
case 408: /* Bitel -Peru */
{
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_CS_ONLY;
break;
}
- case 411: /* Evolve - Broadband */
+ case 410: /* Mtel/Bosnia and Herzegovina */
+ {
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_PREFER;
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
+ case 411: /* Evolve - Broadband */
{
atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_PS_ONLY;
break;
}
+ case 417: /* ATLAS TELECOM - UAE */
+ {
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
+ case 419: /* Airtel - Uganda */
+ {
+ switch(params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ atcmd_path_type = CUSTOM_SSDS_PATH_TYPE_TB_SOLUTION;
+ break;
+ default:
+ break;
+ }
+ break;
+ }
case 1002: /* Nokia IODT */
{
/* default config */
@@ -5719,6 +5921,56 @@
}
break;
}
+ case 388:/* CBN China*/
+ {
+ switch (params_info->atcmd_type)
+ {
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR:
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CLIP:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CLIP:
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_COLR:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_COLR:
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_COLP:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_COLP:
+ if ((KAL_TRUE == params_info->is_ims_registered) ||
+ (403 != params_info->rsp_id && 831 != params_info->rsp_id))
+ {//VOLTE card: not support CLIR/CLIP/COLR/COLP
+ rsp_path = CUSTOM_SSDS_CSFB_TYPE_NO_4;
+ }
+ break;
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_BARRING:
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_BARRING:
+ //is_ocb = _custom_ssds_is_ocb(&(req_info->atcmd_info));
+ if(CUSTOM_SSDS_OUTGOING_CALL_BARRING == params_info->cb_type && ((KAL_TRUE == params_info->is_ims_registered) ||
+ (403 != params_info->rsp_id && 831 != params_info->rsp_id)))
+ {//VOLTE card: not support OCB
+ rsp_path = CUSTOM_SSDS_CSFB_TYPE_NO_4;
+ }
+ break;
+ case CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING:
+ if((KAL_TRUE == params_info->is_ims_registered) ||
+ (403 != params_info->rsp_id && 831 != params_info->rsp_id))
+ {
+ rsp_path = CUSTOM_SSDS_CSFB_TYPE_NO_832;
+ }
+ break;
+ case CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING:
+ if((KAL_TRUE == params_info->is_ims_registered) ||
+ (403 != params_info->rsp_id && 831 != params_info->rsp_id))
+ {
+ rsp_path = CUSTOM_SSDS_CSFB_TYPE_NO_CCWA;
+ }
+ break;
+ default:
+ break;
+ }
+ if(403 == params_info->rsp_id || 831 == params_info->rsp_id)
+ {
+ rsp_path = CUSTOM_SSDS_CSFB_TYPE_NO;
+ }
+ break;
+ }
case 2:/* CU */
{
is_need_sync_to_cs = KAL_FALSE;
@@ -6237,6 +6489,14 @@
}
break;
}
+ case 397:/* Mectel - Myanmar */
+ {
+ if (200 != params_info->rsp_id)
+ {
+ rsp_path = CUSTOM_SSDS_CSFB_TYPE_ONCE;
+ }
+ break;
+ }
default:
break;
}
@@ -6494,6 +6754,12 @@
is_ussi_allowed_during_ims_call = KAL_FALSE;
}
break;
+ case 246: /* Ooredoo */
+ if(0 == strcmp(params_info->mcc, "427")) /* Ooredoo-Qatar */
+ {
+ is_ussi_allowed_during_ims_call = KAL_FALSE;
+ }
+ break;
default:
break;
}
@@ -6522,6 +6788,18 @@
case 151: /* M1-Singapore */
is_rat_mode_change_allowed = KAL_TRUE;
break;
+ case 120: /* Claro */
+ if (0 == strcmp(params_info->mcc,"724")) /* Brazil */
+ {
+ is_rat_mode_change_allowed = KAL_TRUE;
+ }
+ break;
+ case 132: /* Movistar*/
+ if(0 == strcmp(params_info->mcc,"724")) /* Brazil*/
+ {
+ is_rat_mode_change_allowed = KAL_TRUE;
+ }
+ break;
default:
break;
}
diff --git a/mcu/custom/protocol/common/ps/custom_xcap_config.c b/mcu/custom/protocol/common/ps/custom_xcap_config.c
index 970d5a8..31978e2 100755
--- a/mcu/custom/protocol/common/ps/custom_xcap_config.c
+++ b/mcu/custom/protocol/common/ps/custom_xcap_config.c
@@ -124,6 +124,7 @@
xcap_default_info->support_query_simservs = XCAP_INFO_DEFAULT_SUPPORT_QUERY_SIMSERVS;
xcap_default_info->support_enable_by_cond = XCAP_INFO_DEFAULT_SUPPORT_ENABLE_BY_COND;
xcap_default_info->support_disable_by_cond = XCAP_INFO_DEFAULT_SUPPORT_DISABLE_BY_COND;
+ xcap_default_info->support_erasure_by_cond = XCAP_INFO_DEFAULT_SUPPORT_ERASURE_BY_COND;
xcap_default_info->support_isim = XCAP_INFO_DEFAULT_SUPPORT_ISIM;
xcap_default_info->remove_media_when_not_support_media = XCAP_INFO_DEFAULT_REMOVE_MEDIA_WHEN_NOT_SUPPORT_MEDIA;
xcap_default_info->support_xcap_diff = XCAP_INFO_DEFAULT_SUPPORT_XCAP_DIFF;
@@ -172,6 +173,7 @@
http_default_info->hide_port_number = HTTP_INFO_DEFAULT_HIDE_PORT_NUMBER;
http_default_info->dns_failover = HTTP_INFO_DEFAULT_DNS_FAILOVER;
http_default_info->xcap_dns_default_ttl = HTTP_INFO_DEFAULT_XCAP_DNS_DEFAULT_TTL;
+ http_default_info->dns_force_query = HTTP_INFO_DEFAULT_DNS_FORCE_QUERY;
/* SIM default configuration */
sim_default_info = &(cfg->sim_info);
@@ -205,6 +207,16 @@
cfg->xcap_info.remove_media_when_not_support_media = XCAP_ENABLED;
break;
}
+ case 388:/* CBN China*/
+ {
+ update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc015.mcc460.pub.3gppnetwork.org");
+ cfg->xcap_info.support_cfnl = XCAP_DISABLED;
+ cfg->xcap_info.support_put_cf_root = XCAP_DISABLED;
+ cfg->gba_info.gba_port = 80;
+ cfg->xcap_info.support_media_tag = XCAP_DISABLED;
+ cfg->xcap_info.remove_media_when_not_support_media = XCAP_ENABLED;
+ break;
+ }
case 2: /* CU China */
{
cfg->xcap_info.support_cfnl = XCAP_DISABLED;
@@ -231,6 +243,7 @@
cfg->xcap_info.support_disable_by_cond = XCAP_ENABLED;
cfg->cm_info.pdn_releasing_timer = 15;
cfg->cm_info.apn_selection_rule = XCAP_CM_APN_SELECTION_RULE_PREFER_CELLULAR_XCAP;
+ cfg->http_info.dns_force_query = KAL_TRUE;
}
else if (streq(mcc, "605")){/*Tunisia*/
cfg->xcap_info.xcap_port = 8090;
@@ -251,6 +264,9 @@
cfg->cm_info.apn_selection_rule = XCAP_CM_APN_SELECTION_RULE_XCAP_ONLY;
if (streq(mcc, "204")){ /* DTAG - NL */
cfg->xcap_info.support_put_cf_root = XCAP_DISABLED;
+ } else if (streq(mcc, "226")){ /* DTAG - RO */
+ cfg->xcap_info.support_cfnl = XCAP_DISABLED;
+ cfg->xcap_info.support_put_cf_root = XCAP_DISABLED;
} else if (streq(mcc, "230")){ /* DTAG - CZ */
cfg->xcap_info.support_cfnl = XCAP_DISABLED;
cfg->xcap_info.support_put_cf_root = XCAP_DISABLED;
@@ -269,6 +285,8 @@
cfg->xcap_info.cache_level = XCAP_NO_CACHE;
cfg->xcap_info.support_cfnl = XCAP_DISABLED;
cfg->xcap_info.support_put_cf_root = XCAP_DISABLED;
+ } else if (streq(mcc, "202")){ /* DTAG - Greece */
+ cfg->cm_info.apn_selection_rule = XCAP_CM_APN_SELECTION_RULE_PREFER_CELLULAR_XCAP;
}
}
break;
@@ -307,7 +325,7 @@
update_str(cfg->xcap_info.xcap_protocol, "https");
update_str(cfg->gba_info.gba_protocol, "https");
cfg->xcap_info.url_encoding = XCAP_URL_ENCODING_NODE_SELECTOR;
- cfg->xcap_info.media_type = MEDIA_TYPE_ONLY_AUDIO;
+ cfg->xcap_info.media_type = MEDIA_TYPE_SEPERATE;
} else if (streq(mcc, "216")){ /* VDF-Hungary */
cfg->xcap_info.support_media_tag = XCAP_DISABLED;
cfg->xcap_info.set_cfnrc_with_cfnl = XCAP_ENABLED;
@@ -421,7 +439,6 @@
cfg->xcap_info.support_adding_unprovisioned_rule = XCAP_DISABLED;
cfg->cm_info.apn_selection_rule = XCAP_CM_APN_SELECTION_RULE_DEFAULT_ONLY;
cfg->cm_info.accept_public_wifi = XCAP_ENABLED;
- cfg->cm_info.support_empty_pdn_establishment = XCAP_DISABLED;
if (streq(mnc, "210")) {
cfg->xcap_info.support_media_tag = XCAP_DISABLED;
update_str(cfg->gba_info.imei_header, "X-TMUS-IMEI");
@@ -434,6 +451,7 @@
} else {
if (streq(mnc, "260")) {
cfg->xcap_info.support_adding_unprovisioned_rule = XCAP_ENABLED;
+ cfg->xcap_info.support_cfnl = XCAP_DISABLED;
cfg->cm_info.apn_selection_rule = XCAP_CM_APN_SELECTION_RULE_DEFAULT_THEN_XCAP;
}
cfg->xcap_info.support_media_tag = XCAP_DISABLED;
@@ -541,13 +559,15 @@
cfg->xcap_info.support_adding_no_reply_timer = XCAP_ENABLED;
cfg->http_info.tcp_session_keep_alive = XCAP_DISABLED;
cfg->xcap_info.support_put_cw_root = XCAP_ENABLED;
- cfg->xcap_info.enable_custom_user_agent_string = XCAP_ENABLED;
- update_str(cfg->xcap_info.user_agent_default, "");
+ cfg->xcap_info.enable_custom_user_agent_string = XCAP_ENABLED;
+ cfg->cm_info.support_empty_pdn_establishment = XCAP_ENABLED;
+ update_str(cfg->xcap_info.user_agent_default, "");
if (streq(mnc, "872") && streq(mcc, "405"))
{
update_str(cfg->gba_info.gba_url, "bsf.ims.mnc872.mcc405.pub.3gppnetwork.org");
}
cfg->http_info.naptr_srv_level = XCAP_NAPTR_SRV_LEVEL_NAPTR;
+ cfg->cm_info.apn_selection_rule = XCAP_CM_APN_SELECTION_RULE_PREFER_CELLULAR_XCAP;
break;
}
case 19: /* Telstra */
@@ -625,6 +645,7 @@
{
cfg->xcap_info.xcap_port = 8090;
cfg->xcap_info.support_disable_by_cond = XCAP_ENABLED;
+ cfg->xcap_info.support_erasure_by_cond = XCAP_ENABLED;
cfg->xcap_info.support_put_cf_root = XCAP_DISABLED;
cfg->xcap_info.support_cfnl = XCAP_DISABLED;
cfg->xcap_info.url_encoding = XCAP_URL_ENCODING_NODE_SELECTOR;
@@ -663,11 +684,12 @@
update_str(cfg->gba_info.gba_url, "bsf.ims.mnc003.mcc454.pub.3gppnetwork.org");
break;
}
- case 107: /* SFR France */
- {
- cfg->xcap_info.support_adding_unprovisioned_rule = XCAP_DISABLED;
- break;
- }
+ case 107: /* SFR France */
+ {
+ cfg->xcap_info.support_adding_unprovisioned_rule = XCAP_DISABLED;
+ cfg->xcap_info.timer_inside_cfnry = XCAP_ENABLED;
+ break;
+ }
case 108: /* TWN Taiwan */
{
cfg->xcap_info.xcap_port = 8090;
@@ -778,6 +800,7 @@
cfg->gba_info.gba_port = 8080;
cfg->xcap_info.support_adding_unprovisioned_rule = XCAP_DISABLED;
update_str(cfg->gba_info.gba_type, "GBA_ME");
+ update_str(cfg->gba_info.gba_url, "bsf.mnc001.mcc740.pub.3gppnetwork.org");
}
break;
}
@@ -837,6 +860,7 @@
cfg->xcap_info.support_media_tag = XCAP_DISABLED;
cfg->cm_info.pdn_releasing_timer = 300;
cfg->cm_info.apn_selection_rule = XCAP_CM_APN_SELECTION_RULE_XCAP_ONLY;
+ cfg->xcap_info.cache_level = XCAP_NO_CACHE;
break;
}
case 130: /* TIM */
@@ -978,13 +1002,16 @@
}
case 137: /* Tele2 */
{
- if (streq(mcc, "250")){ /* Tele2 */
+ if (streq(mcc, "250")){ /* Russia */
cfg->xcap_info.xcap_port = 8085;
cfg->gba_info.gba_port = 8080;
cfg->xcap_info.support_cfnl = XCAP_DISABLED;
cfg->xcap_info.media_type = MEDIA_TYPE_ONLY_AUDIO;
update_str(cfg->gba_info.gba_url, "bsf.ims.mnc020.mcc250.pub.3gppnetwork.org");
update_str(cfg->gba_info.gba_url_path, "/bsf-auth/");
+ cfg->xcap_info.remove_node_namespace = XCAP_ENABLED;
+ cfg->xcap_info.support_put_cf_root = XCAP_DISABLED;
+ cfg->xcap_info.support_adding_namespace = XCAP_DISABLED;
} else if (streq(mcc, "204")){/* Tele2 NL*/
cfg->xcap_info.media_type = MEDIA_TYPE_ONLY_AUDIO;
cfg->xcap_info.support_clir_root = XCAP_DISABLED;
@@ -1391,6 +1418,8 @@
update_str(cfg->gba_info.gba_url, "bsf.ims.mnc003.mcc284.pub.3gppnetwork.org");
cfg->xcap_info.support_adding_namespace = XCAP_DISABLED;
cfg->xcap_info.support_adding_unprovisioned_rule = XCAP_DISABLED;
+ cfg->cm_info.pdn_releasing_timer = 15;
+ cfg->cm_info.apn_selection_rule = XCAP_CM_APN_SELECTION_RULE_PREFER_CELLULAR_XCAP;
break;
}
case 201: /* KPN NL */
@@ -1404,7 +1433,7 @@
}
case 202: /* Spark Newzealand */
{
- if (streq(mnc, "005")){
+ if (streq(mnc, "005") || streq(mnc, "05")){
update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc005.mcc530.pub.3gppnetwork.spark.co.nz");
cfg->xcap_info.xcap_port = 8443;
update_str(cfg->xcap_info.xcap_protocol, "https");
@@ -1413,7 +1442,7 @@
update_str(cfg->gba_info.gba_url, "bsf.ims.mnc005.mcc530.pub.3gppnetwork.spark.co.nz");
cfg->gba_info.gba_port = 8444;
}
- else if (streq(mnc, "099")){
+ else if (streq(mnc, "099") || streq(mnc, "99")){
update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc099.mcc530.pub.3gppnetwork.spark.co.nz");
cfg->xcap_info.xcap_port = 8080;
update_str(cfg->gba_info.gba_url, "xcap.ims.mnc099.mcc530.pub.3gppnetwork.spark.co.nz");
@@ -1872,6 +1901,7 @@
case 332: /* Southern LINC */
{
update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc720.mcc312.3gppnetwork.org");
+ cfg->xcap_info.forwarding_number_use_sip_uri = XCAP_ENABLED;
break;
}
case 335: /* NT-Thailand */
@@ -1894,6 +1924,16 @@
update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc001.mcc748.pub.3gppnetwork.org");
update_str(cfg->gba_info.gba_url, "bsf.mnc001.mcc748.pub.3gppnetwork.org");
break;
+ }
+ case 339: /* Unitel Angola */
+ {
+ update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc002.mcc631.pub.3gppnetwork.org");
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc002.mcc631.pub.3gppnetwork.org");
+ cfg->xcap_info.xcap_port = 443;
+ cfg->gba_info.gba_port = 443;
+ update_str(cfg->xcap_info.xcap_protocol, "https");
+ update_str(cfg->gba_info.gba_protocol, "https");
+ break;
}
case 344: /* 4ka Slovakia */
{
@@ -1949,8 +1989,8 @@
{
if (streq(mcc, "655")) { /* South Africa */
update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc038.mcc655.pub.3gppnetwork.org");
- update_str(cfg->gba_info.gba_url, "bsf.ims.mnc038.mcc655.pub.3gppnetwork.org");
- cfg->xcap_info.xcap_port = 8080;
+ update_str(cfg->gba_info.gba_url, "bsf.mnc038.mcc655.pub.3gppnetwork.org");
+ cfg->xcap_info.xcap_port = 80;
}
break;
}
@@ -2053,6 +2093,26 @@
update_str(cfg->gba_info.gba_type, "GBA_ME");
break;
}
+ case 381: /* Asiacell/Iraq */
+ {
+ if (streq(mcc, "418")) {
+ update_str(cfg->gba_info.gba_type, "GBA_ME");
+ cfg->gba_info.gba_port = 8080;
+ update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc005.mcc418.pub.3gppnetwork.org");
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc005.mcc418.pub.3gppnetwork.org");
+ }
+ break;
+ }
+ case 382: /* Zeop */
+ {
+ if (streq(mcc, "647")) { /* French Reunion */
+ cfg->xcap_info.xcap_port = 8081;
+ cfg->gba_info.gba_port = 8080;
+ update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc004.mcc647.pub.3gppnetwork.org");
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc004.mcc647.pub.3gppnetwork.org");
+ }
+ break;
+ }
case 386: /* ENetworks */
{
cfg->xcap_info.support_media_tag = XCAP_DISABLED;
@@ -2060,6 +2120,73 @@
update_str(cfg->gba_info.gba_url, "bsf.ims.mnc000.mcc738.pub.3gppnetwork.org");
break;
}
+ case 393: /* IT-E Wireless */
+ {
+ update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc110.mcc310.pub.3gppnetwork.org");
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc110.mcc310.pub.3gppnetwork.org");
+ cfg->xcap_info.xcap_port = 8090;
+ cfg->gba_info.gba_port = 8091;
+ update_str(cfg->gba_info.gba_type, "GBA_ME");
+ break;
+ }
+ case 396: /* THUMB Cellular US */
+ {
+ update_str(cfg->xcap_info.xcap_url, "xcap.ims.cellcom.com");
+ update_str(cfg->gba_info.gba_url, "gba.ims.thumbcell.com");
+ update_str(cfg->gba_info.gba_type, "GBA_ME");
+ cfg->xcap_info.forwarding_number_use_sip_uri = XCAP_ENABLED;
+ break;
+ }
+ case 397: /* MECTEL/Myanmar */
+ {
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc003.mcc414.pub.3gppnetwork.org");
+ update_str(cfg->gba_info.gba_type, "GBA_ME");
+ break;
+ }
+ case 403: /* Imagine - Brunei */
+ {
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc001.mcc528.3gppnetwork.org");
+ break;
+ }
+ case 404: /* Progresif - Brunei */
+ {
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc002.mcc528.3gppnetwork.org");
+ break;
+ }
+ case 405: /* UNN - Brunei */
+ {
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc003.mcc528.3gppnetwork.org");
+ break;
+ }
+ case 406: /* DST - Brunei */
+ {
+ update_str(cfg->gba_info.gba_url, "bsf.ims.mnc011.mcc528.3gppnetwork.org");
+ break;
+ }
+ case 410: /* Mtel/Bosnia and Herzegovina */
+ {
+ cfg->xcap_info.support_media_tag = XCAP_DISABLED;
+ cfg->xcap_info.support_adding_unprovisioned_rule = XCAP_DISABLED;
+ update_str(cfg->gba_info.gba_type, "GBA_ME");
+ break;
+ }
+ case 412: /* Stand Rock-US */
+ {
+ update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc530.mcc311.pub.3gppnetwork.org");
+ break;
+ }
+ case 419: /* Airtel - Uganda */
+ {
+ if (streq(mcc, "641")) {
+ update_str(cfg->gba_info.gba_type, "GBA_ME");
+ update_str(cfg->xcap_info.xcap_url, "xcap.ims.mnc001.mcc641.pub.3gppnetwork.org");
+ cfg->xcap_info.xcap_port = 8081;
+ update_str(cfg->gba_info.gba_url, "bsf.mnc001.mcc641.pub.3gppnetwork.org");
+ cfg->xcap_info.support_media_tag = XCAP_DISABLED;
+ cfg->xcap_info.support_cfnl = XCAP_DISABLED;
+ }
+ break;
+ }
case 1001: /* Ericsson IODT */
{
cfg->xcap_info.support_media_tag = XCAP_DISABLED;
diff --git a/mcu/custom/protocol/common/ps/custom_xcap_config.h b/mcu/custom/protocol/common/ps/custom_xcap_config.h
index 038dc00..d5e3aca 100755
--- a/mcu/custom/protocol/common/ps/custom_xcap_config.h
+++ b/mcu/custom/protocol/common/ps/custom_xcap_config.h
@@ -180,7 +180,7 @@
#define XCAP_INFO_DEFAULT_SUPPORT_ADDING_NO_REPLY_TIMER XCAP_DISABLED
#define XCAP_INFO_DEFAULT_SUPPORT_ADDING_UNPROVISIONED_RULE XCAP_ENABLED
#define XCAP_INFO_DEFAULT_SUPPORT_XCAP_ENHANCE XCAP_ENABLED
-#define XCAP_INFO_DEFAULT_TOTAL_EXE_TIME 30
+#define XCAP_INFO_DEFAULT_TOTAL_EXE_TIME 35
#define XCAP_INFO_DEFAULT_NEED_CHECK_ISIM_INFO XCAP_DISABLED
#define XCAP_INFO_DEFAULT_SUPPORT_ADDING_NAMESPACE XCAP_ENABLED
#define XCAP_INFO_DEFAULT_SUPPORT_BAICA XCAP_DISABLED
@@ -189,6 +189,7 @@
#define XCAP_INFO_DEFAULT_SUPPORT_QUERY_SIMSERVS XCAP_DISABLED
#define XCAP_INFO_DEFAULT_SUPPORT_DISABLE_BY_COND XCAP_DISABLED
#define XCAP_INFO_DEFAULT_SUPPORT_ENABLE_BY_COND XCAP_DISABLED
+#define XCAP_INFO_DEFAULT_SUPPORT_ERASURE_BY_COND XCAP_DISABLED
#define XCAP_INFO_DEFAULT_SUPPORT_ISIM XCAP_ENABLED
#define XCAP_INFO_DEFAULT_EXCLUSIVE_CB XCAP_DISABLED
#define XCAP_INFO_DEFAULT_SUPPORT_PUT_CW_ROOT XCAP_DISABLED
@@ -231,7 +232,7 @@
#define CM_INFO_DEFAULT_ACCEPT_PUBLIC_WIFI XCAP_DISABLED
#define CM_INFO_DEFAULT_PDN_RETRY_TIMES 2
#define CM_INFO_DEFAULT_PDN_REJECT_CODE 0x0000
-#define CM_INFO_DEFAULT_SUPPORT_EMPTY_PDN_ESTABLISHMENT XCAP_ENABLED
+#define CM_INFO_DEFAULT_SUPPORT_EMPTY_PDN_ESTABLISHMENT XCAP_DISABLED
// HTTP Info Default Values
#define HTTP_INFO_DEFAULT_SUPPROT_GZIP XCAP_DISABLED
@@ -242,6 +243,7 @@
#define HTTP_INFO_DEFAULT_HIDE_PORT_NUMBER XCAP_DISABLED
#define HTTP_INFO_DEFAULT_DNS_FAILOVER XCAP_DISABLED
#define HTTP_INFO_DEFAULT_XCAP_DNS_DEFAULT_TTL 600
+#define HTTP_INFO_DEFAULT_DNS_FORCE_QUERY KAL_FALSE
// SIM Info Default Values
#define SIM_INFO_DEFAULT_SAVED_IMSI ""
diff --git a/mcu/custom/service/mcf/system_files/mcf_system.csv b/mcu/custom/service/mcf/system_files/mcf_system.csv
index 917177b..d5e4a70 100755
--- a/mcu/custom/service/mcf/system_files/mcf_system.csv
+++ b/mcu/custom/service/mcf/system_files/mcf_system.csv
@@ -361,18 +361,18 @@
360,60184,NVRAM_EF_AST_TL1_TAS_CUSTOM_PARAMES_LID,1,tds_tas_tst_by_band_enable,tdbandsetting.tds_tas_tst_state_enable_param.tds_tas_tst_by_band_enable,OTA,no,no,no,no,"1 means this state is enabled, 0 disable. tds_tas_tst_by_band_enable[band], band 0 for band34, band 1 for band39",ENUM,2,2,,0,NR15.R3.MD700.MP,,0~1,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
361,60184,NVRAM_EF_AST_TL1_TAS_CUSTOM_PARAMES_LID,1,tds_tas_tst_by_band_state_enable,tdbandsetting.tds_tas_tst_state_enable_param.tds_tas_tst_by_band_state_enable,Not Support,no,no,no,no,"1 means this state is enabled, 0 disabled. tds_tas_tst_by_band_state_enable[band][stateIdx], band 0 for band34, 1 for band39. stateIdx 0~23 for each state",ENUM,1024,"2,2,256",,0,NR15.R3.MD700.MP,,0~23,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Untested,,,,
362,60184,NVRAM_EF_AST_TL1_TAS_CUSTOM_PARAMES_LID,1,tds_tas_tst_by_rat_enable,tdbandsetting.tds_tas_tst_state_enable_param.tds_tas_tst_by_rat_enable,OTA,no,no,no,no,"1 enable, the following information will be valid; 0 disable",ENUM,1,,,0,NR15.R3.MD700.MP,,0~1,,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-363,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_2g4,hplmn_afr_mapping[0~63].afr_2g4,OTA and OTA BY OP,no,no,no,no,indicate 2G-4G AFR feature setting under designated PLMN (0x0: disable 2G-4G AFR; 0x1: enable 2G-4G AFR),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00",NR15.R3.MD700.MP,,0x00:disable 2G-4G AFR under designated PLMN<BR>0x01:enable 2G-4G AFR under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-364,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_2g5_fdd,hplmn_afr_mapping[0~63].afr_2g5_fdd,OTA and OTA BY OP,no,no,no,no,indicate 2G-5G AFR FDD feature setting under designated PLMN (0x0: disable 2G-5G AFR FDD; 0x1: enable 2G-5G AFR FDD),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00",NR15.R3.MD700.MP,,0x00:disable 2G-5G AFR FDD under designated PLMN<BR>0x01:enable 2G-5G AFR FDD under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-365,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_2g5_tdd,hplmn_afr_mapping[0~63].afr_2g5_tdd,OTA and OTA BY OP,no,no,no,no,indicate 2G-5G AFR TDD feature setting under designated PLMN (0x0: disable 2G-5G AFR TDD; 0x1: enable 2G-5G AFR TDD),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00",NR15.R3.MD700.MP,,0x00:disable 2G-5G AFR TDD under designated PLMN<BR>0x01:enable 2G-5G AFR TDD under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-366,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_3g4,hplmn_afr_mapping[0~63].afr_3g4,OTA and OTA BY OP,no,no,no,no,indicate 3G-4G AFR feature setting under designated PLMN (0x0: disable 3G-4G AFR; 0x1: enable 3G-4G AFR),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00",NR15.R3.MD700.MP,,0x00:disable 3G-4G AFR under designated PLMN<BR>0x01:enable 3G-4G AFR under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-367,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_3g5_fdd,hplmn_afr_mapping[0~63].afr_3g5_fdd,OTA and OTA BY OP,no,no,no,no,indicate 3G-5G AFR FDD feature setting under designated PLMN (0x0: disable 3G-5G AFR FDD; 0x1: enable 3G-5G AFR FDD),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00",NR15.R3.MD700.MP,,0x01:enable 3G-5G AFR FDD under designated PLMN<BR>0x00:disable 3G-5G AFR FDD under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-368,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_3g5_tdd,hplmn_afr_mapping[0~63].afr_3g5_tdd,OTA and OTA BY OP,no,no,no,no,indicate 3G-5G AFR TDD feature setting under designated PLMN (0x0: disable 3G-5G AFR TDD; 0x1: enable 3G-5G AFR TDD),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00",NR15.R3.MD700.MP,,0x01:enable 3G-5G AFR TDD under designated PLMN<BR>0x00:disable 3G-5G AFR TDD under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-369,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_4g5,hplmn_afr_mapping[0~63].afr_4g5,OTA and OTA BY OP,no,no,no,no,indicate 4G-5G AFR feature setting under designated PLMN (0x0: disable 4G-5G AFR; 0x1: enable 4G-5G AFR),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00",NR15.R3.MD700.MP,,0x01:enable 4G-5G AFR under designated PLMN<BR>0x00:disable 4G-5G AFR under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+363,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_2g4,hplmn_afr_mapping[0~63].afr_2g4,OTA and OTA BY OP,no,no,no,no,indicate 2G-4G AFR feature setting under designated PLMN (0x0: disable 2G-4G AFR; 0x1: enable 2G-4G AFR),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00",NR15.R3.MD700.MP,,0x01:enable 2G-4G AFR under designated PLMN<BR>0x00:disable 2G-4G AFR under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+364,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_2g5_fdd,hplmn_afr_mapping[0~63].afr_2g5_fdd,OTA and OTA BY OP,no,no,no,no,indicate 2G-5G AFR FDD feature setting under designated PLMN (0x0: disable 2G-5G AFR FDD; 0x1: enable 2G-5G AFR FDD),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00",NR15.R3.MD700.MP,,0x01:enable 2G-5G AFR FDD under designated PLMN<BR>0x00:disable 2G-5G AFR FDD under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+365,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_2g5_tdd,hplmn_afr_mapping[0~63].afr_2g5_tdd,OTA and OTA BY OP,no,no,no,no,indicate 2G-5G AFR TDD feature setting under designated PLMN (0x0: disable 2G-5G AFR TDD; 0x1: enable 2G-5G AFR TDD),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00",NR15.R3.MD700.MP,,0x01:enable 2G-5G AFR TDD under designated PLMN<BR>0x00:disable 2G-5G AFR TDD under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+366,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_3g4,hplmn_afr_mapping[0~63].afr_3g4,OTA and OTA BY OP,no,no,no,no,indicate 3G-4G AFR feature setting under designated PLMN (0x0: disable 3G-4G AFR; 0x1: enable 3G-4G AFR),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00",NR15.R3.MD700.MP,,0x01:enable 3G-4G AFR under designated PLMN<BR>0x00:disable 3G-4G AFR under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+367,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_3g5_fdd,hplmn_afr_mapping[0~63].afr_3g5_fdd,OTA and OTA BY OP,no,no,no,no,indicate 3G-5G AFR FDD feature setting under designated PLMN (0x0: disable 3G-5G AFR FDD; 0x1: enable 3G-5G AFR FDD),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00",NR15.R3.MD700.MP,,0x00:disable 3G-5G AFR FDD under designated PLMN<BR>0x01:enable 3G-5G AFR FDD under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+368,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_3g5_tdd,hplmn_afr_mapping[0~63].afr_3g5_tdd,OTA and OTA BY OP,no,no,no,no,indicate 3G-5G AFR TDD feature setting under designated PLMN (0x0: disable 3G-5G AFR TDD; 0x1: enable 3G-5G AFR TDD),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00",NR15.R3.MD700.MP,,0x00:disable 3G-5G AFR TDD under designated PLMN<BR>0x01:enable 3G-5G AFR TDD under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+369,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_4g5,hplmn_afr_mapping[0~63].afr_4g5,OTA and OTA BY OP,no,no,no,no,indicate 4G-5G AFR feature setting under designated PLMN (0x0: disable 4G-5G AFR; 0x1: enable 4G-5G AFR),ENUM,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x00, 0x00",NR15.R3.MD700.MP,,0x01:enable 4G-5G AFR under designated PLMN<BR>0x00:disable 4G-5G AFR under designated PLMN,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
370,4288,NVRAM_EF_AS_AFR_LID,"1,2",afr_timer,hplmn_afr_mapping[0~63].afr_timer,OTA and OTA BY OP,no,no,no,no,AFR timer for 4G,UNSIGNED CHAR,1,,,"0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff",NR15.R3.MD700.MP,,0~FF:value in seconds,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
371,4288,NVRAM_EF_AS_AFR_LID,"1,2",mcc1,hplmn_afr_mapping[0~63].plmnid.mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,"0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,<BR>0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,<BR>0x03, 0x03, 0x03, 0x03, 0x03, 0x02, 0x05, 0x05, 0x05, 0x05,<BR>0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x03, 0x03,<BR>0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,<BR>0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,<BR>0x03, 0x03, 0x0F, 0x0F<BR>0x04, 0x04, 0x04, 0x04, 0x04, 0x03, 0x03, 0x03, 0x03, 0x03,<BR>0x03, 0x03, 0x03, 0x03, 0x03, 0x02, 0x05, 0x05, 0x05, 0x05,<BR>0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC1 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-372,4288,NVRAM_EF_AS_AFR_LID,"1,2",mcc2,hplmn_afr_mapping[0~63].plmnid.mcc2,OTA and OTA BY OP,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,"0x06, 0x06, 0x06, 0x05, 0x05, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x02, 0x02, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x02, 0x02, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC2 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-373,4288,NVRAM_EF_AS_AFR_LID,"1,2",mcc3,hplmn_afr_mapping[0~63].plmnid.mcc3,OTA and OTA BY OP,no,no,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,"0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC3 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-374,4288,NVRAM_EF_AS_AFR_LID,"1,2",mnc1,hplmn_afr_mapping[0~63].plmnid.mnc1,OTA and OTA BY OP,no,no,no,no,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,"0x00, 0x00, 0x01, 0x00, 0x00, 0x02, 0x03, 0x03, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x01, 0x08, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x01, 0x01, 0x02, 0x02, 0x04, 0x09, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F<BR>0x00, 0x01, 0x01, 0x01, 0x05, 0x08, 0x09, 0x01, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x01, 0x08, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x01, 0x01, 0x02, 0x02, 0x04, 0x09, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,<BR>0x02, 0x03, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,<BR>0x04, 0x04, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC1 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+372,4288,NVRAM_EF_AS_AFR_LID,"1,2",mcc2,hplmn_afr_mapping[0~63].plmnid.mcc2,OTA and OTA BY OP,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,"0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x02, 0x02, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x0F, 0x0F<BR>0x06, 0x06, 0x06, 0x05, 0x05, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x06, 0x02, 0x02, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC2 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+373,4288,NVRAM_EF_AS_AFR_LID,"1,2",mcc3,hplmn_afr_mapping[0~63].plmnid.mcc3,OTA and OTA BY OP,no,no,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,"0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,<BR>0x01, 0x01, 0x0F, 0x0F<BR>0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x05, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC3 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+374,4288,NVRAM_EF_AS_AFR_LID,"1,2",mnc1,hplmn_afr_mapping[0~63].plmnid.mnc1,OTA and OTA BY OP,no,no,no,no,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,"0x00, 0x01, 0x01, 0x01, 0x05, 0x08, 0x09, 0x01, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x01, 0x08, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x01, 0x01, 0x02, 0x02, 0x04, 0x09, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02,<BR>0x02, 0x03, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,<BR>0x04, 0x04, 0x0F, 0x0F<BR>0x00, 0x00, 0x01, 0x00, 0x00, 0x02, 0x03, 0x03, 0x02, 0x02,<BR>0x02, 0x02, 0x02, 0x02, 0x01, 0x08, 0x00, 0x00, 0x00, 0x00,<BR>0x00, 0x00, 0x01, 0x01, 0x02, 0x02, 0x04, 0x09, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC1 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
375,4288,NVRAM_EF_AS_AFR_LID,"1,2",mnc2,hplmn_afr_mapping[0~63].plmnid.mnc2,OTA and OTA BY OP,no,no,no,no,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,"0x04, 0x00, 0x02, 0x03, 0x09, 0x09, 0x01, 0x01, 0x07, 0x07,<BR>0x07, 0x07, 0x07, 0x07, 0x07, 0x03, 0x01, 0x02, 0x02, 0x07,<BR>0x01, 0x06, 0x00, 0x05, 0x06, 0x00, 0x00, 0x01, 0x02, 0x03,<BR>0x04, 0x05, 0x05, 0x08, 0x00, 0x03, 0x07, 0x09, 0x07, 0x07,<BR>0x07, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,<BR>0x08, 0x09, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,<BR>0x08, 0x08, 0x0F, 0x0F<BR>0x03, 0x05, 0x01, 0x02, 0x07, 0x03, 0x01, 0x02, 0x02, 0x07,<BR>0x01, 0x06, 0x00, 0x05, 0x06, 0x00, 0x00, 0x01, 0x02, 0x03,<BR>0x04, 0x05, 0x05, 0x08, 0x00, 0x03, 0x07, 0x09, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC2 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
376,4288,NVRAM_EF_AS_AFR_LID,"1,2",mnc3,hplmn_afr_mapping[0~63].plmnid.mnc3,OTA and OTA BY OP,no,no,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,"0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x00, 0x0F, 0x0F, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,<BR>0x02, 0x03, 0x04, 0x05, 0x06, 0x00, 0x0F, 0x0F, 0x00, 0x00,<BR>0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,<BR>0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x07, 0x08,<BR>0x09, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,<BR>0x09, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,<BR>0x08, 0x09, 0x0F, 0x0F",NR15.R3.MD700.MP,,0x00~0x09:MCC3 field value of PLMN ID,Yes,,,Auto Fast Return for NR,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
377,1792,NVRAM_EF_AS_BAND_SETTING_LID,"1,2",fdd_umts_band,fdd_umts_band,Not Support,no,no,no,no,WCDMA band settings,UNSIGNED CHAR,4,4,,0xff,NR15.R3.MD700.MP,,array:MCF support is not needed since it is array and already covered,,,,,,,," Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Untested,,,,
@@ -883,8 +883,8 @@
882,60559,NVRAM_EF_EL1_RX_RAS_CONFIG_LID,1,snr_idle_mode,ras_4rx_to_2rx.snr_idle_mode,OTA,no,no,no,no,SNR threshold in idle mode,INT,4,,,6,NR15.R3.MD700.MP,,-64~64,Yes,,,MD Config,Modem - Customer Requirement,,,"Test under real NW<BR>[Init] Better use the NW which supported 4*4MIMO, EX: band3/5/38<BR>[Test Step] MT/MO or Volte or Web browser<BR>[Expected Result] Show 4G icon normally and No modem exception<BR>[Check Result] Check L1 trace to see if the setting is expected and provide the log to FO<BR><BR>Test for test sim<BR>[Init] Better use the NW which supported 4*4MIMO, EX: band3/5/38<BR>[Test Step] Trigger simple DL Tput test with change of snr and rsrsp from low to high<BR>[Expected Result] No modem exception<BR>[Check Result] Check L1 trace to see if the setting is expected and provide the log to FO<BR><BR><BR>L1 trace: [L_RX][FSM]4x4MIMO_en=1, RAS_4RX_2RX_en=1, RAS_2RX_1RX_en=1, RAS_feature_en=1 , 4rx_to_2rx_snr_con=0, 4rx_to_2rx_rsrp_con=-120, 2rx_to_1rx_snr_con=0, 2rx_to_1rx_rsrp_con=-120, 1rx_to_2rx_snr_con=26, 1rx_to_2rx_rsrp_con=-105, 1rx_to_4rx_snr_con=0, 1rx_to_4rx_rsrp_con=-110, 2rx_to_4rx_snr_con=8, 2rx_to_4rx_rsrp_con=-105, 4rx_to_2rx_snr_idle=6, 4rx_to_2rx_rsrp_idle=-100, 2rx_to_1rx_snr_idle=15, 2rx_to_1rx_rsrp_idle=-95, 1rx_to_2rx_snr_idle=10, 1rx_to_2rx_rsrp_idle=-105, 1rx_to_4rx_snr_idle=0, 1rx_to_4rx_rsrp_idle=-110, 2rx_to_4rx_snr_idle=3, 2rx_to_4rx_rsrp_idle=-110",Pass,,,,
883,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_4rx,sb_4rx,Not Support,no,no,no,no,Bitmap of Single-band 4RX Configuration,STRUCT,32,,,"0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff",NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,LTE Downlink 4x4 MIMO,Modem - 3GPP Spec.,,,"Test in machine Y<BR><BR>Test Time 1<BR><BR>[Init]<BR><BR>[Test Step]<BR><BR>1. Write 0x1000000,0x01000000,0x00100000,0x00010000,0x00001000,0x00000100,0x00000010,0x00000001 into this LID.<BR><BR>2. Readback value from this LID.<BR><BR>[Expected Result]<BR><BR>The readback value shall be 0x1000000,0x01000000,0x00100000,0x00010000,0x00001000,0x00000100,0x00000010,0x00000001",Pass,,,,
884,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config,sb_4rx.sb_by_band_config,OTA,no,no,no,no,LTE_Band1~LTE_Band256,UNSIGNED INT,32,8,,"0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff",NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,LTE Downlink 4x4 MIMO,Modem - 3GPP Spec.,,,Please refer to 883,Pass,,,,
-885,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_mimo,sb_mimo,Not Support,no,no,no,no,Bitmap of Single-band MIMO Configuration,STRUCT,32,,,"0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff",NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,LTE Downlink 4x4 MIMO,Modem - 3GPP Spec.,,,"Test in machine Y<BR><BR>Test Time 1<BR><BR>[Init]<BR><BR>[Test Step]<BR><BR>1. Write 0x1000000,0x01000000,0x00100000,0x00010000,0x00001000,0x00000100,0x00000010,0x00000001 into this LID.<BR><BR>2. Readback value from this LID.<BR><BR>[Expected Result]<BR><BR>The readback value shall be 0x1000000,0x01000000,0x00100000,0x00010000,0x00001000,0x00000100,0x00000010,0x00000001",Pass,,,,
-886,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config,sb_mimo.sb_by_band_config,OTA,no,no,no,no,LTE_Band1~LTE_Band256,UNSIGNED INT,32,8,,"0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff",NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,LTE Downlink 4x4 MIMO,Modem - 3GPP Spec.,,,Please refer to 885,Pass,,,,
+885,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_mimo,sb_mimo,Not Support,no,no,no,no,Bitmap of Single-band MIMO Configuration,STRUCT,32,,,"0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff",NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,LTE Downlink 4x4 MIMO,Modem - 3GPP Spec.,,,"Test in machine Y<BR><BR>Test Time 1<BR><BR>[Init]<BR><BR>[Test Step]<BR><BR>1. Write 0x1000000,0x01000000,0x00100000,0x00010000,0x00001000,0x00000100,0x00000010,0x00000001 into this LID.<BR><BR>2. Readback value from this LID.<BR><BR>[Expected Result]<BR><BR>The readback value shall be 0x1000000,0x01000000,0x00100000,0x00010000,0x00001000,0x00000100,0x00000010,0x00000001",Pass,,,,
+886,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config,sb_mimo.sb_by_band_config,OTA,no,no,no,no,LTE_Band1~LTE_Band256,UNSIGNED INT,32,8,,"0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff",NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,LTE Downlink 4x4 MIMO,Modem - 3GPP Spec.,,,Please refer to 885,Pass,,,,
888,60533,NVRAM_EF_EL1_TX_MAX_POWER_LIMITATION_LID,1,value,tx_maxpwr_limitation_by_band[0~34].value,OTA,no,no,no,no,[MCF]unit is 1/32dB<BR>target power will be limited by this value,SHORT,2,,,,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
890,60512,NVRAM_EF_EL1_TX_MC_POW_BF_CCA_LID,1,ns_value,rf_tx_multi_cluster_pow_bf_by_band_cca[0~34].condition_parameter[0~2].ns_value,OTA,no,no,no,no,[MCF]0~255<BR>network signal,UNSIGNED CHAR,1,,,,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
891,60512,NVRAM_EF_EL1_TX_MC_POW_BF_CCA_LID,1,power_apt_bf,rf_tx_multi_cluster_pow_bf_by_band_cca[0~34].condition_parameter[0~2].power_apt_bf,OTA,no,no,no,no,"[MCF]unit is 1/32dB, only positive",UNSIGNED SHORT,24,12,,,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
@@ -1107,15 +1107,15 @@
1114,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2.b2,csfb_enhancement_item_status_2.b2,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part2.3G FDD eCSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1112,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
1115,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2.b3,csfb_enhancement_item_status_2.b3,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part2.2G TDD eCSFB,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1112,__ECSFB__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
1116,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2.b4,csfb_enhancement_item_status_2.b4,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part2.3G TDD eCSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1112,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
-1117,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2.b5,csfb_enhancement_item_status_2.b5,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part2.reserved,BIT,4,,4,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1112,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NA (Reserved),Untested,,,,
+1117,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2.b5,csfb_enhancement_item_status_2.b5,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part2.reserved,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1112,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NA (Reserved),Untested,,,,
1118,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode,csfb_enhancement_item_status_2_in_test_mode,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,"0 ~ 255: Bitmask [b1: 2G FDD eCSFB, b2: 3G FDD eCSFB, b3: 2G TDD eCSFB, b4: 3G TDD eCSFB, b5-b8:Reserved]",No,"1119, 1120, 1121, 1122, 1123",,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
1119,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode.b1,csfb_enhancement_item_status_2_in_test_mode.b1,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.2G FDD eCSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1118,__ECSFB__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
-1120,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode.b2,csfb_enhancement_item_status_2_in_test_mode.b2,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.3G FDD eCSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1118,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
+1120,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode.b2,csfb_enhancement_item_status_2_in_test_mode.b2,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.3G FDD eCSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1118,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
1121,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode.b3,csfb_enhancement_item_status_2_in_test_mode.b3,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.2G TDD eCSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1118,__ECSFB__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
-1122,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode.b4,csfb_enhancement_item_status_2_in_test_mode.b4,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.3G TDD eCSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1118,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
-1123,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode.b5,csfb_enhancement_item_status_2_in_test_mode.b5,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.reserved,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1118,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NA (Reserved),Untested,,,,
+1122,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode.b4,csfb_enhancement_item_status_2_in_test_mode.b4,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.3G TDD eCSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1118,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
+1123,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_2_in_test_mode.b5,csfb_enhancement_item_status_2_in_test_mode.b5,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting part 2 when UE in test mode.reserved,BIT,4,,4,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1118,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NA (Reserved),Untested,,,,
1124,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_in_test_mode,csfb_enhancement_item_status_in_test_mode,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting when UE in test mode.,UNSIGNED CHAR,1,,,0x04,NR15.R3.MD700.MP,,"0 ~ 255: Bitmask [b1: not used, b2: Reduce LAU, b3: Defer SI13, b4: 2G AFR, b5: 3G AFR, b6-b8:Reserved]",No,"1125, 1126, 1127, 1128, 1129, 1130",NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
-1125,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_in_test_mode.b1,csfb_enhancement_item_status_in_test_mode.b1,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting when UE in test mode.not used,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1124,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NA (Not used),Untested,,,,
+1125,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_in_test_mode.b1,csfb_enhancement_item_status_in_test_mode.b1,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting when UE in test mode.not used,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1124,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NA (Not used),Untested,,,,
1126,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_in_test_mode.b2,csfb_enhancement_item_status_in_test_mode.b2,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting when UE in test mode.Reduce LAU,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1124,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
1127,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_in_test_mode.b3,csfb_enhancement_item_status_in_test_mode.b3,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting when UE in test mode.Defer SI13,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1124,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
1128,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",csfb_enhancement_item_status_in_test_mode.b4,csfb_enhancement_item_status_in_test_mode.b4,OTA and OTA BY OP,no,no,no,no,[MCF]CSFB/AFR related parameter setting when UE in test mode.2G AFR,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1124,NO,[GSM Protocol Baseline]AFR,Modem - 3GPP Spec.,,,Test in machine (Y)<BR>Test Time (minutes): Shall be no longer than 1 hour in total<BR>[Init] Use NVRAM default value<BR>[Test Step]<BR>1. Take turns to set corresponding bit by MCF tool<BR>2. Power on and attach NW<BR>3. Perform CSFB<BR>[Expected Result]<BR>UE reacts by various bit function setting accordingly (e.g. perform AFR and so on),Untested,,,,
@@ -1132,7 +1132,7 @@
1139,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc3,designated_carrier_inf.black_freq_list[0~39].plmn_id.mcc3,OTA and OTA BY OP,no,yes,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x0F:Unused MCC digit<BR>0 ~ 9:MCC digit,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Internal),Untested,,,,
1140,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mnc1,designated_carrier_inf.black_freq_list[0~39].plmn_id.mnc1,OTA and OTA BY OP,no,yes,no,no,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x0F:Unused MNC digit<BR>0 ~ 9:MNC digit,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Internal),Untested,,,,
1141,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mnc2,designated_carrier_inf.black_freq_list[0~39].plmn_id.mnc2,OTA and OTA BY OP,no,yes,no,no,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0 ~ 9:MNC digit<BR>0x0F:Unused MNC digit,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Internal),Untested,,,,
-1142,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mnc3,designated_carrier_inf.black_freq_list[0~39].plmn_id.mnc3,OTA and OTA BY OP,no,yes,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,0x0F:Unused MNC digit<BR>0 ~ 9:MNC digit,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Internal),Untested,,,,
+1142,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mnc3,designated_carrier_inf.black_freq_list[0~39].plmn_id.mnc3,OTA and OTA BY OP,no,yes,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,0 ~ 9:MNC digit<BR>0x0F:Unused MNC digit,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Internal),Untested,,,,
1143,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",black_freq_num,designated_carrier_inf.black_freq_num,OTA and OTA BY OP,no,yes,no,no,[MCF],UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0 ~ 40:black frequency number,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Internal),Untested,,,,
1144,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",earfcn,designated_carrier_inf.freq_list[0~19].earfcn,OTA and OTA BY OP,no,yes,no,no,[MCF],UNSIGNED INT,4,,,0x00,NR15.R3.MD700.MP,,0 ~ 2^32-1:EARFCN,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Internal),Untested,,,,
1145,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc1,designated_carrier_inf.freq_list[0~19].plmn_id.mcc1,OTA and OTA BY OP,no,yes,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0 ~ 9:MCC digit<BR>0x0F:Unused MCC digit,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Internal),Untested,,,,
@@ -1160,8 +1160,8 @@
1167,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",conn_rsrq_offset,errc_band_preference_list[0~19].conn_rsrq_offset,Not Support,no,no,no,no,[TIER1]Customized RSRQ offset of CONNECTED mode for band preference feature,SHORT,2,,,errc_band_preference_list[0~2].conn_rsrq_offset: 0xfffe<BR>errc_band_preference_list[3~19].conn_rsrq_offset: 0x0000,NR15.R3.MD700.MP,,-32768 ~ 32767:RSRQ offset value,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
1168,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",idle_rsrp_offset,errc_band_preference_list[0~19].idle_rsrp_offset,Not Support,no,no,no,no,[TIER1]Customized RSRP offset of IDLE mode for band preference feature,SHORT,2,,,errc_band_preference_list[0~2].idle_rsrp_offset: 0xfffc<BR>errc_band_preference_list[3~19].idle_rsrp_offset: 0x0000,NR15.R3.MD700.MP,,-32768 ~ 32767:RSRP offset value,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
1169,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",idle_rsrq_offset,errc_band_preference_list[0~19].idle_rsrq_offset,Not Support,no,no,no,no,[TIER1]Customized RSRQ offset of IDLE mode for band preference feature,SHORT,2,,,errc_band_preference_list[0~2].idle_rsrq_offset: 0xfffe<BR>errc_band_preference_list[3~19].idle_rsrq_offset: 0xfffe,NR15.R3.MD700.MP,,-32768 ~ 32767:RSRQ offset value,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-1170,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc1,errc_band_preference_list[0~19].plmn_id[0~2].mcc1,Not Support,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,errc_band_preference_list[0~2].plmn_id[0~1].mcc1: 0x04<BR>errc_band_preference_list[0~2].plmn_id[2].mcc1: 0x00<BR>errc_band_preference_list[3~19].plmn_id[0~2].mcc1: 0x00,NR15.R3.MD700.MP,,0 ~ 9:MCC digit<BR>0x0F:Unused MCC digit,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-1171,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc2,errc_band_preference_list[0~19].plmn_id[0~2].mcc2,Not Support,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,errc_band_preference_list[0~2].plmn_id[0~1].mcc2: 0x06<BR>errc_band_preference_list[0~2].plmn_id[2].mcc2: 0x00<BR>errc_band_preference_list[3~19].plmn_id[0~2].mcc2: 0x00,NR15.R3.MD700.MP,,0x0F:Unused MCC digit<BR>0 ~ 9:MCC digit,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+1170,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc1,errc_band_preference_list[0~19].plmn_id[0~2].mcc1,Not Support,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,errc_band_preference_list[0~2].plmn_id[0~1].mcc1: 0x04<BR>errc_band_preference_list[0~2].plmn_id[2].mcc1: 0x00<BR>errc_band_preference_list[3~19].plmn_id[0~2].mcc1: 0x00,NR15.R3.MD700.MP,,0x0F:Unused MCC digit<BR>0 ~ 9:MCC digit,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+1171,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc2,errc_band_preference_list[0~19].plmn_id[0~2].mcc2,Not Support,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,errc_band_preference_list[0~2].plmn_id[0~1].mcc2: 0x06<BR>errc_band_preference_list[0~2].plmn_id[2].mcc2: 0x00<BR>errc_band_preference_list[3~19].plmn_id[0~2].mcc2: 0x00,NR15.R3.MD700.MP,,0 ~ 9:MCC digit<BR>0x0F:Unused MCC digit,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
1172,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc3,errc_band_preference_list[0~19].plmn_id[0~2].mcc3,Not Support,no,no,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,errc_band_preference_list[0~2].plmn_id[0~1].mcc3: 0x00<BR>errc_band_preference_list[0~2].plmn_id[2].mcc3: 0x00<BR>errc_band_preference_list[3~19].plmn_id[0~2].mcc3: 0x00,NR15.R3.MD700.MP,,0x0F:Unused MCC digit<BR>0 ~ 9:MCC digit,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
1173,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mnc1,errc_band_preference_list[0~19].plmn_id[0~2].mnc1,Not Support,no,no,no,no,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,errc_band_preference_list[0~2].plmn_id[0~2].mnc1: 0x00<BR>errc_band_preference_list[3~19].plmn_id[0~2].mnc1: 0x00,NR15.R3.MD700.MP,,0x0F:Unused MNC digit<BR>0 ~ 9:MNC digit,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
1174,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mnc2,errc_band_preference_list[0~19].plmn_id[0~2].mnc2,Not Support,no,no,no,no,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,errc_band_preference_list[0].plmn_id[0].mnc2: 0x03<BR>errc_band_preference_list[1~2].plmn_id[1~2].mnc2: 0x00<BR>errc_band_preference_list[3~19].plmn_id[0~2].mnc2: 0x00,NR15.R3.MD700.MP,,0x0F:Unused MNC digit<BR>0 ~ 9:MNC digit,No,6077,NO,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
@@ -1202,11 +1202,11 @@
1209,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",ho_mib_sib1_read_timer,ho_mib_sib1_read_timer,OTA and OTA BY OP,no,no,no,no,[MCF]MIB/SIB1 protection timer for handover,UNSIGNED SHORT,2,,,"0x50, 0x00,",NR15.R3.MD700.MP,,0 ~ 65535:Protection timer duration in time unit,No,5892,NO,[LTE Protocol Baseline]HANDOVER,Modem - 3GPP Spec.,,,"Test in machine (Y or N is okay)<BR>Test Time (minutes): It depends but shall not longer than 10.<BR>[Init]<BR>1. Use NVRAM default value<BR>2. Prepare NW side environment, e.g. a known FT route in which handover event and MIB/SIB1 CRC error occur.<BR>[Test Step]<BR>1. Use default value to perform VoLTE call test, record handover successful rate.<BR>2. Set customization value in NVRAM and perform 2nd trial, record the handover successful rate.<BR>3. Compare two test results, measure the difference.<BR>[Expected Result]<BR>Larger MIB/SIB1 read protection timer value leads to longer handover procedure time.",Untested,,,,
1210,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",ho_sib2_read_timer,ho_sib2_read_timer,OTA and OTA BY OP,no,no,no,no,[MCF]SIB2 protection timer for handover,UNSIGNED SHORT,2,,,"0x80, 0x00,",NR15.R3.MD700.MP,,0 ~ 65535:Protection timer duration in time unit,No,5892,NO,[LTE Protocol Baseline]HANDOVER,Modem - 3GPP Spec.,,,"Test in machine (Y or N is okay)<BR>Test Time (minutes): It depends but shall not longer than 10.<BR>[Init]<BR>1. Use NVRAM default value<BR>2. Prepare NW side environment, e.g. a known FT route in which handover event and SIB2 CRC error occur.<BR>[Test Step]<BR>1. Use default value to perform VoLTE call test, record handover successful rate.<BR>2. Set customization value in NVRAM and perform 2nd trial, record the handover successful rate.<BR>3. Compare two test results, measure the difference.<BR>[Expected Result]<BR>Larger SIB2 read protection timer value leads to longer handover procedure time.",Untested,,,,
1211,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",hsr_inactive_timer_val,hsr_inactive_timer_val,Not Support,no,yes,no,no,[INTERNAL]Debug only,UNSIGNED SHORT,2,,,0x0014,NR15.R3.MD700.MP,,0 ~ 255:timer duration value in time unit,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
-1212,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",hsr_monitor_mode,hsr_monitor_mode,Not Support,no,yes,no,no,[INTERNAL]Debug only,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,2:China WH-GZ Monitor mode<BR>3:Other Monitor mode (Not used)<BR>0:Normal Monitor mode<BR>1:China BJ-SH Monitor mode,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
+1212,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",hsr_monitor_mode,hsr_monitor_mode,Not Support,no,yes,no,no,[INTERNAL]Debug only,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:China BJ-SH Monitor mode<BR>2:China WH-GZ Monitor mode<BR>3:Other Monitor mode (Not used)<BR>0:Normal Monitor mode,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
1213,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",hsr_off_thrs,hsr_off_thrs,Not Support,no,yes,no,no,[INTERNAL]Debug only,UNSIGNED CHAR,1,,,0x05,NR15.R3.MD700.MP,,0 ~ 255:Exit condition threshold,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
1214,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",hsr_on_thrs,hsr_on_thrs,Not Support,no,yes,no,no,[INTERNAL]Debug only,UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0 ~ 255:Enter condition threshold,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
1215,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",earfcn,hsr_preload_freq_list[0~9].earfcn,Not Support,no,yes,no,no,,UNSIGNED SHORT,2,,,hsr_preload_freq_list[0].earfcn: 38500<BR>hsr_preload_freq_list[1].earfcn: 38350<BR>hsr_preload_freq_list[2].earfcn: 38098<BR>hsr_preload_freq_list[3].earfcn: 38150<BR>hsr_preload_freq_list[4].earfcn: 38400<BR>hsr_preload_freq_list[5].earfcn: 38550<BR>hsr_preload_freq_list[6].earfcn: 38145<BR>hsr_preload_freq_list[7].earfcn: 38100<BR>hsr_preload_freq_list[8].earfcn: 40936<BR>hsr_preload_freq_list[9].earfcn: 38356,NR15.R3.MD700.MP,,0 ~ 65535:Preload EARFCN for monitor mode,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
-1216,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",hsr_monitor_mode,hsr_preload_freq_list[0~9].hsr_monitor_mode,Not Support,no,yes,no,no,,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,3:Other Monitor mode (Not used)<BR>2:China WH-GZ Monitor mode<BR>1:China BJ-SH Monitor mode<BR>0:Normal Monitor mode,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
+1216,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",hsr_monitor_mode,hsr_preload_freq_list[0~9].hsr_monitor_mode,Not Support,no,yes,no,no,,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:China BJ-SH Monitor mode<BR>2:China WH-GZ Monitor mode<BR>0:Normal Monitor mode<BR>3:Other Monitor mode (Not used),No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
1217,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc1,hsr_preload_freq_list[0~9].plmn_id.mcc1,Not Support,no,yes,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x04,NR15.R3.MD700.MP,,0x0F:Unused MCC digit<BR>0 ~ 9:MCC digit,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
1218,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc2,hsr_preload_freq_list[0~9].plmn_id.mcc2,Not Support,no,yes,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x06,NR15.R3.MD700.MP,,0 ~ 9:MCC digit<BR>0x0F:Unused MCC digit,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
1219,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",mcc3,hsr_preload_freq_list[0~9].plmn_id.mcc3,Not Support,no,yes,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0 ~ 9:MCC digit<BR>0x0F:Unused MCC digit,No,5952,NO,High Speed Train (HST),Modem - Performance Enhancement,,,NO (Internal),Untested,,,,
@@ -1231,7 +1231,7 @@
1238,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",nas_fail_cuz_as_fail_bar_threshold,nas_fail_cuz_as_fail_bar_threshold,Not Support,no,yes,no,no,[INTERNAL]PHASE OUT,SHORT,2,,,0x0004,NR15.R3.MD700.MP,,0 ~ 65535:Bar threshold,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Phase out),Untested,,,,
1239,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",nas_fail_cuz_as_fail_rel_bar_time,nas_fail_cuz_as_fail_rel_bar_time,Not Support,no,yes,no,no,[INTERNAL]PHASE OUT,SHORT,2,,,0x02d0,NR15.R3.MD700.MP,,0 ~ 65535:Bar timer duration in time unit,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Phase out),Untested,,,,
1240,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",nas_fail_cuz_nw_rel_bar_time,nas_fail_cuz_nw_rel_bar_time,Not Support,no,yes,no,no,[INTERNAL]PHASE OUT,SHORT,2,,,0x000c,NR15.R3.MD700.MP,,0 ~ 65535:Bar timer duration in time unit,No,NO,NO,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,NO (Phase out),Untested,,,,
-1241,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",nsib_ng_max,nsib_ng_max,Not Support,no,yes,no,no,[INTERNAL]The threshold value of SIB CRC NG count for a cell to trigger bar.default:4,UNSIGNED CHAR,1,,,0x04,NR15.R3.MD700.MP,,"0:Never reject for NG case<BR>2 ~ 255:Only when >= 2, NG cell is added to reject cell list<BR>1:Send reject indication",No,NO,NO,[LTE Protocol Baseline]SIB_READ_MODIFY,Modem - 3GPP Spec.,,,,Untested,,,,
+1241,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",nsib_ng_max,nsib_ng_max,Not Support,no,yes,no,no,[INTERNAL]The threshold value of SIB CRC NG count for a cell to trigger bar.default:4,UNSIGNED CHAR,1,,,0x04,NR15.R3.MD700.MP,,"0:Never reject for NG case<BR>1:Send reject indication<BR>2 ~ 255:Only when >= 2, NG cell is added to reject cell list",No,NO,NO,[LTE Protocol Baseline]SIB_READ_MODIFY,Modem - 3GPP Spec.,,,,Untested,,,,
1242,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",observe_imsi_paging_bar_time,observe_imsi_paging_bar_time,Not Support,no,yes,no,no,"[INTERNAL]If UE receives (observe_imsi_paging_count/observe_ueid_paging_count)% pagins is IMSI paging, we treat this cell may be attacked by imsi paging from fake cell, so temp bar this real cell",UNSIGNED SHORT,2,,,0x012c,NR15.R3.MD700.MP,,0 ~ 65535:Bar timer duration in second,No,5966,NO,Anti Fake Cell,Modem - Region Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
1243,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",observe_my_imsi_paging_count,observe_my_imsi_paging_count,Not Support,no,yes,no,no,[INTERNAL]The molecule of the threshold to detect IMSI paging attack,UNSIGNED CHAR,1,,,0x0010,NR15.R3.MD700.MP,,1 ~ 32:molecule of threshold,No,5966,NO,Anti Fake Cell,Modem - Region Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
1244,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",observe_no_data_bar_time,observe_no_data_bar_time,Not Support,no,yes,no,no,"[INTERNAL]When we detect we are attacking by imsi paging from fake cell, how long we bar this cell",UNSIGNED SHORT,2,,,0x012c,NR15.R3.MD700.MP,,0 ~ 65535:Bar timer duration in second,No,NO,NO,Anti Fake Cell,Modem - Region Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
@@ -1302,20 +1302,20 @@
1309,1349,NVRAM_EF_HVOLTE_E911_LID,"1,2",reserved_9,reserved_9,Not Support,no,no,no,no,reserved_9,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
1310,1349,NVRAM_EF_HVOLTE_E911_LID,"1,2",t_volte_hys,t_volte_hys,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]T VoLTE hys timer",UNSIGNED INT,4,,,"0x3c, 0x00, 0x00, 0x00,",NR15.R3.MD700.MP,,any:second,Yes,,,Voice over LTE,Modem IMS - VoLTE,,,,Pass,,,,
1311,1349,NVRAM_EF_HVOLTE_E911_LID,"1,2",t_wwan_911,t_wwan_911,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]T wwan E911 timer",UNSIGNED INT,4,,,"0x28, 0x00, 0x00, 0x00,",NR15.R3.MD700.MP,,any,Yes,,,Voice over LTE,Modem IMS - VoLTE,,,,Pass,,,,
-1312,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",allow_emergency_dereg,imc_config.allow_emergency_dereg,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>To allow UE do emergency dereg or deactivate emergency PDN<BR>0:Not allow to deregistration from IMS<BR>1:Allow to deregistration from IMS then deactivate emergency PDN<BR>2:Deactivate emergency PDN without IMS deregistration,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Allow to deregistration from IMS then deactivate emergency PDN<BR>2:Deactivate emergency PDN without IMS deregistration<BR>0:Not allow to deregistration from IMS,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step]<BR>1. E-911 on LTE<BR>2. handup call<BR>[Expected Result]<BR>check OTA massage<BR>0: E-PDN will not be deactived<BR>1/2: E-PDN will be deactived,Untested,,,,
+1312,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",allow_emergency_dereg,imc_config.allow_emergency_dereg,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>To allow UE do emergency dereg or deactivate emergency PDN<BR>0:Not allow to deregistration from IMS<BR>1:Allow to deregistration from IMS then deactivate emergency PDN<BR>2:Deactivate emergency PDN without IMS deregistration,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Not allow to deregistration from IMS<BR>1:Allow to deregistration from IMS then deactivate emergency PDN<BR>2:Deactivate emergency PDN without IMS deregistration,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step]<BR>1. E-911 on LTE<BR>2. handup call<BR>[Expected Result]<BR>check OTA massage<BR>0: E-PDN will not be deactived<BR>1/2: E-PDN will be deactived,Untested,,,,
1313,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",allow_emergency_dereg.allow_emergency_dereg,imc_config.allow_emergency_dereg.allow_emergency_dereg,Not Support,no,no,no,no,[MCF]To allow UE do emergency dereg or deactivate emergency PDNbit 0:0:Not allow to deregistration from IMSbit 1:1:Allow to deregistration from IMS then deactivate emergency PDNbit 2:2:Deactivate emergency PDN without IMS deregistration,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1314,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",att_family,imc_config.att_family,Not Support,no,yes,no,no,Configuration for ATT/Cricket/Firstnet,ENUM,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,,,,,,Untested,,,,
1315,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",audio_bearer_lost_retain_timer,imc_config.audio_bearer_lost_retain_timer,OTA and OTA BY OP,no,no,no,no,Audio bearer reserve waiting timer when bearer lost or waiting bearer allocation from NW while 183 session progress. The configuration is useless while setting to 0 (will apply resource_retain_timer)<BR>1000: UE will start a 1sec timer waiting for regaining dedicated bearer when NW deactivated audio bearer. And UE will drop IMS call when timer expired (do CSFB if possible).<BR>unit: ms,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1000:UE will start a 1sec timer waiting for regaining dedicated bearer when NW deactivated audio bearer,No,1453,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, make WFC call<BR>[Special condition] NW does not issue a audio dedicated bearer on LTE<BR>[Test Step] disable wifi ap to trigger handover<BR>[Expected Result] <BR> with default value (apply resource_retain_timer): call will drop after handover to LTE within resource_retain_timer<BR> config to 500ms : call will drop after handover to LTE immediately",Untested,,,,
1316,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",auto_re_reg_base_timer,imc_config.auto_re_reg_base_timer,OTA and OTA BY OP,no,no,no,no,"Followed by RFC5626 4.5 Flow Recovery. W = min (max_time, (base_time *(2 ^ consecutive-failures))).<BR>unit: ms",UNSIGNED INT,4,,,30000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,prerequiste: simulate NW to reply error response(e.g 404) to REGISTER<BR>steps: IMS registration<BR>=> check if 1st IMS registration retry interval is auto_re_reg_base_timer,Untested,,,,
1317,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",auto_re_reg_max_timer,imc_config.auto_re_reg_max_timer,OTA and OTA BY OP,no,no,no,no,"Followed by RFC5626 4.5 Flow Recovery. W = min (max_time, (base_time *(2 ^ consecutive-failures))).<BR>unit: ms",UNSIGNED INT,4,,,1800000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,prerequiste: simulate NW to reply error response(e.g 404) to REGISTER<BR>steps: IMS registration<BR>=> check if longest IMS registration retry interval is auto_re_reg_max_timer,Untested,,,,
1318,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",auto_re_reg_timer,imc_config.auto_re_reg_timer,OTA and OTA BY OP,no,no,no,no,A timer to guarantee UE would re-register to IMS whenever entering IMS un-registered state. <BR>unit: ms,UNSIGNED INT,4,,,5000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register on 4G<BR>[Test Step] NW disconnect<BR>[Expected Result] <BR>UE will retry IMS register with setting timer,Untested,,,,
-1319,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bearer_matching_preference,imc_config.bearer_matching_preference,OTA and OTA BY OP,no,no,no,no,Control Qos PF matching if with different bearer<BR>0:Prefer to check packet filter<BR>1:Prefer to check QoS,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Prefer to check packet filter<BR>1:Prefer to check QoS,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
+1319,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bearer_matching_preference,imc_config.bearer_matching_preference,OTA and OTA BY OP,no,no,no,no,Control Qos PF matching if with different bearer<BR>0:disable<BR>1:Prefer to check packet filter<BR>2:Prefer to check QoS,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Prefer to check packet filter<BR>1:Prefer to check QoS,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1320,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bearer_matching_preference.bearer_matching_preference,imc_config.bearer_matching_preference.bearer_matching_preference,Not Support,no,no,no,no,[MCF]Control Qos PF matching if with different bearerbit 0:0:Prefer to check packet filterbit 1:1:Prefer to check QoS,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1321,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_nw_im_cn_signaling_flag,imc_config.check_nw_im_cn_signaling_flag,Not Support,no,yes,no,no,Deprecated.,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
1322,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",clock_seq,imc_config.clock_seq,Not Support,no,no,no,no,,UNSIGNED SHORT,2,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,,,,,,Untested,,,,
1323,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dedicated_fallback_support,imc_config.dedicated_fallback_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Allow to use existing dedicated EPS bearer to send RTP/RTCP without waiting for NW<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,"1325, 1381, 1383",,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1324,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dedicated_fallback_support.dedicated_fallback_support,imc_config.dedicated_fallback_support.dedicated_fallback_support,Not Support,no,no,no,no,[MCF]Allow to use existing dedicated EPS bearer to send RTP/RTCP without waiting for NWbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1325,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",default_fallback_support,imc_config.default_fallback_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Allow to use default EPS bearer to send RTP/RTCP<BR>0:Disable<BR>1:Enable. IMS Call will continue without dedicated bearer,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,"1323, 1381, 1383",,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register on 4G<BR>[Special condition] NW does not issue voice dedicated bearer for VoLTE Call<BR>[Test Step] make VoLTE call<BR>[Expected Result] <BR> disable: volte call failed and CSFB<BR> enable: volte call success with default bearer only,Pass,,,,
+1325,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",default_fallback_support,imc_config.default_fallback_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Allow to use default EPS bearer to send RTP/RTCP<BR>0:Disable<BR>1:Enable. IMS Call will continue without dedicated bearer,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,"1323, 1381, 1383",,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register on 4G<BR>[Special condition] NW does not issue voice dedicated bearer for VoLTE Call<BR>[Test Step] make VoLTE call<BR>[Expected Result] <BR> disable: volte call failed and CSFB<BR> enable: volte call success with default bearer only,Pass,,,,
1326,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",default_fallback_support.defailt_fallback_support,imc_config.default_fallback_support.defailt_fallback_support,Not Support,no,no,no,no,[MCF]Allow to use default EPS bearer to send RTP/RTCPbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1327,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",default_pcscf_address_is_v4,imc_config.default_pcscf_address_is_v4,Not Support,no,yes,no,no,Deprecated,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
1328,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",default_psismsc,imc_config.default_psismsc,OTA and OTA BY OP,no,no,no,no,Allow user to set psismsc manually.,STRING,64,64,,"sip:smsc@ims.mnc001.mcc001.3gppnetwork.org",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] no available PSISMSC from SIM,<BR>[Test Step]<BR>1. IMS register<BR>2. send SMS<BR>[Expected Result]<BR>SMS success with setting",Pass,,,,
@@ -1325,7 +1325,7 @@
1332,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_isim_application.disable_isim_application,imc_config.disable_isim_application.disable_isim_application,Not Support,no,no,no,no,[MCF]Disable ISIM application during IMS registration for some reason such as ISIM is valid while the parameter is wrongbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1333,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",e911_resource_retain_timer,imc_config.e911_resource_retain_timer,OTA and OTA BY OP,no,no,no,no,"Bearer reserve waiting timer for E911 call, time for which the UE will have to wait for the dedicated EPS bearer setup from NW. <BR>0:Disable<BR>other value: time duration<BR>unit: ms",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Test Step]emergency call<BR>[Expected Result]. ECC can setup if NW assign dedicated bearer before 900s after SDP negoiation done",Pass,,,,
1334,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ecc_guard_timer,imc_config.ecc_guard_timer,OTA and OTA BY OP,no,no,no,no,"To protect overall ECC call establishment time. From dial number to dedicated EPS bearer established, not including 183 Ringing. <BR>unit: sec",UNSIGNED CHAR,1,,,10,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] (This config only works with specific operator)set NW does not response invite<BR>[Test Step]<BR>1. make E-call on LTE<BR>[Expected Result]<BR>VoLTE call will fail after 10 sec(default), when NW does not response",Untested,,,,
-1335,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emc_dereg_while_volte_off,imc_config.emc_dereg_while_volte_off,OTA and OTA BY OP,no,no,no,no,whether allow emergency dereg while volte off<BR>0: not allow<BR>1: allow,ENUM,1,,,0,NR15.R3.MD700.MP,,0:not allow<BR>1:allow,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make ecc VoLTE call<BR>2. after call end, set volte off <BR>[Expected Result] <BR>UE do ecc volte dereg",Untested,,,,
+1335,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emc_dereg_while_volte_off,imc_config.emc_dereg_while_volte_off,OTA and OTA BY OP,no,no,no,no,whether allow emergency dereg while volte off<BR>0: not allow<BR>1: allow,ENUM,1,,,0,NR15.R3.MD700.MP,,1:allow<BR>0:not allow,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make ecc VoLTE call<BR>2. after call end, set volte off <BR>[Expected Result] <BR>UE do ecc volte dereg",Untested,,,,
1336,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emc_dereg_while_volte_off.emc_dereg_while_volte_off,imc_config.emc_dereg_while_volte_off.emc_dereg_while_volte_off,Not Support,no,no,no,no,[MCF]Control whether release emergency PDN when turn off VOLTE.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1337,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emergency_call_learning_support,imc_config.emergency_call_learning_support,Not Support,no,yes,no,no,Deprecated,ENUM,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
1338,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emergency_pdn_retain_timer,imc_config.emergency_pdn_retain_timer,OTA and OTA BY OP,no,no,no,no,"Emergency pdn establishment max waiting time which mentions the time to wait for PDN bearer establishment from NW when requested for emergency PDN. <BR>10000 , UE will start a 10sec timer waiting for E-PDN setup. And UE will drop IMS emergency call when timer expired (try other call domain if possible)<BR>unit: ms",UNSIGNED INT,4,,,10000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] Camp on 4G ready to activate IMS PDN<BR>[Special Condition] NW will not response E-PDN<BR>[Test Step] UE make emergency call over IMS<BR>[Expected Result] <BR> with default value (10sec): UE will abort E-PDN activation after 10sec and try emergency call on next RAT.<BR> config to 3sec : UE will abort E-PDN activation after 3sec and try emergency call on next RAT.,Pass,,,,
@@ -1344,7 +1344,7 @@
1351,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",icsi_resource_allocation_mode_2,imc_config.icsi_resource_allocation_mode_2,Not Support,no,yes,no,no,Deprecated.,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1352,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",icsi_resource_allocation_mode_3,imc_config.icsi_resource_allocation_mode_3,Not Support,no,yes,no,no,Deprecated,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1353,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",icsi_resource_allocation_mode_4,imc_config.icsi_resource_allocation_mode_4,Not Support,no,yes,no,no,Deprecated.,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-1354,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_media_qci_check,imc_config.ignore_media_qci_check,OTA and OTA BY OP,no,no,no,no,"If this flag is set to TRUE, the check for media QCI (voice/video/text) that is allocated from NW and required by UE is not performed.<BR>b0: Ignore audio QCI in 3GPP HPLMN<BR>b1: Ignore audio QCI in 3GPP VPLMN<BR>b2: Ignore audio QCI in NON-3GPP HPLMN<BR>b3: Ignore audio QCI in NON-3GPP VPLMN<BR>b4: Ignore video QCI in 3GPP HPLMN<BR>b5: Ignore video QCI in 3GPP VPLMN<BR>b6: Ignore video QCI in NON-3GPP HPLMN<BR>b7: Ignore video QCI in NON-3GPP VPLMN<BR>b8: Ignore text QCI in 3GPP HPLMN<BR>b9: Ignore text QCI in 3GPP VPLMN<BR>b10: Ignore text QCI in NON-3GPP HPLMN<BR>b11: Ignore text QCI in NON-3GPP VPLMN<BR>b12-b31: Reserved",UNSIGNED INT,4,,,0xf22,NR15.R3.MD700.MP,,b0:Ignore audio QCI in 3GPP HPLMN<BR>b1:Ignore audio QCI in 3GPP VPLMN<BR>b2:Ignore audio QCI in NON<BR>b3:Ignore audio QCI in NON<BR>b4:Ignore video QCI in 3GPP HPLMN<BR>b5:Ignore video QCI in 3GPP VPLMN<BR>b6:Ignore video QCI in NON<BR>b7:Ignore video QCI in NON<BR>b8:Ignore text QCI in 3GPP HPLMN<BR>b9:Ignore text QCI in 3GPP VPLMN<BR>b10:Ignore text QCI in NON<BR>b11:Ignore text QCI in NON,No,"1398, 1401, 1402",,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, home network<BR>[Special condition] NW issue a audio dedicated bearer with QCI=6<BR>[Test Step] make volte call<BR>[Expected Result] <BR> with default value (0xf22): volte call failed, CSFB<BR> config to 0xf23 : volte call success",Pass,,,,
+1354,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_media_qci_check,imc_config.ignore_media_qci_check,OTA and OTA BY OP,no,no,no,no,"If this flag is set to TRUE, the check for media QCI (voice/video/text) that is allocated from NW and required by UE is not performed.<BR>b0: Ignore audio QCI in 3GPP HPLMN<BR>b1: Ignore audio QCI in 3GPP VPLMN<BR>b2: Ignore audio QCI in NON-3GPP HPLMN<BR>b3: Ignore audio QCI in NON-3GPP VPLMN<BR>b4: Ignore video QCI in 3GPP HPLMN<BR>b5: Ignore video QCI in 3GPP VPLMN<BR>b6: Ignore video QCI in NON-3GPP HPLMN<BR>b7: Ignore video QCI in NON-3GPP VPLMN<BR>b8: Ignore text QCI in 3GPP HPLMN<BR>b9: Ignore text QCI in 3GPP VPLMN<BR>b10: Ignore text QCI in NON-3GPP HPLMN<BR>b11: Ignore text QCI in NON-3GPP VPLMN<BR>b12-b31: Reserved",UNSIGNED INT,4,,,0xf22,NR15.R3.MD700.MP,,b8:Ignore text QCI in 3GPP HPLMN<BR>b9:Ignore text QCI in 3GPP VPLMN<BR>b10:Ignore text QCI in NON<BR>b11:Ignore text QCI in NON<BR>b0:Ignore audio QCI in 3GPP HPLMN<BR>b1:Ignore audio QCI in 3GPP VPLMN<BR>b2:Ignore audio QCI in NON<BR>b3:Ignore audio QCI in NON<BR>b4:Ignore video QCI in 3GPP HPLMN<BR>b5:Ignore video QCI in 3GPP VPLMN<BR>b6:Ignore video QCI in NON<BR>b7:Ignore video QCI in NON,No,"1398, 1401, 1402",,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, home network<BR>[Special condition] NW issue a audio dedicated bearer with QCI=6<BR>[Test Step] make volte call<BR>[Expected Result] <BR> with default value (0xf22): volte call failed, CSFB<BR> config to 0xf23 : volte call success",Pass,,,,
1355,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_media_qci_check.b1,imc_config.ignore_media_qci_check.b1,Not Support,no,no,no,no,[MCF]Bitmask to check voice/video/text QCI which assiged by NWIgnore audio QCI in 3GPP HPLMN,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,"1398, 1401, 1402",,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, home network<BR>[Special condition] NW issue a audio dedicated bearer with QCI=6<BR>[Test Step] make volte call<BR>[Expected Result] <BR> with default value (0xf22): volte call failed, CSFB<BR> config to 0xf23 : volte call success",Pass,,,,
1356,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_media_qci_check.b10,imc_config.ignore_media_qci_check.b10,OTA and OTA BY OP,no,no,no,no,[MCF]Bitmask to check voice/video/text QCI which assiged by NWIgnore text QCI in 3GPP VPLMN,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,"1398, 1401, 1402",,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, home network<BR>[Special condition] NW issue a audio dedicated bearer with QCI=6<BR>[Test Step] make volte call<BR>[Expected Result] <BR> with default value (0xf22): volte call failed, CSFB<BR> config to 0xf23 : volte call success",Pass,,,,
1357,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_media_qci_check.b11,imc_config.ignore_media_qci_check.b11,OTA and OTA BY OP,no,no,no,no,[MCF]Bitmask to check voice/video/text QCI which assiged by NWIgnore text QCI in NON-3GPP HPLMN,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,"1398, 1401, 1402",,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, home network<BR>[Special condition] NW issue a audio dedicated bearer with QCI=6<BR>[Test Step] make volte call<BR>[Expected Result] <BR> with default value (0xf22): volte call failed, CSFB<BR> config to 0xf23 : volte call success",Pass,,,,
@@ -1379,7 +1379,7 @@
1386,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_sgn_qci_check.b4,imc_config.ignore_sgn_qci_check.b4,Not Support,no,no,no,no,[MCF]Bitmask to check for signaling QCI of NW assigedIgnore QCI in NON-3GPP VPLMN,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,1397,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] attach to LTE home network<BR>[Special Condition] NW activate a IMS PDN with QCI=9<BR>[Test Step] wait for 30 sec<BR>[Expected Result] <BR> with default value (0x2) : UE will not register on IMS<BR> config to 0x7 : UE will register on IMS,Pass,,,,
1387,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_sgn_qci_check.b5,imc_config.ignore_sgn_qci_check.b5,Not Support,no,no,no,no,[MCF]Bitmask to check for signaling QCI of NW assigedReserved,BIT,4,,4,0x0f,NR15.R3.MD700.MP,,,No,1397,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] attach to LTE home network<BR>[Special Condition] NW activate a IMS PDN with QCI=9<BR>[Test Step] wait for 30 sec<BR>[Expected Result] <BR> with default value (0x2) : UE will not register on IMS<BR> config to 0x7 : UE will register on IMS,Pass,,,,
1388,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",imcb_setting_string,imc_config.imcb_setting_string,Not Support,no,yes,no,no,Deprecated,STRING,64,64,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,,,,,,Untested,,,,
-1389,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",impu_change_dereg,imc_config.impu_change_dereg,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>NW modify SIM parameter and lead impu change, wether need ims dereg and then re-reg<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,""NW will update IMPU,<BR>and UE should dereg IMS then restart reg at IMS, thus need NW support this feature can UE test this case"",Pass,,,,
+1389,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",impu_change_dereg,imc_config.impu_change_dereg,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>NW modify SIM parameter and lead impu change, wether need ims dereg and then re-reg<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,""NW will update IMPU,<BR>and UE should dereg IMS then restart reg at IMS, thus need NW support this feature can UE test this case"",Pass,,,,
1390,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",impu_change_dereg.impu_change_dereg,imc_config.impu_change_dereg.impu_change_dereg,Not Support,no,no,no,no,"[MCF]NW modify SIM parameter and lead impu change, wether need ims dereg and then re-regbit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1391,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ims_estab_timer,imc_config.ims_estab_timer,Not Support,no,yes,no,no,Timer start from a new IMS registration is initiated,UNSIGNED CHAR,1,,,120,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] power on<BR>[Test Step] IMS registration when NW did not response<BR>[Expected Result] after timeout, check AT+EITMR=x,x,x to lower layer<BR>note: This only enable in special operator",Untested,,,,
1392,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ims_progress_slow_timer,imc_config.ims_progress_slow_timer,OTA and OTA BY OP,no,no,no,no,An interval to measure if PDN establishment or IMS registration takes longer time.<BR>unit: sec,UNSIGNED INT,4,,,2,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,Voice over LTE,Modem IMS - VoLTE,,,NA,Pass,,,,
@@ -1436,20 +1436,20 @@
1443,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_abnormal_dereg_report_timer,imc_config.reg_abnormal_dereg_report_timer,OTA and OTA BY OP,no,no,no,no,"Timer to control how long to report IMS de-registration event It should go with diagnostic tool, otherwise it will be invalid.<BR>3600000 ms<BR>Unit:ms",UNSIGNED INT,4,,,3600000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,""[Init] reg_abnormal_dereg_report_timer = 30<BR>[Test Step] IMS registration, unplug SIM, plug SIM for 5 times<BR>[Expected Result] check ELT if the interval of each REG_ABNORMAL is greater than 30 seconds"",Untested,,,,
1444,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_abnormal_reg_fail_report_timer,imc_config.reg_abnormal_reg_fail_report_timer,OTA and OTA BY OP,no,no,no,no,"Timer to control how long to report IMS registration failure event It should go with diagnostic tool, otherwise it will be invalid.<BR>3600000 ms<BR>Unit:ms",UNSIGNED INT,4,,,3600000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] reg_abnormal_reg_fail_report_timer = 30, simulate NW reply 404 to REGISTER<BR>[Test Step] IMS registration for 5 minutes<BR>[Expected Result] check ELT if the interval of each REG_ABNORMAL is greater than 30 seconds",Untested,,,,
1445,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_abnormal_reg_slow_report_timer,imc_config.reg_abnormal_reg_slow_report_timer,OTA and OTA BY OP,no,no,no,no,"Timer to control how long to report IMS registration slow event It should go with diagnostic tool, otherwise it will be invalid.<BR>3600000 ms<BR>Unit:ms",UNSIGNED INT,4,,,3600000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] reg_abnormal_reg_slow_report_timer = 30<BR>[Test Step] IMS registration , enter flight mode, leave flight mode repeat 5 times<BR>[Expected Result] check ELT if the interval of each REG_ABNORMAL is greater than 30 seconds",Untested,,,,
-1446,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rel_emc_pdn_afr_timer_expr,imc_config.rel_emc_pdn_afr_timer_expr,OTA and OTA BY OP,no,no,no,no,Control where release emergency PDN after timer expired flag.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"if emergency registration fail , should keep emergency PDN for a period of time(300s) then can deactive emergency PDN, so simulate ECC with emergency registration fail case, to verify if UE mantian emergency PDN for 300s",Pass,,,,
+1446,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rel_emc_pdn_afr_timer_expr,imc_config.rel_emc_pdn_afr_timer_expr,OTA and OTA BY OP,no,no,no,no,Control where release emergency PDN after timer expired flag.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"if emergency registration fail , should keep emergency PDN for a period of time(300s) then can deactive emergency PDN, so simulate ECC with emergency registration fail case, to verify if UE mantian emergency PDN for 300s",Pass,,,,
1447,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rel_emc_pdn_afr_timer_expr.rel_emc_pdn_afr_timer_expr,imc_config.rel_emc_pdn_afr_timer_expr.rel_emc_pdn_afr_timer_expr,Not Support,no,no,no,no,[MCF]Control where release emergency PDN after timer expired flag.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1448,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rel_hps_threshold,imc_config.rel_hps_threshold,Not Support,no,yes,no,no,Internal design about lower layer RF control.<BR>Unit:sec,UNSIGNED INT,4,,,40,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,,,,,,Untested,,,,
1449,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reset_retry_after_timer_criteria,imc_config.reset_retry_after_timer_criteria,Not Support,no,no,no,no,0:Disable<BR>1:Criteria is IP Address change.<BR>2:Criteria is P-CSCF address not in PCO.,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1:Criteria is IP Address change<BR>2:Criteria is P<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1450,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reset_retry_after_timer_criteria.reset_retry_after_timer_criteria,imc_config.reset_retry_after_timer_criteria.reset_retry_after_timer_criteria,Not Support,no,no,no,no,[MCF]Reset retry after timer criteriabit 0:0:Disablebit 1:1:Criteria is IP Address change.bit 2:2:Criteria is P-CSCF address not in PCO.,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1451,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",resource_allocation_mode,imc_config.resource_allocation_mode,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>TS24.167 ICSI_Resource_Allocation_Mode<BR>0:UE initial<BR>1:NW Initial,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:NW Initial<BR>0:UE initial,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
+1451,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",resource_allocation_mode,imc_config.resource_allocation_mode,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>TS24.167 ICSI_Resource_Allocation_Mode<BR>0:UE initial<BR>1:NW Initial,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:UE initial<BR>1:NW Initial,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1452,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",resource_allocation_mode.resource_allocation_mode,imc_config.resource_allocation_mode.resource_allocation_mode,Not Support,no,no,no,no,[MCF]TS24.167 ICSI_Resource_Allocation_Modebit 0:0:UE initialbit 1:1:NW Initial,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1453,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",resource_retain_timer,imc_config.resource_retain_timer,OTA and OTA BY OP,no,no,no,no,"Dedicated EPS bearer reserve waiting timer while making a VoLTE call. <BR>3000 , UE will start a 3sec timer waiting for dedicated bearer after SIP negotiation. And UE will drop IMS call when timer expired (do CSFB if possible).<BR>unit: ms",UNSIGNED INT,4,,,3000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,1333,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register on 4G<BR>[Special condition] NW delay to issue dedicated bearer (5sec after SIP 183)<BR>[Test Step] make volte call<BR>[Expected Result] <BR> with default value (3sec): volte call failed (CSFB)<BR> change config to 6 sec: volte call success,Pass,,,,
1454,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",restore_pcscf,imc_config.restore_pcscf,Not Support,no,yes,no,no,RegUA will use pcscf_num and pcscf_usage to control the logic of choosing pcscf.<BR>operator specific.<BR>1. Restore failure pcscf to pcscf list<BR>2. Mark and indicate the status of entry in P-CSCF list,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,,,,,,Untested,,,,
-1455,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rfc5626_flow_recovery,imc_config.rfc5626_flow_recovery,OTA and OTA BY OP,no,no,no,no,This parameter is to enable or disable RFC5626 type of flow recovery mecanism<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,prerequiste: simulate NW to reply error response(e.g 404) to REGISTER<BR>steps: IMS registration<BR>=> check if UE triggers IMS registration retry according to rfc5626,Pass,,,,
+1455,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rfc5626_flow_recovery,imc_config.rfc5626_flow_recovery,OTA and OTA BY OP,no,no,no,no,This parameter is to enable or disable RFC5626 type of flow recovery mecanism<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,prerequiste: simulate NW to reply error response(e.g 404) to REGISTER<BR>steps: IMS registration<BR>=> check if UE triggers IMS registration retry according to rfc5626,Pass,,,,
1456,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rfc5626_flow_recovery.rfc5626_flow_recovery,imc_config.rfc5626_flow_recovery.rfc5626_flow_recovery,Not Support,no,no,no,no,[MCF]This parameter is to enable or disable RFC5626 type of flow recovery mecanismbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1457,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_sip_dereg_at_23g,imc_config.send_sip_dereg_at_23g,OTA and OTA BY OP,no,no,no,no,"This flag is used to control if SIP dereg message need to send to the network when Ims Deregistration is triggered due to the RAT change to 23G<BR>0:Do not send the SIP deregister, just do the local deregistration and tear down the IMS PDN<BR>1:Send the SIP deregister message",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,"0:Send the SIP deregister message<BR>1:Do not send the SIP deregister, just do the local deregistration and tear down the IMS PDN",No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] set send_sip_dereg_at_23g = 1<BR>[Test Step]<BR>1. register on LTE<BR>2. move to 2/3G<BR>[Expected Result]<BR>UE should not send SIP de-register and only tear down IMS PDN,Pass,,,,
+1457,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_sip_dereg_at_23g,imc_config.send_sip_dereg_at_23g,OTA and OTA BY OP,no,no,no,no,"This flag is used to control if SIP dereg message need to send to the network when Ims Deregistration is triggered due to the RAT change to 23G<BR>0:Send the SIP deregister message<BR>1:Do not send the SIP deregister, just do the local deregistration and tear down the IMS PDN",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,"1:Do not send the SIP deregister, just do the local deregistration and tear down the IMS PDN<BR>0:Send the SIP deregister message",No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] set send_sip_dereg_at_23g = 1<BR>[Test Step]<BR>1. register on LTE<BR>2. move to 2/3G<BR>[Expected Result]<BR>UE should not send SIP de-register and only tear down IMS PDN,Pass,,,,
1458,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_sip_dereg_at_23g.send_sip_dereg_at_23g,imc_config.send_sip_dereg_at_23g.send_sip_dereg_at_23g,Not Support,no,no,no,no,"[MCF]This flag is used to control if SIP dereg message need to send to the network when Ims Deregistration is triggered due to the RAT change to 23Gbit 0:0:Send the SIP deregister messagebit 1:1:Do not send the SIP deregister, just do the local deregistration and tear down the IMS PDN",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1459,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_pcscf_discovery_via_nas,imc_config.set_pcscf_discovery_via_nas,OTA and OTA BY OP,no,no,no,no,Enable/disable to set pcscf_discover_via_nas flag (AT+CGDCONT)<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
+1459,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_pcscf_discovery_via_nas,imc_config.set_pcscf_discovery_via_nas,OTA and OTA BY OP,no,no,no,no,Enable/disable to set pcscf_discover_via_nas flag (AT+CGDCONT)<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1460,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_pcscf_discovery_via_nas.set_pcscf_discovery_via_nas,imc_config.set_pcscf_discovery_via_nas.set_pcscf_discovery_via_nas,Not Support,no,no,no,no,[MCF]Enable/disable to set pcscf_discover_via_nas flag (AT+CGDCONT)bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1461,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_ue_im_cn_signaling_flag,imc_config.set_ue_im_cn_signaling_flag,OTA and OTA BY OP,no,no,no,no,Enable/disable to set IM CN signaling flag (AT+CGDCONT)<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1462,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_ue_im_cn_signaling_flag.set_ue_im_cn_signaling_flag,imc_config.set_ue_im_cn_signaling_flag.set_ue_im_cn_signaling_flag,Not Support,no,no,no,no,[MCF]Enable/disable to set IM CN signaling flag (AT+CGDCONT)bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1459,7 +1459,7 @@
1466,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_support,imc_config.sms_support,Not Support,no,yes,no,no,The configuration will be overwritten by AP config in runtime<BR>0:Not support<BR>1:Support,ENUM,1,,,0,NR15.R3.MD700.MP,,1:Support<BR>0:Not support,No,,,,,,,,Untested,,,,
1467,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",srvcc_no_ims_dereg_until_call_rel,imc_config.srvcc_no_ims_dereg_until_call_rel,OTA and OTA BY OP,no,no,no,no,"When enabled, after SRVCC to 23G, UE doesn't send IMS de-registration to network before call is released.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] set srvcc_no_ims_dereg_until_call_rel = 1<BR>[Test Step]<BR>1. register on LTE and make call<BR>2. SRVCC to 23G<BR>[Expected Result]<BR>UE trigger de-reg after SRVCC when CS call on-going,Untested,,,,
1468,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",srvcc_no_ims_dereg_until_call_rel.srvcc_no_ims_dereg_until_call_rel,imc_config.srvcc_no_ims_dereg_until_call_rel.srvcc_no_ims_dereg_until_call_rel,Not Support,no,no,no,no,"[MCF]When enabled, after SRVCC to 23G, UE doesn't send IMS de-registration to network before call is released.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1469,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",switch_prefer_rat_dereg,imc_config.switch_prefer_rat_dereg,OTA and OTA BY OP,no,no,no,no,Trigger IMS de-registration when supported RATs changes.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"steps: IMS registration, change prefer RAT in UI<BR>=> check if UE triggers IMS de-registration retry when prefer RAT is changed",Pass,,,,
+1469,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",switch_prefer_rat_dereg,imc_config.switch_prefer_rat_dereg,OTA and OTA BY OP,no,no,no,no,Trigger IMS de-registration when supported RATs changes.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"steps: IMS registration, change prefer RAT in UI<BR>=> check if UE triggers IMS de-registration retry when prefer RAT is changed",Pass,,,,
1470,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",switch_prefer_rat_dereg.switch_prefer_rat_dereg,imc_config.switch_prefer_rat_dereg.switch_prefer_rat_dereg,Not Support,no,no,no,no,[MCF]Trigger IMS de-registration when supported RATs changes.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1471,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",text_bearer_lost_retain_timer,imc_config.text_bearer_lost_retain_timer,OTA and OTA BY OP,no,no,no,no,Text bearer reserve waiting timer when bearer lost or waiting bearer allocation from NW while 183 session progress. The configuration is useless while setting to 0 (will apply resource_retain_timer)<BR>1000: UE will start a 1sec timer waiting for regaining dedicated bearer when NW deactivated text bearer. And UE will downgrade to voice call when timer expired.<BR>unit: ms,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1000:UE will start a 1sec timer waiting for regaining dedicated bearer when NW deactivated text bearer,No,1453,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, make RTT call over WiFi<BR>[Special condition] NW does not issue a text dedicated bearer on LTE<BR>[Test Step] disable wifi ap to trigger handover<BR>[Expected Result] <BR> with default value (apply resource_retain_timer): call will downgrade to volte after handover to LTE within resource_retain_timer<BR> config to 500ms : call will downgrade to volte after handover to LTE immediately",Untested,,,,
1472,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",timerB_expiry,imc_config.timerB_expiry,Not Support,no,yes,no,no,module internal config<BR>This parameter is used by IMCB to send disconnet to UA based on the response code received for call cause in MO call confirmation response (TimerB_expiry) from UA,ENUM,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,,,,,,Untested,,,,
@@ -1485,7 +1485,7 @@
1492,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wifi_video_over_ps_support,imc_config.wifi_video_over_ps_support,Not Support,no,yes,no,no,The configuration will be overwritten by AP config in runtime<BR>0:Not support<BR>1:Support,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Not support<BR>1:Support,No,,,,,,,,Untested,,,,
1493,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wifi_voice_support,imc_config.wifi_voice_support,Not Support,no,yes,no,no,The configuration will be overwritten by AP config in runtime<BR>0:Not support<BR>1:Support,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Not support<BR>1:Support,No,,,,,,,,Untested,,,,
1494,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",TMO_specific_SDP,ua_config.TMO_specific_SDP,Not Support,no,yes,no,no,It should not reveal to customers,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
-1495,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_amr_fmt_variant,ua_config.UA_call_amr_fmt_variant,OTA and OTA BY OP,no,no,no,no,"According to IETF RFC 4867, the IMS can support Bandwidth-Efficient or Octet-Aligned Mode. This is to set the adjust mode (bitmap) of AMR_NB and AMR_WB.<BR>0:VOLTE_CALL_AMR_FMT_VARIANT_NONE<BR>1:VOLTE_CALL_AMR_NB_FMT_VARIANT_OCTET<BR>16:VOLTE_CALL_AMR_NB_FMT_VARIANT_EFFEC<BR>256:VOLTE_CALL_AMR_WB_FMT_VARIANT_OCTET<BR>4096:VOLTE_CALL_AMR_WB_FMT_VARIANT_EFFEC",UNSIGNED INT,4,,,0x1010,NR15.R3.MD700.MP,,4096:VOLTE_CALL_AMR_WB_FMT_VARIANT_EFFEC<BR>0:VOLTE_CALL_AMR_FMT_VARIANT_NONE<BR>1:VOLTE_CALL_AMR_NB_FMT_VARIANT_OCTET<BR>16:VOLTE_CALL_AMR_NB_FMT_VARIANT_EFFEC<BR>256:VOLTE_CALL_AMR_WB_FMT_VARIANT_OCTET,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] the SDP body of SIP INVITE has related octet-align or bandwidth-effcient parameters,Pass,,,,
+1495,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_amr_fmt_variant,ua_config.UA_call_amr_fmt_variant,OTA and OTA BY OP,no,no,no,no,"According to IETF RFC 4867, the IMS can support Bandwidth-Efficient or Octet-Aligned Mode. This is to set the adjust mode (bitmap) of AMR_NB and AMR_WB.<BR>0:VOLTE_CALL_AMR_FMT_VARIANT_NONE<BR>1:VOLTE_CALL_AMR_NB_FMT_VARIANT_OCTET<BR>16:VOLTE_CALL_AMR_NB_FMT_VARIANT_EFFEC<BR>256:VOLTE_CALL_AMR_WB_FMT_VARIANT_OCTET<BR>4096:VOLTE_CALL_AMR_WB_FMT_VARIANT_EFFEC",UNSIGNED INT,4,,,0x1010,NR15.R3.MD700.MP,,256:VOLTE_CALL_AMR_WB_FMT_VARIANT_OCTET<BR>4096:VOLTE_CALL_AMR_WB_FMT_VARIANT_EFFEC<BR>0:VOLTE_CALL_AMR_FMT_VARIANT_NONE<BR>1:VOLTE_CALL_AMR_NB_FMT_VARIANT_OCTET<BR>16:VOLTE_CALL_AMR_NB_FMT_VARIANT_EFFEC,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] the SDP body of SIP INVITE has related octet-align or bandwidth-effcient parameters,Pass,,,,
1496,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_amr_fmt_variant.UA_call_amr_fmt_variant,ua_config.UA_call_amr_fmt_variant.UA_call_amr_fmt_variant,Not Support,no,no,no,no,"[MCF]Adjust mode (bitmap) of AMR_NW, AMR_WBbit 0:0:VOLTE_CALL_AMR_FMT_VARIANT_NONEbit 1:1:VOLTE_CALL_AMR_NB_FMT_VARIANT_OCTETbit 16:16:VOLTE_CALL_AMR_NB_FMT_VARIANT_EFFECbit 256:256:VOLTE_CALL_AMR_WB_FMT_VARIANT_OCTETbit 4096:4096:VOLTE_CALL_AMR_WB_FMT_VARIANT_EFFEC",BIT,32,,32,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1497,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_amr_mode_set,ua_config.UA_call_amr_mode_set,OTA and OTA BY OP,no,no,no,no,"From IETF RFC4867, the IMS can restric3GPP TS the active codec mode set to a subset of all modes for AMR-NB. This is to set a numeric string and i3GPP TShould be ascending. <BR>The numeric string should be ascending.",STRING,16,16,,""0,1,2,3,4,5,6,7"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] SDP body of SIP INVITE has set AMR with mode-set with requierd value in this configuration ex: mode-set=0,1,2 if this configuration is ""0,1,2"". Note that ""0,1,2,3,4,5,6"" is default value and will not be shown."",Pass,,,,
1498,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_amr_oct_pt,ua_config.UA_call_amr_oct_pt,OTA and OTA BY OP,no,no,no,no,The AMR octet-aligned mode payload type number in SDP attribute. It is dynamic value between 96~127.,UNSIGNED CHAR,1,,,108,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,"1499, 1502, 1884",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
@@ -1498,7 +1498,7 @@
1505,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_codec_order1.UA_call_codec_order1,ua_config.UA_call_codec_order1.UA_call_codec_order1,Not Support,no,no,no,no,[MCF]prefer codec order.bit 0:0:Disable the codec in the listbit 1:1:AMR-NBbit 2:2:AMR-WBbit 5:5:G729bit 6:6:PCMAbit 7:7:PCMU,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1506,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_codec_order2,ua_config.UA_call_codec_order2,OTA and OTA BY OP,no,no,no,no,"From IETF RFC 3264, media stream is described by an "m=" line. preferred codec order on the second when making an outgoing call.<BR>0:Disable the codec in the list<BR>1:AMR-NB<BR>2:AMR-WB<BR>5:G729<BR>6:PCMA<BR>7:PCMU<BR>17:EVS",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable the codec in the list<BR>1:AMR<BR>2:AMR<BR>5:G729<BR>6:PCMA<BR>7:PCMU<BR>17:EVS,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] SDP body of SIP INVITE has set the second codec according to this parameter,Pass,,,,
1507,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_codec_order2.UA_call_codec_order2,ua_config.UA_call_codec_order2.UA_call_codec_order2,Not Support,no,no,no,no,[MCF]prefer codec order.bit 0:0:Disable the codec in the listbit 1:1:AMR-NBbit 2:2:AMR-WBbit 5:5:G729bit 6:6:PCMAbit 7:7:PCMU,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1508,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_codec_order3,ua_config.UA_call_codec_order3,OTA and OTA BY OP,no,no,no,no,"From IETF RFC 3264, media stream is described by an "m=" line. preferred codec order on the third when making an outgoing call.<BR>0:Disable the codec in the list<BR>1:AMR-NB<BR>2:AMR-WB<BR>5:G729<BR>6:PCMA<BR>7:PCMU<BR>17:EVS",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,7:PCMU<BR>17:EVS<BR>0:Disable the codec in the list<BR>1:AMR<BR>2:AMR<BR>5:G729<BR>6:PCMA,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] SDP body of SIP INVITE has set the third codec according to this parameter,Pass,,,,
+1508,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_codec_order3,ua_config.UA_call_codec_order3,OTA and OTA BY OP,no,no,no,no,"From IETF RFC 3264, media stream is described by an "m=" line. preferred codec order on the third when making an outgoing call.<BR>0:Disable the codec in the list<BR>1:AMR-NB<BR>2:AMR-WB<BR>5:G729<BR>6:PCMA<BR>7:PCMU<BR>17:EVS",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,17:EVS<BR>0:Disable the codec in the list<BR>1:AMR<BR>2:AMR<BR>5:G729<BR>6:PCMA<BR>7:PCMU,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] SDP body of SIP INVITE has set the third codec according to this parameter,Pass,,,,
1509,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_codec_order3.UA_call_codec_order3,ua_config.UA_call_codec_order3.UA_call_codec_order3,Not Support,no,no,no,no,[MCF]prefer codec order.bit 0:0:Disable the codec in the listbit 1:1:AMR-NBbit 2:2:AMR-WBbit 5:5:G729bit 6:6:PCMAbit 7:7:PCMU,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1510,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_conf_amr_wb_mode_set,ua_config.UA_call_conf_amr_wb_mode_set,OTA and OTA BY OP,no,no,no,no,Feature to override the default AMR WB modeset (UA_call_amr_wb_mode_set) for conference call.<BR>The numeric string should be ascending.,STRING,20,20,,""0,1,2,3,4,5,6,7,8"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step] DUT make two calls with A and B respectively, then merges both calls into 3-way conference call.<BR>[Expected Result] <BR> enable: The 3-way conference host UE uses conference call specific AMR WB modeset in conference call setup.<BR> disable: The 3-way conference host UE uses the default AMR WB modeset (the same as in 1-to-1 MO call) in conference call setup.",Pass,,,,
1511,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_conf_subtimer,ua_config.UA_call_conf_subtimer,OTA and OTA BY OP,no,no,no,no,Conference re-subscriber timer. Keep subscriber alive. The network may change it in the response of SUBSCRIBE.<BR>recommand to set to 3600 seconds<BR>unit: sec,UNSIGNED INT,4,,,3600,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,1750,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. The network suppport the conference event package subscriber.<BR>[Test Step] Make two calls and then merge the call<BR>[Expected Result] if SIP SUBSCRIBE is sent, then the SIP re-SUBSCRIBE request will be sent after half of this configuration.",Pass,,,,
@@ -1506,7 +1506,7 @@
1513,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_def_ptime,ua_config.UA_call_def_ptime,OTA and OTA BY OP,no,no,no,no,"From IETF RFC 3264, This gives the length of time in milliseconds represented by the media in a packet. This item is used configure the length of time in SDP attribute.<BR>recommand to use 80ms in TS 26.114<BR>unit: ms",UNSIGNED CHAR,1,,,20,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] SDP body of SIP INVITE has set the a=ptime with the configured value,Pass,,,,
1514,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_evs_mode_set,ua_config.UA_call_evs_mode_set,OTA and OTA BY OP,no,no,no,no,EVS codec mode.,STRING,20,20,,""0,1,2,3,4,5,6,7,8"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
1515,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_evs_pt,ua_config.UA_call_evs_pt,OTA and OTA BY OP,no,no,no,no,"From IETF RFC 3264, each codec is presented by a RTP payload type. This is to configure the payload type of EVS codec in SDP attribute. <BR>It's dynamic value between 96~127. <BR>recommand to set 127 for EVS.",UNSIGNED CHAR,1,,,127,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] SDP body of SIP INVITE has set the payload type of EVS codec according to this parameter,Pass,,,,
-1516,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_g729_annexb,ua_config.UA_call_g729_annexb,Not Support,no,no,no,no,This is to configure G.729 has another specification for AnnexB. The UE use AnnexB when this value is 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
+1516,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_g729_annexb,ua_config.UA_call_g729_annexb,Not Support,no,no,no,no,This is to configure G.729 has another specification for AnnexB. The UE use AnnexB when this value is 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1517,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_g729_ptime,ua_config.UA_call_g729_ptime,Not Support,no,no,no,no,"Besize "UA_call_def_ptime", G.729 can have a specific ptime and this is to configure the ptime for G.729 codec<BR>recommand to set to 20ms<BR>unit: ms",UNSIGNED CHAR,1,,,20,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1518,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_h264_pt,ua_config.UA_call_h264_pt,OTA and OTA BY OP,no,no,no,no,The payload type of H264 codec with packetization mode is single NAL mode in RFC 6184. It is dynamic value between 96~127 in SDP attribute.,UNSIGNED CHAR,1,,,114,NR15.R3.MD700.MP,,{96~127},No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Video Call<BR>[Expected Result] The payload type of H264 codec(first fmtp) is as you config. in SDP body of SIP INVITE.,Pass,,,,
1519,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_h264_pt2,ua_config.UA_call_h264_pt2,OTA and OTA BY OP,no,no,no,no,The payload type of H264 codec with packetization mode is non-interleaved mode in RFC 6184. It is dynamic value between 96~127 in SDP attribute.,UNSIGNED CHAR,1,,,115,NR15.R3.MD700.MP,,{96~127},No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Video Call<BR>[Expected Result] The payload type of H264 codec(second fmtp) is as you config. in SDP body of SIP INVITE.,Pass,,,,
@@ -1516,7 +1516,7 @@
1523,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_no_resource_code,ua_config.UA_call_no_resource_code,OTA and OTA BY OP,no,no,no,no,"Call response code, different per operator. For MT call, when UE does not have enough resource to make the call, the UE should reject the call by sending a SIP failure response. This configuration is used to set up it.<BR>A SIP response code between 400~ 499",UNSIGNED SHORT,2,,,480,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] If there is no resource from network, UA will reject the call with this error response",Pass,,,,
1524,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_precondition,ua_config.UA_call_precondition,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>enable/disable precondition<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call or MT call<BR>[Expected Result] If it is set to 1, in MO side, the supported header field will include "precondition" feature tag in outgoing SIP INVITE request; in MT side, the required header field will include "precondition" feature tag in outgoing 18x response or 200 OK response.",Pass,,,,
1525,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_precondition.UA_call_precondition,ua_config.UA_call_precondition.UA_call_precondition,Not Support,no,no,no,no,[MCF]Enable/disable SIP preconditionbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1526,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_priority,ua_config.UA_call_priority,Not Support,no,no,no,no,This is to set SIP Priority header field if upper layer has the preference according to 3GPP TS 24.229 when making an outgoing call.<BR>0:None<BR>1:Emergency<BR>2:Urgent<BR>3:Normal<BR>4:Non-urgent,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:None<BR>1:Emergency<BR>2:Urgent<BR>3:Normal<BR>4:Non,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
+1526,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_priority,ua_config.UA_call_priority,Not Support,no,no,no,no,This is to set SIP Priority header field if upper layer has the preference according to 3GPP TS 24.229 when making an outgoing call.<BR>0:None<BR>1:Emergency<BR>2:Urgent<BR>3:Normal<BR>4:Non-urgent,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,2:Urgent<BR>3:Normal<BR>4:Non<BR>0:None<BR>1:Emergency,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1527,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_priority.UA_call_priority,ua_config.UA_call_priority.UA_call_priority,Not Support,no,no,no,no,[MCF]bit 0:0:Nonebit 1:1:Emergencybit 2:2:Urgentbit 3:3:Normalbit 4:4:Non-urgent,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1528,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_privacy,ua_config.UA_call_privacy,Not Support,no,no,no,no,This is to set the level in SIP Privacy header field if upper layer has the preference according to 3GPP TS 24.629 section 4.5.2.1 when making an outgoing call.<BR>0:None<BR>1:Header<BR>2:Session<BR>3:ID<BR>4:History<BR>5:Critical,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:None<BR>1:Header<BR>2:Session<BR>3:ID<BR>4:History<BR>5:Critical,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1529,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_privacy.UA_call_privacy,ua_config.UA_call_privacy.UA_call_privacy,Not Support,no,no,no,no,[MCF]bit 0:0:Nonebit 1:1:Headerbit 2:2:Sessionbit 3:3:IDbit 4:4:Historybit 5:5:Critical,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1525,9 +1525,9 @@
1532,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_rej_media_code,ua_config.UA_call_rej_media_code,OTA and OTA BY OP,no,no,no,no,"Call response code, different per operator. For MT call, what is the user preferred reject response code before call is established if the SDP offer is not acceptable. <BR>A SIP response code between 400~499",UNSIGNED SHORT,2,,,488,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
1533,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_session_flag,ua_config.UA_call_session_flag,OTA and OTA BY OP,no,no,no,no,"This is to enable/disable session timer. When this is set to enable, the IMS will bring timer tag in Supported header field of SIP messages. The value of timer is refer to "UA_call_session_timer".<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,"1535, 1536",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. The network suppport the session refresh by UE<BR>[Test Step] Make MO long call<BR>[Expected Result] If this configuration is set to 1, then session-expires and min-se header field will be added to SIP message.",Pass,,,,
1534,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_session_flag.UA_call_session_flag,ua_config.UA_call_session_flag.UA_call_session_flag,Not Support,no,no,no,no,[MCF]Enable/disable session timerbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1535,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_session_min_se,ua_config.UA_call_session_min_se,OTA and OTA BY OP,no,no,no,no,This is to configure call minimum session timer according to IETF RFC3261. The IMS will send(receive) re-INVITE message to(from) each other. The value is bring-out in Min-SE header field while "UA_call_session_flag" is enabled.<BR>recommand to set to 1800 seconds<BR>unit: sec,UNSIGNED SHORT,2,,,1800,NR15.R3.MD700.MP,,any:values and format please reference to param. description<BR>recommand to set to 1800 seconds,No,"1533, 1536, 2120, 2122",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. The network suppport the session refresh by UE<BR>[Test Step] Make MO long call<BR>[Expected Result] If this configuration is set to 1, the min-se header field will be added with this value. The default value is 1800 seconds.",Pass,,,,
+1535,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_session_min_se,ua_config.UA_call_session_min_se,OTA and OTA BY OP,no,no,no,no,This is to configure call minimum session timer according to IETF RFC3261. The IMS will send(receive) re-INVITE message to(from) each other. The value is bring-out in Min-SE header field while "UA_call_session_flag" is enabled.<BR>recommand to set to 1800 seconds<BR>unit: sec,UNSIGNED SHORT,2,,,1800,NR15.R3.MD700.MP,,recommand to set to 1800 seconds<BR>any:values and format please reference to param. description,No,"1533, 1536, 2120, 2122",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. The network suppport the session refresh by UE<BR>[Test Step] Make MO long call<BR>[Expected Result] If this configuration is set to 1, the min-se header field will be added with this value. The default value is 1800 seconds.",Pass,,,,
1536,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_session_timer,ua_config.UA_call_session_timer,OTA and OTA BY OP,no,no,no,no,This is to set call session timer according to IETF RFC3261 to keep session alive. The IMS will send(receive) re-INVITE message to(from) each other. The value is bring-out in Session-Expires header field while "UA_call_session_flag" is enabled.<BR>unit: sec,UNSIGNED INT,4,,,1800,NR15.R3.MD700.MP,,any:values and format please reference to param. description<BR>unit: sec,No,"1535, 1533, 2120, 2122",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. The network suppport the session refresh by UE<BR>[Test Step] Make MO long call<BR>[Expected Result] If this configuration is set to 1, the session-expires header field will be added with this value. The default value is 1800 seconds, if the netework suggest UE should make the session refresh, then SIP reINVITE request will be sent after half of 1800 seconds.",Pass,,,,
-1537,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_tel_evt,ua_config.UA_call_tel_evt,OTA and OTA BY OP,no,no,no,no,"This is to set the UE support out-of-band DTMF or not according to IETF RFC4733. If it is enabled, the IMS will refer to "UA_call_tel_evt_pt" and "UA_call_tel_evt_wb_pt".<BR>0:Not support<BR>1:Support",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Not support<BR>1:Support,No,"1539, 1540",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] If this is set to 0, then telephony-event will be removed from SDP body which means not support out-of-band DTMF transmission.",Pass,,,,
+1537,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_tel_evt,ua_config.UA_call_tel_evt,OTA and OTA BY OP,no,no,no,no,"This is to set the UE support out-of-band DTMF or not according to IETF RFC4733. If it is enabled, the IMS will refer to "UA_call_tel_evt_pt" and "UA_call_tel_evt_wb_pt".<BR>0:Not support<BR>1:Support",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Support<BR>0:Not support,No,"1539, 1540",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] If this is set to 0, then telephony-event will be removed from SDP body which means not support out-of-band DTMF transmission.",Pass,,,,
1538,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_tel_evt.UA_call_tel_evt,ua_config.UA_call_tel_evt.UA_call_tel_evt,Not Support,no,no,no,no,[MCF]Support DTMF or notbit 0:0:Not supportbit 1:1:Support,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1539,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_tel_evt_pt,ua_config.UA_call_tel_evt_pt,OTA and OTA BY OP,no,no,no,no,"From IETF RFC 3264, each codec is presented by a RTP payload type. This is the Payload type for out-of-band telephony event. <BR>Range:96~127. recommand to set 100 for telephony event (usually refer to pressed digit, e.g. 0-9, *, #)",UNSIGNED CHAR,1,,,100,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,1537,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] SDP body of SIP INVITE has set the payload type of telephony event with sample rate 8000 according to this parameter,Pass,,,,
1540,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_tel_evt_wb_pt,ua_config.UA_call_tel_evt_wb_pt,OTA and OTA BY OP,no,no,no,no,"From IETF RFC 3264, each codec is presented by a RTP payload type. The payload type of telephony event in SDP attribute. It is out-of-band tone for DTMF event from RFC4733. <BR>Range:96~127. recommand to set 105 for telephony event (usually refer to pressed digit, e.g. 0-9, *, #)",UNSIGNED CHAR,1,,,105,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,1537,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] SDP body of SIP INVITE has set the payload type of telephony event with sample rate 16000 according to this parameter,Pass,,,,
@@ -1562,7 +1562,7 @@
1575,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_reg_keep_alive,ua_config.UA_reg_keep_alive,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>How long to send keep alive packet peroidically<BR>0: keep alive is disabled<BR>others: specify value (shoud be larger than 0),UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:keep alive is disabled,No,,1915,IMS Registration and Service Capability,Modem IMS - VoLTE,,,Please refer to keep_alive_mode,Pass,,,,
1576,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_reg_retry_base_time,ua_config.UA_reg_retry_base_time,Not Support,no,yes,no,no,Deprecated,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
1577,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_reg_retry_max_time,ua_config.UA_reg_retry_max_time,Not Support,no,yes,no,no,Deprecated,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
-1578,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_reg_specific_ipsec_algo,ua_config.UA_reg_specific_ipsec_algo,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Force UE to use one specified encrytpion/integrity algorithm to create ipsec tunnel with P-CSCF no matter the negoitation result.<BR>b1: NULL+MD5<BR>b2: NULL+SHA1<BR>b3: 3DES+MD5<BR>b4: 3DES+SHA1<BR>b5: AES+MD5<BR>b6: AES+SHA1<BR>b7: reserved,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b3:3DES+MD5<BR>b1:NULL+MD5<BR>b2:NULL+SHA1<BR>b4:3DES+SHA1<BR>b5:AES+MD5<BR>b6:AES+SHA1<BR>b7:reserved,No,1578,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] init the reg specific ipsec algo<BR>[Test Step] IMS registration with ipsec enabled<BR>[Expected Result]chnaging the value will change the ipsec <BR>algo being used,Pass,,,,
+1578,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_reg_specific_ipsec_algo,ua_config.UA_reg_specific_ipsec_algo,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Force UE to use one specified encrytpion/integrity algorithm to create ipsec tunnel with P-CSCF no matter the negoitation result.<BR>b1: NULL+MD5<BR>b2: NULL+SHA1<BR>b3: 3DES+MD5<BR>b4: 3DES+SHA1<BR>b5: AES+MD5<BR>b6: AES+SHA1<BR>b7: reserved,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b1:NULL+MD5<BR>b2:NULL+SHA1<BR>b4:3DES+SHA1<BR>b5:AES+MD5<BR>b6:AES+SHA1<BR>b7:reserved<BR>b3:3DES+MD5,No,1578,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] init the reg specific ipsec algo<BR>[Test Step] IMS registration with ipsec enabled<BR>[Expected Result]chnaging the value will change the ipsec <BR>algo being used,Pass,,,,
1579,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_reg_specific_ipsec_algo.b1,ua_config.UA_reg_specific_ipsec_algo.b1,Not Support,no,no,no,no,[MCF]Force UE to use one specified encrytpion/integrity algorithm to create ipsec tunnel with P-CSCF no matter the negoitation result.NULL+MD5,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] init the reg specific ipsec algo<BR>[Test Step] IMS registration with ipsec enabled<BR>[Expected Result]chnaging the value will change the ipsec <BR>algo being used,Pass,,,,
1580,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_reg_specific_ipsec_algo.b2,ua_config.UA_reg_specific_ipsec_algo.b2,Not Support,no,no,no,no,[MCF]Force UE to use one specified encrytpion/integrity algorithm to create ipsec tunnel with P-CSCF no matter the negoitation result.NULL+SHA1,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] init the reg specific ipsec algo<BR>[Test Step] IMS registration with ipsec enabled<BR>[Expected Result]chnaging the value will change the ipsec <BR>algo being used,Pass,,,,
1581,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_reg_specific_ipsec_algo.b3,ua_config.UA_reg_specific_ipsec_algo.b3,Not Support,no,no,no,no,[MCF]Force UE to use one specified encrytpion/integrity algorithm to create ipsec tunnel with P-CSCF no matter the negoitation result.3DES+MD5,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] init the reg specific ipsec algo<BR>[Test Step] IMS registration with ipsec enabled<BR>[Expected Result]chnaging the value will change the ipsec <BR>algo being used,Pass,,,,
@@ -1585,7 +1585,7 @@
1598,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",access_network_info_type.b1,ua_config.access_network_info_type.b1,Not Support,no,no,no,no,"[MCF]This configuration is bitmask. Bit0 & bit1 indicate which access network format is used in P-Access-Network-Info header. There are two access network format, 1st format is called access-type, and 2nd is called access-class. If access-type is choosen, PANI header will contain access-type parameter, and access-type field could be 3GPP-GERAN/3GPP-UTRAN-FDD/3GPP-UTRAN-TDD/3GPP-E-UTRAN-FDD/3GPP-E-UTRAN-TDD/IEEE-802.11a/IEEE-802.11b/IEEE-802.11g/IEEE-802.11n...etc. If access-class is choosen, PANI header will contain access-class parameter, and access-class field could be 3GPP-GERAN/3GPP-UTRAN/3GPP-E-UTRAN/3GPP-WLAN...etcIndicate which access network format PANI header uses when IMS is in 3GPP access network. (0:access-type, 1:access-class)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if P-Access-Network-Info header format is changed,Pass,,,,
1599,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",access_network_info_type.b2,ua_config.access_network_info_type.b2,Not Support,no,no,no,no,"[MCF]This configuration is bitmask. Bit0 & bit1 indicate which access network format is used in P-Access-Network-Info header. There are two access network format, 1st format is called access-type, and 2nd is called access-class. If access-type is choosen, PANI header will contain access-type parameter, and access-type field could be 3GPP-GERAN/3GPP-UTRAN-FDD/3GPP-UTRAN-TDD/3GPP-E-UTRAN-FDD/3GPP-E-UTRAN-TDD/IEEE-802.11a/IEEE-802.11b/IEEE-802.11g/IEEE-802.11n...etc. If access-class is choosen, PANI header will contain access-class parameter, and access-class field could be 3GPP-GERAN/3GPP-UTRAN/3GPP-E-UTRAN/3GPP-WLAN...etcIndicate which access network format PANI header uses when IMS is in NON-3GPP access network. (0:access-type, 1:access-class)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if P-Access-Network-Info header format is changed,Pass,,,,
1600,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",access_network_info_type.b3,ua_config.access_network_info_type.b3,Not Support,no,no,no,no,"[MCF]This configuration is bitmask. Bit0 & bit1 indicate which access network format is used in P-Access-Network-Info header. There are two access network format, 1st format is called access-type, and 2nd is called access-class. If access-type is choosen, PANI header will contain access-type parameter, and access-type field could be 3GPP-GERAN/3GPP-UTRAN-FDD/3GPP-UTRAN-TDD/3GPP-E-UTRAN-FDD/3GPP-E-UTRAN-TDD/IEEE-802.11a/IEEE-802.11b/IEEE-802.11g/IEEE-802.11n...etc. If access-class is choosen, PANI header will contain access-class parameter, and access-class field could be 3GPP-GERAN/3GPP-UTRAN/3GPP-E-UTRAN/3GPP-WLAN...etcReserved",BIT,6,,6,0x3f,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if P-Access-Network-Info header format is changed,Pass,,,,
-1601,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",active_state_oos_level,ua_config.active_state_oos_level,OTA and OTA BY OP,no,no,no,no,Release call immediately when receive Out-Of-Service signal from modem. Can be used to avoid silent calls on UE due to OOS. But Enabling feature may cause more call drops if short OOS periods occur frequently.<BR>b0: release active call when enter OOS(default:0)<BR>b1: release hold call when enter OOS (default:0)<BR>b2-b7: reserved,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b1:release hold call when enter OOS (default<BR>b0:release active call when enter OOS(default,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Place call to hold and unhold<BR>[Expected Result] <BR> enable: DUT release call immediately when OOS signal is received.<BR> disable: DUT does not release call immediately form OOS signal."",Pass,,,,
+1601,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",active_state_oos_level,ua_config.active_state_oos_level,OTA and OTA BY OP,no,no,no,no,Release call immediately when receive Out-Of-Service signal from modem. Can be used to avoid silent calls on UE due to OOS. But Enabling feature may cause more call drops if short OOS periods occur frequently.<BR>b0: release active call when enter OOS(default:0)<BR>b1: release hold call when enter OOS (default:0)<BR>b2-b7: reserved,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b0:release active call when enter OOS(default<BR>b1:release hold call when enter OOS (default,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Place call to hold and unhold<BR>[Expected Result] <BR> enable: DUT release call immediately when OOS signal is received.<BR> disable: DUT does not release call immediately form OOS signal."",Pass,,,,
1602,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",active_state_oos_level.b1,ua_config.active_state_oos_level.b1,Not Support,no,no,no,no,[MCF]release active call when enter OOS(default:0),BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Place call to hold and unhold<BR>[Expected Result] <BR> enable: DUT release call immediately when OOS signal is received.<BR> disable: DUT does not release call immediately form OOS signal."",Pass,,,,
1603,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",active_state_oos_level.b2,ua_config.active_state_oos_level.b2,Not Support,no,no,no,no,[MCF]release hold call when enter OOS (default:0),BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Place call to hold and unhold<BR>[Expected Result] <BR> enable: DUT release call immediately when OOS signal is received.<BR> disable: DUT does not release call immediately form OOS signal."",Pass,,,,
1604,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",active_state_oos_level.b3,ua_config.active_state_oos_level.b3,Not Support,no,no,no,no,[MCF]reserved,BIT,6,,6,0x3f,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Place call to hold and unhold<BR>[Expected Result] <BR> enable: DUT release call immediately when OOS signal is received.<BR> disable: DUT does not release call immediately form OOS signal."",Pass,,,,
@@ -1603,22 +1603,22 @@
1616,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_country_to_pani.b1,ua_config.add_country_to_pani.b1,Not Support,no,no,no,no,[MCF]P-Access-Network-Info header contains country-parameter when MCC is available.Add country in WFC MESSAGE/REG/INVITE,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Almost every SIP message contains P-Acess-Network-Info header.<BR>So after modifying the value, make IMS call.<BR>Check the P-Access-Network-Header field. <BR>If the value is set to 0, there is no country parameter<BR>If the bit1 is set to 1, there is country parameter in non-3gpp access<BR>If the bit2 is set to 1, there is country parameter in 3gpp acess.",Pass,,,,
1617,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_country_to_pani.b2,ua_config.add_country_to_pani.b2,Not Support,no,no,no,no,[MCF]P-Access-Network-Info header contains country-parameter when MCC is available.Add country in VoLTE MESSAGE/REG/INVITE,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Almost every SIP message contains P-Acess-Network-Info header.<BR>So after modifying the value, make IMS call.<BR>Check the P-Access-Network-Header field. <BR>If the value is set to 0, there is no country parameter<BR>If the bit1 is set to 1, there is country parameter in non-3gpp access<BR>If the bit2 is set to 1, there is country parameter in 3gpp acess.",Pass,,,,
1618,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_country_to_pani.b3,ua_config.add_country_to_pani.b3,Not Support,no,no,no,no,[MCF]P-Access-Network-Info header contains country-parameter when MCC is available.reserved,BIT,6,,6,0x3f,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Almost every SIP message contains P-Acess-Network-Info header.<BR>So after modifying the value, make IMS call.<BR>Check the P-Access-Network-Header field. <BR>If the value is set to 0, there is no country parameter<BR>If the bit1 is set to 1, there is country parameter in non-3gpp access<BR>If the bit2 is set to 1, there is country parameter in 3gpp acess.",Pass,,,,
-1619,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_cs_volte_feature_tag,ua_config.add_cs_volte_feature_tag,Not Support,no,yes,no,no,"Operator specific, not allow customers to modify this configuration",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
+1619,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_cs_volte_feature_tag,ua_config.add_cs_volte_feature_tag,Not Support,no,yes,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR> Operator specific, not allow customers to modify this configuration",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1620,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_framerate,ua_config.add_framerate,OTA and OTA BY OP,no,no,no,no,Add framerate in SDP body.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Video Call<BR>[Expected Result] framerate is included in SDP body of SIP INVITE.,Pass,,,,
1621,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_framerate.add_framerate,ua_config.add_framerate.add_framerate,Not Support,no,no,no,no,[MCF]Add framerate in SDP body.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1622,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_framesize,ua_config.add_framesize,OTA and OTA BY OP,no,no,no,no,Add framesize in SDP body.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Video Call<BR>[Expected Result] framesize is included in SDP body of SIP INVITE.,Pass,,,,
1623,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_framesize.add_framesize,ua_config.add_framesize.add_framesize,Not Support,no,no,no,no,[MCF]Add framesize in SDP body.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1624,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_imageattr,ua_config.add_imageattr,OTA and OTA BY OP,no,no,no,no,Add imageattr in SDP body.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Video Call<BR>[Expected Result] a=imageattr is included in SDP body of SIP INVITE.,Pass,,,,
1625,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_imageattr.add_imageattr,ua_config.add_imageattr.add_imageattr,Not Support,no,no,no,no,[MCF]Add imageattr in SDP body.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1626,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_no_fork,ua_config.add_no_fork,Not Support,no,no,no,no,The UE may indicate that proxies should not fork the request by including a no-fork directive within the Request-Disposition header field in the request as described in IETF RFC 3841 and 3GPP TS 24.229. The is able to configure to send SIP INVITE request with the header field when it is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
+1626,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_no_fork,ua_config.add_no_fork,Not Support,no,no,no,no,The UE may indicate that proxies should not fork the request by including a no-fork directive within the Request-Disposition header field in the request as described in IETF RFC 3841 and 3GPP TS 24.229. The is able to configure to send SIP INVITE request with the header field when it is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1627,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_no_fork.add_no_fork,ua_config.add_no_fork.add_no_fork,Not Support,no,no,no,no,[MCF]The UE may indicate that proxies should not fork the request by including a no-fork directive within the Request-Disposition header field in the request as described in RFC 3841 and TS 24.229. The is able to configure to send INVITE with the header field when it is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
-1628,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_no_fork_in_SMS,ua_config.add_no_fork_in_SMS,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This is to set no-fork to the REQUEST_DISPOSITION header field while SMS sending.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
+1628,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_no_fork_in_SMS,ua_config.add_no_fork_in_SMS,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This is to set no-fork to the REQUEST_DISPOSITION header field while SMS sending.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
1629,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_no_fork_in_SMS.add_no_fork_in_SMS,ua_config.add_no_fork_in_SMS.add_no_fork_in_SMS,Not Support,no,no,no,no,[MCF]Set no-fork to the REQUEST_DISPOSITION header field.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1630,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_pcni_in_vowifi,ua_config.add_pcni_in_vowifi,OTA and OTA BY OP,no,no,no,no,"Add P-Cellular-Network-Info header to SIP requests for WFC registration. call and sms<BR>0:disable<BR>1:Always add PCNI for WFC registration; call and SMS<BR>2:UE add PCNI for WFC registration, call and SMS when flight mode is off, but didn't add when flight mode is on.",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:disable<BR>1:Always add PCNI for WFC registration<BR>2:UE add PCNI for WFC registration, call and SMS when flight mode is off, but didn",No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] <BR>1. DUT A and DUT both support VoWiFi<BR>[Test Step]<BR>1. DUT A and DUT B both VoWiFi registered<BR>2. DUT A call DUT B<BR>3. Call setup<BR>[Expect Result]<BR>Need check SIP message header<BR>1. Enable: UE send P-Cellular-Network-Info in SIP message headers, include INVITE and Register and other messages<BR>2. Disable: no P-Cellular-Network-Info header observed"",Pass,,,,
1631,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_pcni_in_vowifi.add_pcni_in_vowifi,ua_config.add_pcni_in_vowifi.add_pcni_in_vowifi,Not Support,no,no,no,no,"[MCF]Add P-Cellular-Network-Info header to SIP requests for WFC registration, call and sms.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1632,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_phone_context_ignore_number_type,ua_config.add_phone_context_ignore_number_type,OTA and OTA BY OP,no,no,no,no,"When UE wanna send REFER message to remove the conference participant , UE can always add phone-context parameter into refer-to header even the dial number include country calling code .<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]Registration over LTE and Volte enable<BR>[Test Step]<BR>1.make a volte call to UEB with country calling code .<BR>2.make a volte call to UEC with country calling code .<BR>3.Merge the call to conference call .<BR>4.Remove one of participants<BR>[Expected Result]<BR>0: normal behavior .<BR>1: Refer-to header will always include phone-context parameter even the dial number is international number .",Pass,,,,
+1632,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_phone_context_ignore_number_type,ua_config.add_phone_context_ignore_number_type,OTA and OTA BY OP,no,no,no,no,"When UE wanna send REFER message to remove the conference participant , UE can always add phone-context parameter into refer-to header even the dial number include country calling code .<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]Registration over LTE and Volte enable<BR>[Test Step]<BR>1.make a volte call to UEB with country calling code .<BR>2.make a volte call to UEC with country calling code .<BR>3.Merge the call to conference call .<BR>4.Remove one of participants<BR>[Expected Result]<BR>0: normal behavior .<BR>1: Refer-to header will always include phone-context parameter even the dial number is international number .",Pass,,,,
1633,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_phone_context_ignore_number_type.add_phone_context_ignore_number_type,ua_config.add_phone_context_ignore_number_type.add_phone_context_ignore_number_type,Not Support,no,no,no,no,"[MCF]Always add the phone-context parameter ,ignore the call number type.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1634,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_precondition_in_hold_unhold_sdp,ua_config.add_precondition_in_hold_unhold_sdp,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>According to test cases in 3GPP TS 34.229, IMS shall add SDP QoS attributes in hold/unhold INVITE while precondition framework is apply in the call, but some operators have different opinion. This option can remove SDP QoS attributes for operator preference.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1524,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi. The network does support precondition and expect precondition framework is used in hold/unhold operation.<BR>[Test Step] Make a call and then hold call and then resume the call<BR>[Expected Result] This configure is set to 1 then the UE will add SDP QoS attributes in SDP body in the SIP re-INVITE request while doing hold or unhold call operation.,Pass,,,,
+1634,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_precondition_in_hold_unhold_sdp,ua_config.add_precondition_in_hold_unhold_sdp,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>According to test cases in 3GPP TS 34.229, IMS shall add SDP QoS attributes in hold/unhold INVITE while precondition framework is apply in the call, but some operators have different opinion. This option can remove SDP QoS attributes for operator preference.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1524,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi. The network does support precondition and expect precondition framework is used in hold/unhold operation.<BR>[Test Step] Make a call and then hold call and then resume the call<BR>[Expected Result] This configure is set to 1 then the UE will add SDP QoS attributes in SDP body in the SIP re-INVITE request while doing hold or unhold call operation.,Pass,,,,
1635,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_precondition_in_hold_unhold_sdp.add_precondition_in_hold_unhold_sdp,ua_config.add_precondition_in_hold_unhold_sdp.add_precondition_in_hold_unhold_sdp,Not Support,no,no,no,no,"[MCF]According to test cases in TS 34.229, IMS shall add SDP QoS attributes in hold/unhold INVITE, but some operators have different opinion. This option can remove SDP QoS attributes for operator preference.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1636,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_qos_when_offer_present,ua_config.add_qos_when_offer_present,OTA and OTA BY OP,no,no,no,no,SDP answer add QOS parameter or not depend on Offer present.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init]<BR>PCT 12.26<BR>[Test Step]<BR>1. Run PCT 12.26 Test Case<BR>[Expected Result]<BR>1. Test Case pass,Pass,,,,
1637,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_qos_when_offer_present.add_qos_when_offer_present,ua_config.add_qos_when_offer_present.add_qos_when_offer_present,Not Support,no,no,no,no,[MCF]SDP answer add QOS parameter or not depend on Offer present.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1632,7 +1632,7 @@
1645,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_user_phone.add_user_phone,ua_config.add_user_phone.add_user_phone,Not Support,no,no,no,no,"[MCF]From 3GPP TS 24.341 5.3.1.2 Submitting a short message, the To header, which shall contain the PSI of the SC of the SM-Over-IP sender shill append the user=phone header parameter. But some operators do not want to add the user=phone header parameter in the TO-Header. The UE add user=phone when this configuration is set 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1646,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",allow_non_sendrecv_rtcp_0,ua_config.allow_non_sendrecv_rtcp_0,OTA and OTA BY OP,no,no,no,no,Let RS and RR parameters be 0 when call is on hold<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,2067,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS register on 4G & setup up an MO call<BR>[Test Step] Hold the call and resume after a minute<BR>[Expected Result]<BR>Call resumption succeeds.,Pass,,,,
1647,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",allow_non_sendrecv_rtcp_0.allow_non_sendrecv_rtcp_0,ua_config.allow_non_sendrecv_rtcp_0.allow_non_sendrecv_rtcp_0,Not Support,no,no,no,no,[MCF]Let RS and RR parameters be 0 when call is on holdbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1648,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",altc_prefer_answer,ua_config.altc_prefer_answer,OTA and OTA BY OP,no,no,no,no,R13 ALTC feature answer prefer type. In answer will choose altc type as this parameter configuration.<BR>0:auto prefer<BR>1:ipv6 prefer<BR>2:ipv4 prefer,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,2:ipv4 prefer<BR>0:auto prefer<BR>1:ipv6 prefer,No,,1648,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support altc feature<BR> [Test Step] set altc support and prefer ip type to make calls<BR> [Expected Result] make call successfully as prefer IP type",Pass,,,,
+1648,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",altc_prefer_answer,ua_config.altc_prefer_answer,OTA and OTA BY OP,no,no,no,no,R13 ALTC feature answer prefer type. In answer will choose altc type as this parameter configuration.<BR>0:auto prefer<BR>1:ipv6 prefer<BR>2:ipv4 prefer,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:auto prefer<BR>1:ipv6 prefer<BR>2:ipv4 prefer,No,,1648,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support altc feature<BR> [Test Step] set altc support and prefer ip type to make calls<BR> [Expected Result] make call successfully as prefer IP type",Pass,,,,
1649,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",altc_prefer_answer.altc_prefer_answer,ua_config.altc_prefer_answer.altc_prefer_answer,Not Support,no,no,no,no,[MCF]R13 ALTC feature answer prefer type. In answer will choose altc type as this parameter configuration.bit 0:0:auto preferbit 1:1:ipv6 preferbit 2:2:ipv4 prefer,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1650,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",altc_prefer_offer,ua_config.altc_prefer_offer,OTA and OTA BY OP,no,no,no,no,R13 ALTC feature offer prefer type. In offer will provide altc priority as this parameter configuration<BR>0:auto prefer<BR>1:ipv6 prefer<BR>2:ipv4 prefer,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:auto prefer<BR>1:ipv6 prefer<BR>2:ipv4 prefer,No,1648,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support altc feature<BR> [Test Step] set altc support and prefer ip type to make calls<BR> [Expected Result] make call successfully as prefer IP type",Pass,,,,
1651,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",altc_prefer_offer.altc_prefer_offer,ua_config.altc_prefer_offer.altc_prefer_offer,Not Support,no,no,no,no,[MCF]R13 ALTC feature offer prefer type. In offer will provide altc priority as this parameter configurationbit 0:0:auto preferbit 1:1:ipv6 preferbit 2:2:ipv4 prefer,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1670,7 +1670,7 @@
1683,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_begin.bw_begin,ua_config.bw_begin.bw_begin,Not Support,no,no,no,no,"[MCF]This is EVS codec range and should be considerred with bw_end.NB=0, WB=1, SWB=2, FB=3.bit 0:0:NBbit 1:1:WBbit 2:2:SWBbit 3:3:FB",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1684,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_end,ua_config.bw_end,OTA and OTA BY OP,no,no,no,no,"This is EVS codec range and should be considerred with bw_begin. NB=0, WB=1, SWB=2, FB=3.<BR>0:NB<BR>1:WB<BR>2:SWB<BR>3:FB",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:NB<BR>1:WB<BR>2:SWB<BR>3:FB,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] bw is included in SDP body of SIP INVITE.,Pass,,,,
1685,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_end.bw_end,ua_config.bw_end.bw_end,Not Support,no,no,no,no,"[MCF]This is EVS codec range and should be considerred with bw_begin. NB=0, WB=1, SWB=2, FB=3.bit 0:0:NBbit 1:1:WBbit 2:2:SWBbit 3:3:FB",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1686,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_recv_begin,ua_config.bw_recv_begin,OTA and OTA BY OP,no,no,no,no,"This is EVS codec range and should be considerred with bw_recv_end.NB=0, WB=1, SWB=2, FB=3.<BR>0:NB<BR>1:WB<BR>2:SWB<BR>3:FB",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,3:FB<BR>0:NB<BR>1:WB<BR>2:SWB,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] bw-recv is included in SDP body of SIP INVITE if the value is different with bw_begin.,Pass,,,,
+1686,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_recv_begin,ua_config.bw_recv_begin,OTA and OTA BY OP,no,no,no,no,"This is EVS codec range and should be considerred with bw_recv_end.NB=0, WB=1, SWB=2, FB=3.<BR>0:NB<BR>1:WB<BR>2:SWB<BR>3:FB",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:NB<BR>1:WB<BR>2:SWB<BR>3:FB,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] bw-recv is included in SDP body of SIP INVITE if the value is different with bw_begin.,Pass,,,,
1687,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_recv_begin.bw_recv_begin,ua_config.bw_recv_begin.bw_recv_begin,Not Support,no,no,no,no,"[MCF]This is EVS codec range and should be considerred with bw_recv_end.NB=0, WB=1, SWB=2, FB=3.bit 0:0:NBbit 1:1:WBbit 2:2:SWBbit 3:3:FB",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1688,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_recv_end,ua_config.bw_recv_end,OTA and OTA BY OP,no,no,no,no,"This is EVS codec range and should be considerred with bw_recv_begin. NB=0, WB=1, SWB=2, FB=3.<BR>0:NB<BR>1:WB<BR>2:SWB<BR>3:FB",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,3:FB<BR>0:NB<BR>1:WB<BR>2:SWB,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] bw-recv is included in SDP body of SIP INVITE if the value is different with bw_end.,Pass,,,,
1689,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_recv_end.bw_recv_end,ua_config.bw_recv_end.bw_recv_end,Not Support,no,no,no,no,"[MCF]This is EVS codec range and should be considerred with bw_recv_begin. NB=0, WB=1, SWB=2, FB=3.bit 0:0:NBbit 1:1:WBbit 2:2:SWBbit 3:3:FB",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1679,19 +1679,19 @@
1692,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_send_end,ua_config.bw_send_end,OTA and OTA BY OP,no,no,no,no,"This is EVS codec range and should be considerred with bw_send_begin. NB=0, WB=1, SWB=2, FB=3.<BR>0:NB<BR>1:WB<BR>2:SWB<BR>3:FB",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:NB<BR>1:WB<BR>2:SWB<BR>3:FB,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] bw-send is included in SDP body of SIP INVITE if the value is different with bw_end.,Pass,,,,
1693,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bw_send_end.bw_send_end,ua_config.bw_send_end.bw_send_end,Not Support,no,no,no,no,"[MCF]This is EVS codec range and should be considerred with bw_send_begin. NB=0, WB=1, SWB=2, FB=3.bit 0:0:NBbit 1:1:WBbit 2:2:SWBbit 3:3:FB",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1694,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bypass_380_pai_check,ua_config.bypass_380_pai_check,OTA and OTA BY OP,no,no,no,no,If enabled UE allow SIP INVITE 380 response XML element check although P-Asserted-Identity header is missing from the 380 response and corresponding IMS register 200 OK does not have Path header included.<BR>This functionality enabled bypass 3GPP TS 24.229 chapter 5.1.6.8.1 requirement.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE. Test equipment must send specific 380 response<BR>[Test Step]<BR>1. Initiate VoLTE call.<BR>2. Make network simulator to send 380 response to MO INVITE<BR>[Expected Result] <BR>Enabled: If PAI is missing from 380 allow XML content check.<BR>Disabled: XML content is not checked if PAI is missing."",Pass,,,,
-1695,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bypass_conf_qos_check_in_delay_media,ua_config.bypass_conf_qos_check_in_delay_media,OTA and OTA BY OP,no,no,no,no,UE SIP UPDATE to update qos attributes in delayed media scenarios.<BR>0:Disable (send)<BR>1:Enable (NOT send),UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable (NOT send)<BR>0:Disable (send),No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MT call<BR>[Expected Result] Call succesfull. Check if UPDATE request is used to confirm quality of service. If feature is enabled UPDATE should be used eventhough ''a=conf:qos remote sendrecv' is received in SDP answer,Pass,,,,
+1695,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bypass_conf_qos_check_in_delay_media,ua_config.bypass_conf_qos_check_in_delay_media,OTA and OTA BY OP,no,no,no,no,UE SIP UPDATE to update qos attributes in delayed media scenarios.<BR>0:Disable (send)<BR>1:Enable (NOT send),UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable (send)<BR>1:Enable (NOT send),No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MT call<BR>[Expected Result] Call succesfull. Check if UPDATE request is used to confirm quality of service. If feature is enabled UPDATE should be used eventhough ''a=conf:qos remote sendrecv' is received in SDP answer,Pass,,,,
1696,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bypass_conf_qos_check_in_delay_media.bypass_conf_qos_check_in_delay_media,ua_config.bypass_conf_qos_check_in_delay_media.bypass_conf_qos_check_in_delay_media,Not Support,no,no,no,no,[MCF]UE SIP UPDATE to update qos attributes in delayed media scenarios.bit 0:0:Disable (send)bit 1:1:Enable (NOT send),BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1697,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",calc_participant_count_from_notify,ua_config.calc_participant_count_from_notify,Not Support,no,yes,no,no,Deprecated,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1698,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_barring_in_warning_header,ua_config.call_barring_in_warning_header,OTA and OTA BY OP,no,no,no,no,"If this flag is enabled, UE assumes a call barred when the SIP warning header contains call barring.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] <BR>IMS Register on 4G, test SIM don't enbale international calls service.<BR>[Test Step]<BR>Insert this SIM cards, and make a volte international call.<BR>[Expected Result]<BR>check if the UI pops up a toast "Call barring.",Untested,,,,
1699,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_barring_in_warning_header.call_barring_in_warning_header,ua_config.call_barring_in_warning_header.call_barring_in_warning_header,Not Support,no,no,no,no,"[MCF]If this flag is enabled, UE assumes a call barred when the SIP warning header contains call barring.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1700,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_callend_timer_timeout,ua_config.call_callend_timer_timeout,OTA and OTA BY OP,no,no,no,no,"From FT/IOT experiences, MTK design a timer to stop waiting the response of SIP INVITE request while user hangup the call and the UE sends SIP CANCEL request. This configuration is used to set the time period in seconds. <BR>recommand to set to 0<BR>unit: sec",UNSIGNED CHAR,1,,,10,NR15.R3.MD700.MP,,any:values and format please reference to param. description<BR>recommand to set to 0,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi. Do the test under a poor signal location<BR>[Test Step] make a MO call and then no response from the network<BR>[Expected Result] The UE will send SIP CANCEL request to terminate the call after a timer timeout. This configuration is used to set up the timer.,Pass,,,,
+1700,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_callend_timer_timeout,ua_config.call_callend_timer_timeout,OTA and OTA BY OP,no,no,no,no,"From FT/IOT experiences, MTK design a timer to stop waiting the response of SIP INVITE request while user hangup the call and the UE sends SIP CANCEL request. This configuration is used to set the time period in seconds. <BR>recommand to set to 0<BR>unit: sec",UNSIGNED CHAR,1,,,10,NR15.R3.MD700.MP,,recommand to set to 0<BR>any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi. Do the test under a poor signal location<BR>[Test Step] make a MO call and then no response from the network<BR>[Expected Result] The UE will send SIP CANCEL request to terminate the call after a timer timeout. This configuration is used to set up the timer.,Pass,,,,
1701,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_emc_rtt_cb_timeout,ua_config.call_emc_rtt_cb_timeout,OTA and OTA BY OP,no,no,no,no,MT auto upgrade timer for RTT call when EMC RTT call is terminated.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,2095,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
1702,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_id_with_host_inCall,ua_config.call_id_with_host_inCall,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Some operators request to add device address in SIP Call-ID header field. The IMS will add it when this configuration is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]IMS Register on 4G or WiFi<BR>[Test Step] make IMS call and then hangup the call<BR>[Expected Result] If this parameter is set to 1, Call-ID header field of SIP INVITE will include device address",Pass,,,,
1703,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_id_with_host_inCall.call_id_with_host_inCall,ua_config.call_id_with_host_inCall.call_id_with_host_inCall,Not Support,no,no,no,no,[MCF]Some operators request to add address in CallID header field. The UE will add it when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1704,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_id_with_host_inReg,ua_config.call_id_with_host_inReg,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If UE uses specific host format(random_string@host) in Call-id header<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if Call-id uses random_string@host format,Pass,,,,
+1704,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_id_with_host_inReg,ua_config.call_id_with_host_inReg,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If UE uses specific host format(random_string@host) in Call-id header<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if Call-id uses random_string@host format,Pass,,,,
1705,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_id_with_host_inReg.call_id_with_host_inReg,ua_config.call_id_with_host_inReg.call_id_with_host_inReg,Not Support,no,no,no,no,[MCF]If UE uses specific host format(random_string@host) in Call-id headerbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1706,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_lte_emc_timer_timeout,ua_config.call_lte_emc_timer_timeout,OTA and OTA BY OP,no,yes,no,no,"This timer is for operator specific LTE emregency call. If timer expired, LTE 911 call will be terminated, UE shall select another system to make the 911 call<BR>default value shall be 20 seconds as operator specific value<BR>unit: sec",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N) Test Time (minutes) [Init] IMS registered [Test Step] set expected timer value to make the LTE 911 call [Expected Result] if NW dose not response, check timer expired and make 911 call to other domain",Pass,,,,
-1707,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_mo_pidf_usage,ua_config.call_mo_pidf_usage,OTA and OTA BY OP,no,no,no,no,"Bit mask whether to add pidf/location in different kinds of MO calls. Bit 0 means enabled, bit 1 disabled. Location information is considered sensitive information, so this configuration is subject to local legistlation. Specifications: TS 24.229 clause 5.1.6 and RFC 4119.<BR>b0: WFC emergency (default 0)<BR>b1: WFC normal (default 0)<BR>b2: VoLTE emergency (default 1)<BR>b3: VoLTE normal (default 1)<BR>b4: WFC Anonymous emergency call (default 0)<BR>b5: WFC Call with Pre defined numbers(Please see: required_loc_info_num_set) (default 0)<BR>b6: VoLTE Call with Pre defined numbers(Please see: required_loc_info_num_set) (default 1)<BR>b7: reserved",UNSIGNED CHAR,1,,,0x0C,NR15.R3.MD700.MP,,b0:WFC emergency (default 0)<BR>b1:WFC normal (default 0)<BR>b2:VoLTE emergency (default 1)<BR>b3:VoLTE normal (default 1),No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Modify the setting.<BR>Make MO IMS calls, the pidf document in added whenever selected by setting. This can be checked from the SIP messages.<BR>Note! the location information is sensitive information, so this might be hidded in normal logs, so you might need to test this against some test machine to see all the infromation.",Pass,,,,
+1707,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_mo_pidf_usage,ua_config.call_mo_pidf_usage,OTA and OTA BY OP,no,no,no,no,"Bit mask whether to add pidf/location in different kinds of MO calls. Bit 0 means enabled, bit 1 disabled. Location information is considered sensitive information, so this configuration is subject to local legistlation. Specifications: TS 24.229 clause 5.1.6 and RFC 4119.<BR>b0: WFC emergency (default 0)<BR>b1: WFC normal (default 0)<BR>b2: VoLTE emergency (default 1)<BR>b3: VoLTE normal (default 1)<BR>b4-b7: reserved",UNSIGNED CHAR,1,,,0x0C,NR15.R3.MD700.MP,,b0:WFC emergency (default 0)<BR>b1:WFC normal (default 0)<BR>b2:VoLTE emergency (default 1)<BR>b3:VoLTE normal (default 1),No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Modify the setting.<BR>Make MO IMS calls, the pidf document in added whenever selected by setting. This can be checked from the SIP messages.<BR>Note! the location information is sensitive information, so this might be hidded in normal logs, so you might need to test this against some test machine to see all the infromation.",Pass,,,,
1708,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_mo_pidf_usage.b1,ua_config.call_mo_pidf_usage.b1,Not Support,no,no,no,no,"[MCF]Bit mask whether to add pidf/location in different kinds of MO calls. Bit 0 means enabled, bit 1 disabled.WFC emergency (default 0)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Modify the setting.<BR>Make MO IMS calls, the pidf document in added whenever selected by setting. This can be checked from the SIP messages.<BR>Note! the location information is sensitive information, so this might be hidded in normal logs, so you might need to test this against some test machine to see all the infromation.",Pass,,,,
1709,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_mo_pidf_usage.b2,ua_config.call_mo_pidf_usage.b2,Not Support,no,no,no,no,"[MCF]Bit mask whether to add pidf/location in different kinds of MO calls. Bit 0 means enabled, bit 1 disabled.WFC normal (default 0)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Modify the setting.<BR>Make MO IMS calls, the pidf document in added whenever selected by setting. This can be checked from the SIP messages.<BR>Note! the location information is sensitive information, so this might be hidded in normal logs, so you might need to test this against some test machine to see all the infromation.",Pass,,,,
1710,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_mo_pidf_usage.b3,ua_config.call_mo_pidf_usage.b3,OTA and OTA BY OP,no,no,no,no,"[MCF]Bit mask whether to add pidf/location in different kinds of MO calls. Bit 0 means enabled, bit 1 disabled.VoLTE emergency (default 1)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Modify the setting.<BR>Make MO IMS calls, the pidf document in added whenever selected by setting. This can be checked from the SIP messages.<BR>Note! the location information is sensitive information, so this might be hidded in normal logs, so you might need to test this against some test machine to see all the infromation.",Pass,,,,
@@ -1700,7 +1700,7 @@
1713,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_normal_clear_timer_timeout,ua_config.call_normal_clear_timer_timeout,OTA and OTA BY OP,no,no,no,no,"If the value is greater than 0, UE starts timer to wait BYE's final response. <BR>unit: sec",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init]<BR>Anite Test Case<BR>[Test Step]<BR>Anite TC-MF_VoLTE-11003<BR>[Expected Result]<BR>Case pass,Pass,,,,
1714,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_pull_sub_expire,ua_config.call_pull_sub_expire,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Timer for sending SUBSCRIBE for call pull. <BR>unit: sec,UNSIGNED INT,4,,,7200,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
1715,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_refreshcall_timer_expire,ua_config.call_refreshcall_timer_expire,OTA and OTA BY OP,no,no,no,no,"This is to set the timer that send SIP BYE request before. This configuration is used to set the time period in seconds. If the timer is set to 5 seconds, the IMS will send SIP BYE request to terminate the call before session timer is timeout.<BR>recommand to set to 0<BR>unit: sec",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make a MO long call and the network does not send reINVITE request for session refresh<BR>[Expected Result] The UE will send SIP BYE request to terminate the call before session timer is timeout. This configuration is used to set up the timer.,Untested,,,,
-1716,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_rel_holdcall_in_midcall_SRVCC,ua_config.call_rel_holdcall_in_midcall_SRVCC,OTA and OTA BY OP,no,no,no,no,Some operators request to release hold call when there is a SRVCC happened for active call and a hold call. UE will releae the hold call if the flag is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE. The network has support mid-call srvcc feature tag in SIP messages.<BR>[Test Step] make a MO call and then hold call. Go to a SRVCC area.<BR>[Expected Result] The UE terminate the hold call if this configruation is set to 1.,Pass,,,,
+1716,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_rel_holdcall_in_midcall_SRVCC,ua_config.call_rel_holdcall_in_midcall_SRVCC,OTA and OTA BY OP,no,no,no,no,Some operators request to release hold call when there is a SRVCC happened for active call and a hold call. UE will releae the hold call if the flag is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE. The network has support mid-call srvcc feature tag in SIP messages.<BR>[Test Step] make a MO call and then hold call. Go to a SRVCC area.<BR>[Expected Result] The UE terminate the hold call if this configruation is set to 1.,Pass,,,,
1717,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_rel_holdcall_in_midcall_SRVCC.call_rel_holdcall_in_midcall_SRVCC,ua_config.call_rel_holdcall_in_midcall_SRVCC.call_rel_holdcall_in_midcall_SRVCC,Not Support,no,no,no,no,[MCF]Some operators request to release hold call when there is a SRVCC happened for active call and a hold call. UE will releae the hold call if the flag is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1718,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_ringback_timer_timeout,ua_config.call_ringback_timer_timeout,OTA and OTA BY OP,no,no,no,no,This is a timer in MO side. It starts when the MO UE receives 180 ringing from MT UE and starts to play ring-back tone. The UE will not start the timer when the configuration is set to 0. <BR>recommand to set to 0<BR>unit: sec,UNSIGNED SHORT,2,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make MO call and then MT side do not accept the call<BR>[Expected Result] the call will goes to terminate after the configured time is timeout,Pass,,,,
1719,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",call_ringing_timeout_code,ua_config.call_ringing_timeout_code,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Set the UE responded SIP response code for SIP INVITE request when the incoming MT call ringing end timer timeout<BR>SIP error response code value defined as RFC3261,UNSIGNED SHORT,2,,,486,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] <BR>1. Check and set a value to call_ringing_timer_timeout , such as 45, to DUT B<BR>2. DUT A and DUT B both registered on VoLTE networks<BR>[Test Step]<BR>1. DUT A call DUT B and DUT B ringing<BR>2. DUT B don't accept or reject call in call_ringing_timer_timeout set seconds and wait the call was auto disconnected<BR>[Expect Result]<BR>1. Need check SIP response for INVITE that DUT B sent<BR>2. DUT B should response the configured SIP response code, such as 486, or other configured values",Pass,,,,
@@ -1713,16 +1713,16 @@
1726,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ch_recv,ua_config.ch_recv,OTA and OTA BY OP,no,no,no,no,"From TS 26.445, this item is valid when the EVS mode is Primary mode. In SDP attribute, it is used to specify the number of audio channels to be used in the session for the recive direction. The value is from 1 to the maximum number of audio channels.",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] ch-recv is included in SDP body of SIP INVITE.,Pass,,,,
1727,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ch_send,ua_config.ch_send,OTA and OTA BY OP,no,no,no,no,"From TS 26.445, this item is valid when the EVS mode is Primary mode. In SDP attribute, it is used to specify the number of audio channels to be used in the session for the send direction. The value is from 1 to the maximum number of audio channels.",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] ch-send is included in SDP body of SIP INVITE.,Pass,,,,
1728,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_380_xml_with_no_action,ua_config.check_380_xml_with_no_action,Not Support,no,no,no,no,If enabled UE omit SIP INVITE 380 response XML Action element content if Type element content is emergency and if contact header is missing from 380 response.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE. Test equipment must send specific 380 response<BR>[Test Step]<BR>1. Initiate VoLTE call.<BR>2. Make network simulator to send 380 response to MO INVITE<BR>[Expected Result] <BR>Enabled: 380 XML action element content is omitted for normal call 380 response and UE may dial normal call as over next domain,<BR>Disabled: 380 XML action element content 'emergency-registration' always trigger emergency call over next domain."",Untested,,,,
-1729,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_call_domain,ua_config.check_call_domain,Not Support,no,yes,no,no,"Operator specific, not allow customers to modify this configuration",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
+1729,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_call_domain,ua_config.check_call_domain,Not Support,no,yes,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR> Operator specific, not allow customers to modify this configuration",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1730,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_conference_subscribe,ua_config.check_conference_subscribe,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>From 3GPP TS 24.147, the IMS is able to do conference subscribe event package when conference response contains 'conference' tag in Allow-Event header field. But most operators do not add the header field to check. The IMS will check the header field when the configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO 2 Calls and then merging the two calls<BR>[Expected Result] After two calls are merged, the SIP SUBSCRIBE request is sent if the response from conference focus server has included 'conference' tag in Allow-Event header field and this configuration is set 1.",Pass,,,,
1731,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_conference_subscribe.check_conference_subscribe,ua_config.check_conference_subscribe.check_conference_subscribe,Not Support,no,no,no,no,"[MCF]From TS 24.147, the UE is able to do conference subscribe event package when conference response contains 'conference' tag in Allow-Event header field. But most operators do not add the header field to check. The UE will check the header field when the configuration is set to 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1732,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_contact_380,ua_config.check_contact_380,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>In 3GPP TS 24.229 5.1.6 and TS 34.229 release 11 PCT test cases, the emergency type is added in Contact header field in SIP 380 alternative service response. If this configuration is set to enable, the IMS only check Contact header field and make a emergency CS call with a specific emergency type. (without check XML body)<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] If the network send 380 response for the calls, UA will check Contact header field according to TS 24.229 5.1.6 if the cofiguration is set to 1",Pass,,,,
1733,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_contact_380.check_contact_380,ua_config.check_contact_380.check_contact_380,Not Support,no,no,no,no,"[MCF]For TS 34.229 release 11 PCT test cases, the emergency type can be added in Contact header field in 380 alternative service response (not only in XML body). And the UE shall make a emergency CS call with a specific emergency type. The UE can be configured to support it or not.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1734,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_curr_qos,ua_config.check_curr_qos,OTA and OTA BY OP,no,no,no,no,Check remote qos is to send UPDATE for precondition eventhough remote did not include conf attribute parameter<BR>0:Disable<BR>1:Enable,ENUM,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW dose not support sdp conf parameter<BR> [Test Step] <BR> 1. make MO call <BR> [Expected Result] make call successfully",Pass,,,,
1735,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_curr_qos.check_curr_qos,ua_config.check_curr_qos.check_curr_qos,Not Support,no,no,no,no,[MCF]Check remote qos is to send UPDATE for precondition eventhough remote did not include conf attribute parameterbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1736,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_msisdn,ua_config.check_msisdn,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER should use MSISDN-based URI if it is valid<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[init] ims register [this is used for vzw]<BR>[Test Step] set value 0 or 1<BR>[Expected Result] check if the value enabled ,UE will use MSISDN based registration",Pass,,,,
+1736,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_msisdn,ua_config.check_msisdn,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER should use MSISDN-based URI if it is valid<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[init] ims register [this is used for vzw]<BR>[Test Step] set value 0 or 1<BR>[Expected Result] check if the value enabled ,UE will use MSISDN based registration",Pass,,,,
1737,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_msisdn.check_msidsn,ua_config.check_msisdn.check_msidsn,Not Support,no,no,no,no,[MCF]Indicate if REGISTER should use MSISDN-based URI if it is validbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1738,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_notify_instance_id,ua_config.check_notify_instance_id,Not Support,no,yes,no,no,"Operator specific, not allow customers to modify this configuration",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
+1738,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_notify_instance_id,ua_config.check_notify_instance_id,Not Support,no,yes,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR> Operator specific, not allow customers to modify this configuration",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1739,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_reason_phrase,ua_config.check_reason_phrase,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>The IMS in default is to do re-registration when receive SIP 403 Forbidden response. This configure is to do re-registration only when receive 403 Forbidden with Reason - Originating user not registered. <BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi. <BR>[Test Step] Make MO call and then merge the network send 403 Forbidden response with Reason header field.<BR>[Expected Result] This configure is to do re-registration only when receive 403 Forbidden with Reason - Originating user not registered.,Pass,,,,
1740,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_reason_phrase.check_reason_phrase,ua_config.check_reason_phrase.check_reason_phrase,Not Support,no,no,no,no,[MCF]IMS do re-registration when receive 403 Forbidden with Reason - Originating user not registered for Verizon customization. Default is to do re-registration without checking Reason header field.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1741,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",check_reg_contact,ua_config.check_reg_contact,OTA and OTA BY OP,no,no,no,no,Check for contact URI match. if enabled then contact URI in REGISTER request must match to the response from registrar.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] SIP Response for REGISTER from server may contain two URI (one is old id)<BR>[Test Step] Let the DUT DeRegister<BR>[Expected Result] <BR> enable: will not match contact URI in request and response<BR> disable: Will ensure contact URI is exact same in request and response,Pass,,,,
@@ -1739,24 +1739,24 @@
1752,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conf_refer_order_by_call_id,ua_config.conf_refer_order_by_call_id,OTA and OTA BY OP,no,no,no,no,"When make 3-way conference session, the host will send two REFER requests for inviting the two participants.<BR>Host usually will firstly REFER the already hold session when creating conference. So if user has made 1 or 3<BR>or any odd times swap operation, the host will firstly REFER the 2nd established call session instead of<BR>the 1st one. This will suffer some NW issue such as call drops or REFER fails.<BR>0: is the default value, host will firstly REFER the already hold session when create conference;<BR>1: host will always firstly REFER the session with a lower call id;",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:is the default value, host will firstly REFER the already hold session when create conference<BR>1:host will always firstly REFER the session with a lower call id",No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step] DUT make two calls with A and B respectively, then swap the two calls once, and then merge the two calls.<BR>[Expected Result] <BR> enable: REFER A first.<BR> disable: REFER B first.",Pass,,,,
1753,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conf_refer_order_by_call_id.conf_refer_order_by_call_id,ua_config.conf_refer_order_by_call_id.conf_refer_order_by_call_id,Not Support,no,no,no,no,"[MCF]When make 3-way conference session, the host will send two REFER requests for inviting the two participants. Host usually will firstly REFER the already hold session when creating conference. So if user has made 1 or 3 or any odd times swap operation, the host will firstly REFER the 2nd established call session instead of the 1st one. This will suffer some NW issue such as call drops or REFER fails.bit 0:0:is the default value, host will firstly REFER the already hold session when create conferencebit 1:1:host will always firstly REFER the session with a lower call idhost will always firstly REFER the session with a lower call id",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1754,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conf_sub_timer_timeout,ua_config.conf_sub_timer_timeout,Not Support,no,no,no,no,"From 3GPP TS 24.147, the UE is able to do conference subscribe event package and re-subscribe for a time period. This configuration is used to set the time period in seconds. <BR>recommand to set to 3600 seconds<BR>unit: sec",UNSIGNED INT,4,,,,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-1755,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conf_user_count_includes_host,ua_config.conf_user_count_includes_host,Not Support,no,no,no,no,"From 3GPP TS 24.147, "User-count" parameter in conference event package XML includes all users is requested. The network send SIP NOTIFY request for conference event package, and in the message, "user-count" is presented in normal case. But some operator does not include the conference host in "user-count". <BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
+1755,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conf_user_count_includes_host,ua_config.conf_user_count_includes_host,Not Support,no,no,no,no,"From 3GPP TS 24.147, "User-count" parameter in conference event package XML includes all users is requested. The network send SIP NOTIFY request for conference event package, and in the message, "user-count" is presented in normal case. But some operator does not include the conference host in "user-count". <BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1756,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conf_user_count_includes_host.conf_user_count_includes_host,ua_config.conf_user_count_includes_host.conf_user_count_includes_host,Not Support,no,no,no,no,"[MCF]User-count parameter in conference event package XML includes all users. This is a feature option in conference event package. The UE will receive NOTIFY for conference event package, and in the message, the network will present user-count in this conference call. In normal case, the user-count will include the conference host.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1757,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conference_desub_time,ua_config.conference_desub_time,OTA and OTA BY OP,no,no,no,no,"Time that UE waits de-subscription from conference event package after conference call is terminated. If the NOTIFY is not received when timer expires, the UE will send SUBSCRIBE to de-subcribe the conference package.Specifications: TS 24.147 subclause 5.3.1.6.1 and RFC 4575<BR>range:0-255<BR>unit: sec",UNSIGNED CHAR,1,,,30,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"- Special test cases where no NOTIFY is sent to the UE after the conference call is ended.<BR>Configure the timer to desired value, check that after the timeout the UE will send de-SUBSCRIBE for conference-event.",Pass,,,,
1758,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conference_subscribe_timing,ua_config.conference_subscribe_timing,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>SIP SUBSCRIBE request is sent after all calls are merged, however some operators require to send SIP SUBSCRIBE request right after conference call is established with conference focus server. If this is set to 1, then SIP SUBSCRIBE request is sent right after conference call is established with the conference focus server.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO 2 Calls and then merging the two calls<BR>[Expected Result] After two calls are merged, the SIP SUBSCRIBE request is sent if this configuration is set to 0. After the call to conference focus server is established, the SIP SUBSCRIBE request is sent if the configuration is set to 1.",Pass,,,,
1759,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conference_subscribe_timing.conference_subscribe_timing,ua_config.conference_subscribe_timing.conference_subscribe_timing,Not Support,no,no,no,no,"[MCF]In test cases of TS 34.229, SUBSCRIBE request is sent after all calls are merged, however some operators require to send SUBSCRIBE right after conference call is established with conference focus server.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1760,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_wildcard_dereg,ua_config.contact_wildcard_dereg,OTA and OTA BY OP,no,no,no,no,Indicate if de-REGISTER uses wildcard in Contact header<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] Volte Network supports wildcard in contact header<BR>[Test Step] Let the DUT DeRegister<BR>[Expected Result] <BR> enable: deREGISTER SIP Message with wildchar in contact header<BR> disable: regular deREGISTER SIP message observed,Untested,,,,
1761,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_wildcard_dereg.contact_wildcard_dereg,ua_config.contact_wildcard_dereg.contact_wildcard_dereg,Not Support,no,no,no,no,[MCF]Indicate if de-REGISTER uses wildcard in Contact headerbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1762,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_accesstype,ua_config.contact_with_accesstype,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Contact header contains +g.3gpp.accesstype<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if REGISTER Contact header contains +g.3gpp.accesstype,Pass,,,,
+1762,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_accesstype,ua_config.contact_with_accesstype,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Contact header contains +g.3gpp.accesstype<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if REGISTER Contact header contains +g.3gpp.accesstype,Pass,,,,
1763,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_accesstype.contact_with_accesstype,ua_config.contact_with_accesstype.contact_with_accesstype,Not Support,no,no,no,no,[MCF]Indicate if REGISTER Contact header contains +g.3gpp.accesstypebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1764,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_expires,ua_config.contact_with_expires,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if registration expiration interval is contained in Contact header expires parameter or in standalone Expires header.<BR>0:Expires header<BR>1:Contact header with expires parameter,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Expires header<BR>1:Contact header with expires parameter,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step] IMS registration<BR>[Expected Result] check if REGISTER birngs "expires" parameter in Contact header,Pass,,,,
+1764,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_expires,ua_config.contact_with_expires,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if registration expiration interval is contained in Contact header expires parameter or in standalone Expires header.<BR>0:Expires header<BR>1:Contact header with expires parameter,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Contact header with expires parameter<BR>0:Expires header,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step] IMS registration<BR>[Expected Result] check if REGISTER birngs "expires" parameter in Contact header,Pass,,,,
1765,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_expires.contact_with_expires,ua_config.contact_with_expires.contact_with_expires,Not Support,no,no,no,no,[MCF]Indicate if registration expiration interval is contained in Contact header expires parameter or in standalone Expires header.bit 0:0:Expires headerbit 1:1:Contact header with expires parameter,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1766,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_mobility,ua_config.contact_with_mobility,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Contact header contains mobility parameter<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step] IMS registration<BR>[Expected Result] check if REGISTER birngs "mobility" parameter in Contact header,Pass,,,,
+1766,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_mobility,ua_config.contact_with_mobility,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Contact header contains mobility parameter<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step] IMS registration<BR>[Expected Result] check if REGISTER birngs "mobility" parameter in Contact header,Pass,,,,
1767,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_mobility.contact_with_mobility,ua_config.contact_with_mobility.contact_with_mobility,Not Support,no,no,no,no,[MCF]Indicate if REGISTER Contact header contains mobility parameterbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1768,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_regid,ua_config.contact_with_regid,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Contact header contains regid parameter<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step] IMS registration<BR>[Expected Result] check if REGISTER birngs "reg-id" parameter in Contact header,Pass,,,,
+1768,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_regid,ua_config.contact_with_regid,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Contact header contains regid parameter<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step] IMS registration<BR>[Expected Result] check if REGISTER birngs "reg-id" parameter in Contact header,Pass,,,,
1769,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_regid.contact_with_regid,ua_config.contact_with_regid.contact_with_regid,Not Support,no,no,no,no,[MCF]Indicate if REGISTER Contact header contains regid parameterbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1770,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_transport,ua_config.contact_with_transport,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Contact header contains transport parameter<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if transport parameter appears in Contact header URI parameter list,Pass,,,,
1771,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_transport.contact_with_transport,ua_config.contact_with_transport.contact_with_transport,Not Support,no,no,no,no,[MCF]Indicate if REGISTER Contact header contains transport parameterbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1772,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_username,ua_config.contact_with_username,OTA and OTA BY OP,no,no,no,no,Indicate if REGISTER Contact header URI contains username<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if username appears in Contact header URI,Pass,,,,
+1772,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_username,ua_config.contact_with_username,OTA and OTA BY OP,no,no,no,no,Indicate if REGISTER Contact header URI contains username<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,steps: IMS registration<BR>=> check if username appears in Contact header URI,Pass,,,,
1773,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_username.contact_with_username,ua_config.contact_with_username.contact_with_username,Not Support,no,no,no,no,[MCF]Indicate if REGISTER Contact header URI contains usernamebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1774,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_username_inCall,ua_config.contact_with_username_inCall,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>In IETF RFC3261, the user name part shall not be added in Contact header, but it is required in some server.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi. The network suppport the username in SIP Contact header field of SIP messages<BR>[Test Step] Make MO call<BR>[Expected Result] If the network need username in SIP Contact header field, then this configuration is set to 1."",Pass,,,,
1775,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",contact_with_username_inCall.contact_with_username_inCall,ua_config.contact_with_username_inCall.contact_with_username_inCall,Not Support,no,no,no,no,"[MCF]In RFC3261, the user name part shall not be added in Contact header, but it is required in some server.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1780,9 +1780,9 @@
1793,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_clear_ipsec,ua_config.dereg_clear_ipsec,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if IPSec channel is reset after de-registration is done<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,UT will cover,Pass,,,,
1794,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_clear_ipsec.dereg_clear_ipsec,ua_config.dereg_clear_ipsec.dereg_clear_ipsec,Not Support,no,no,no,no,[MCF]Indicate if IPSec channel is reset after de-registration is donebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1795,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_delay_time,ua_config.dereg_delay_time,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>unit: sec,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] UCE(Presence) feature or RCS featuer is turnned on<BR>[Test Step] IMS registration<BR>[Expected Result] check if de-REGISTER is sent before un-PUBLISH,Pass,,,,
-1796,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_reset_tcp_client,ua_config.dereg_reset_tcp_client,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if unprotected tcp connection is reset after de-registration is done<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"steps: IMS registration, enter flight moe<BR>=> check if UE close unprotected TCP connection after de-registration is done",Pass,,,,
+1796,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_reset_tcp_client,ua_config.dereg_reset_tcp_client,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if unprotected tcp connection is reset after de-registration is done<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"steps: IMS registration, enter flight moe<BR>=> check if UE close unprotected TCP connection after de-registration is done",Pass,,,,
1797,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_reset_tcp_client.dereg_reset_tcp_client,ua_config.dereg_reset_tcp_client.dereg_reset_tcp_client,Not Support,no,no,no,no,[MCF]Indicate if unprotected tcp connection is reset after de-registration is donebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1798,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_send_bye,ua_config.dereg_send_bye,OTA and OTA BY OP,no,no,no,no,"This is to send SIP BYE request to terminate call while doing IMS deregistration. In default, the IMS releases the call sessions locally without sending any SIP message.<BR>0:UE local release call<BR>1:send SIP BYE to terminate call",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:UE local release call<BR>1:send SIP BYE to terminate call,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make MO call and then disable VOLTE or enter to flight mode.<BR>[Expected Result] If this configuration is set to 1, then the UE will send SIP BYE request for the MO call.",Untested,,,,
+1798,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_send_bye,ua_config.dereg_send_bye,OTA and OTA BY OP,no,no,no,no,"This is to send SIP BYE request to terminate call while doing IMS deregistration. In default, the IMS releases the call sessions locally without sending any SIP message.<BR>0:UE local release call<BR>1:send SIP BYE to terminate call",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:send SIP BYE to terminate call<BR>0:UE local release call,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make MO call and then disable VOLTE or enter to flight mode.<BR>[Expected Result] If this configuration is set to 1, then the UE will send SIP BYE request for the MO call.",Untested,,,,
1799,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_send_bye.dereg_send_bye,ua_config.dereg_send_bye.dereg_send_bye,Not Support,no,no,no,no,[MCF]UE send BYE to terminate call while doing IMS deregistrationbit 0:0:UE local release callbit 1:1:send SIP BYE to terminate call,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1800,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_amr_params_in_wfc_call,ua_config.disable_amr_params_in_wfc_call,OTA and OTA BY OP,no,no,no,no,Bitmask to configure AMR fmtp parameters in WFC call;<BR>b0: amr-mode-change-period disabled<BR>b1: amr-mode-change-neighbor disabled<BR>b2-b7: reserved,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b0:amr<BR>b1:amr,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over VoWiFi<BR>[Test Step] MT call<BR>[Expected Result] Call succesfull. Check that AMR parameters in SDP answer are set according to the configuration. If b0 the string amr-mode-change-period should not be visible. If b1 is enabled the amr-mode-change-neighbor should not be visible.",Pass,,,,
1801,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_amr_params_in_wfc_call.b1,ua_config.disable_amr_params_in_wfc_call.b1,Not Support,no,no,no,no,[MCF]amr-mode-change-period disabled,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over VoWiFi<BR>[Test Step] MT call<BR>[Expected Result] Call succesfull. Check that AMR parameters in SDP answer are set according to the configuration. If b0 the string amr-mode-change-period should not be visible. If b1 is enabled the amr-mode-change-neighbor should not be visible.",Pass,,,,
@@ -1790,11 +1790,11 @@
1803,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_amr_params_in_wfc_call.b3,ua_config.disable_amr_params_in_wfc_call.b3,Not Support,no,no,no,no,[MCF]reserved,BIT,6,,6,0x3f,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over VoWiFi<BR>[Test Step] MT call<BR>[Expected Result] Call succesfull. Check that AMR parameters in SDP answer are set according to the configuration. If b0 the string amr-mode-change-period should not be visible. If b1 is enabled the amr-mode-change-neighbor should not be visible.",Pass,,,,
1804,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_conf_call_prcd,ua_config.disable_conf_call_prcd,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Some operators request not to do precondition framework when making conference call to conference focus server. The UE will not add SDP attributes for precondition framework when this configuration is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step] DUT make two calls with A and B respectively, then merges both calls into 3-way conference call.<BR>[Expected Result] <BR> enable: The 3-way conference host UE doesn't add SDP attributes for precondition framework for conference INVITE request.<BR> disable: The 3-way conference host UE adds SDP attributes for precondition framework for conference INVITE request.",Pass,,,,
1805,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_conf_call_prcd.disable_conf_call_prcd,ua_config.disable_conf_call_prcd.disable_conf_call_prcd,Not Support,no,no,no,no,[MCF]Some operators request not to do precondition framework when making conference call to conference focus server. The UE will not add SDP attributes for precondition framework when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1806,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_tcall_timer_in_hold,ua_config.disable_tcall_timer_in_hold,OTA and OTA BY OP,no,no,no,no,Disable start tcall timer at hold call operation.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] <BR>1. DUT A and DUT B both registered on VoLTE or VoWiFi networks<BR>[Test Step]<BR>1. DUT A call DUT B and call setup successfully<BR>2. DUT A move to bad signal erea<BR>3. DUT A hold and resume the call<BR>[Expect Result]<BR>1. Enable: hold and resume behavior works fine<BR>2. Disable: hold or resume might failed due to no response from networks and timer timeout",Pass,,,,
+1806,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_tcall_timer_in_hold,ua_config.disable_tcall_timer_in_hold,OTA and OTA BY OP,no,no,no,no,Disable start tcall timer at hold call operation.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] <BR>1. DUT A and DUT B both registered on VoLTE or VoWiFi networks<BR>[Test Step]<BR>1. DUT A call DUT B and call setup successfully<BR>2. DUT A move to bad signal erea<BR>3. DUT A hold and resume the call<BR>[Expect Result]<BR>1. Enable: hold and resume behavior works fine<BR>2. Disable: hold or resume might failed due to no response from networks and timer timeout",Pass,,,,
1807,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_tcall_timer_in_hold.disable_tcall_timer_in_hold,ua_config.disable_tcall_timer_in_hold.disable_tcall_timer_in_hold,Not Support,no,no,no,no,[MCF]Disable start tcall timer at hold call operation.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1808,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_ul_rtp_in_early_state,ua_config.disable_ul_rtp_in_early_state,OTA and OTA BY OP,no,no,no,no,"For video early media scenario, DO NOT send UL RTP data (including both audio and video data).<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register on 4G<BR>[Test Step] Make a audio or video call (remote has enabled video ringback tone service)<BR>[Expected Result]<BR> Enable: UE will not send UL video/audio rtp data to NW when playing video ringback tone.<BR> Disable: UE will also send UL video/audio rtp data to NW when playing the video ringback tone.,Pass,,,,
+1808,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_ul_rtp_in_early_state,ua_config.disable_ul_rtp_in_early_state,OTA and OTA BY OP,no,no,no,no,"For video early media scenario, DO NOT send UL RTP data (including both audio and video data).<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register on 4G<BR>[Test Step] Make a audio or video call (remote has enabled video ringback tone service)<BR>[Expected Result]<BR> Enable: UE will not send UL video/audio rtp data to NW when playing video ringback tone.<BR> Disable: UE will also send UL video/audio rtp data to NW when playing the video ringback tone.,Pass,,,,
1809,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disable_ul_rtp_in_early_state.disable_ul_rtp_in_early_state,ua_config.disable_ul_rtp_in_early_state.disable_ul_rtp_in_early_state,Not Support,no,no,no,no,"[MCF]For video early media scenario, DO NOT send UL RTP data.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1810,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disconnect_tcp_when_abnormal,ua_config.disconnect_tcp_when_abnormal,OTA and OTA BY OP,no,no,no,no,disconnect User Agent SIP port-c and remote P-CSCF port-s TCP connection when User agent SIP signal timeout.<BR>0: disable disconnect TCP.<BR>1: enable disconnect TCP.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:enable disconnect TCP<BR>0:disable disconnect TCP,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[INIT]<BR>[Test Step]<BR>MO call, Network not response 100 trying and 183 message <BR>[Expected Result]<BR>after Tcall timer timeout, UE local shutdown IMS signal TCP connection",Pass,,,,
+1810,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disconnect_tcp_when_abnormal,ua_config.disconnect_tcp_when_abnormal,OTA and OTA BY OP,no,no,no,no,disconnect User Agent SIP port-c and remote P-CSCF port-s TCP connection when User agent SIP signal timeout.<BR>0: disable disconnect TCP.<BR>1: enable disconnect TCP.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:disable disconnect TCP<BR>1:enable disconnect TCP,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[INIT]<BR>[Test Step]<BR>MO call, Network not response 100 trying and 183 message <BR>[Expected Result]<BR>after Tcall timer timeout, UE local shutdown IMS signal TCP connection",Pass,,,,
1811,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",disconnect_tcp_when_abnormal.disconnect_tcp_when_abnormal,ua_config.disconnect_tcp_when_abnormal.disconnect_tcp_when_abnormal,Not Support,no,no,no,no,[MCF]disconnect User Agent SIP port-c and remote P-CSCF port-s TCP connection when User agent SIP signal timeout.bit 0:0:disable disconnect TCP.bit 1:1:enable disconnect TCP.,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1812,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dtx,ua_config.dtx,OTA and OTA BY OP,no,no,no,no,"From TS 26.445, in SDP attribute, permissible values are 0 and 1. If dtx is 0, DTX is disabled in the session for the send and the receive directions. If dtx is 1 or not present, DTX is enabled. If dtx is included, dtx-recv is redundant but if dtx-recv is included, it shall be identical to dtx.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] dtx is included in SDP body of SIP INVITE.,Pass,,,,
1813,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dtx.dtx,ua_config.dtx.dtx,Not Support,no,no,no,no,"[MCF]From TS 26.445, in SDP attribute, permissible values are 0 and 1. If dtx is 0, DTX is disabled in the session for the send and the receive directions. If dtx is 1 or not present, DTX is enabled. If dtx is included, dtx-recv is redundant but if dtx-recv is included, it shall be identical to dtx.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1802,9 +1802,9 @@
1815,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dtx_recv.dtx_recv,ua_config.dtx_recv.dtx_recv,Not Support,no,no,no,no,"[MCF]From TS 26.445, permissible values are 0 and 1. It is used to configure if DTX is enable or disable in SDP attribute.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1816,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dynamic_pdn_mtu,ua_config.dynamic_pdn_mtu,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>SIP TCP/UDP threshold caculate by dynamic PDN MTU<BR>0: Use fix PDM MTU size<BR>1: Use dynamic PDN MTU size<BR>VoLTE_Setting_SIP_TCP_MTU_Size,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Use fix PDM MTU size<BR>1:Use dynamic PDN MTU size,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,(1) set dynamic_pdn_mtu to '1'<BR>(2) check SIP TCP/UDP threhold whether following UE APN table,Pass,,,,
1817,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dynamic_pdn_mtu.dynamic_pdn_mtu,ua_config.dynamic_pdn_mtu.dynamic_pdn_mtu,Not Support,no,no,no,no,[MCF]SIP TCP/UDP threshold caculate by dynamic PDN MTUbit 0:0:Use fix PDM MTU sizebit 1:1:Use dynamic PDN MTU size,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-1818,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",e2_emc_setup_initiation_timer,ua_config.e2_emc_setup_initiation_timer,Not Support,no,yes,no,no,"Operator specific, not recommend to change.<BR>This timer is for EMC setup initiation in seconds.",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
-1819,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",e3_emc_setup_catch_all_home_timer,ua_config.e3_emc_setup_catch_all_home_timer,Not Support,no,yes,no,no,"Operator specific, not recommend to change.<BR>This timer is for EMC setup catch all when home in seconds.",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
-1820,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",e3_emc_setup_catch_all_roaming_timer,ua_config.e3_emc_setup_catch_all_roaming_timer,Not Support,no,yes,no,no,"Operator specific, not recommend to change.<BR>This timer is for EMC setup catch all when roaming in seconds.",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
+1818,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",e2_emc_setup_initiation_timer,ua_config.e2_emc_setup_initiation_timer,Not Support,no,yes,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Operator specific, not recommend to change.<BR>This timer is for EMC setup initiation in seconds.",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
+1819,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",e3_emc_setup_catch_all_home_timer,ua_config.e3_emc_setup_catch_all_home_timer,Not Support,no,yes,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Operator specific, not recommend to change.<BR>This timer is for EMC setup catch all when home in seconds.",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
+1820,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",e3_emc_setup_catch_all_roaming_timer,ua_config.e3_emc_setup_catch_all_roaming_timer,Not Support,no,yes,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Operator specific, not recommend to change.<BR>This timer is for EMC setup catch all when roaming in seconds.",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
1821,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",early_media,ua_config.early_media,Not Support,no,no,no,no,"Against to P-Early-Media header field that network support the earlt media announcement, the IMS UE can support announcement from UE during receiving a call. This is to set enable/disable early-media on UE. For network support early media announcement, it is supported by default.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated. The functionality in UA is supported but the UE does not support to play early media,Untested,,,,
1822,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",early_media.early_media,ua_config.early_media.early_media,Not Support,no,no,no,no,[MCF]Enable/disable early-mediabit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1823,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",early_media_when_rtp_coming,ua_config.early_media_when_rtp_coming,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Whether to play early-media even without P-Early-Media header. In many networks the P-Early-Media header indicates the start of early media (in band tones), but in some cases this header is not used and early media could be detected from RTP packets containing audio. Specification: RFC 5009<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]IMS REGISTER on 4G <BR>configure network (or find network) which does not send P-Early-Media header in call setup<BR>[Test step] Make VoLTE MO call<BR>After voice bearer setup and SDP negotiation, send RTP audio to the UE, but do not add P-Early-Media header in SIP messages<BR>The other way to test is to delay the SIP message containing the P-Early-Media header by few secodns, and check when audios are header in the UE.<BR>[Expected result]<BR>enabled: audio heard during call setup <BR>disalbed:audio not heard during call setup",Pass,,,,
@@ -1820,27 +1820,27 @@
1833,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_default_type.ect_default_type,ua_config.ect_default_type.ect_default_type,Not Support,no,no,no,no,[MCF]Default type of ECTbit 1:1:Blind ECTbit 2:2:Assured ECT,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1834,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_enable,ua_config.ect_enable,OTA and OTA BY OP,no,no,no,no,ECT feature can be disabled in IMS stack level using this setting. IMS stack reject ECT operation AT command if feature is not enabled.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make Explicit Call Transfer attempt;<BR>[Expected Result]<BR>Setting value 0: IMS stack reject ECT operation without sending REFER to network<BR>Setting value 1: IMS stack handle ECT operation normally."",Pass,,,,
1835,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_enable.ect_enable,ua_config.ect_enable.ect_enable,Not Support,no,no,no,no,[MCF]ECT functionbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1836,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_new_call_type,ua_config.ect_new_call_type,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Feature to control call type which ECT transferee UE create call from receved REFER request. It is possible that original call is video call between transferor and transferee but ECT call to transfer target is expected to be always audio call. <BR>0:ECT transferee use orignal call type when creating call from REFER request<BR>1:ECT transferee create audio call when creating call from REFER request,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:ECT transferee create audio call when creating call from REFER request<BR>0:ECT transferee use orignal call type when creating call from REFER request,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE. Notice that this needs 3GPP ECT support from network. Current understanding is that live networks support only 3PCC ECT, where this feature is not applicable.<BR>[Test Step]<BR>1. Make 2 ViLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: Transferee create video call from REFER request.<BR>Setting value 1: Transferee create audio call from REFER request."",Pass,,,,
+1836,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_new_call_type,ua_config.ect_new_call_type,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Feature to control call type which ECT transferee UE create call from receved REFER request. It is possible that original call is video call between transferor and transferee but ECT call to transfer target is expected to be always audio call. <BR>0:ECT transferee use orignal call type when creating call from REFER request<BR>1:ECT transferee create audio call when creating call from REFER request,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:ECT transferee use orignal call type when creating call from REFER request<BR>1:ECT transferee create audio call when creating call from REFER request,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE. Notice that this needs 3GPP ECT support from network. Current understanding is that live networks support only 3PCC ECT, where this feature is not applicable.<BR>[Test Step]<BR>1. Make 2 ViLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: Transferee create video call from REFER request.<BR>Setting value 1: Transferee create audio call from REFER request."",Pass,,,,
1837,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_new_call_type.ect_new_call_type,ua_config.ect_new_call_type.ect_new_call_type,Not Support,no,no,no,no,[MCF]ECT new call typebit 0:0:ECT transferee use orignal call type when creating call from REFER requestbit 1:1:ECT transferee create audio call when creating call from REFER request,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1838,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_in_new_dialog,ua_config.ect_refer_in_new_dialog,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When enabled ECT transferor UE create a new dialog when sending REFER to transferee.<BR>0:ECT transferor use existing call dialog when sending REFER to transferee<BR>1:ECT transferor creat a new dialog when sending REFER to transferee,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:ECT transferor creat a new dialog when sending REFER to transferee<BR>0:ECT transferor use existing call dialog when sending REFER to transferee,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE. Notice that this needs 3GPP ECT support from network. Current understanding is that live networks support only 3PCC ECT, where this feature is not applicable.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: Transferor send REFER in existing dialog to transferee<BR>Setting value 1: Transferor create new dialog for REFER request, meaning that from header tag changes."",Pass,,,,
+1838,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_in_new_dialog,ua_config.ect_refer_in_new_dialog,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When enabled ECT transferor UE create a new dialog when sending REFER to transferee.<BR>0:ECT transferor use existing call dialog when sending REFER to transferee<BR>1:ECT transferor creat a new dialog when sending REFER to transferee,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:ECT transferor use existing call dialog when sending REFER to transferee<BR>1:ECT transferor creat a new dialog when sending REFER to transferee,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE. Notice that this needs 3GPP ECT support from network. Current understanding is that live networks support only 3PCC ECT, where this feature is not applicable.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: Transferor send REFER in existing dialog to transferee<BR>Setting value 1: Transferor create new dialog for REFER request, meaning that from header tag changes."",Pass,,,,
1839,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_in_new_dialog.ect_refer_in_new_dialog,ua_config.ect_refer_in_new_dialog.ect_refer_in_new_dialog,Not Support,no,no,no,no,[MCF]ECT REFER type in a new dialogbit 0:0:ECT transferor use existing call dialog when sending REFER to transfereebit 1:1:ECT transferor creat a new dialog when sending REFER to transferee,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1840,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_to_tag_swap,ua_config.ect_refer_to_tag_swap,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When this feature is enabled consultative ECT operation receive following modification in REFER message refer-to URI header parameters. If transfer target call is MT call the REFER message refer-to header URI header parameters to-tag get transfer target to-tag and from-tag get transfer target from-tag.<BR>0:ECT REFER message Refer-to header uri header parameters to-tag and from-tag normal.<BR>1:ECT REFER message Refer-to header uri header parameters to-tag and from-tag swapped.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:ECT REFER message Refer<BR>1:ECT REFER message Refer,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: REFER message Refer-To header URI header parameters from-tag and to-tag follow RFC definition.<BR>Setting value 1: REFER message Refer-To header URI header parameters from-tag and to-tag are swapped compared to RFC definition."",Pass,,,,
1841,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_to_tag_swap.ect_refer_to_tag_swap,ua_config.ect_refer_to_tag_swap.ect_refer_to_tag_swap,Not Support,no,no,no,no,[MCF]bit 0:0:ECT REFER message Refer-to header uri header parameters to-tag and from-tag normal.bit 1:1:ECT REFER message Refer-to header uri header parameters to-tag and from-tag swapped.,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1842,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_to_use_pai,ua_config.ect_refer_to_use_pai,OTA and OTA BY OP,no,no,no,no,"This feature control source of consultative ECT operation REFER message Refer-To header URI. 3GPP TS 24.629 chapter 4.5.2.1 define to use public address of transfer target and in many cases the transfer target contact URI is not public address. When feature is enabled UE try to get public address from transfer target P-Asserted-Identtity header.<BR>0:Consultative ECT Refer-To header URI constructed from transfer target contact URI<BR>1:Consultative ECT Refer-To header URI constructed from transfer target PAI if possible. 1st priority is SIP URI of PAI, 2nd is TEL URI of PAI, 3rd is Peer URI and 4th is Contact URI",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Consultative ECT Refer<BR>0:Consultative ECT Refer,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: Transferor REFER message Refer-To header URI constructed from transfer target contact URI.<BR>Setting value 1: REFER message Refer-To header URI constructed from PAI if possible."",Pass,,,,
+1842,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_to_use_pai,ua_config.ect_refer_to_use_pai,OTA and OTA BY OP,no,no,no,no,"This feature control source of consultative ECT operation REFER message Refer-To header URI. 3GPP TS 24.629 chapter 4.5.2.1 define to use public address of transfer target and in many cases the transfer target contact URI is not public address. When feature is enabled UE try to get public address from transfer target P-Asserted-Identtity header.<BR>0:Consultative ECT Refer-To header URI constructed from transfer target contact URI<BR>1:Consultative ECT Refer-To header URI constructed from transfer target PAI if possible. 1st priority is SIP URI of PAI, 2nd is TEL URI of PAI, 3rd is Peer URI and 4th is Contact URI",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Consultative ECT Refer<BR>1:Consultative ECT Refer,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: Transferor REFER message Refer-To header URI constructed from transfer target contact URI.<BR>Setting value 1: REFER message Refer-To header URI constructed from PAI if possible."",Pass,,,,
1843,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_to_use_pai.ect_refer_to_use_pai,ua_config.ect_refer_to_use_pai.ect_refer_to_use_pai,Not Support,no,no,no,no,"[MCF]Consultative ECT Refer-To header URI constructed frombit 0:0:Consultative ECT Refer-To header URI constructed from transfer target contact URIbit 1:1:Consultative ECT Refer-To header URI constructed from transfer target PAI if possible. 1st priority is SIP URI of PAI, 2nd is TEL URI of PAI, 3rd is Peer URI and 4th is Contact URI",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
-1844,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_to_use_sip_uri,ua_config.ect_refer_to_use_sip_uri,OTA and OTA BY OP,no,no,no,no,Whether to convert consultative ECT REFER message Refer-To header URI to SIP format from TEL URI. SIP URI needs to be used when uri-parameters[headers] are added<BR>0: ECT Refer-To Header URI Is TEL Or SIP<BR>1: ECT Refer-To Header URI Is Always Converted To SIP URI,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:ECT Refer<BR>0:ECT Refer,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: If TEL URI available from P-Asserted-Identity of transfer target call it is allowed to be used in ECT REFER message Refer-To header URI.<BR>Setting value 1: ECT REFER message Refer-To header URI is always converted to SIP URI."",Pass,,,,
+1844,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_to_use_sip_uri,ua_config.ect_refer_to_use_sip_uri,OTA and OTA BY OP,no,no,no,no,Whether to convert consultative ECT REFER message Refer-To header URI to SIP format from TEL URI. SIP URI needs to be used when uri-parameters[headers] are added<BR>0: ECT Refer-To Header URI Is TEL Or SIP<BR>1: ECT Refer-To Header URI Is Always Converted To SIP URI,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:ECT Refer<BR>1:ECT Refer,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: If TEL URI available from P-Asserted-Identity of transfer target call it is allowed to be used in ECT REFER message Refer-To header URI.<BR>Setting value 1: ECT REFER message Refer-To header URI is always converted to SIP URI."",Pass,,,,
1845,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_refer_to_use_sip_uri.ect_refer_to_use_sip_uri,ua_config.ect_refer_to_use_sip_uri.ect_refer_to_use_sip_uri,Not Support,no,no,no,no,[MCF]Always use SIP URI scheme in ECT operation Refer-To URIbit 0:0:ECT Refer-To header URI is TEL or SIPbit 1:1:ECT Refer-To header URI is always converted to SIP URI,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1846,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_without_target_hold,ua_config.ect_without_target_hold,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When enabled UE as transferor in consultative ECT operation does not hold dialog between transfer target before sending REFER to transferee. Hold operation is expected according to 3GPP 24.629 Annex A.2 flow.<BR>0:ECT transferor set transfer target on hold before sending REFER to transferee<BR>1:ECT transferor does not set transfer target on hold before sending REFER to transferee,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:ECT transferor set transfer target on hold before sending REFER to transferee<BR>1:ECT transferor does not set transfer target on hold before sending REFER to transferee,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: Transferor send re-INVITE( hold call) to transfer target before it send REFER to transferor.<BR>Setting value 1: Transferor does not hold call between trasnferor and transfer target before sending REFER."",Pass,,,,
+1846,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_without_target_hold,ua_config.ect_without_target_hold,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When enabled UE as transferor in consultative ECT operation does not hold dialog between transfer target before sending REFER to transferee. Hold operation is expected according to 3GPP 24.629 Annex A.2 flow.<BR>0:ECT transferor set transfer target on hold before sending REFER to transferee<BR>1:ECT transferor does not set transfer target on hold before sending REFER to transferee,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:ECT transferor does not set transfer target on hold before sending REFER to transferee<BR>0:ECT transferor set transfer target on hold before sending REFER to transferee,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make 2 VoLTE calls<BR>2. Make Explicit Call Transfer attempt from transferor to join transferee and transfer target;<BR>[Expected Result] <BR>Setting value 0: Transferor send re-INVITE( hold call) to transfer target before it send REFER to transferor.<BR>Setting value 1: Transferor does not hold call between trasnferor and transfer target before sending REFER."",Pass,,,,
1847,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ect_without_target_hold.ect_without_target_hold,ua_config.ect_without_target_hold.ect_without_target_hold,Not Support,no,no,no,no,[MCF]bit 0:0:ECT transferor set transfer target on hold before sending REFER to transfereebit 1:1:ECT transferor does not set transfer target on hold before sending REFER to transferee,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1848,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emc_call_ringback_timer_timeout,ua_config.emc_call_ringback_timer_timeout,OTA and OTA BY OP,no,no,no,no,Ringback timer for emergency,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register on 4G and NW support IMS emergency call<BR>[Test Step] make 911 emergency volte call<BR>[Expected Result] UE can wait final response of NW for time period in ringing state<BR> 0: no special timer function for emergency call<BR> other value: start special timer for emergency call for Ringback timer,Pass,,,,
1849,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emc_cits_protect_timer,ua_config.emc_cits_protect_timer,OTA and OTA BY OP,no,no,no,no,"Set the INVITE Client transaction alive time, if no response received for E911 call. <BR>unit: sec",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] Power on<BR>[Test Step] <BR>1.UE make a E911 call<BR>2.NW don't respond UE after 180 ringing<BR>[Expected Result]<BR>UE will keep the emergency call emc_cits_protect_timer seconds(if emc_cits_protect_timer is 0, it will keepp 5 minutes)",Pass,,,,
1850,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emergency_use_imsi,ua_config.emergency_use_imsi,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if emergency registration uses IMSI-based URI<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to 1<BR>[Test Step]<BR>1.enable VoLTE or VoWiF ;<BR>2.start a emergency call;<BR>[Expected Result] <BR>emergency registration uses IMSI-based URI.,Untested,,,,
1851,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emergency_use_imsi.emergency_use_imsi,ua_config.emergency_use_imsi.emergency_use_imsi,Not Support,no,no,no,no,[MCF]Indicate if emergency registration uses IMSI-based URIbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-1852,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ems_mode_ind,ua_config.ems_mode_ind,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if IMS reports emergency call preference<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,internal used,Untested,,,,
+1852,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ems_mode_ind,ua_config.ems_mode_ind,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if IMS reports emergency call preference<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,internal used,Untested,,,,
1853,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ems_mode_ind.ems_mode_ind,ua_config.ems_mode_ind.ems_mode_ind,Not Support,no,no,no,no,[MCF]Indicate if IMS reports emergency call preferencebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1854,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_in_band_tone_in_hold,ua_config.enable_in_band_tone_in_hold,OTA and OTA BY OP,no,no,no,no,Enable in-band tone in hold. If network does not use P-Early-Media header correctly this prevents double hold tone scenario.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call. MO hold, MO retrieve, MT hold and MT retrieve<BR>[Expected Result] If feature is enabled network generated tone can be heard<BR>"",Pass,,,,
+1854,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_in_band_tone_in_hold,ua_config.enable_in_band_tone_in_hold,OTA and OTA BY OP,no,no,no,no,Enable in-band tone in hold. If network does not use P-Early-Media header correctly this prevents double hold tone scenario.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call. MO hold, MO retrieve, MT hold and MT retrieve<BR>[Expected Result] If feature is enabled network generated tone can be heard<BR>"",Pass,,,,
1855,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_in_band_tone_in_hold.enable_in_band_tone_in_hold,ua_config.enable_in_band_tone_in_hold.enable_in_band_tone_in_hold,Not Support,no,no,no,no,[MCF]Enable in-band tone in hold. If network does not use P-Early-Media header correctly this prevents double hold tone scenario.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1856,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",err_handling_for_video_via_update,ua_config.err_handling_for_video_via_update,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>UE send error response for remote UPDATE in which includes video media descriptions in ACTIVE state.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] Run FT Cases<BR>[Expected Result]<BR> Enable: UE cannot handle UPDATE with video actions (upgrade, downgrade, etc).<BR> Disable: UE can handle UPDATE with video actions (upgrade, downgrade, etc)",Pass,,,,
+1856,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",err_handling_for_video_via_update,ua_config.err_handling_for_video_via_update,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>UE send error response for remote UPDATE in which includes video media descriptions in ACTIVE state.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] Run FT Cases<BR>[Expected Result]<BR> Enable: UE cannot handle UPDATE with video actions (upgrade, downgrade, etc).<BR> Disable: UE can handle UPDATE with video actions (upgrade, downgrade, etc)",Pass,,,,
1857,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",err_handling_for_video_via_update.err_handling_for_video_via_update,ua_config.err_handling_for_video_via_update.err_handling_for_video_via_update,Not Support,no,no,no,no,[MCF]UE send error response for remote UPDATE in which includes video media descriptions.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1858,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",esipcpi_full_reason,ua_config.esipcpi_full_reason,OTA and OTA BY OP,no,no,no,no,"Config reason_text parameter of +ESIPCPI URC, use whole reason line or not.<BR>0: (default) Disable.<BR>1: Enable.",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:(default) Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[INIT]<BR>[Test Step]<BR>MO call, NW set SIP message with reason header <BR>[Expected Result]<BR>+ESIPCPI have full reason informaiton report to AP",Untested,,,,
1859,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",esipcpi_full_reason.esipcpi_full_reason,ua_config.esipcpi_full_reason.esipcpi_full_reason,Not Support,no,no,no,no,[MCF]Report full sip reason line in URC +ESIPCPIbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1851,15 +1851,15 @@
1864,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",evs_fmtp_variant_pt,ua_config.evs_fmtp_variant_pt,OTA and OTA BY OP,no,no,no,no,Dynamic payload id for second EVS fmtp variant in SDP offer. E.g. if second EVS configuratin profile is in use.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. evs_configuration_profile_2 configuration is used<BR>[Test Step] MO call<BR>[Expected Result] Call succesfull and correct payload id is used for second EVS codec<BR>",Pass,,,,
1865,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",evs_mode_switch,ua_config.evs_mode_switch,OTA and OTA BY OP,no,no,no,no,"From TS 26.445, permissible values are 0 and 1 in SDP attribute. If this item is configured to 1, then it is AMR-WB IO mode. If this item is configured to 0, then it is primary mode.<BR>0:primary mode<BR>1:AMR-WB IO mode",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:AMR<BR>0:primary mode,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] evs-mode-switch is included in SDP body of SIP INVITE.,Pass,,,,
1866,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",evs_mode_switch.evs_mode_switch,ua_config.evs_mode_switch.evs_mode_switch,Not Support,no,no,no,no,"[MCF]From TS 26.445, permissible values are 0 and 1 in SDP attribute. If this item is configured to 1, then it is AMR-WB IO mode. If this item is configured to 0, then it is primary mode.bit 0:0:primary modebit 1:1:AMR-WB IO mode",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1867,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",evs_support,ua_config.evs_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>EVS codec in SDP body<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,"1504, 1506, 1508",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] EVS codec is included in SDP body of SIP INVITE.,Pass,,,,
+1867,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",evs_support,ua_config.evs_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>EVS codec in SDP body<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,"1504, 1506, 1508",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] EVS codec is included in SDP body of SIP INVITE.,Pass,,,,
1868,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",evs_support.evs_support,ua_config.evs_support.evs_support,Not Support,no,no,no,no,[MCF]EVS codec in SDP bodybit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1869,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",expire_time_by_user,ua_config.expire_time_by_user,OTA and OTA BY OP,no,no,no,no,Set expires timer manually without retrieving expires in 200 OK. <BR>unit: sec,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,(1) set expire_time_by_user to 100 (unit is second)<BR>(2) check whetehr re-REGISTER every 50 seconds,Pass,,,,
1870,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",follow_mt_pt_list,ua_config.follow_mt_pt_list,OTA and OTA BY OP,no,no,no,no,using dynamic payload type number from MT INVITE to reply a re-INVITE without SDP<BR>0: disable.<BR>1: enable.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G<BR>[Test Step]<BR>1. Make MT Calls under CT NW<BR>2. Check if no sound issue (or call drop) will happen when MT has accepted the call<BR>[Expected Result]<BR> Enable: When MT has receives a reINVITE without SDP and then creating offer in 200 OK, UE will not use a pt value (used for codec A) which is conflict with the same pt value (used for codec B) received intial INVITE.<BR> Disable: When MT has receives a reINVITE without SDP and then creating offer in 200 OK, UE will just use pre-defined pt value for each codec."",Untested,,,,
1871,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",follow_nw_ims_vops_support,ua_config.follow_nw_ims_vops_support,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This configuration decides if VoPS support should be one condition of providing SMS service. If this configuration is set to enable, IMS will check if VoPS is set to 1 and then send SIP MESSAGE request.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi.<BR>[Test Step] Make MO SMS<BR>[Expected Result] If this configuration is set to 1, IMS will check if VoPS is set to 1 and then send SIP MESSAGE request for MO SMS. If VoPS is not 1, then MO SMS will be rejected by IMS.",Pass,,,,
1872,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",follow_nw_ims_vops_support.follow_nw_ims_vops_support,ua_config.follow_nw_ims_vops_support.follow_nw_ims_vops_support,Not Support,no,no,no,no,[MCF]The UE add MMTEL and audio capabilities only if IMS VoPS support received in from network when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1873,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_csfb_when663,ua_config.force_csfb_when663,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This is to perform CSFB while receiving SIP 663 vendor internal error cause.<BR>0:Disable<BR>1:Enable<BR>unit: boolean,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte call;<BR>2. network does not send any response and timer B expires in the "Calling" state of INVITE client transaction as described in IETF RFC 6026<BR>[Expected Result] <BR> enable: UE perform CSFB<BR> disable: UE does not perform CSFB",Pass,,,,
+1873,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_csfb_when663,ua_config.force_csfb_when663,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This is to perform CSFB while receiving SIP 663 vendor internal error cause.<BR>0:Disable<BR>1:Enable<BR>unit: boolean,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte call;<BR>2. network does not send any response and timer B expires in the "Calling" state of INVITE client transaction as described in IETF RFC 6026<BR>[Expected Result] <BR> enable: UE perform CSFB<BR> disable: UE does not perform CSFB",Pass,,,,
1874,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_csfb_when663.force_csfb_when663,ua_config.force_csfb_when663.force_csfb_when663,Not Support,no,no,no,no,[MCF]Perform CSFB while receiving 633 SIP error causebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1875,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_psi_scheme_to_tel,ua_config.force_psi_scheme_to_tel,Not Support,no,no,no,no,"Some SIM's psismsc contains no uri scheme, the configuration is to include TEL URI scheme in To header field while SMS sending<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
+1875,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_psi_scheme_to_tel,ua_config.force_psi_scheme_to_tel,Not Support,no,no,no,no,"Some SIM's psismsc contains no uri scheme, the configuration is to include TEL URI scheme in To header field while SMS sending<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1876,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_psi_scheme_to_tel.force_psi_scheme_to_tel,ua_config.force_psi_scheme_to_tel.force_psi_scheme_to_tel,Not Support,no,no,no,no,"[MCF]Some SIM's psismsc contains no uri scheme, if force_psi_scheme_to_tel is enabled To Header will include TEL uri scheme.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1877,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_srvcc_transfer,ua_config.force_srvcc_transfer,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Force SRVCC operation for specific call type regardless of feature-caps header existence or content.<BR>b0: Hold call (mid-call SRVCC)<BR>b1: Conference call (mid-call SRVCC)<BR>b2: Alerting call (aSRVCC)<BR>b3: Pre-alerting call (bSRVCC)<BR>b4-b7: reserved,UNSIGNED CHAR,1,,,0x07,NR15.R3.MD700.MP,,b0:Hold call (mid<BR>b1:Conference call (mid<BR>b2:Alerting call (aSRVCC)<BR>b3:Pre,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte MO call;<BR>2. Check SIP message from log if INVITE 183 response or 200 OK response Feature-caps header does not contain ""+g.3gpp.srvcc-alerting"",<BR>3. Enable the NVRAM setting b2: Alerting call (aSRVCC)<BR>4. Make MO Ringing VoLTE call<BR>5. aSRVCC to CS domain<BR>[Expected Result] <BR> Bit enabled: aSRVCC success<BR> Bit disable : aSRVCC not done. Call will be dropped before SRVCC."",Pass,,,,
1878,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_srvcc_transfer.b1,ua_config.force_srvcc_transfer.b1,OTA and OTA BY OP,no,no,no,no,[MCF]Force SRVCC for specific call type regardless of feature-caps header existence or content.Hold call (mid-call SRVCC),BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte MO call;<BR>2. Check SIP message from log if INVITE 183 response or 200 OK response Feature-caps header does not contain ""+g.3gpp.srvcc-alerting"",<BR>3. Enable the NVRAM setting b2: Alerting call (aSRVCC)<BR>4. Make MO Ringing VoLTE call<BR>5. aSRVCC to CS domain<BR>[Expected Result] <BR> Bit enabled: aSRVCC success<BR> Bit disable : aSRVCC not done. Call will be dropped before SRVCC."",Pass,,,,
@@ -1867,12 +1867,12 @@
1880,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_srvcc_transfer.b3,ua_config.force_srvcc_transfer.b3,OTA and OTA BY OP,no,no,no,no,[MCF]Force SRVCC for specific call type regardless of feature-caps header existence or content.Alerting call (aSRVCC),BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte MO call;<BR>2. Check SIP message from log if INVITE 183 response or 200 OK response Feature-caps header does not contain ""+g.3gpp.srvcc-alerting"",<BR>3. Enable the NVRAM setting b2: Alerting call (aSRVCC)<BR>4. Make MO Ringing VoLTE call<BR>5. aSRVCC to CS domain<BR>[Expected Result] <BR> Bit enabled: aSRVCC success<BR> Bit disable : aSRVCC not done. Call will be dropped before SRVCC."",Pass,,,,
1881,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_srvcc_transfer.b4,ua_config.force_srvcc_transfer.b4,Not Support,no,no,no,no,[MCF]Force SRVCC for specific call type regardless of feature-caps header existence or content.Pre-alerting call (bSRVCC),BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte MO call;<BR>2. Check SIP message from log if INVITE 183 response or 200 OK response Feature-caps header does not contain ""+g.3gpp.srvcc-alerting"",<BR>3. Enable the NVRAM setting b2: Alerting call (aSRVCC)<BR>4. Make MO Ringing VoLTE call<BR>5. aSRVCC to CS domain<BR>[Expected Result] <BR> Bit enabled: aSRVCC success<BR> Bit disable : aSRVCC not done. Call will be dropped before SRVCC."",Pass,,,,
1882,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_srvcc_transfer.b5,ua_config.force_srvcc_transfer.b5,Not Support,no,no,no,no,[MCF]Force SRVCC for specific call type regardless of feature-caps header existence or content.reserved,BIT,4,,4,0x0f,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte MO call;<BR>2. Check SIP message from log if INVITE 183 response or 200 OK response Feature-caps header does not contain ""+g.3gpp.srvcc-alerting"",<BR>3. Enable the NVRAM setting b2: Alerting call (aSRVCC)<BR>4. Make MO Ringing VoLTE call<BR>5. aSRVCC to CS domain<BR>[Expected Result] <BR> Bit enabled: aSRVCC success<BR> Bit disable : aSRVCC not done. Call will be dropped before SRVCC."",Pass,,,,
-1883,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",from_header_peer_addr,ua_config.from_header_peer_addr,OTA and OTA BY OP,no,no,no,no,"When UE receive the incoming call, UE should decide which value should be used as calling number, this feature can control the rule about selection order . FromPreferred (Configurations requested in IR.92 v11.0) is related to this function.<BR>0:Privacy, P-Asserted-Identity(always ignore From header)<BR>1:From Header (always ignore P-Asserted-Identity and privacy header)<BR>2:Privacy, P-Asserted-Identity, From header (deafult)",UNSIGNED CHAR,1,,,2,NR15.R3.MD700.MP,,"2:Privacy, P<BR>1:From Header (always ignore P<BR>0:Privacy, P",No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]Registration over LTE and Volte enable<BR>[Test Step]Make a volte call<BR>[Expected Result]<BR>0: the UI number is from P-Asserted-Identity and it's NULL if P-Asserted_Identity is absent<BR>1: the UI number is from FROM header<BR>2: the UI number is from P-Asserted-Identity and it will be got from FROM header if P-Asserted_Identity is absent",Pass,,,,
+1883,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",from_header_peer_addr,ua_config.from_header_peer_addr,OTA and OTA BY OP,no,no,no,no,"When UE receive the incoming call, UE should decide which value should be used as calling number, this feature can control the rule about selection order . FromPreferred (Configurations requested in IR.92 v11.0) is related to this function.<BR>0:Privacy, P-Asserted-Identity(always ignore From header)<BR>1:From Header (always ignore P-Asserted-Identity and privacy header)<BR>2:Privacy, P-Asserted-Identity, From header (deafult)",UNSIGNED CHAR,1,,,2,NR15.R3.MD700.MP,,"0:Privacy, P<BR>2:Privacy, P<BR>1:From Header (always ignore P",No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]Registration over LTE and Volte enable<BR>[Test Step]Make a volte call<BR>[Expected Result]<BR>0: the UI number is from P-Asserted-Identity and it's NULL if P-Asserted_Identity is absent<BR>1: the UI number is from FROM header<BR>2: the UI number is from P-Asserted-Identity and it will be got from FROM header if P-Asserted_Identity is absent",Pass,,,,
1884,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",general_amr_nb_wb,ua_config.general_amr_nb_wb,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>The UE is requested to add both octet-align=0 and octet-align=1 in AMR and AMR-WB codec when this configuration is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1498,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
1885,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",general_amr_nb_wb.general_amr_nb_wb,ua_config.general_amr_nb_wb.general_amr_nb_wb,Not Support,no,no,no,no,[MCF]The UE is requested to add both octet-align=0 and octet-align=1 in AMR and AMR-WB codec when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1886,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",geolocation_type,ua_config.geolocation_type,OTA and OTA BY OP,no,no,no,no,"Indicate what kind of information should be taken in REGISTER PIDF.<BR>0:Unspecific<BR>1:Longitude, latitude<BR>2:Country<BR>3:Longitude, latitude, country, state<BR>4:Longitude, latitude, country, state, city, zip",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:Unspecific<BR>1:Longitude, latitude<BR>2:Country<BR>3:Longitude, latitude, country, state<BR>4:Longitude, latitude, country, state, city, zip",No,2006,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] enable flight mode<BR>[Test Step] reboot, enable wifi, IMS registration over wifi<BR>[Expected Result] check if time interval between "do reg" & "imcb_send_ua_reg_req" will be init_reg_delay_time",Pass,,,,
1887,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",geolocation_type.geolocation_type,ua_config.geolocation_type.geolocation_type,Not Support,no,no,no,no,"[MCF]Indicate what kind of information should be taken in REGISTER PIDF.bit 0:0:Unspecificbit 1:1:Longitude, latitudebit 2:2:Countrybit 3:3:Longitude, latitude, country, statebit 4:4:Longitude, latitude, country, state, city, zip",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-1888,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",hf_only,ua_config.hf_only,OTA and OTA BY OP,no,no,no,no,"From TS 26.445, permissible values are 0 and 1. This is used to configure Header-Full-only format in SDP attribute. In the Header-Full format, the payload consists of one or more coded frame(s) with EVS RTP payload header(s).<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] hf-only is included in SDP body of SIP INVITE.",Pass,,,,
+1888,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",hf_only,ua_config.hf_only,OTA and OTA BY OP,no,no,no,no,"From TS 26.445, permissible values are 0 and 1. This is used to configure Header-Full-only format in SDP attribute. In the Header-Full format, the payload consists of one or more coded frame(s) with EVS RTP payload header(s).<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1867,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] hf-only is included in SDP body of SIP INVITE.",Pass,,,,
1889,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",hf_only.hf_only,ua_config.hf_only.hf_only,Not Support,no,no,no,no,"[MCF]From TS 26.445, permissible values are 0 and 1. This is used to configure Header-Full-only format in SDP attribute. In the Header-Full format, the payload consists of one or more coded frame(s) with EVS RTP payload header(s).bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1890,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",histinfo_in_supported,ua_config.histinfo_in_supported,OTA and OTA BY OP,no,no,no,no,"Whether to add feature option for History-Info header field in Supported header or not. In IR.92 and related TS 24.604, the UE can add histinfo parameter in Supported header field to notify the network that it supports.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte MO call;<BR>[Expected Result] <BR> enable: INVITE Supported header contain 'histinfo' parameter.<BR> disable: INVITE Supported header does not contain 'histinfo' parameter."",Pass,,,,
1891,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",histinfo_in_supported.histinfo_in_supported,ua_config.histinfo_in_supported.histinfo_in_supported,Not Support,no,no,no,no,"[MCF]The is a feature option for History-Info header field. In IR.92 and related TS 24.604, the UE can add histinfo parameter in Supported header field to notify the network that it supports.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1882,14 +1882,14 @@
1895,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_380_emg_xml.ignore_380_emg_xml,ua_config.ignore_380_emg_xml.ignore_380_emg_xml,Not Support,no,no,no,no,[MCF]Ignore XML body for emergency service while receing 380 responsebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1896,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_trans_err_in_active,ua_config.ignore_trans_err_in_active,OTA and OTA BY OP,no,no,no,no,"If enable will ignore the transaction error when call is in active state to avoid call drop, like tcp reset by peer error.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,No,No,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on LTE<BR>[Test Step] Make a volte call, wait network disconnect the active call TCP connection (it won't happen in most network)<BR>[Expected Result]<BR> enable: If the TCP connection reset by peer UE will ignore it, when call is in active state to avoid call drop.<BR> disable: UE will disconnect call if TCP connection reset by peer.",Pass,,,,
1897,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_trans_err_in_active.ignore_trans_err_in_active,ua_config.ignore_trans_err_in_active.ignore_trans_err_in_active,Not Support,no,no,no,no,[MCF]Check for contact URI match. if enabled then contact URI in REGISTER request must match to the response from registrar.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1898,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ims_notify_feature_enabled,ua_config.ims_notify_feature_enabled,OTA and OTA BY OP,no,no,no,no,"Enable the indication from data plane to control plane when RTP/RTCP timeout, UE will send BYE to disconnect the call .<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]Registration over LTE and Volte enable<BR>[Test Step]<BR>1.Make a volte call .<BR>2.RTP/RTCP timeout <BR>[Expected Result]<BR>0: UE will local release the call .<BR>1: UE will send BYE message to NW and release the call ",Pass,,,,
+1898,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ims_notify_feature_enabled,ua_config.ims_notify_feature_enabled,OTA and OTA BY OP,no,no,no,no,"Enable the indication from data plane to control plane when RTP/RTCP timeout, UE will send BYE to disconnect the call .<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]Registration over LTE and Volte enable<BR>[Test Step]<BR>1.Make a volte call .<BR>2.RTP/RTCP timeout <BR>[Expected Result]<BR>0: UE will local release the call .<BR>1: UE will send BYE message to NW and release the call ",Pass,,,,
1899,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ims_notify_feature_enabled.ims_notify_feature_enabled,ua_config.ims_notify_feature_enabled.ims_notify_feature_enabled,Not Support,no,no,no,no,"[MCF]Enable the indication from data plane to control plane when RTP/RTCP timeout, UE will disconnect the call .bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1900,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",imsi_reged_disable_sms,ua_config.imsi_reged_disable_sms,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>IMS can be configured to reject MO SMS when IMS is registered by IMSI.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
1901,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",imsi_reged_disable_sms.imsm_reged_disable_sms,ua_config.imsi_reged_disable_sms.imsm_reged_disable_sms,Not Support,no,no,no,no,[MCF]IMS can be configured to reject MO SMS when IMS is registered by IMSI.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1902,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",init_reg_backoff_enabled,ua_config.init_reg_backoff_enabled,Not Support,no,yes,no,no,Deprecated,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1903,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",init_reg_delay_time,ua_config.init_reg_delay_time,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>unit: sec,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,1886,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] enable flight mode, turn off location service<BR>[Test Step] reboot, enable wifi, IMS registration over wifi<BR>[Expected Result] check AP log(main log) if time interval between "do reg" & "imcb_send_ua_reg_req" will be init_reg_delay_time",Pass,,,,
1904,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",init_reg_guard_timer,ua_config.init_reg_guard_timer,Not Support,no,yes,no,no,This is used for REG to release priority 0 MSPM procedure when the NW do not reply register.<BR>it should be larger than 0<BR>Unit:sec<BR>this should set dep to AP/MD interface version 0x72,UNSIGNED CHAR,1,,,5,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,Not Support,IMS Registration and Service Capability,Modem IMS - VoLTE,,,Not Support,Untested,,,,
-1905,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",initial_reg_without_pani,ua_config.initial_reg_without_pani,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If initail REGISTER doen't bring P-Access-Network-Info header<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]<BR>[Test Step] IMS registration<BR>[Expected Result] check if if IREGISTER doesn't bring P-Access-Network-Info header in 1st unprotected REGISTER,Pass,,,,
+1905,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",initial_reg_without_pani,ua_config.initial_reg_without_pani,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If initail REGISTER doen't bring P-Access-Network-Info header<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]<BR>[Test Step] IMS registration<BR>[Expected Result] check if if IREGISTER doesn't bring P-Access-Network-Info header in 1st unprotected REGISTER,Pass,,,,
1906,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",initial_reg_without_pani.initial_reg_without_pani,ua_config.initial_reg_without_pani.initial_reg_without_pani,Not Support,no,no,no,no,[MCF]If initail REGISTER doen't bring P-Access-Network-Info headerbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
1907,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",iot_mode,ua_config.iot_mode,Not Support,no,yes,no,no,This parameter is used to infrom REG if it is under IOT mode.<BR>0:false<BR>1:true,ENUM,1,,,0,NR15.R3.MD700.MP,,0:false<BR>1:true,No,Not Support,Not Support,IMS Registration and Service Capability,Modem IMS - VoLTE,,,Not Support,Untested,,,,
1908,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ipsec_fail_allowed,ua_config.ipsec_fail_allowed,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If UE tries to send REGISTER over unprototected channel when it failed to establish IPSec tunnel<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] UE in LTE registered, VoLTE OFF<BR>[Test Step] Enable VoLTE, but network does allow connection to provided IPSEC port.<BR>[Expected Result] <BR>When enabled: UE send REGISTER without IPSEC data.<BR>When disabled: IMS registration fail due to IPSEC failure.",Pass,,,,
@@ -1899,9 +1899,9 @@
1912,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ipv6_zero_compression,ua_config.ipv6_zero_compression,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if IPv6 is compressed form in REGISTER,UNSIGNED CHAR,1,,,,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] <BR>[Test Step] IMS registration<BR>[Expected Result] check if IPv6 address in REGISTER Contact header is compressed form<BR>that its AKAv1 , when UA_reg_http_digest changed to 2 <BR>algorithm in Register Contact header is changed to AKAv2",Untested,,,,
1913,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",join_send_bye,ua_config.join_send_bye,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>In an conference invitation scenario, the UE send BYE request after conference participant is joined the conference call according to test case 15.19 of 3GPP TS 24.147. The UE is able to configure to send BYE or not. The UE will wait the BYE request from the operator network when this configuration is set to 0.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] IMS registered<BR>[Test Step] <BR>1. set 0 or 1 as NW expected setting<BR>2. do IMS registration again (IMS off/ on) <BR>3. make 3way conference call<BR>[Expected Result] 3way conferece call established successfully",Pass,,,,
1914,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",join_send_bye.join_send_bye,ua_config.join_send_bye.join_send_bye,Not Support,no,no,no,no,"[MCF]In an conference invitation scenario, the UE send BYE request after conference participant is joined the conference call according to test case 15.19 of 3GPP TS 24.147. The UE is able to configure to send BYE or not. The UE will wait the BYE request from the operator network when this configuration is set to 0.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1915,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",keep_alive_mode,ua_config.keep_alive_mode,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate which type of keep alive is used for IMS<BR>0:Send UDP keep alive during INVITE transaction is alive<BR>1:Send UDP keep alive when PCSCF is connected<BR>2:Send UDP keep alive when MO call is on-going<BR>3:Send TCP keep alive during INVITE transaction is alive,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1:Send UDP keep alive when PCSCF is connected<BR>2:Send UDP keep alive when MO call is on<BR>3:Send TCP keep alive during INVITE transaction is alive<BR>0:Send UDP keep alive during INVITE transaction is alive,No,,1575,IMS Registration and Service Capability,Modem IMS - VoLTE,,,SMS transmission and receiption succeeds.,Pass,,,,
+1915,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",keep_alive_mode,ua_config.keep_alive_mode,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate which type of keep alive is used for IMS<BR>0:Send UDP keep alive during INVITE transaction is alive<BR>1:Send UDP keep alive when PCSCF is connected<BR>2:Send UDP keep alive when MO call is on-going<BR>3:Send TCP keep alive during INVITE transaction is alive,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:Send UDP keep alive during INVITE transaction is alive<BR>1:Send UDP keep alive when PCSCF is connected<BR>2:Send UDP keep alive when MO call is on<BR>3:Send TCP keep alive during INVITE transaction is alive,No,,1575,IMS Registration and Service Capability,Modem IMS - VoLTE,,,SMS transmission and receiption succeeds.,Pass,,,,
1916,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",keep_alive_mode.keep_alive_mode,ua_config.keep_alive_mode.keep_alive_mode,Not Support,no,no,no,no,[MCF]Indicate which type of keep alive is used for IMSbit 0:0:Send UDP keep alive during INVITE transaction is alivebit 1:1:Send UDP keep alive when PCSCF is connectedbit 2:2:Send UDP keep alive when MO call is on-goingbit 3:3:Send TCP keep alive during INVITE transaction is alive,BIT,32,,32,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1917,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",keep_original_refresher_in_reinvite,ua_config.keep_original_refresher_in_reinvite,OTA and OTA BY OP,no,no,no,no,Uses original refresher in re-INVITE. Prevents scenario where re-INVITE might change the original refresh<BR>0:Disable<BR>1:Enable,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call. MO hold, MO retrieve, MT hold and MT retrieve<BR>[Expected Result] Call succesfull and hold and retrieve operations succesfull. If feature is enabled original refresher parameter(uac or uas) should be use through out the test scenario."",Pass,,,,
+1917,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",keep_original_refresher_in_reinvite,ua_config.keep_original_refresher_in_reinvite,OTA and OTA BY OP,no,no,no,no,Uses original refresher in re-INVITE. Prevents scenario where re-INVITE might change the original refresh<BR>0:Disable<BR>1:Enable,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call. MO hold, MO retrieve, MT hold and MT retrieve<BR>[Expected Result] Call succesfull and hold and retrieve operations succesfull. If feature is enabled original refresher parameter(uac or uas) should be use through out the test scenario."",Pass,,,,
1918,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",keep_original_refresher_in_reinvite.keep_original_refresher_in_reinvite,ua_config.keep_original_refresher_in_reinvite.keep_original_refresher_in_reinvite,Not Support,no,no,no,no,[MCF]Keeps original refresher in reinvitebit 0:0:Disablebit 1:1:Enable,BIT,32,,32,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1919,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",last_known_cell_id,ua_config.last_known_cell_id,Not Support,no,yes,no,no,Runtime parameter. Do not change.<BR>To record last attach cell info. Should co-work with last_known_cell_timestamp.,STRING,64,64,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,,Untested,,,,
1920,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",last_known_cell_timestamp,ua_config.last_known_cell_timestamp,Not Support,no,yes,no,no,Runtime parameter. Do not change.<BR>To record last attach cell timestamp. Should co-work with last_known_cell_id.,STRING,32,32,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,,,,,,Untested,,,,
@@ -1926,21 +1926,21 @@
1940,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",need_revise_rtp_dir,ua_config.need_revise_rtp_dir,OTA and OTA BY OP,no,no,no,no,"Some operators will delete the UL PF of RTP in early dialog stage if the P-Early-Media header field has "sendonly" but in the SIP UPDATE message towards the UE even the rtp direction in SDP is sendrecv. When this flag is set to 1, the unsync scenario will be recovered.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] Run FT Cases<BR>[Expected Result]<BR> Enable: if the range of the direction in P-Early-Media is smaller then the rtp direction in SDP, use the direction in P-Early-Media to config (and do the TFT matching)<BR> Disable: Always use the direction in SDP to do the TFT matching.",Pass,,,,
1941,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",need_revise_rtp_dir.need_revise_rtp_dir,ua_config.need_revise_rtp_dir.need_revise_rtp_dir,Not Support,no,no,no,no,"[MCF]Some operators will delete the UL PF of RTP in early dialog stage if the PEM is sendonly but in the UPDATE message towards the UE even the rtp direction in SDP is sendrecv. When this flag is set to 1, the unsync scenario will be recovered.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1942,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_auto_retry_errcode,ua_config.no_auto_retry_errcode,OTA and OTA BY OP,no,no,no,no,"Set sip error codes in string format using comma as delimiter(e.g. "404,503,480"),<BR>thus only the error codes in this string will apply the "no auto retry" mechanism.<BR>Note that, we also need to set no_auto_retry_for_mo_call=1 if we want to use this setting.",STRING,128,128,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,1945,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, NV Setting ""no_auto_retry_for_mo_call"" is also enabled<BR>[Test Step]<BR>1) Make an audio call (A Call B) <BR>2) NW reply error code which is configured by this setting<BR>3) Check if CSFB will happen<BR>[Expected Result]<BR> Enable: UE will not do CSFB for the response codes that will need UE to do<BR> Disable: UE will do CSFB as expected"",Pass,,,,
-1943,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_auto_retry_for_dcm_mo_call,ua_config.no_auto_retry_for_dcm_mo_call,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>For user experience, the UE is designed to retry CS call when it receives error response for the initial INVITE request (if response received before ringing response). But some operators request to 'No Retry in both IMS and CS domain'. The failure response code includes 403, 480, 486, 487, 600, 603, 404. The UE will not retry IMS and CS for the specific error codes when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
+1943,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_auto_retry_for_dcm_mo_call,ua_config.no_auto_retry_for_dcm_mo_call,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>For user experience, the UE is designed to retry CS call when it receives error response for the initial INVITE request (if response received before ringing response). But some operators request to 'No Retry in both IMS and CS domain'. The failure response code includes 403, 480, 486, 487, 600, 603, 404. The UE will not retry IMS and CS for the specific error codes when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
1944,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_auto_retry_for_dcm_mo_call.no_auto_retry_for_dcm_mo_call,ua_config.no_auto_retry_for_dcm_mo_call.no_auto_retry_for_dcm_mo_call,Not Support,no,no,no,no,"[MCF]For user experience, the UE is designed to retry CS call when it receives error response for the initial INVITE request (if response received before ringing response). But some operators request to 'No Retry in both IMS and CS domain'. The failure response code includes 403, 480, 486, 487, 600, 603, 404. The UE will not retry IMS and CS for the specific error codes when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1945,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_auto_retry_for_mo_call,ua_config.no_auto_retry_for_mo_call,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>For user experience, the UE is designed to retry CS call when it receives error response for the initial INVITE request (if response received before ringing response). But some operators request to 'No Retry in both IMS and CS domain'. The failure response code includes 404, 500, 603, 503, 481, 486, 487. (When get 481, we have sent BYE request, and we do not think we shall retry it in CS domain. When get 486 and 487, it may be a reject response from peer user, and we donot think we shall retry it in CS domain.) The UE will not retry IMS and CS when this configuration is set to 1.<BR>0:Retry<BR>1:Not retry",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Not retry<BR>0:Retry,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
+1945,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_auto_retry_for_mo_call,ua_config.no_auto_retry_for_mo_call,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>For user experience, the UE is designed to retry CS call when it receives error response for the initial INVITE request (if response received before ringing response). But some operators request to 'No Retry in both IMS and CS domain'. The failure response code includes 404, 500, 603, 503, 481, 486, 487. (When get 481, we have sent BYE request, and we do not think we shall retry it in CS domain. When get 486 and 487, it may be a reject response from peer user, and we donot think we shall retry it in CS domain.) The UE will not retry IMS and CS when this configuration is set to 1.<BR>0:Retry<BR>1:Not retry",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Retry<BR>1:Not retry,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
1946,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_auto_retry_for_mo_call.no_auto_retry_for_mo_call,ua_config.no_auto_retry_for_mo_call.no_auto_retry_for_mo_call,Not Support,no,no,no,no,"[MCF]For user experience, the UE is designed to retry CS call when it receives error response for the initial INVITE request (if response received before ringing response). But some operators request to 'No Retry in both IMS and CS domain'. The failure response code includes 404, 500, 603, 503, 481, 486, 487. (When get 481, we have sent BYE request, and we do not think we shall retry it in CS domain. When get 486 and 487, it may be a reject response from peer user, and we donot think we shall retry it in CS domain.) The UE will not retry IMS and CS when this configuration is set to 1.bit 0:0:Retrybit 1:1:Not retry",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1947,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_feature_caps_process,ua_config.no_feature_caps_process,OTA and OTA BY OP,no,no,no,no,"Deprecated.<BR>This is a feature option for Feature-Caps header field. Since not all operator network supports Feature-Caps header field, the UE may not use it as SRVCC feature indication. When this flag is set to 1, the UE set to support aSRVCC and mid-call SRVCC even if no Feature-Caps header field from network message. When the flag is set to 0, the UE keep the original default value.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
1948,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_feature_caps_process.no_feature_caps_process,ua_config.no_feature_caps_process.no_feature_caps_process,Not Support,no,no,no,no,"[MCF]This is a feature option for Feature-Caps header field. Since not all operator network supports Feature-Caps header field, the UE may not use it as SRVCC feature indication. When this flag is set to 1, the UE set to support aSRVCC and mid-call SRVCC even if no Feature-Caps header field from network message. When the flag is set to 0, the UE keep the original default value.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1949,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_state_transition_when_183_withoutsdp,ua_config.no_state_transition_when_183_withoutsdp,OTA and OTA BY OP,no,no,no,no,Ignore 183 which not contain SDP message.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Enable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init]<BR>IMS Register on 4G<BR>[Test Step]<BR>1. A make an audio call to B<BR>2. NW send fist 183 without SDP message<BR>3. NW send secondary 183 with SDP message <BR>[Expected Result]<BR>Call can answer successful,Untested,,,,
1950,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_state_transition_when_183_withoutsdp.no_state_transition_when_183_withoutsdp,ua_config.no_state_transition_when_183_withoutsdp.no_state_transition_when_183_withoutsdp,Not Support,no,no,no,no,[MCF]Ignore 183 which not contain SDP message.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1951,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_add_SDP_in_OPTIONS,ua_config.not_add_SDP_in_OPTIONS,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>From IETF RFC3261 section 11.2 Processing of OPTIONS Request, the IMSS SHOULD include a body in the response to discribe media capabilities. But some operator networks do not request the message body, because the SIP OPTIONS is for Piggyback the UE. The UE will not apply the rule in IETF RFC3261 when this configuraiton is set to 1.<BR>0:Add SDP in OPTIONS<BR>1:NOT add SDP in OPTIONS",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:NOT add SDP in OPTIONS<BR>0:Add SDP in OPTIONS,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[INIT]<BR>Under Nanjing CMCC Volte Network.<BR>[Test Step]<BR>1. make a volte mo call.<BR>2. when volte call active, receive a SIP OPTION from network.<BR>3. Observe whether receive BYE(call drop) after DUT retrun 200 OK.<BR>[Expected Result]<BR>The DUT will receive OPTION after volte call active.<BR>When DUT return 200 OK with SDP, this led to call drop.<BR>Enable this PARA. DUT will not take SDP in 200 OK, and call drop will not happen."",Pass,,,,
+1951,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_add_SDP_in_OPTIONS,ua_config.not_add_SDP_in_OPTIONS,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>From IETF RFC3261 section 11.2 Processing of OPTIONS Request, the IMSS SHOULD include a body in the response to discribe media capabilities. But some operator networks do not request the message body, because the SIP OPTIONS is for Piggyback the UE. The UE will not apply the rule in IETF RFC3261 when this configuraiton is set to 1.<BR>0:Add SDP in OPTIONS<BR>1:NOT add SDP in OPTIONS",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Add SDP in OPTIONS<BR>1:NOT add SDP in OPTIONS,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[INIT]<BR>Under Nanjing CMCC Volte Network.<BR>[Test Step]<BR>1. make a volte mo call.<BR>2. when volte call active, receive a SIP OPTION from network.<BR>3. Observe whether receive BYE(call drop) after DUT retrun 200 OK.<BR>[Expected Result]<BR>The DUT will receive OPTION after volte call active.<BR>When DUT return 200 OK with SDP, this led to call drop.<BR>Enable this PARA. DUT will not take SDP in 200 OK, and call drop will not happen."",Pass,,,,
1952,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_add_SDP_in_OPTIONS.not_add_SDP_in_OPTIONS,ua_config.not_add_SDP_in_OPTIONS.not_add_SDP_in_OPTIONS,Not Support,no,no,no,no,"[MCF]From RFC3261 section 11.2 Processing of OPTIONS Request, the UAS SHOULD include a body in the response to discribe media capabilities. But some operator networks do not request the message body, because the OPTIONS is for Piggyback the UE. The UE will not apply the rule in RFC3261 when this configuraiton is set to 1.bit 0:0:Add SDP in OPTIONSbit 1:1:NOT add SDP in OPTIONS",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1953,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_auto_reg,ua_config.not_auto_reg,OTA and OTA BY OP,no,no,no,no,Not auto triggering IMS registration while receiving the SIP error cause (defined by bitmask)<BR>b0: 500 registration failure response<BR>b1: 503 registration failure response<BR>b2-b31: reserved,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,b1:503 registration failure response<BR>b0:500 registration failure response,No,1318,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] LTE register on 4G, VoLTE OFF<BR>[Test Step] Enabled VoLTE and send 500 SIP response to register.<BR>[Expected Result]<BR> Enable: UE does not trigger new IMS registration automatically. For example VoLTE off/on is needed.<BR> Disable: UE does IMS registration again after configred auto reg timer.",Untested,,,,
+1953,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_auto_reg,ua_config.not_auto_reg,OTA and OTA BY OP,no,no,no,no,Not auto triggering IMS registration while receiving the SIP error cause (defined by bitmask)<BR>b0: 500 registration failure response<BR>b1: 503 registration failure response<BR>b2-b31: reserved,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,b0:500 registration failure response<BR>b1:503 registration failure response,No,1318,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] LTE register on 4G, VoLTE OFF<BR>[Test Step] Enabled VoLTE and send 500 SIP response to register.<BR>[Expected Result]<BR> Enable: UE does not trigger new IMS registration automatically. For example VoLTE off/on is needed.<BR> Disable: UE does IMS registration again after configred auto reg timer.",Untested,,,,
1954,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_auto_reg.b1,ua_config.not_auto_reg.b1,Not Support,no,no,no,no,[MCF]Not auto triggering IMS registration while receiving the SIP error cause (defined by bitmask)500 registration failure response,BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,1318,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] LTE register on 4G, VoLTE OFF<BR>[Test Step] Enabled VoLTE and send 500 SIP response to register.<BR>[Expected Result]<BR> Enable: UE does not trigger new IMS registration automatically. For example VoLTE off/on is needed.<BR> Disable: UE does IMS registration again after configred auto reg timer.",Untested,,,,
1955,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_auto_reg.b2,ua_config.not_auto_reg.b2,Not Support,no,no,no,no,[MCF]Not auto triggering IMS registration while receiving the SIP error cause (defined by bitmask)503 registration failure response,BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,1318,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] LTE register on 4G, VoLTE OFF<BR>[Test Step] Enabled VoLTE and send 500 SIP response to register.<BR>[Expected Result]<BR> Enable: UE does not trigger new IMS registration automatically. For example VoLTE off/on is needed.<BR> Disable: UE does IMS registration again after configred auto reg timer.",Untested,,,,
1956,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_auto_reg.b3,ua_config.not_auto_reg.b3,Not Support,no,no,no,no,[MCF]Not auto triggering IMS registration while receiving the SIP error cause (defined by bitmask)Reserved,BIT,30,,30,0x00,NR15.R3.MD700.MP,,,No,1318,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] LTE register on 4G, VoLTE OFF<BR>[Test Step] Enabled VoLTE and send 500 SIP response to register.<BR>[Expected Result]<BR> Enable: UE does not trigger new IMS registration automatically. For example VoLTE off/on is needed.<BR> Disable: UE does IMS registration again after configred auto reg timer.",Untested,,,,
-1957,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_auto_reg_403,ua_config.not_auto_reg_403,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If UE stops registration retry (until power cycled or enter/leave filght mode) when NW replies 403 response for REGISTER<BR>0:Disable<BR>1:Enable for all<BR>2:Enable for VPLMN only,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable for all<BR>2:Enable for VPLMN only<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,prerequiste: simulate NW to reply 403 to REGISTER<BR>steps: IMS registration<BR>=> check if IMS stop registration attempt,Pass,,,,
+1957,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_auto_reg_403,ua_config.not_auto_reg_403,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If UE stops registration retry (until power cycled or enter/leave filght mode) when NW replies 403 response for REGISTER<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable for all<BR>2:Enable for VPLMN only<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,prerequiste: simulate NW to reply 403 to REGISTER<BR>steps: IMS registration<BR>=> check if IMS stop registration attempt,Pass,,,,
1958,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",not_auto_reg_403.not_auto_reg_403,ua_config.not_auto_reg_403.not_auto_reg_403,Not Support,no,no,no,no,[MCF]If UE stops registration retry (until power cycled or enter/leave filght mode) when NW replies 403 response for REGISTERbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1959,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",notify_sms_notify_done,ua_config.notify_sms_notify_done,OTA and OTA BY OP,no,no,no,no,Indicate if SMS retry will be postponed until NOTIFY flow is done<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[init] ims register <BR>[Test Step] while registering send sms <BR>[Expected Result] check if the value enabled , then SMS retry will be postponed until NOTIFY flow is done",Untested,,,,
1960,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",notify_sms_notify_done.notify_sms_notify_done,ua_config.notify_sms_notify_done.notify_sms_notify_done,Not Support,no,no,no,no,[MCF]Indicate if SMS retry will be postponed until NOTIFY flow is donebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1961,7 +1961,7 @@
1975,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pad1,ua_config.pad1,Not Support,no,no,no,no,,UNSIGNED SHORT,2,,,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1976,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_error_when663,ua_config.pcscf_error_when663,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>when SIP Timer B of IETF RFC 3261 expiries for a call, some operator networks request the UE to report PCSCF server error.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] do volte call<BR>[Expected Result] <BR> enable: if there is no response from NW during timerB, UE will report PCSCF error and turn to unregistered state<BR> disable: not report PCSCF error",Pass,,,,
1977,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_error_when663.pcscf_error_when663,ua_config.pcscf_error_when663.pcscf_error_when663,Not Support,no,no,no,no,"[MCF]when Timer B expiries for a call, some operator networks request the UE to report PCSCF error.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1978,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_port_number,ua_config.pcscf_port_number,OTA and OTA BY OP,no,no,no,no,PCSCF port number,UNSIGNED INT,4,,,5060,NR15.R3.MD700.MP,,0~65535<BR>0~65535<BR>any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register over LTE<BR>[Test Step] register volte<BR>[Expected Result] check wireshark if REGISTER destination port is 5060,Pass,,,,
+1978,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_port_number,ua_config.pcscf_port_number,OTA and OTA BY OP,no,no,no,no,PCSCF port number,UNSIGNED INT,4,,,5060,NR15.R3.MD700.MP,,0~65535<BR>any:values and format please reference to param. description<BR>0~65535,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register over LTE<BR>[Test Step] register volte<BR>[Expected Result] check wireshark if REGISTER destination port is 5060,Pass,,,,
1979,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pem_use_sdp_rtp_drct,ua_config.pem_use_sdp_rtp_drct,OTA and OTA BY OP,no,no,no,no,This is to decide if the UE play early media when P-Early-Media:sendrecv and SDP attribute includes "a=sendrecv".<BR>0:Disable<BR>1:Enable<BR>unit: boolean,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE. The network has support early media playing<BR>[Test Step] make a MO call and then network send 18x response with P-Early-Media:sendrecv header field.<BR>[Expected Result] If configuration is set to 1, the UE will play early media only if 18x response also include a=sendrecv in SDP body. If configuration is set to 0, UE will play early media no matter SDP attribute.",Pass,,,,
1980,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pem_use_sdp_rtp_drct.pem_use_sdp_rtp_drct,ua_config.pem_use_sdp_rtp_drct.pem_use_sdp_rtp_drct,Not Support,no,no,no,no,[MCF]play early media when P-Early-Media:sendrecv and a=sendrecv.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1981,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pend_dereg_in_initial_reg,ua_config.pend_dereg_in_initial_reg,OTA and OTA BY OP,no,no,no,no,when_stop_b_timer<BR>Pend de-reg while initial registration is on going<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"prerequiste: simulate NW not to reply REGISTER<BR>steps: IMS registration, enter flight mode<BR>=> check if UE sends de-REGISTER during initial registration",Pass,,,,
@@ -1975,7 +1975,7 @@
1989,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",prefer_original_codec.prefer_original_codec,ua_config.prefer_original_codec.prefer_original_codec,Not Support,no,no,no,no,[MCF]UE cannot reply original codec when handling SDP offer.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1990,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",psismsc_from_user,ua_config.psismsc_from_user,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This is to use digits string entered by the user to construct Request-URI and To header field in SMS sending<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
1991,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",psismsc_from_user.psismsc_from_user,ua_config.psismsc_from_user.psismsc_from_user,Not Support,no,no,no,no,[MCF]IMS can be configured to use digits string entered by the user to construct Request-URI and To header field.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-1992,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",query_other_sim_call_state,ua_config.query_other_sim_call_state,OTA and OTA BY OP,no,no,no,no,"this feature can avoid a sim volte reregister failed on dual volte phone.<BR>for dual volte phone, if this flag is set to TRUE, and a SIM volte will query the other sim's call state when it does ims reregister.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"prerequiste: simulate NW not to reply to SIM1 REGISTER, after SIM2 MO call is successful, simulate NW to reply to SIM1 REGISTER<BR>steps: IMS registration, MO call in SIM2<BR>=> check if SIM1 VoLTE icon disppears when SIM2 call is active",Pass,,,,
+1992,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",query_other_sim_call_state,ua_config.query_other_sim_call_state,OTA and OTA BY OP,no,no,no,no,"this feature can avoid a sim volte reregister failed on dual volte phone.<BR>for dual volte phone, if this flag is set to TRUE, and a SIM volte will query the other sim's call state when it does ims reregister.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"prerequiste: simulate NW not to reply to SIM1 REGISTER, after SIM2 MO call is successful, simulate NW to reply to SIM1 REGISTER<BR>steps: IMS registration, MO call in SIM2<BR>=> check if SIM1 VoLTE icon disppears when SIM2 call is active",Pass,,,,
1993,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",query_other_sim_call_state.query_other_sim_call_state,ua_config.query_other_sim_call_state.query_other_sim_call_state,Not Support,no,no,no,no,[MCF]Query the other sim's call state when perform ims reregister. AN: For DSDS Dual VoLTE enhancement.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1994,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",random_init_ipsec_port,ua_config.random_init_ipsec_port,OTA and OTA BY OP,no,no,no,no,"If this flag is set to TRUE, UE will use random port_c in register to avoid NW port_c conflict<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,no,no,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"enable volte, reboot ue and find port_c in MD log(IMS_STACK)<BR>=> check if UE use random port",Pass,,,,
1995,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",random_init_ipsec_port.random_init_ipsec_port,ua_config.random_init_ipsec_port.random_init_ipsec_port,Not Support,no,no,no,no,"[MCF]If this flag is set to TRUE, UE will use random port_c in register to avoid NW port_c conflictbit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -1983,19 +1983,19 @@
1997,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",re_calc_rr_rs_in_offer_answer,ua_config.re_calc_rr_rs_in_offer_answer,OTA and OTA BY OP,no,no,no,no,"Before the MO call was answered, The UE detects that the network allocation of GBR is smaller than the SIP negotiation bandwidth, MO UE modify smaller AS value and re-negotiates smaller codec through UPDATE message. if this value is 1, RR/RS value will be always re-calculated based on AS value.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]<BR>IMS Register on 4G<BR>[Test Step]<BR>1. A make an audio call to B<BR>2. SIP SDP negotiation bitrate is bigger than dedicated bearer GBR value.<BR>3. A consider current assigned GBR and re-negotiation suitable codec through Update message.<BR>[Expected Result]<BR>Case Pass, in test step 3, UE can use update with suitable codec bit-rate.",Pass,,,,
1998,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",re_calc_rr_rs_in_offer_answer.re_calc_rr_rs_in_offer_answer,ua_config.re_calc_rr_rs_in_offer_answer.re_calc_rr_rs_in_offer_answer,Not Support,no,no,no,no,"[MCF]Before the MO call was answered, The UE detects that the network allocation of GBR is smaller than the SIP negotiation bandwidth, MO UE modify smaller AS value and re-negotiates smaller codec through UPDATE message. if this value is 1, RR/RS value will be always re-calculated based on AS value.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
1999,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",refer_delay_timer,ua_config.refer_delay_timer,OTA and OTA BY OP,no,no,no,no,"Customization of delay first REFER message after conference mergeing ACK message. <BR>recommand to set as 0,range 0~1000<BR>unit: ms",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] IMS registered<BR>[Test Step] <BR>1. set timer value as NW expected setting<BR>2. do IMS registration again (IMS off/ on) <BR>3. make 3way conference call<BR>[Expected Result] 3way conferece call established successfully (SIP REFER will delay to send as setted value)",Pass,,,,
-2000,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",refer_dialog_to_server,ua_config.refer_dialog_to_server,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When inviting other users to a conference according to section 5.3.1.5.3 of 3GPP TS 24.147, the UE set the request URI of the REFER request to the address of the user who is invited to the conference. The UE must send the REFER method by using the existing dialog (in-dialog), but some operators request to create new dialog. The UE send the REFER with the existing dialog from conference creation when this configuration is set to 1.<BR>0:out-of-dialog<BR>1:in-dialog",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:in<BR>0:out,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO 2 Calls and then merging the two calls<BR>[Expected Result] After making call to the conference focus server, UA will send SIP REFER request to invite the two participants to join the call. The SIP REFER request is using the dialog to server if the configuration is set to 1",Pass,,,,
+2000,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",refer_dialog_to_server,ua_config.refer_dialog_to_server,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When inviting other users to a conference according to section 5.3.1.5.3 of 3GPP TS 24.147, the UE set the request URI of the REFER request to the address of the user who is invited to the conference. The UE must send the REFER method by using the existing dialog (in-dialog), but some operators request to create new dialog. The UE send the REFER with the existing dialog from conference creation when this configuration is set to 1.<BR>0:out-of-dialog<BR>1:in-dialog",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:out<BR>1:in,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO 2 Calls and then merging the two calls<BR>[Expected Result] After making call to the conference focus server, UA will send SIP REFER request to invite the two participants to join the call. The SIP REFER request is using the dialog to server if the configuration is set to 1",Pass,,,,
2001,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",refer_dialog_to_server.refer_dialog_to_server,ua_config.refer_dialog_to_server.refer_dialog_to_server,Not Support,no,no,no,no,"[MCF]When inviting other users to a conference according to section 5.3.1.5.3 of 3GPP TS 24.147, the UE set the request URI of the REFER request to the address of the user who is invited to the conference. The UE must send the REFER method by using the existing dialog (in-dialog), but some operators request to create new dialog. The UE send the REFER with the existing dialog from conference creation when this configuration is set to 1.bit 0:0:out-of-dialogbit 1:1:in-dialog",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2002,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_add_content_disposition,ua_config.reg_add_content_disposition,Not Support,no,no,no,no,Adds Content-Dispostion header when pidf document is added to REGISTER request<BR>0: Does not use Content-Disposition header<BR>1: Adds Content-Dispostion header when pidf document is added to REGISTER request,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1:Adds Content<BR>0:Does not use Content,No,No related parameters,no dependency,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] VoLTE or VoWiFi enabled SIM<BR>[Test Step] IMS registration<BR>[Expected Result] If enabled Content-Disposition header is used when pidf document is added to REGISTER request,Untested,,,,
+2002,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_add_content_disposition,ua_config.reg_add_content_disposition,Not Support,no,no,no,no,Adds Content-Dispostion header when pidf document is added to REGISTER request<BR>0: Does not use Content-Disposition header<BR>1: Adds Content-Dispostion header when pidf document is added to REGISTER request,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:Does not use Content<BR>1:Adds Content,No,No related parameters,no dependency,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] VoLTE or VoWiFi enabled SIM<BR>[Test Step] IMS registration<BR>[Expected Result] If enabled Content-Disposition header is used when pidf document is added to REGISTER request,Untested,,,,
2003,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_after_nw_dereg_60s,ua_config.reg_after_nw_dereg_60s,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate how long IMS should wait for to trigger new registration after NW-init de-registration. <BR>unit: sec,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] ims register<BR>[Test steps] nw initiate a de-reg by NOTIFY<BR>[Expected Result] if enabled UE will wait for the interval before new Reg .<BR>If the value is 60 sec , UE will wait 60 sec",Untested,,,,
-2004,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_check_reason_header,ua_config.reg_check_reason_header,OTA and OTA BY OP,no,no,no,no,"When enabled, UE checks the reason header in SIP registration failure response.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Registration failure<BR>[Test Step] IMS registration fails with 403 and Reason header is provided<BR>[Expected Result] When enabled UE checks Reason header and determines if new registration attempt is allowed at current location<BR>",Pass,,,,
+2004,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_check_reason_header,ua_config.reg_check_reason_header,OTA and OTA BY OP,no,no,no,no,"When enabled, UE checks the reason header in SIP registration failure response.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS Registration failure<BR>[Test Step] IMS registration fails with 403 and Reason header is provided<BR>[Expected Result] When enabled UE checks Reason header and determines if new registration attempt is allowed at current location<BR>",Pass,,,,
2005,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_check_reason_header.reg_check_reason_header,ua_config.reg_check_reason_header.reg_check_reason_header,Not Support,no,no,no,no,"[MCF]When enabled, UE checks the reason header in SIP registration failure response.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2006,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_disable_pidf,ua_config.reg_disable_pidf,Not Support,no,no,no,no,"Bit mask whether to add pidf/location in different REGISTER messages. Bit 0 means enabled, bit 1 disabled.<BR>Location information is considered sensitive information, so this configuration is subject to local legistlation. Specifications: TS 24.229 clause 5.1.6 and RFC 4119<BR>b0: WFC emergency (default 0)<BR>b1: WFC normal (default 0)<BR>b2: VoLTE emergency (default 1)<BR>b3: VoLTE normal (default 1)<BR>b4-b7: reserved",UNSIGNED CHAR,1,,,0x0C,NR15.R3.MD700.MP,,b3:VoLTE normal (default 1)<BR>b2:VoLTE emergency (default 1)<BR>b1:WFC normal (default 0)<BR>b0:WFC emergency (default 0),No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] 4G/WiFi attached and VoLTE/WFC disabled. <BR>[Test Step]<BR>1. Enable VoLTE<BR>2. Enable vowifi<BR>3. Make emergency call over VoLTE<BR>4. Make emergency call over WFC<BR>[Expected Result] <BR> Setting value disabled(1): UE does not add PIDF document in REGISTER<BR>Setting value enabled(0): UE add PIDF document in REGISTER",Untested,,,,
+2006,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_disable_pidf,ua_config.reg_disable_pidf,Not Support,no,no,no,no,"Bit mask whether to add pidf/location in different REGISTER messages. Bit 0 means enabled, bit 1 disabled.<BR>Location information is considered sensitive information, so this configuration is subject to local legistlation. Specifications: TS 24.229 clause 5.1.6 and RFC 4119<BR>b0: WFC emergency (default 0)<BR>b1: WFC normal (default 0)<BR>b2: VoLTE emergency (default 1)<BR>b3: VoLTE normal (default 1)<BR>b4-b7: reserved",UNSIGNED CHAR,1,,,0x0C,NR15.R3.MD700.MP,,b0:WFC emergency (default 0)<BR>b1:WFC normal (default 0)<BR>b2:VoLTE emergency (default 1)<BR>b3:VoLTE normal (default 1),No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] 4G/WiFi attached and VoLTE/WFC disabled. <BR>[Test Step]<BR>1. Enable VoLTE<BR>2. Enable vowifi<BR>3. Make emergency call over VoLTE<BR>4. Make emergency call over WFC<BR>[Expected Result] <BR> Setting value disabled(1): UE does not add PIDF document in REGISTER<BR>Setting value enabled(0): UE add PIDF document in REGISTER",Untested,,,,
2007,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_expire_time_backup,ua_config.reg_expire_time_backup,Not Support,no,no,no,no,"If there is no Expire header or expire parameter in Contact header (200 OK) for REGISTER, UE will use the configured time as registration expire time. <BR>unit: sec",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,This configuration is abandoned.,Untested,,,,
2008,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_fail_not_need_remove_binding,ua_config.reg_fail_not_need_remove_binding,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if IMS should send de-REGISTER when registration got error response<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] NW replies 486 to REGISTER<BR>[Test Step] IMS registration<BR>[Expected Result] check if IMS sends de-REGISTER after REGISTER got error response,Untested,,,,
2009,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_fail_not_need_remove_binding.reg_fail_not_need_remove_binding,ua_config.reg_fail_not_need_remove_binding.reg_fail_not_need_remove_binding,Not Support,no,no,no,no,[MCF]Indicate if IMS should send de-REGISTER when registration got error responsebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2010,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_gruu_support,ua_config.reg_gruu_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if Supported header contains gruu<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] ims register and make call<BR>[Test steps] enable and check the supported header<BR>[Expected Result] if enabled UE will add gruu in supported header,Pass,,,,
+2010,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_gruu_support,ua_config.reg_gruu_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if Supported header contains gruu<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] ims register and make call<BR>[Test steps] enable and check the supported header<BR>[Expected Result] if enabled UE will add gruu in supported header,Pass,,,,
2011,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_gruu_support.reg_gruu_support,ua_config.reg_gruu_support.reg_gruu_support,Not Support,no,no,no,no,[MCF]Indicate if Supported header contains gruubit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2012,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_over_tcp,ua_config.reg_over_tcp,OTA and OTA BY OP,no,no,no,no,Force UE to send SIP REGISTER by TCP<BR>0:default UE behavior<BR>1:Force to use TCP connection,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Force to use TCP connection<BR>0:default UE behavior,No,1593,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"(1) Use non-IPSEC operator SIM. e,g, APTG, Verizon<BR>(2) set reg_over_tcp to 1, and check whether init REGISTER over TCP",Untested,,,,
+2012,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_over_tcp,ua_config.reg_over_tcp,OTA and OTA BY OP,no,no,no,no,Force UE to send SIP REGISTER by TCP<BR>0:default UE behavior<BR>1:Force to use TCP connection,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:default UE behavior<BR>1:Force to use TCP connection,No,1593,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"(1) Use non-IPSEC operator SIM. e,g, APTG, Verizon<BR>(2) set reg_over_tcp to 1, and check whether init REGISTER over TCP",Untested,,,,
2013,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_over_tcp.reg_over_tcp,ua_config.reg_over_tcp.reg_over_tcp,Not Support,no,no,no,no,[MCF]Force UE to send SIP REGISTER by TCPbit 0:0:default UE behaviorbit 1:1:Force to use TCP connection,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2014,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_restore_try_next_pcscf,ua_config.reg_restore_try_next_pcscf,OTA and OTA BY OP,no,no,no,no,This parameter is related to "timer_b_restore_reg". It is used to defined which pcscf server will be tried.<BR>0:try the same PCSCF<BR>1:try next PCSCF,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:try the same PCSCF<BR>1:try next PCSCF,No,2195,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G or WiFi<BR>[Test Step] MO call<BR>[Expected Result]<BR>If the SIP INVITE cannot be sent out because SIP Timer B expires or fatal error, UA will try the next PCSCF address if the parameter is set to 1",Pass,,,,
2015,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_restore_try_next_pcscf.reg_restore_try_next_pcscf,ua_config.reg_restore_try_next_pcscf.reg_restore_try_next_pcscf,Not Support,no,no,no,no,[MCF]This parameter is related to timer_b_restore_reg. It is used to defined which pcscf server will be tried.bit 0:0:try the same PCSCFbit 1:1:try next PCSCF,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
@@ -2009,7 +2009,7 @@
2023,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",regard_180_without_pem_as_inactive.regard_180_without_pem_as_inactive,ua_config.regard_180_without_pem_as_inactive.regard_180_without_pem_as_inactive,Not Support,no,no,no,no,[MCF]UE regards PEM as inactive when UE receives 180 without PEM.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2024,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reged_with_notification,ua_config.reged_with_notification,OTA and OTA BY OP,no,no,no,no,broadcast IMS registration status until receive valid NOTIFY from NW<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,(1) set reged_with_notification to '1'<BR>(2) check UE show VoLTE icon only when network send SIP NOTIFY to UE in IMS registration procedure,Pass,,,,
2025,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reged_with_notification.reged_with_notification,ua_config.reged_with_notification.reged_with_notification,Not Support,no,no,no,no,[MCF]broadcast IMS registration status until receive valid NOTIFY from NWbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2026,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",register_cap_whenever,ua_config.register_cap_whenever,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Usually VoLTE capabilities are not added when the UE is in WCDMA and GSM network as they are not supported VoLTE fuction. But some operators request to keep the IMS Registration no matter what RAT the UE initially attaches to. Even if the UE is using CS(UTRAN or GERAN) or CSFB (E-UTRAN not supporting voice-over-PS) for voice, the IMS registration shall include all UE supported services including MMTel. The UE send REGISTER request with mmtel capabilities when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,prerequiste: choose the operator whose NW can support IMS over 3G<BR>steps: IMS registration over 3G<BR>=> check if REGISTER Contact header has "mmtel" feature tag,Untested,,,,
+2026,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",register_cap_whenever,ua_config.register_cap_whenever,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Usually VoLTE capabilities are not added when the UE is in WCDMA and GSM network as they are not supported VoLTE fuction. But some operators request to keep the IMS Registration no matter what RAT the UE initially attaches to. Even if the UE is using CS(UTRAN or GERAN) or CSFB (E-UTRAN not supporting voice-over-PS) for voice, the IMS registration shall include all UE supported services including MMTel. The UE send REGISTER request with mmtel capabilities when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,prerequiste: choose the operator whose NW can support IMS over 3G<BR>steps: IMS registration over 3G<BR>=> check if REGISTER Contact header has "mmtel" feature tag,Untested,,,,
2027,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",register_cap_whenever.register_cap_whenever,ua_config.register_cap_whenever.register_cap_whenever,Not Support,no,no,no,no,"[MCF]Usually VoLTE capabilities are not added when the UE is in WCDMA and GSM network as they are not supported VoLTE fuction. But some operators request to keep the IMS Registration no matter what RAT the UE initially attaches to. Even if the UE is using CS(UTRAN or GERAN) or CSFB (E-UTRAN not supporting voice-over-PS) for voice, the IMS registration shall include all UE supported services including MMTel. The UE send REGISTER request with mmtel capabilities when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2028,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",register_expiry,ua_config.register_expiry,OTA and OTA BY OP,no,no,no,no,Default value of expires in REGISTER/SUBSCRIBE Expires header,UNSIGNED INT,4,,,600000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register over LTE<BR>[Test Step] register volte<BR>[Expected Result] check Expires in sip msg register is 600000,Pass,,,,
2029,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_1w_if_1A1H,ua_config.reject_1w_if_1A1H,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Some operator networks request the UE to reject incoming call when IMS has an active call and a hold call in hand. MTK default design is to report the incoming call to user and user can decide which call shall be rejected. The UE reject the incoming call anyway when this configuration is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make a MO call and then hold call. The MT call is coming<BR>[Expected Result] The UE reject the incoming call anyway when this configuration is set to 1.,Pass,,,,
@@ -2021,20 +2021,20 @@
2035,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_mtcall_by_vops.reject_mtcall_by_vops,ua_config.reject_mtcall_by_vops.reject_mtcall_by_vops,Not Support,no,no,no,no,[MCF]Some operator networks request the UE to reject all incoming calls when VoPS is 0. The UE will apply the rule when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2036,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_mtcall_when_vilte,ua_config.reject_mtcall_when_vilte,Not Support,no,yes,no,no,Deprecated,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,Modem IMS - ViLTE,Modem IMS - ViLTE,,,,Untested,,,,
2037,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_no_answer_resp_code,ua_config.reject_no_answer_resp_code,OTA and OTA BY OP,no,no,no,no,"SIP response code used to indicate to network that the user did not answer to an MT call. Specification: RFC 3261 chapter 13.3.1.3<BR>The range is all SIP error response codes 300-699, but all of those are not good for SIP protocol.",UNSIGNED SHORT,2,,,486,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]IMS REGISTER on 4G <BR>[Test step] Make VoLTE MT call<BR>User does not answer the call, after timeout check the final response <BR>[Expected result]<BR>486: final response for INVITE is 486<BR>other_value: finals response for INVITE is "other_value"",Pass,,,,
-2038,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_rcs_request,ua_config.reject_rcs_request,OTA and OTA BY OP,no,no,no,no,Indicate in which scenario IMS will reject incoming RCS request.<BR>0:Always accept<BR>1:Reply error response defined in this feild when RCS client is disable,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:Always accept<BR>1:Reply error response defined in this feild when RCS client is disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] disable RCS feature, set reject_rcs_request = 503<BR>[Test Step] IMS registration, MT call from RCS client<BR>[Expected Result] IMS will repy 503 to MT",Pass,,,,
+2038,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_rcs_request,ua_config.reject_rcs_request,OTA and OTA BY OP,no,no,no,no,Indicate in which scenario IMS will reject incoming RCS request.<BR>0:Always accept<BR>1:Reply error response defined in this feild when RCS client is disable,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1:Reply error response defined in this feild when RCS client is disable<BR>0:Always accept,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] disable RCS feature, set reject_rcs_request = 503<BR>[Test Step] IMS registration, MT call from RCS client<BR>[Expected Result] IMS will repy 503 to MT",Pass,,,,
2039,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_rcs_request.reject_rcs_request,ua_config.reject_rcs_request.reject_rcs_request,Not Support,no,no,no,no,[MCF]Indicate in which scenario IMS will reject incoming RCS request.bit 0:0:Always acceptbit 1:1:Reply 503 when RCS client is disable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2040,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_text_when_text_off,ua_config.reject_text_when_text_off,OTA and OTA BY OP,no,no,no,no,"when GTT and RTT both off, GTT need to reject text (1: default) but RTT need to accept text (0).<BR>0: report text call when text capability off<BR>1: reject text call when text capability off",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:report text call when text capability off<BR>1:reject text call when text capability off,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support IMS GTT<BR> [Test Step] set tty_suuport disable and to make IMS GTT call to DUT<BR> [Expected Result] check MT GTT call be rejected",Pass,,,,
-2041,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rel_conf_if_no_participant,ua_config.rel_conf_if_no_participant,Not Support,no,no,no,no,"From 3GPP TS 24.147, a conference call that only includes the conference host is allowed. But some operator networks request the UE to release the conference call when no other participants are present in the conference, which mean only the conference host in the conference call. The UE releases the conference call when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
+2041,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rel_conf_if_no_participant,ua_config.rel_conf_if_no_participant,Not Support,no,no,no,no,"From 3GPP TS 24.147, a conference call that only includes the conference host is allowed. But some operator networks request the UE to release the conference call when no other participants are present in the conference, which mean only the conference host in the conference call. The UE releases the conference call when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
2042,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rel_conf_if_no_participant.rel_conf_if_no_participant,ua_config.rel_conf_if_no_participant.rel_conf_if_no_participant,Not Support,no,no,no,no,"[MCF]From TS 24.147, a conference call that only includes the conference host is allowed. But some operator networks request the UE to release the conference call when no other participants are present in the conference, which mean only the conference host in the conference call. The UE releases the conference call when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2043,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",release_pdn_when_ems_dereg,ua_config.release_pdn_when_ems_dereg,OTA and OTA BY OP,no,no,no,no,"When enabled, UE initiates an emergency PDN connection release after IMS emergency registration has expired.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G<BR>[Test Step] Set up an MO emergency call, hang up and wait for emergency registration to expire. Set up another emergency call.<BR>[Expected Result]<BR>Emergency call setup succeeds.",Pass,,,,
2044,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",release_pdn_when_ems_dereg.release_pdn_when_ems_dereg,ua_config.release_pdn_when_ems_dereg.release_pdn_when_ems_dereg,Not Support,no,no,no,no,"[MCF]When enabled, UE initiates an emergency PDN connection release after IMS emergency registration has expired.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2045,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",remove_aconf_when_reinvite_without_sdp,ua_config.remove_aconf_when_reinvite_without_sdp,OTA and OTA BY OP,no,no,no,no,When enabled UE does not add a=conf attribute to the re-INVITE without SDP 200 OK SDP offer.<BR>0:DO NOT remove<BR>1:Remove a=conf attribute,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Remove a<BR>0:DO NOT remove,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE. Network send re-INVITE without SDP during hold/unhold operation. Precondition is enabled.<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Place call to hold and unhold<BR>[Expected Result] <BR> enable: DUT does not add a=conf attribute in SDP<BR> disable: a=conf attribute is added if re-INVITE is configured to carry QoS parameters."",Pass,,,,
+2045,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",remove_aconf_when_reinvite_without_sdp,ua_config.remove_aconf_when_reinvite_without_sdp,OTA and OTA BY OP,no,no,no,no,When enabled UE does not add a=conf attribute to the re-INVITE without SDP 200 OK SDP offer.<BR>0:DO NOT remove<BR>1:Remove a=conf attribute,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:DO NOT remove<BR>1:Remove a,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE. Network send re-INVITE without SDP during hold/unhold operation. Precondition is enabled.<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Place call to hold and unhold<BR>[Expected Result] <BR> enable: DUT does not add a=conf attribute in SDP<BR> disable: a=conf attribute is added if re-INVITE is configured to carry QoS parameters."",Pass,,,,
2046,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",remove_aconf_when_reinvite_without_sdp.remove_aconf_when_reinvite_without_sdp,ua_config.remove_aconf_when_reinvite_without_sdp.remove_aconf_when_reinvite_without_sdp,Not Support,no,no,no,no,[MCF]Remove a=conf attribute from re-INVITE without SDP 200 OK SDP offer.bit 0:0:DO NOT removebit 1:1:Remove a=conf attribute,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2047,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",report_eimsreginfo_urc,ua_config.report_eimsreginfo_urc,Not Support,no,no,no,no,enabling this nvram config will enable IMS stack to report IMS Registration related info in URC to RILD<BR>0:disable<BR>1:enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"Test in machine (Y/N) :N<BR> Test Time (minutes) :NA<BR> [Init] IMS Register over LTE or WiFi<BR> [Test Step] Customer can enable this nvram config to receive +ESIPREGINFO URC for IMS Registration related SIP information<BR> [Expected Result] afterenabling this nvram config to 1 , RIL to receive +ESIPREGINFO URC for IMS Registration related SIP information",Untested,,,,
2048,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",required_loc_info_num_set,ua_config.required_loc_info_num_set,OTA and OTA BY OP,no,no,no,no,"Pre defined set of phone numbers where location information must be used. <BR>For example: "112,15,17,18,115,119,191,196,197,116000,116117"",STRING,128,128,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call to predefined number<BR>[Expected Result] Call succesfull and location data is available at INVITE request",Pass,,,,
2049,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_23g4,ua_config.rereg_23g4,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if re-registration should be triggered when UE moves from 2/3G to 4G<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"phased out, so can't test",Pass,,,,
2050,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_23g4.rereg_23g4,ua_config.rereg_23g4.rereg_23g4,Not Support,no,no,no,no,[MCF]Indicate if re-registration should be triggered when UE moves from 2/3G to 4Gbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2051,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_in_oos_end,ua_config.rereg_in_oos_end,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If UE does re-registration while it leaves OOS and comes back to LTE<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] LTE signal only, no 2/3G, no wifi<BR>[Test Step] IMS registration, UE moves to an area without LTE signal for 10 seconds<BR>[Expected Result] check if if IMS sends re-REGISTER when UE moves back to the area with LTE signal",Pass,,,,
+2051,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_in_oos_end,ua_config.rereg_in_oos_end,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If UE does re-registration while it leaves OOS and comes back to LTE<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] LTE signal only, no 2/3G, no wifi<BR>[Test Step] IMS registration, UE moves to an area without LTE signal for 10 seconds<BR>[Expected Result] check if if IMS sends re-REGISTER when UE moves back to the area with LTE signal",Pass,,,,
2052,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_in_oos_end.rereg_in_oos_end,ua_config.rereg_in_oos_end.rereg_in_oos_end,Not Support,no,no,no,no,[MCF]If UE does re-registration while it leaves OOS and comes back to LTEbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2053,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_in_rat_change,ua_config.rereg_in_rat_change,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if re-registration should be triggered when UE moves from 4G to 2/3G.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] NW should support IMS over 3G<BR>[Test Step] IMS registration over LTE, UE moves to 3G<BR>[Expected Result] check if if IMS sends re-REGISTER when UE handover from 4G to 3G",Pass,,,,
2054,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_in_rat_change.rereg_in_rat_change,ua_config.rereg_in_rat_change.rereg_in_rat_change,Not Support,no,no,no,no,[MCF]Indicate if re-registration should be triggered when UE moves from 4G to 2/3G.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -2045,10 +2045,10 @@
2059,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",resub_23g4,ua_config.resub_23g4,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if re-subscribe should be triggered when UE moves from 2/3G to 4G<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,ua_config.support_resub=1,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"phased out, so can't test",Pass,,,,
2060,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",resub_23g4.resub_23g4,ua_config.resub_23g4.resub_23g4,Not Support,no,no,no,no,[MCF]Indicate if re-subscribe should be triggered when UE moves from 2/3G to 4Gbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2061,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",retry_interval_after_403,ua_config.retry_interval_after_403,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate how long IMS should wait for to trigger new registration if current REGISTER received 403. <BR>unit: sec,INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to val(>0)<BR>[Test Step]<BR>1.enable VoLTE or VoWiFi;<BR>2.start IMS registration in LTE or VoWIFI;<BR>3.received the 403 for registration from NW;<BR>[Expected Result] <BR>IMS should wait val sec for triggering new registration if current REGISTER received 403.,Untested,,,,
-2062,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reuse_transport_methods,ua_config.reuse_transport_methods,OTA and OTA BY OP,no,no,no,no,"Bitmask containing a list of SIP requests which should use the same transport protocol as the request used to establish an (early) dialog, regarless of the size of the request.<BR>b1: INVITE<BR>b2: REFER<BR>b3: UPDATE<BR>b4: CANCEL<BR>b6: ACK<BR>b7: BYE<BR>b9: SUBSCRIBE<BR>b13: PRACK",UNSIGNED INT,4,,,0x00000050,NR15.R3.MD700.MP,,b13:PRACK<BR>b1:INVITE<BR>b2:REFER<BR>b3:UPDATE<BR>b4:CANCEL<BR>b6:ACK<BR>b7:BYE<BR>b9:SUBSCRIBE,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS register on 4G<BR>[Test Step] Set on an MO call.<BR>[Expected Result]<BR>Call setup succeeds.,Pass,,,,
-2063,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ringing_state_oos_level,ua_config.ringing_state_oos_level,OTA and OTA BY OP,no,no,no,no,Release ringing state call immediately when receive Out-Of-Service signal from modem.<BR>0:No specific handling<BR>1:Release ringing state MO/MT call when enter OOS,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:No specific handling<BR>1:Release ringing state MO,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Put DUT phone in Shielding box, after 3min, move out<BR>3. Check the remote phone and DUT phone;<BR>[Expected Result] <BR> enable: The remote phone call should be auto end also after the DUT phone removed out from sheilding box.<BR> disable: The remote phone call still continues while DUT phone call auto ends in step 3."",Pass,,,,
+2062,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reuse_transport_methods,ua_config.reuse_transport_methods,OTA and OTA BY OP,no,no,no,no,"Bitmask containing a list of SIP requests which should use the same transport protocol as the request used to establish an (early) dialog, regarless of the size of the request.<BR>b1: INVITE<BR>b2: REFER<BR>b3: UPDATE<BR>b4: CANCEL<BR>b6: ACK<BR>b7: BYE<BR>b9: SUBSCRIBE<BR>b13: PRACK",UNSIGNED INT,4,,,0x00000050,NR15.R3.MD700.MP,,b1:INVITE<BR>b2:REFER<BR>b3:UPDATE<BR>b4:CANCEL<BR>b6:ACK<BR>b7:BYE<BR>b9:SUBSCRIBE<BR>b13:PRACK,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS register on 4G<BR>[Test Step] Set on an MO call.<BR>[Expected Result]<BR>Call setup succeeds.,Pass,,,,
+2063,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ringing_state_oos_level,ua_config.ringing_state_oos_level,OTA and OTA BY OP,no,no,no,no,Release ringing state call immediately when receive Out-Of-Service signal from modem.<BR>0:No specific handling<BR>1:Release ringing state MO/MT call when enter OOS,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Release ringing state MO<BR>0:No specific handling,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte call;<BR>2. Put DUT phone in Shielding box, after 3min, move out<BR>3. Check the remote phone and DUT phone;<BR>[Expected Result] <BR> enable: The remote phone call should be auto end also after the DUT phone removed out from sheilding box.<BR> disable: The remote phone call still continues while DUT phone call auto ends in step 3."",Pass,,,,
2064,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ringing_state_oos_level.ringing_state_oos_level,ua_config.ringing_state_oos_level.ringing_state_oos_level,Not Support,no,no,no,no,[MCF]bit 0:0:No specific handlingbit 1:1:Release ringing state MO/MT call when enter OOS,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2065,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rm_prcd_when_video_prcd_off,ua_config.rm_prcd_when_video_prcd_off,OTA and OTA BY OP,no,no,no,no,"Remove the 'precondition' tag when doing upgrade, if NVRAM Setting 'video_action_precondition' is off<BR>0:When upgrade, reINVITE will have 'precondition' tag and qos only in m:audio<BR>1:When upgrade, reINVITE will not have 'precondition' tag and qos in m:audio and m:video<BR>It's valid only when 'video_action_precondition' is set to 0",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:When upgrade, reINVITE will have<BR>1:When upgrade, reINVITE will not have",No,2253,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, "video_action_precondition" is disabled<BR>[Test Step]<BR>1) Make a audio call<BR>2) upgrade<BR>[Expected Result]<BR> Enable: UE will disable precondition tag and qos parameters when doing upgrade<BR> Disable: UE will have precondition tag in Header and qos parameters in m:audio",Pass,,,,
+2065,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rm_prcd_when_video_prcd_off,ua_config.rm_prcd_when_video_prcd_off,OTA and OTA BY OP,no,no,no,no,"Remove the 'precondition' tag when doing upgrade, if NVRAM Setting 'video_action_precondition' is off<BR>0:When upgrade, reINVITE will have 'precondition' tag and qos only in m:audio<BR>1:When upgrade, reINVITE will not have 'precondition' tag and qos in m:audio and m:video<BR>It's valid only when 'video_action_precondition' is set to 0",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"1:When upgrade, reINVITE will not have<BR>0:When upgrade, reINVITE will have",No,2253,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, "video_action_precondition" is disabled<BR>[Test Step]<BR>1) Make a audio call<BR>2) upgrade<BR>[Expected Result]<BR> Enable: UE will disable precondition tag and qos parameters when doing upgrade<BR> Disable: UE will have precondition tag in Header and qos parameters in m:audio",Pass,,,,
2066,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rm_prcd_when_video_prcd_off.rm_prcd_when_video_prcd_off,ua_config.rm_prcd_when_video_prcd_off.rm_prcd_when_video_prcd_off,Not Support,no,no,no,no,"[MCF]Remove the 'precondition' tag when doing upgrade, if NVRAM Setting 'video_action_precondition' is offbit 0:0:When upgrade, reINVITE will have 'precondition' tag and qos only in m:audiobit 1:1:When upgrade, reINVITE will not have 'precondition' tag and qos in m:audio and m:video",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2067,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtcp_interval,ua_config.rtcp_interval,OTA and OTA BY OP,no,no,no,no,"When IMS use AS value to calculate RTP/RTCP interval according to RFC3551 and 3556, the configuration is used to set the minimum value of RTP/RTCP interval<BR>0: disable RTCP<BR>other value: the minimum value of RTCP interval<BR>unit:ms",UNSIGNED INT,4,,,5000,NR15.R3.MD700.MP,,0:disable RTCP,No,"3188,3189,3193,3194,3195,3196",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 3000 ms<BR> - do not set LTECSR NVRAM "ltecsr_common_para2"<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call longer than customized time<BR><BR>[Expected Result] <BR> Check if RTCP sending interval is larger than customized value. <BR> - checked by machine pcap or pcap generated by ELT -> External -> Extract IMS / VoLTE ...<BR> - or by MD log<BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "[RTCP][VOICE][UL]" to get RTCP sending log to check.",Pass,,,,
2068,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtcp_mux_support,ua_config.rtcp_mux_support,OTA and OTA BY OP,no,no,no,no,"According to RFC5761, RTP data packets and RTP Control Protocol (RTCP) packets can be multiplexed on a single UDP port. This option is for control the UE if enable the rtcp multiplexing support or not.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step] Make a MO and MT VoLTE or ViLTE call<BR>[Expected Result] <BR> enable: The call established with audio or video media using the same port for RTP and RTCP, only if NW support RFC5761.<BR> disable: The audio or video media port for RTP and RTCP as before this feature."",Pass,,,,
@@ -2074,50 +2074,50 @@
2088,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtcp_xr_stat_flags.b4,ua_config.rtcp_xr_stat_flags.b4,Not Support,no,no,no,no,[MCF]AN:TTL and Hop Limit flag CANNOT be signaled together.'TTL' - TTL flag(ToH),BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,"2071, 2091",IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support RTCPXR<BR> [Test Step] set rtcp_xr_support enable and expected setting to make VoLTE call<BR> [Expected Result] check UE sending RTCPXR packect as expected format type",Pass,,,,
2089,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtcp_xr_stat_flags.b5,ua_config.rtcp_xr_stat_flags.b5,OTA and OTA BY OP,no,no,no,no,[MCF]AN:TTL and Hop Limit flag CANNOT be signaled together.'HL' - Hop Limit flag(ToH),BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,"2071, 2091",IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support RTCPXR<BR> [Test Step] set rtcp_xr_support enable and expected setting to make VoLTE call<BR> [Expected Result] check UE sending RTCPXR packect as expected format type",Pass,,,,
2090,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtcp_xr_stat_flags.b6,ua_config.rtcp_xr_stat_flags.b6,Not Support,no,no,no,no,[MCF]AN:TTL and Hop Limit flag CANNOT be signaled together.reserved,BIT,3,,3,0x07,NR15.R3.MD700.MP,,,No,,"2071, 2091",IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support RTCPXR<BR> [Test Step] set rtcp_xr_support enable and expected setting to make VoLTE call<BR> [Expected Result] check UE sending RTCPXR packect as expected format type",Pass,,,,
-2091,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtcp_xr_support,ua_config.rtcp_xr_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>RFC3611 RTCP XR feature enable or disable<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,"2070, 2071, 2079, 2080, 2081, 2082",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support RTCPXR<BR> [Test Step] set enable to make VoLTE call<BR> [Expected Result] check UE sending RTCPXR packect ",Pass,,,,
+2091,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtcp_xr_support,ua_config.rtcp_xr_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>RFC3611 RTCP XR feature enable or disable<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,"2070, 2071, 2079, 2080, 2081, 2082",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support RTCPXR<BR> [Test Step] set enable to make VoLTE call<BR> [Expected Result] check UE sending RTCPXR packect ",Pass,,,,
2092,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtcp_xr_support.rtcp_xr_support,ua_config.rtcp_xr_support.rtcp_xr_support,Not Support,no,no,no,no,[MCF]RTCP XR feature flagbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2093,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtp_rtcp_local_port_range,ua_config.rtp_rtcp_local_port_range,OTA and OTA BY OP,no,no,no,no,"This is to set RTP/RTCP port range, and the start point is set in rtp_rtcp_local_port_start. Different per operator.<BR>rtp_rtcp_local_port_range should be set to ensure rtp_rtcp_local_port_start + rtp_rtcp_local_port_range should less than 65535",UNSIGNED INT,4,,,5000,NR15.R3.MD700.MP,,rtp_rtcp_local_port_range should be set to ensure rtp_rtcp_local_port_start + rtp_rtcp_local_port_range should less than 65535<BR>any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,make volte call and check the SDP port number is in the range or not,Pass,,,,
2094,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtp_rtcp_local_port_start,ua_config.rtp_rtcp_local_port_start,OTA and OTA BY OP,no,no,no,no,"This is to set RTP/RTCP port start point, different per operator<BR>40000~65534",UNSIGNED INT,4,,,40000,NR15.R3.MD700.MP,,40000~65534<BR>any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,make volte call and check the SDP port number is in the range or not,Pass,,,,
-2095,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtt_enable,ua_config.rtt_enable,OTA and OTA BY OP,no,no,no,no,RTT feature flag<BR>0:Disable IMS RTT capability<BR>1:Enable IMS RTT capability with automatic RTT operation mode<BR>2:Enable IMS RTT capability with upon request RTT operation mode,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable IMS RTT capability<BR>1:Enable IMS RTT capability with automatic RTT operation mode<BR>2:Enable IMS RTT capability with upon request RTT operation mode,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
+2095,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtt_enable,ua_config.rtt_enable,OTA and OTA BY OP,no,no,no,no,RTT feature flag<BR>0:Disable IMS RTT capability<BR>1:Enable IMS RTT capability with automatic RTT operation mode<BR>2:Enable IMS RTT capability with upon request RTT operation mode,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,2:Enable IMS RTT capability with upon request RTT operation mode<BR>1:Enable IMS RTT capability with automatic RTT operation mode<BR>0:Disable IMS RTT capability,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
2096,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtt_enable.rtt_enable,ua_config.rtt_enable.rtt_enable,Not Support,no,no,no,no,[MCF]RTT feature flagbit 0:0:Disable IMS RTT capabilitybit 1:1:Enable IMS RTT capability with automatic RTT operation modebit 2:2:Enable IMS RTT capability with upon request RTT operation mode,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2097,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtt_tag_mode,ua_config.rtt_tag_mode,OTA and OTA BY OP,no,no,no,no,Indicate in which scenario REGISTER will bring text feature tag<BR>0:Follow UI<BR>1:Whenever,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Follow UI<BR>1:Whenever,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS register on 4G ,used for US operators only<BR>[Test Step] Set to 1 and check Register contact header<BR>[Expected Result]Reg contact header should bring text feature tag if rtt_tag_mode is enabled",Pass,,,,
+2097,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtt_tag_mode,ua_config.rtt_tag_mode,OTA and OTA BY OP,no,no,no,no,Indicate in which scenario REGISTER will bring text feature tag<BR>0:Follow UI<BR>1:Whenever,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Whenever<BR>0:Follow UI,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] IMS register on 4G ,used for US operators only<BR>[Test Step] Set to 1 and check Register contact header<BR>[Expected Result]Reg contact header should bring text feature tag if rtt_tag_mode is enabled",Pass,,,,
2098,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rtt_tag_mode.rtt_tag_mode,ua_config.rtt_tag_mode.rtt_tag_mode,Not Support,no,no,no,no,[MCF]Indicate in which scenario REGISTER will bring text feature tagbit 0:0:Follow UIbit 1:1:Whenever,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2099,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",scb_ntf_cs_protection,ua_config.scb_ntf_cs_protection,Not Support,no,yes,no,no,This parameter is used to indicate if there need to use CS to protect subscribe and notify of register under IOT mode.<BR>0:false<BR>1:ture,ENUM,1,,,0,NR15.R3.MD700.MP,,1:ture<BR>0:false,No,Not Support,Not Support,IMS Registration and Service Capability,Modem IMS - VoLTE,,,Not Support,Untested,,,,
+2099,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",scb_ntf_cs_protection,ua_config.scb_ntf_cs_protection,Not Support,no,yes,no,no,This parameter is used to indicate if there need to use CS to protect subscribe and notify of register under IOT mode.<BR>0:false<BR>1:ture,ENUM,1,,,0,NR15.R3.MD700.MP,,0:false<BR>1:ture,No,Not Support,Not Support,IMS Registration and Service Capability,Modem IMS - VoLTE,,,Not Support,Untested,,,,
2100,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_183_when_prcd_none,ua_config.send_183_when_prcd_none,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>From IETF RFC3261, the UE will send SIP 180 ringing when the precondition framework is diabled ("UA_Call_Precondition"). But some operator networks request the UE to send SIP 183 with SDP even when incoming SIP INVITE request does not support precondition framework. The UE will send SIP 183 with SDP when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,1524,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. The network does not support precondition framework<BR>[Test Step] Make MO call<BR>[Expected Result] If this configuration is set to 1, IMS will send 183 session progress response while receiving SIP INVITE request without precondition framework. If this configuration is set to 0, IMS will send 180 ringing response while receiving SIP INVITE request without precondition framework.",Pass,,,,
2101,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_183_when_prcd_none.send_183_when_prcd_none,ua_config.send_183_when_prcd_none.send_183_when_prcd_none,Not Support,no,no,no,no,"[MCF]From RFC3261, the UE will send 180 ringing when the precondition framework is diabled. But some operator networks request the UE to send 183 with SDP even when incoming INVITE does not support precondition framework. The UE will send 183 with SDP when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2102,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_bw_ind_when_recv_183_prack,ua_config.send_bw_ind_when_recv_183_prack,OTA and OTA BY OP,no,no,no,no,"When MO call, start TQOS timer delayed until UE receives 183 PRACK<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]<BR>IMS Register on 4G<BR>[Test Step]<BR>1. A receive MT call from B.<BR>2. A send 183 with 100rel, A wait for PRACK message.<BR>3. NW response PRACK after 6s.<BR>4. NW wait UE send UPDATE message for QOS precondition, UE local QOS current set to sendrecv.<BR>5. A answer MT call<BR>[Expected Result]<BR>MT call can be answered successul.",Pass,,,,
2103,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_bw_ind_when_recv_183_prack.send_bw_ind_when_recv_183_prack,ua_config.send_bw_ind_when_recv_183_prack.send_bw_ind_when_recv_183_prack,Not Support,no,no,no,no,"[MCF]MO call, Start TQOS timer delayed until UE receives 183 PRACKbit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2104,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_bye_if_error_resp_in_hold_unhold,ua_config.send_bye_if_error_resp_in_hold_unhold,OTA and OTA BY OP,no,no,no,no,Send BYE if error resp received in hold/unhold re-INVITE.<BR>1: Send BYE<BR>0: Don't send BYE,ENUM,1,,,1,NR15.R3.MD700.MP,,1:Send BYE<BR>0:Don,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register over LTE or WiFi<BR>[Test step] MO call and hold call. UE receives an error to the INVITE.<BR>[Expected result] UE should not drop the call although hold failed.",Pass,,,,
2105,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_bye_if_error_resp_in_hold_unhold.send_bye_if_error_resp_in_hold_unhold,ua_config.send_bye_if_error_resp_in_hold_unhold.send_bye_if_error_resp_in_hold_unhold,Not Support,no,no,no,no,[MCF]Send BYE if error resp received in hold/unhold re-INVITE.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2106,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_bye_when_term_early_dlg,ua_config.send_bye_when_term_early_dlg,OTA and OTA BY OP,no,no,no,no,Send SIP BYE to terminate the early dialog<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. If the network support forking and there are multiple devices.<BR>[Test Step] MO call and multiple 18x response are received. If one of them is accepted the call with 200 OK, the call is established.<BR>[Expected Result] If 200 OK is received, then UE will send SIP BYE request to other forking dialogs if the configuration is set to 1",Pass,,,,
+2106,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_bye_when_term_early_dlg,ua_config.send_bye_when_term_early_dlg,OTA and OTA BY OP,no,no,no,no,Send SIP BYE to terminate the early dialog<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. If the network support forking and there are multiple devices.<BR>[Test Step] MO call and multiple 18x response are received. If one of them is accepted the call with 200 OK, the call is established.<BR>[Expected Result] If 200 OK is received, then UE will send SIP BYE request to other forking dialogs if the configuration is set to 1",Pass,,,,
2107,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_bye_when_term_early_dlg.send_bye_when_term_early_dlg,ua_config.send_bye_when_term_early_dlg.send_bye_when_term_early_dlg,Not Support,no,no,no,no,[MCF]Send BYE to terminate the early dialogbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2108,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_refer_to_conf_uri,ua_config.send_refer_to_conf_uri,OTA and OTA BY OP,no,no,no,no,Use conference factory URI in REFER request URI during a 3way merge. Affects only when REFER is send inside the conference dialog.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] 3way Conference call<BR>[Expected Result] Conference call succesfull. If feature is enabled REFER request inside the dialog is sent to conference factory URI",Pass,,,,
2109,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_refer_to_conf_uri.send_refer_to_conf_uri,ua_config.send_refer_to_conf_uri.send_refer_to_conf_uri,Not Support,no,no,no,no,[MCF]Use conference factory URI in REFER request URI during a 3way merge. Affects only when REFER is send inside the conference dialog.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2110,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_refer_to_peer,ua_config.send_refer_to_peer,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>3GPP TS 24.605 provides two way to create SIP REFER request while making three-way conference call. In the default, the SIP REFER request to send to the conference focus server. This is to send refer to peer participant in SIP REFER request. <BR>0:to server<BR>1:to participant",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:to server<BR>1:to participant,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi. <BR>[Test Step] Make two MO call and then merge the two calls. The UA will send SIP REFER request with the orignal two MO calls information.<BR>[Expected Result] If the configuration is set to 1, then SIP REFER request will be sent along with the original two sessions; If the configuration is set to 0, then SIP REFER request will be sent along with the conference call."",Pass,,,,
+2110,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_refer_to_peer,ua_config.send_refer_to_peer,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>3GPP TS 24.605 provides two way to create SIP REFER request while making three-way conference call. In the default, the SIP REFER request to send to the conference focus server. This is to send refer to peer participant in SIP REFER request. <BR>0:to server<BR>1:to participant",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:to participant<BR>0:to server,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi. <BR>[Test Step] Make two MO call and then merge the two calls. The UA will send SIP REFER request with the orignal two MO calls information.<BR>[Expected Result] If the configuration is set to 1, then SIP REFER request will be sent along with the original two sessions; If the configuration is set to 0, then SIP REFER request will be sent along with the conference call."",Pass,,,,
2111,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_refer_to_peer.send_refer_to_peer,ua_config.send_refer_to_peer.send_refer_to_peer,Not Support,no,no,no,no,"[MCF]While conference call, send refer to peer sidebit 0:0:to serverbit 1:1:to participant",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2112,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_timerF_expiry,ua_config.send_timerF_expiry,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When the UE does not receive a response of MESSAGE from network before timer F expires, the UE will remove the P-CSCF address which the contact address was registered from the list of P-CSCF addresses which the UE holds, and initiate an initial registration using a P-CSCF different than the one using.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
+2112,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_timerF_expiry,ua_config.send_timerF_expiry,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When the UE does not receive a response of MESSAGE from network before timer F expires, the UE will remove the P-CSCF address which the contact address was registered from the list of P-CSCF addresses which the UE holds, and initiate an initial registration using a P-CSCF different than the one using.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
2113,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_timerF_expiry.send_timerF_expiry,ua_config.send_timerF_expiry.send_timerF_expiry,Not Support,no,no,no,no,"[MCF]When the UE does not receive a response of MESSAGE from network before timer F expires, the UE will remove the P-CSCF address which the contact address was registered from the list of P-CSCF addresses which the UE holds, and initiate an initial registration using a P-CSCF different than the one using.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2114,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sendrecv_before_conf_call_prcd,ua_config.sendrecv_before_conf_call_prcd,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Initial conference call direction while normal calls are configured to use a=inactive (sendrecv_before_prcd=0) and conference call setup does not use preconditions.<BR>0:sendrecv<BR>1:inactive,ENUM,1,,,0,NR15.R3.MD700.MP,,0:sendrecv<BR>1:inactive,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step] DUT make two calls with A and B respectively, then merges both calls into 3-way conference call.<BR>[Expected Result] <BR> enable: The 3-way conference host UE uses ""inactive"" for call direction in conference INVITE request.<BR> disable: The 3-way conference host UE uses ""sendrecv"" for call direction in conference INVITE request."",Pass,,,,
2115,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sendrecv_before_conf_call_prcd.sendrecv_before_conf_call_prcd,ua_config.sendrecv_before_conf_call_prcd.sendrecv_before_conf_call_prcd,Not Support,no,no,no,no,[MCF]Initial conference call direction while normal calls are configured to use a=inactive (sendrecv_before_prcd=0) and conference call setup does not use preconditions.bit 0:0:sendrecvbit 1:1:inactive,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2116,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sendrecv_before_prcd,ua_config.sendrecv_before_prcd,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If "UA_call_precondition" is enabled, the IMS use "sendrecv" in SDP qos attributes after 3GPP TS 24.229 release 8 while making an outgoing call. But for some old version specification, it is required to use "inactive".<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,1524,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register over LTE or VoWiFi. The network suppport precondition framework<BR>[Test Step] Make MO call<BR>[Expected Result] If the configuration is set to 1, the IMS use ""sendrecv"" in SDP qos attributes."",Pass,,,,
2117,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sendrecv_before_prcd.sendrecv_before_prcd,ua_config.sendrecv_before_prcd.sendrecv_before_prcd,Not Support,no,no,no,no,[MCF]For any call we use sendrecv in SDP qos attributes according to TS 24.229. For any call we use inactive for precondition framework according to TS 24.229 and GSMA IR.92bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2118,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",session_id_header_enable,ua_config.session_id_header_enable,Not Support,no,no,no,no,Deprecated.<BR>Add session id header<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
+2118,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",session_id_header_enable,ua_config.session_id_header_enable,Not Support,no,no,no,no,Deprecated.<BR>Add session id header<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
2119,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",session_id_header_enable.session_id_header_enable,ua_config.session_id_header_enable.session_id_header_enable,Not Support,no,no,no,no,[MCF]Add session id headerbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2120,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",session_refresher_in_req,ua_config.session_refresher_in_req,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Adds refresher parameter to Session-Expires header. This is a feature option depend on operator preference.<BR>0:UAS<BR>1:UAC,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:UAS<BR>1:UAC,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call<BR>[Expected Result] Call succesfull and correct refresher parameter visible in Session-Expires header at initial INVITE,Pass,,,,
2121,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",session_refresher_in_req.session_refresher_in_req,ua_config.session_refresher_in_req.session_refresher_in_req,Not Support,no,no,no,no,[MCF]Adds refresher parameter to Session-Expires header. This is a feature option depend on operator preference.bit 0:0:UASbit 1:1:UAC,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2122,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",session_refresher_in_resp,ua_config.session_refresher_in_resp,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If INVITE doesn't use refresher we use either uas or uac in resp. This is a feature option depend on operator preference.<BR>0:UAS<BR>1:UAC,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:UAS<BR>1:UAC,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MT call<BR>[Expected Result] Call succesfull. Correct refresher parameter visible in Session-Expires header in 200/Ok for INVITE transaction,Pass,,,,
+2122,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",session_refresher_in_resp,ua_config.session_refresher_in_resp,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If INVITE doesn't use refresher we use either uas or uac in resp. This is a feature option depend on operator preference.<BR>0:UAS<BR>1:UAC,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:UAC<BR>0:UAS,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MT call<BR>[Expected Result] Call succesfull. Correct refresher parameter visible in Session-Expires header in 200/Ok for INVITE transaction,Pass,,,,
2123,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",session_refresher_in_resp.session_refresher_in_resp,ua_config.session_refresher_in_resp.session_refresher_in_resp,Not Support,no,no,no,no,[MCF]If INVITE doesn't use refresher we use either uas or uac in resp. This is a feature option depend on operator preference.bit 0:0:UASbit 1:1:UAC,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2124,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_des_strength_optional,ua_config.set_des_strength_optional,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>According to IETF RFC 3312, IMS set local des value to mandatory in initial SDP offer(a=des:qos mandatory local sendrecv). But some operator request to set local des value to optional in initial SDP offer(a=des:qos optional local sendrecv).<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte MO call;<BR>[Expected Result] <BR> enable: a=des:qos mandatory local sendrecv in INVITE SDP<BR> disable: a=des:qos optional local sendrecv in INVITE SDP",Pass,,,,
+2124,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_des_strength_optional,ua_config.set_des_strength_optional,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>According to IETF RFC 3312, IMS set local des value to mandatory in initial SDP offer(a=des:qos mandatory local sendrecv). But some operator request to set local des value to optional in initial SDP offer(a=des:qos optional local sendrecv).<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make one volte MO call;<BR>[Expected Result] <BR> enable: a=des:qos mandatory local sendrecv in INVITE SDP<BR> disable: a=des:qos optional local sendrecv in INVITE SDP",Pass,,,,
2125,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_des_strength_optional.set_des_strength_optional,ua_config.set_des_strength_optional.set_des_strength_optional,Not Support,no,no,no,no,[MCF]Set local des value to optional in initial SDP offer(a=des:qos optional local sendrecv).bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2126,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_homeuri_from_pau,ua_config.set_homeuri_from_pau,OTA and OTA BY OP,no,no,no,no,Copy the home uri from 200 OK REGISTER PAU-header.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] If feature is enabled home URI is generated from P-Associated-URI from REGISTER 200/OK response",Pass,,,,
+2126,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_homeuri_from_pau,ua_config.set_homeuri_from_pau,OTA and OTA BY OP,no,no,no,no,Copy the home uri from 200 OK REGISTER PAU-header.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO Call<BR>[Expected Result] If feature is enabled home URI is generated from P-Associated-URI from REGISTER 200/OK response",Pass,,,,
2127,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_homeuri_from_pau.set_homeuri_from_pau,ua_config.set_homeuri_from_pau.set_homeuri_from_pau,Not Support,no,no,no,no,[MCF]Copy the home uri from 200 OK REGISTER PAU-header.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2128,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_non_sendrecv_rtcp_0,ua_config.set_non_sendrecv_rtcp_0,OTA and OTA BY OP,no,no,no,no,"According to IR.92 3.2.4 RTCP Usage:<BR>If the UE received an SDP answer containing zero values in both of the "b=RS" and "b=RR" attributes,<BR>then (regardless of the values assigned to these attributes in the corresponding SDP offer)<BR>the UE must not send RTCP packets and must consider RTCP to be disabled for the session.<BR>0:No matter RS or RR value is zero in SDP answer, to provide RTP streaming information and RTCP-CMR, UE will send or receive RTCP packets according to default value.<BR>1:Follow IR.92 suggestion, if RS or RR value is zero in SDP answer, then UE must consider RTCP to be disabled for the session.",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:No matter RS or RR value is zero in SDP answer, to provide RTP streaming information and RTCP<BR>1:Follow IR",No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi for TMOUS<BR>[Test Step] MO a Call to send SIP INVITE, and let SIP 183's audio SDP RS/RR both 0<BR>[Expected Result] Check SIP UPDATE/Re-INVITE audio SDP RS/RR, if config is 1, RS/RR will be 0, else RS/RR will be non-zero.",Untested,,,,
+2128,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_non_sendrecv_rtcp_0,ua_config.set_non_sendrecv_rtcp_0,OTA and OTA BY OP,no,no,no,no,"According to IR.92 3.2.4 RTCP Usage:<BR>If the UE received an SDP answer containing zero values in both of the "b=RS" and "b=RR" attributes,<BR>then (regardless of the values assigned to these attributes in the corresponding SDP offer)<BR>the UE must not send RTCP packets and must consider RTCP to be disabled for the session.<BR>0:No matter RS or RR value is zero in SDP answer, to provide RTP streaming information and RTCP-CMR, UE will send or receive RTCP packets according to default value.<BR>1:Follow IR.92 suggestion, if RS or RR value is zero in SDP answer, then UE must consider RTCP to be disabled for the session.",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"1:Follow IR<BR>0:No matter RS or RR value is zero in SDP answer, to provide RTP streaming information and RTCP",No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi for TMOUS<BR>[Test Step] MO a Call to send SIP INVITE, and let SIP 183's audio SDP RS/RR both 0<BR>[Expected Result] Check SIP UPDATE/Re-INVITE audio SDP RS/RR, if config is 1, RS/RR will be 0, else RS/RR will be non-zero.",Untested,,,,
2129,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_non_sendrecv_rtcp_0.set_non_sendrecv_rtcp_0,ua_config.set_non_sendrecv_rtcp_0.set_non_sendrecv_rtcp_0,Not Support,no,no,no,no,"[MCF]According to IR.92 3.2.4 RTCP Usage:If the UE received an SDP answer containing zero values in both of the b=RS and b=RR attributes, then (regardless of the values assigned to these attributes in the corresponding SDP offer) the UE must not send RTCP packets and must consider RTCP to be disabled for the session.bit 0:0:No matter RS or RR value is zero in SDP answer, to provide RTP streaming information and RTCP-CMR, UE will send or receive RTCP packets according to default valuebit 1:1:Follow IR.92 suggestion, if RS or RR value is zero in SDP answer, then UE must consider RTCP to be disabled for the session.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2130,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_rtcp_0,ua_config.set_rtcp_0,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>For 3GPP TS 34.229 release 9 PCT test cases and GSMA IR.92 6.0, the rtcp bandwidth RS/RR shall be sent to 0 for the initial INVITE request. For the newest specification, the RTCP bandwidth RS/RR shall not be 0. The UE support GSMA IR.92 6.0 when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi. <BR>[Test Step] Make MO call <BR>[Expected Result] This configure is set to 1 then the RS and RR bandwidth will be 0 in SDP body of SIP INVITE request.,Pass,,,,
+2130,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_rtcp_0,ua_config.set_rtcp_0,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>For 3GPP TS 34.229 release 9 PCT test cases and GSMA IR.92 6.0, the rtcp bandwidth RS/RR shall be sent to 0 for the initial INVITE request. For the newest specification, the RTCP bandwidth RS/RR shall not be 0. The UE support GSMA IR.92 6.0 when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi. <BR>[Test Step] Make MO call <BR>[Expected Result] This configure is set to 1 then the RS and RR bandwidth will be 0 in SDP body of SIP INVITE request.,Pass,,,,
2131,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_rtcp_0.set_rtcp_0,ua_config.set_rtcp_0.set_rtcp_0,Not Support,no,no,no,no,"[MCF]For TS 34.229 release 9 PCT test cases and IR.92 6.0, the rtcp bandwidth RS/RR shall be sent to 0 for the initial INVITE request. For the newest specification, the RTCP bandwidth RS/RR shall not be 0. The UE support IR.92 6.0 when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2132,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_strength_mandatory,ua_config.set_strength_mandatory,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>3GPP TS 34.229 release 9 PCT test request the UE to use mandatory in SDP qos strength parameters. However in IETF RFC3312, the UE shall use optional in SDP qos attributes. The UE set to mandatory when this configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] Insert test USIM<BR>[Test Step] Test PCT Cases (in 34.229 Chapter 12, 15)<BR>[Expected Result]<BR> Enable: always set remote qos strengh tag as mandantory when update SDP (this will not affect initial offer)<BR> Disable: Do not force to set remote qos strengh tag as mandantory when update SDP (this will not affect initial offer)",Pass,,,,
2133,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_strength_mandatory.set_strength_mandatory,ua_config.set_strength_mandatory.set_strength_mandatory,Not Support,no,no,no,no,"[MCF]TS 34.229 release 9 PCT test request the UE to use mandatory in SDP qos strength parameters. However in RFC3312, the UE shall use optional in SDP qos attributes. The UE set to mandatory when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2134,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_text_rtcp_0,ua_config.set_text_rtcp_0,OTA and OTA BY OP,no,no,no,no,This parameter is used to control if set text rtcp to 0 or not.<BR>0:Disable<BR>1:Enable,ENUM,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,2095,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi for TMOUS<BR>[Test Step] MO RTT Call<BR>[Expected Result] Check text SDP RS/RR, if config is 1, RS/RR will be 0, else RS/RR will be non-zero.",Pass,,,,
+2134,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_text_rtcp_0,ua_config.set_text_rtcp_0,OTA and OTA BY OP,no,no,no,no,This parameter is used to control if set text rtcp to 0 or not.<BR>0:Disable<BR>1:Enable,ENUM,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,2095,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi for TMOUS<BR>[Test Step] MO RTT Call<BR>[Expected Result] Check text SDP RS/RR, if config is 1, RS/RR will be 0, else RS/RR will be non-zero.",Pass,,,,
2135,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_text_rtcp_0.set_text_rtcp_0,ua_config.set_text_rtcp_0.set_text_rtcp_0,Not Support,no,no,no,no,[MCF]This parameter is used to control if set text rtcp to 0 or not.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2136,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_upgrade_des_strength_optional,ua_config.set_upgrade_des_strength_optional,OTA and OTA BY OP,no,no,no,no,Set remote qos strength to optional for video upgrade.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] Insert test USIM<BR>[Test Step] Run PCT Case 17.1<BR>[Expected Result]<BR> Enable: Set remote qos strength to optional when doing upgrade.<BR> Disable: Remote qos strength will be mandantory when doing upgrade,Pass,,,,
2137,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_upgrade_des_strength_optional.set_upgrade_des_strength_optional,ua_config.set_upgrade_des_strength_optional.set_upgrade_des_strength_optional,Not Support,no,no,no,no,[MCF]Set remote qos strength to optional for video upgrade.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -2127,15 +2127,15 @@
2141,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",short_code_support.short_code_support,ua_config.short_code_support.short_code_support,Not Support,no,no,no,no,[MCF]Whether to check for short code from P-Asserted-Identity.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2142,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",show_octet_align,ua_config.show_octet_align,OTA and OTA BY OP,no,no,no,no,"From IETF RFC4867, it is a default value when SDP attribute octet_align is 0, and it can be not present.<BR>Dependnce on operator specific requirement, UE will present when this flag is 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call<BR>[Expected Result] If the parameter is set to 1, octet-align will be revealed on SDP body of SIP INVITE request.",Pass,,,,
2143,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",show_octet_align.show_octet_align,ua_config.show_octet_align.show_octet_align,Not Support,no,no,no,no,[MCF]bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2144,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sip_compact_headers,ua_config.sip_compact_headers,OTA and OTA BY OP,no,no,no,no,"RFC3261, 7.3.3 Compact Form, whether compact-form header names are used or not<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to 1<BR>[Test Step]<BR>1.enable VoLTE or VoWiFi;<BR>2.start IMS registration in LTE or VoWIFI;<BR>3.make MO call;<BR>[Expected Result] <BR>The header names of all sip message are used compact form.,Pass,,,,
+2144,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sip_compact_headers,ua_config.sip_compact_headers,OTA and OTA BY OP,no,no,no,no,"RFC3261, 7.3.3 Compact Form, whether compact-form header names are used or not<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to 1<BR>[Test Step]<BR>1.enable VoLTE or VoWiFi;<BR>2.start IMS registration in LTE or VoWIFI;<BR>3.make MO call;<BR>[Expected Result] <BR>The header names of all sip message are used compact form.,Pass,,,,
2145,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sip_compact_headers.sip_compact_headers,ua_config.sip_compact_headers.sip_compact_headers,Not Support,no,no,no,no,"[MCF]RFC3261, 7.3.3 Compact Form, whether compact-form header names are used or notbit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2146,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sip_dscp,ua_config.sip_dscp,OTA and OTA BY OP,no,yes,no,no,"The urgency of the request as perceived by the client (human or a UA),",UNSIGNED SHORT,2,,,26,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
2147,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sip_priority,ua_config.sip_priority,Not Support,no,yes,no,no,To set the protocol-defined priority for all packets to be sent on this socket.<BR>Linux uses this value to order the networking queues: packets with a higher priority may be processed first depending on the selected device queueing discipline,UNSIGNED SHORT,2,,,7,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
2148,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sit_tcp_2xx_rsp_retransmission,ua_config.sit_tcp_2xx_rsp_retransmission,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>SIP transaction help to retransmit TCP 2XX SIP respnse message in Server INVITE transaction<BR>0: only retransmit UDP response<BR>1: retransmit UDP response + TCP 2XX,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:only retransmit UDP response<BR>1:retransmit UDP response + TCP 2XX,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,(1) set sit_tcp_2xx_rsp_retransmission to '1'<BR>(2) check UE whether re-transmission 200OK for MT call when MT device does not send SIP ACK,Untested,,,,
2149,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sit_tcp_2xx_rsp_retransmission.sit_tcp_2xx_rsp_retransmission,ua_config.sit_tcp_2xx_rsp_retransmission.sit_tcp_2xx_rsp_retransmission,Not Support,no,no,no,no,[MCF]SIP transaction help to retransmit TCP 2XX SIP respnse message in Server INVITE transactionbit 0:0:only retransmit UDP responsebit 1:1:retransmit UDP response + TCP 2XX,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2150,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_follow_nw_ims_vops_support,ua_config.sms_follow_nw_ims_vops_support,OTA and OTA BY OP,no,no,no,no,"When enabled, smsip tag is included in (re-) REGISTER requests only if UE is on cell with has VoPS support. Change in VoPS support status will also trigger a registration refresh. Similar to follow_nw_ims_vops_support Call flag.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G in network which supports initial IMS registration or registration maintenance in 2/3G<BR>[Test Step] Handover to 2/3G. Send an MO SMS and receive an MT SMS.<BR>[Expected Result]<BR>SMS transmission and receiption succeeds",Pass,,,,
+2150,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_follow_nw_ims_vops_support,ua_config.sms_follow_nw_ims_vops_support,OTA and OTA BY OP,no,no,no,no,"When enabled, smsip tag is included in (re-) REGISTER requests only if UE is on cell with has VoPS support. Change in VoPS support status will also trigger a registration refresh. Similar to follow_nw_ims_vops_support Call flag.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G in network which supports initial IMS registration or registration maintenance in 2/3G<BR>[Test Step] Handover to 2/3G. Send an MO SMS and receive an MT SMS.<BR>[Expected Result]<BR>SMS transmission and receiption succeeds",Pass,,,,
2151,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_follow_nw_ims_vops_support.sms_follow_nw_ims_vops_support,ua_config.sms_follow_nw_ims_vops_support.sms_follow_nw_ims_vops_support,Not Support,no,no,no,no,"[MCF]When enabled, smsip tag is included in (re-) REGISTER requests only if UE is on cell with has VoPS support. Change in VoPS support status will also trigger a registration refresh. Similar to follow_nw_ims_vops_support Call flag.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2152,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_network_types,ua_config.sms_network_types,OTA and OTA BY OP,no,no,no,no,Network type specific SMS over IMS support. Used to indicate SMS support status to network during IMS registration and also block MO SMS over IMS requests if network type changes to an unsupported one.<BR>b0: LTE<BR>b1: WiFi<BR>b2: reserved,UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,b1:WiFi<BR>b0:LTE<BR>b2:reserved,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G and WiFi<BR>[Test Step] Send an MO SMS and receive an MT SMS<BR>[Expected Result]<BR>SMS transmission and receiption succeeds.",Pass,,,,
+2152,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_network_types,ua_config.sms_network_types,OTA and OTA BY OP,no,no,no,no,Network type specific SMS over IMS support. Used to indicate SMS support status to network during IMS registration and also block MO SMS over IMS requests if network type changes to an unsupported one.<BR>b0: LTE<BR>b1: WiFi<BR>b2: reserved,UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,b2:reserved<BR>b1:WiFi<BR>b0:LTE,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G and WiFi<BR>[Test Step] Send an MO SMS and receive an MT SMS<BR>[Expected Result]<BR>SMS transmission and receiption succeeds.",Pass,,,,
2153,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_network_types.b1,ua_config.sms_network_types.b1,OTA and OTA BY OP,no,no,no,no,[MCF]Bitmap to identify the SMS capability for different RAT (WiFi/LTE). AN:Please note that sms_support is the master switch to disable SMSoIP. If it is set to FALSE sms_network_types configuration has no affect.LTE,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G and WiFi<BR>[Test Step] Send an MO SMS and receive an MT SMS<BR>[Expected Result]<BR>SMS transmission and receiption succeeds.",Pass,,,,
2154,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_network_types.b2,ua_config.sms_network_types.b2,OTA and OTA BY OP,no,no,no,no,[MCF]Bitmap to identify the SMS capability for different RAT (WiFi/LTE). AN:Please note that sms_support is the master switch to disable SMSoIP. If it is set to FALSE sms_network_types configuration has no affect.WiFi,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G and WiFi<BR>[Test Step] Send an MO SMS and receive an MT SMS<BR>[Expected Result]<BR>SMS transmission and receiption succeeds.",Pass,,,,
2155,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sms_network_types.b3,ua_config.sms_network_types.b3,Not Support,no,no,no,no,[MCF]Bitmap to identify the SMS capability for different RAT (WiFi/LTE). AN:Please note that sms_support is the master switch to disable SMSoIP. If it is set to FALSE sms_network_types configuration has no affect.Reserved,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G and WiFi<BR>[Test Step] Send an MO SMS and receive an MT SMS<BR>[Expected Result]<BR>SMS transmission and receiption succeeds.",Pass,,,,
@@ -2160,22 +2160,22 @@
2174,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",subscribe_dialog_to_server.subscribe_dialog_to_server,ua_config.subscribe_dialog_to_server.subscribe_dialog_to_server,Not Support,no,no,no,no,[MCF]Same to 'refer_dialog_to_server'bit 0:0:out-of-dialogbit 1:1:in-dialog,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2175,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_combine_retry_algo,ua_config.support_combine_retry_algo,OTA and OTA BY OP,no,no,no,no,"When network responds with 4xx error codes for SIP REGISTER sent from UE, UE shall retry on the 1st P-CSCF (based on PCO order) and shall NOT failover to the other P-CSCF. There is a back-off retry timer which follow RFC5626 to avoid exhausting IMS core network. When network responds with 5xx or 6xx error codes or no response for SIP REGISTER sent from UE, UE shall follow the PCO order to make IMS registration retry on different P-CSCF. UE shall retry 3 times on each of the P-CSCF before attempting on the next P-CSCF. The UE will failover from IPV6 P-CSCF to IPV4 P-CSCF. The UE shall come back and retry the 1st PCO priority P-CSCF after retry failed on the last PCO priority P-CSCF, and there is a back-off retry timer which follow RFC5626 to avoid exhausting IMS core network.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
2176,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_combine_retry_algo.support_combine_retry_algo,ua_config.support_combine_retry_algo.support_combine_retry_algo,Not Support,no,no,no,no,"[MCF]When network responds with 4xx error codes for SIP REGISTER sent from UE, UE shall retry on the 1st P-CSCF (based on PCO order) and shall NOT failover to the other P-CSCF. There is a back-off retry timer which follow RFC5626 to avoid exhausting IMS core network. When network responds with 5xx or 6xx error codes or no response for SIP REGISTER sent from UE, UE shall follow the PCO order to make IMS registration retry on different P-CSCF. UE shall retry 3 times on each of the P-CSCF before attempting on the next P-CSCF. The UE will failover from IPV6 P-CSCF to IPV4 P-CSCF. The UE shall come back and retry the 1st PCO priority P-CSCF after retry failed on the last PCO priority P-CSCF, and there is a back-off retry timer which follow RFC5626 to avoid exhausting IMS core network.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2177,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_early_upgrade,ua_config.support_early_upgrade,OTA and OTA BY OP,no,no,no,no,To support remote upgrade (via UPDATE) during MO call establishment (usually for video early media scenario).<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] Make an audio call<BR>[Expected Result]<BR> Enable: UE is able to upgrade from audio to video during call establishment.<BR> Disable: UE is not able to upgrade from audio to video during call establishment.",Pass,,,,
+2177,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_early_upgrade,ua_config.support_early_upgrade,OTA and OTA BY OP,no,no,no,no,To support remote upgrade (via UPDATE) during MO call establishment (usually for video early media scenario).<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] Make an audio call<BR>[Expected Result]<BR> Enable: UE is able to upgrade from audio to video during call establishment.<BR> Disable: UE is not able to upgrade from audio to video during call establishment.",Pass,,,,
2178,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_early_upgrade.support_early_upgrade,ua_config.support_early_upgrade.support_early_upgrade,Not Support,no,no,no,no,[MCF]To support remote upgrade (by UPDATE) during MO call establishment.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2180,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_resub,ua_config.support_resub,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>When enabled, UE performs resubscription after reg event subscription expires.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,ua_config.resub23g4 = 1,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to 1 & ua_config.resub_23g4 to 1<BR>NW should support IMS over 2g or 3g<BR>[Test Step]<BR>1.enable VoLTE ;<BR>2.IMS registration in 2g or 3g;<BR>3.move UE to 4g area and make rat change happen<BR>[Expected Result] <BR>UE will perform resubscription when rat changes from 2/3g to 4g,Pass,,,,
2181,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_resub.support_resub,ua_config.support_resub.support_resub,Not Support,no,no,no,no,"Only valid when ua_config.resub_23g4 = 1, then UE will perform resubscription when rat changes from 2/3G to 4G<BR>bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,ua_config.resub_23g4=1,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
2182,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_ringing_downgrade,ua_config.support_ringing_downgrade,OTA and OTA BY OP,no,no,no,no,"In IMS field trial testing, users dial MO IMS video call, and NW may be downgrade to audio and then upgrade to video call before being answered. As we know, any change in the type of call from audio to video should be confirmed by the end user; If this flag is enabled, MD will automatically accept video call if the initial call type is video and call have not been answered.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]<BR>IMS Register on 4G<BR>[Test Step]<BR>1. Dial Video call. <BR>2. NW send update to downgrade to audio<BR>3. MT answer as video, MO receive update to upgrade to video.<BR>[Expected Result]<BR>Call can answer as video.",Untested,,,,
2183,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_ringing_downgrade.support_ringing_downgrade,ua_config.support_ringing_downgrade.support_ringing_downgrade,Not Support,no,no,no,no,"[MCF]In IMS field trial testing, users dial MO IMS video call, and NW may be downgrade to audio and then upgrade to video call before being answered. As we know, any change in the type of call from audio to video should be confirmed by the end user; If this flag is enabled, MD will automatically accept video call if the initial call type is video and call have not been answered.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2184,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_sip_block,ua_config.support_sip_block,Not Support,no,yes,no,no,"Operator specific, not allow customers to modify this configuration",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-2185,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_throttling_algo,ua_config.support_throttling_algo,Not Support,no,yes,no,no,"Retry mechanism based on pre-definded retry timer when registration failed.<BR>E.g., 1(30s), 2(30s), 3(60-75s), 1(120s), 2(480s), 3(900s)",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-2186,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_video_early_media,ua_config.support_video_early_media,OTA and OTA BY OP,no,no,no,no,"To enable the video early media feature (video ringback tone, video ringing tone)<BR>b1:video ringback tone (default 0)<BR>b2:video ringing tone (default 0)",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b1:video ringback tone (default 0)<BR>b2:video ringing tone (default 0),No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] Make an audio or video call (remote has enabled video ringback tone service)<BR>[Expected Result]<BR> Enable: MO is able to play video ringback tone.<BR> Disable: MO is not able to play video ringback tone.",Pass,,,,
+2184,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_sip_block,ua_config.support_sip_block,Not Support,no,yes,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR> Operator specific, not allow customers to modify this configuration",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
+2185,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_throttling_algo,ua_config.support_throttling_algo,Not Support,no,yes,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Retry mechanism based on pre-definded retry timer when registration failed.<BR>E.g., 1(30s), 2(30s), 3(60-75s), 1(120s), 2(480s), 3(900s)",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
+2186,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_video_early_media,ua_config.support_video_early_media,OTA and OTA BY OP,no,no,no,no,"If enable, UE will normally handle the scenario that NW send UPDATE with PEM:sendonly/sendrecv, and m:video a:sendonly/sendrecv. If disable, when above scenario happens, UE will configure video rtp direction as inactive, and also will set a:inactive in m:video of SDP answer.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b2:video ringing tone (default 0)<BR>b1:video ringback tone (default 0),No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] Make an audio or video call (remote has enabled video ringback tone service)<BR>[Expected Result]<BR> Enable: MO is able to play video ringback tone.<BR> Disable: MO is not able to play video ringback tone.",Pass,,,,
2187,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_video_early_media.support_video_early_media,ua_config.support_video_early_media.support_video_early_media,Not Support,no,no,no,no,"[MCF]If enable, UE will normally handle the scenario that NW send UPDATE with PEM:sendonly/sendrecv, and m:video a:sendonly/sendrecv. If disable, when above scenario happens, UE will configure video rtp direction as inactive.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2188,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",tcp_connect_max_time_all,ua_config.tcp_connect_max_time_all,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>unit: sec,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] <BR>[Test Step] Let the DUT Register<BR>[Expected Result] <BR> enable: socket timeout is equal to value set<BR> disable: socket timeout is 10 seconds,Pass,,,,
2189,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",tcp_connect_max_time_invite,ua_config.tcp_connect_max_time_invite,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>MAX time to connect a TCP socket when sending INVITE request. <BR>unit: sec,UNSIGNED INT,4,,,10,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,SMS transmission and receiption succeeds.,Pass,,,,
2190,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",tdelay,ua_config.tdelay,OTA and OTA BY OP,no,no,no,no,Indicate how long IMS should wait for to trigger re-registration when UE moves from eHRPD to LTE. <BR>unit: sec,UNSIGNED INT,4,,,5,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[init] ims register over eHRPD like with sms only<BR>[test step] move UE from eHRPD to LTE and let UE re-register , only valid ofr hVolte case<BR>[Expected Results]check IMS should wait for to trigger re-registration when UE moves from eHRPD to LTE.",Untested,,,,
2191,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",terminal_based_cw,ua_config.terminal_based_cw,OTA and OTA BY OP,no,no,no,no,From TS TS 24.615 Communication Waiting (CW) using IP Multimedia (IM) Core Network (CN) subsystem and from IR.92 the UE based CW shall be supported. So we add Alert-Info header field if another communication is existed. However the operator can choose to not to add this header field. The UE adds the header when this configuration is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. The network suppport terminal based call waiting<BR>[Test Step] Make MO call and then MT call is coming<BR>[Expected Result] If the configuration is set to 1, the Alert-Info header field with call-waiting tag will be added to 18x response.",Pass,,,,
2192,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",terminal_based_cw.terminal_based_cw,ua_config.terminal_based_cw.terminal_based_cw,Not Support,no,no,no,no,[MCF]From TS TS 24.615 Communication Waiting (CW) using IP Multimedia (IM) Core Network (CN) subsystem and from IR.92 the UE based CW shall be supported. So we add Alert-Info header field if another communication is existed. However the operator can choose to not to add this header field. The UE adds the header when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2193,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",text_feature_tag,ua_config.text_feature_tag,OTA and OTA BY OP,no,no,no,no,This parameter is used to control if carrying text feature tag or not in Contact header.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,2095,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
+2193,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",text_feature_tag,ua_config.text_feature_tag,OTA and OTA BY OP,no,no,no,no,This parameter is used to control if carrying text feature tag or not in Contact header.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,2095,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Internal Use,Untested,,,,
2194,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",text_feature_tag.text_feature_tag,ua_config.text_feature_tag.text_feature_tag,Not Support,no,no,no,no,[MCF]This parameter is used to control if carrying text feature tag or not in Contact header.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2195,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",timer_b_restore_reg,ua_config.timer_b_restore_reg,OTA and OTA BY OP,no,no,no,no,This is to register to new P-CSCF address while SIP timer B from IETF RFC 3261 is timeout<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,2014,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS register on 4G or WiFi<BR>[Test Step] MO call<BR>[Expected Result]<BR>If the SIP INVITE cannot be sent out because SIP Timer B expires or fatal error, UA will try the new PCSCF address if the parameter is set to 1",Pass,,,,
2196,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",timer_b_restore_reg.timer_b_restore_reg,ua_config.timer_b_restore_reg.timer_b_restore_reg,Not Support,no,no,no,no,[MCF]A configuration that UE register to new P-CSCF address while timer B timeoutbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -2185,11 +2185,11 @@
2200,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_n_next_pcscf_5626,ua_config.try_n_next_pcscf_5626,OTA and OTA BY OP,no,no,no,no,"Try RFC5626 registration retry mechanism only if encounter 2 pcscf failed continuously. E.g. 1(0s), 2(30s), 3(0s), 1(60s), 2(0s), 3(120s)",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] Initial Response from Register is 403<BR>[Test Step] Let the DUT Register<BR>[Expected Result] <BR> enable: Register Retry will follow RFC5626 and exponentially backoff <BR> disable: regular Register Retry attempt will happen,Pass,,,,
2201,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_next_pcscf,ua_config.try_next_pcscf,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if IMS tried to connect new PCSCF when registration to current PCSCF failed<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,internal used,Untested,,,,
2202,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_next_pcscf.try_next_pcscf,ua_config.try_next_pcscf.try_next_pcscf,Not Support,no,no,no,no,[MCF]Indicate if IMS tried to connect new PCSCF when registration to current PCSCF failedbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2203,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_next_pcscf_5626,ua_config.try_next_pcscf_5626,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Try RFC5626 registration retry mechanism if registration failed. E.g. 1(30s), 2(60s), 3(120s), 1(240s), 2(480s), 3(960s)...etc<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,internal used,Untested,,,,
+2203,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_next_pcscf_5626,ua_config.try_next_pcscf_5626,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Try RFC5626 registration retry mechanism if registration failed. E.g. 1(30s), 2(60s), 3(120s), 1(240s), 2(480s), 3(960s)...etc<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,internal used,Untested,,,,
2204,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_next_pcscf_5626.try_next_pcscf_5626,ua_config.try_next_pcscf_5626.try_next_pcscf_5626,Not Support,no,no,no,no,"[MCF]Try RFC5626 registration retry mechanism if registration failed. E.g. 1(30s), 2(60s), 3(120s), 1(240s), 2(480s), 3(960s)...etcbit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2205,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_same_pcscf_if_retry_after,ua_config.try_same_pcscf_if_retry_after,OTA and OTA BY OP,no,no,no,no,A switch to decide UE to connect the same PCSCF after retry-after timeout<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] NW replied 504 with Retry-After header to REGISTER<BR>[Test Step] IMS registration<BR>[Expected Result] check if IMS retry same PCSCF after timer indicated in Retry-After header expires,Pass,,,,
2206,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_same_pcscf_if_retry_after.try_same_pcscf_if_retry_after,ua_config.try_same_pcscf_if_retry_after.try_same_pcscf_if_retry_after,Not Support,no,no,no,no,[MCF]A switch to decide UE to connect the same PCSCF after retry-after timeoutbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2207,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_same_pcscf_rereg,ua_config.try_same_pcscf_rereg,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if next new registration tries same pcscf<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"prerequiste: simulate NW to reply 200 OK with small value in expires parameter of Contact header and reply error reponse only to re-REGISTER<BR>steps: IMS registration, wait re-registration triggered<BR>=> check if new registration use same P-CSCF as previous re-registration",Pass,,,,
+2207,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_same_pcscf_rereg,ua_config.try_same_pcscf_rereg,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if next new registration tries same pcscf<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"prerequiste: simulate NW to reply 200 OK with small value in expires parameter of Contact header and reply error reponse only to re-REGISTER<BR>steps: IMS registration, wait re-registration triggered<BR>=> check if new registration use same P-CSCF as previous re-registration",Pass,,,,
2208,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_same_pcscf_rereg.try_same_pcscf_rereg,ua_config.try_same_pcscf_rereg.try_same_pcscf_rereg,Not Support,no,no,no,no,[MCF]Indicate if next new registration tries same pcscfbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2209,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",tty_cps,ua_config.tty_cps,OTA and OTA BY OP,no,no,no,no,"Text codec clock rate setting,the maximum number of characters that may be received per second as RFC4103<BR>recommand to set as 30",UNSIGNED CHAR,1,,,30,NR15.R3.MD700.MP,,int:0~30,No,,2210,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support IMS TTY/RTT<BR> [Test Step] set tty_enbale and cps of T140 to make IMS TTY/RTT call<BR> [Expected Result] make IMS TTY/RTT call successfully",Pass,,,,
2210,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",tty_enable,ua_config.tty_enable,OTA and OTA BY OP,no,no,no,no,enable or disable RFC4103 T140 text media feature in SDP body<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,bit 0/1,No,"2214, 2213, 2212, 2209",,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support IMS TTY/RTT<BR> [Test Step] set enable to make IMS TTY/RTT call<BR> [Expected Result] make IMS TTY/RTT call successfully",Pass,,,,
@@ -2199,40 +2199,40 @@
2214,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",tty_t140_pt,ua_config.tty_t140_pt,OTA and OTA BY OP,no,no,no,no,The payload type of T140 codec in SDP attribute. It is for text conversation defined in RFC4103. <BR>It's dynamic value between 96~127<BR>Range:96~127.,UNSIGNED CHAR,1,,,111,NR15.R3.MD700.MP,,int: 96-127,No,,2210,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support IMS TTY/RTT<BR> [Test Step] set tty_enbale and expected payload type of T140 to make IMS TTY/RTT call<BR> [Expected Result] make IMS TTY/RTT call successfully as expected payload type",Pass,,,,
2215,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",update_call_id_with_host,ua_config.update_call_id_with_host,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This is to add address in Call-ID header field while SMS sending. The UE will add it when this configuration is set to 1.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] make MO SMS<BR>[Expected Result] <BR> enable: SMS is sent and there is address in Call-ID header<BR> disable: SMS is sent and there is no address in Call-ID header",Pass,,,,
2216,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",update_call_id_with_host.update_call_id_with_host,ua_config.update_call_id_with_host.update_call_id_with_host,Not Support,no,no,no,no,[MCF]Some operators request to add address in CallID header field. The UE will add it when this configuration is set to 1.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2217,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",update_cap_when_rat_net_change,ua_config.update_cap_when_rat_net_change,OTA and OTA BY OP,no,no,no,no,Update IMS capability while RAT change<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"prerequiste: simulate NW to support LTE & C2K<BR>steps: IMS registration in LTE or C2K, then move UE to another RAT<BR>=> check if UE doesn't trigger IMS registration",Pass,,,,
+2217,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",update_cap_when_rat_net_change,ua_config.update_cap_when_rat_net_change,OTA and OTA BY OP,no,no,no,no,Update IMS capability while RAT change<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"prerequiste: simulate NW to support LTE & C2K<BR>steps: IMS registration in LTE or C2K, then move UE to another RAT<BR>=> check if UE doesn't trigger IMS registration",Pass,,,,
2218,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",update_cap_when_rat_net_change.update_cap_when_rat_net_change,ua_config.update_cap_when_rat_net_change.update_cap_when_rat_net_change,Not Support,no,no,no,no,[MCF]Update IMS capability while RAT changebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2219,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",update_ipsec_port_494,ua_config.update_ipsec_port_494,OTA and OTA BY OP,no,no,no,no,The handling mechanism while receiving 494 error response for REGISTER<BR>0:Trigger next registration with same IPSec client/server port as ones used in previous REGISTER<BR>1:Trigger next registration with different IPSec client/server port from ones used in previous REGISTER,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Trigger next registration with different IPSec client<BR>0:Trigger next registration with same IPSec client,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] Initial Response from Register is 494<BR>[Test Step] Let the DUT Register<BR>[Expected Result] <BR> enable: Trigger next registration with different IPSec client/server port from ones used in previous REGISTER<BR> disable: Trigger next registration with same IPSec client/server port as ones used in previous REGISTER,Pass,,,,
2220,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",update_ipsec_port_494.update_ipsec_port_494,ua_config.update_ipsec_port_494.update_ipsec_port_494,Not Support,no,no,no,no,[MCF]The handling mechanism while receiving 494 error response for REGISTERbit 0:0:Trigger next registration with same IPSec client/server port as ones used in previous REGISTERbit 1:1:Trigger next registration with different IPSec client/server port from ones used in previous REGISTER,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2221,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",upgrade_cancel_feature,ua_config.upgrade_cancel_feature,OTA and OTA BY OP,no,no,no,no,UE is able to cancel the ongoing local/remote ViLTE upgrade.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] <BR>1) Make an audio call (A Call B) <BR>2) A request to upgrade, while B do not accept<BR>3) A Cancel the Upgrade<BR>[Expected Result]<BR> Enable: IMS MD is able to cancel a call that is in upgrade procedure (AP UI should also support the "cancel" button).<BR> Disable: IMS MD is not able to cancel a call that is in upgrade procedure.",Pass,,,,
+2221,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",upgrade_cancel_feature,ua_config.upgrade_cancel_feature,OTA and OTA BY OP,no,no,no,no,UE is able to cancel the ongoing local/remote ViLTE upgrade.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step] <BR>1) Make an audio call (A Call B) <BR>2) A request to upgrade, while B do not accept<BR>3) A Cancel the Upgrade<BR>[Expected Result]<BR> Enable: IMS MD is able to cancel a call that is in upgrade procedure (AP UI should also support the "cancel" button).<BR> Disable: IMS MD is not able to cancel a call that is in upgrade procedure.",Pass,,,,
2222,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",upgrade_cancel_feature.upgrade_cancel_feature,ua_config.upgrade_cancel_feature.upgrade_cancel_feature,Not Support,no,no,no,no,[MCF]UE is able to cancel the ongoing ViLTE upgrade.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2223,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",upgrade_with_Tupo,ua_config.upgrade_with_Tupo,OTA and OTA BY OP,no,no,no,no,"UE send bw ready ind to trigger UI start Tupo timer, which is used to cancel upgrade if no final response from remote.",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,2253,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]<BR>1) IMS Register on 4G<BR>2) NV Setting "video_action_precondition" is enabled<BR>[Test Step] <BR>1) Make an audio call (A Call B) <BR>2) A request to upgrade, while B do not accept<BR>3) A/B both do noting, and see if A will automatically cancel the upgrade<BR>[Expected Result]<BR> Enable: UE is able to cancel the upgrade procedure when timeout.<BR> Disable: UE is not able to automatically cancel the upgrade.",Pass,,,,
2224,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",upgrade_with_Tupo.upgrade_with_Tupo,ua_config.upgrade_with_Tupo.upgrade_with_Tupo,Not Support,no,no,no,no,"[MCF]UE send bw ready ind to trigger UI start Tupo timer, which is used to cancel upgrade if no final response from remote.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2226,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_183_for_early_media,ua_config.use_183_for_early_media,OTA and OTA BY OP,no,no,no,no,Treat SIP 183 response as early media eventhough without P-early-media header<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,," Test in machine (Y/N) <BR> Test Time (minutes) <BR> [Init] IMS registered and NW support use SIP-183 as early media<BR> [Test Step] <BR> 1. make MO call to voice mail<BR> [Expected Result] check DUT receiving early media successfully",Pass,,,,
2227,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_183_for_early_media.use_183_for_early_media,ua_config.use_183_for_early_media.use_183_for_early_media,Not Support,no,no,no,no,[MCF]Treat SIP 183 response as early media eventhough without P-early-media headerbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2228,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_amr_bit_rate_downgrade,ua_config.use_amr_bit_rate_downgrade,OTA and OTA BY OP,no,no,no,no,"Before the MO call was answered, The UE detects that the network allocation of GBR is smaller than the SIP negotiation bandwidth, MO UE modify smaller AS value and re-negotiates smaller codec through UPDATE message.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]<BR>IMS Register on 4G<BR>[Test Step]<BR>1. A make an audio call to B<BR>2. SIP SDP negotiation bitrate is bigger than dedicated bearer GBR value.<BR>3. A consider current assigned GBR and re-negotiation suitable codec through Update message.<BR>[Expected Result]<BR>Case Pass, in test step 3, UE can use update with suitable codec bit-rate.",Pass,,,,
+2228,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_amr_bit_rate_downgrade,ua_config.use_amr_bit_rate_downgrade,OTA and OTA BY OP,no,no,no,no,"Before the MO call was answered, The UE detects that the network allocation of GBR is smaller than the SIP negotiation bandwidth, MO UE modify smaller AS value and re-negotiates smaller codec through UPDATE message.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]<BR>IMS Register on 4G<BR>[Test Step]<BR>1. A make an audio call to B<BR>2. SIP SDP negotiation bitrate is bigger than dedicated bearer GBR value.<BR>3. A consider current assigned GBR and re-negotiation suitable codec through Update message.<BR>[Expected Result]<BR>Case Pass, in test step 3, UE can use update with suitable codec bit-rate.",Pass,,,,
2229,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_amr_bit_rate_downgrade.use_amr_bit_rate_downgrade,ua_config.use_amr_bit_rate_downgrade.use_amr_bit_rate_downgrade,Not Support,no,no,no,no,"[MCF]Before the MO call was answered, The UE detects that the network allocation of GBR is smaller than the SIP negotiation bandwidth, MO UE modify smaller AS value and re-negotiates smaller codec through UPDATE message.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2230,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_eps_prefix_in_phone_context,ua_config.use_eps_prefix_in_phone_context,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Add EPS prefix in Request-URI while making an outgoing call according to 3GPP TS 24.229 chapter 7.2A.10.3. Some operators does not require to add it.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init]IMS Register on 4G or WiFi<BR>[Test Step] make IMS call and then hangup the call<BR>[Expected Result] the request URI of SIP INVITE will add "eps" in phone-context according to 3GPP TS 24.229 chapter 7.2A.10.3 fi this parameter is set to 1,Pass,,,,
2231,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_eps_prefix_in_phone_context.use_eps_prefix_in_phone_context,ua_config.use_eps_prefix_in_phone_context.use_eps_prefix_in_phone_context,Not Support,no,no,no,no,[MCF]Add EPS prefix according to TS 24.229 chapter 7.2A.10.3. Some operators does not require to add it.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2232,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_from_to_append_pau,ua_config.use_from_to_append_pau,OTA and OTA BY OP,no,no,no,no,This is to set to use From/To header to append in P-Associated URI while sending indication to upper layer.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make one video call and then make voice call. Merge the two calls<BR>[Expected Result] The UE will create a video conference call if this configuration is set to 1,Pass,,,,
2233,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_from_to_append_pau.use_from_to_append_pau,ua_config.use_from_to_append_pau.use_from_to_append_pau,Not Support,no,no,no,no,[MCF]Use From/To header to append in P-Associated URIbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2234,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_lower_anonymous,ua_config.use_lower_anonymous,OTA and OTA BY OP,no,no,no,no,emergency call urn format when making emergency anonymous call<BR>0:Anonymous@Anonymous.invalid<BR>1:anonymous@anonymous.invalid,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:anonymous<BR>0:Anonymous,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N)<BR>Test Time (minutes) <BR>[Init] IMS registered<BR>[Test Step] <BR>1. make anonymous emergency call<BR>[Expected Result] make emergency call succssfully as setted URN",Pass,,,,
+2234,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_lower_anonymous,ua_config.use_lower_anonymous,OTA and OTA BY OP,no,no,no,no,emergency call urn format when making emergency anonymous call<BR>0:Anonymous@Anonymous.invalid<BR>1:anonymous@anonymous.invalid,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Anonymous<BR>1:anonymous,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N)<BR>Test Time (minutes) <BR>[Init] IMS registered<BR>[Test Step] <BR>1. make anonymous emergency call<BR>[Expected Result] make emergency call succssfully as setted URN",Pass,,,,
2235,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_lower_anonymous.use_lower_anonymous,ua_config.use_lower_anonymous.use_lower_anonymous,Not Support,no,no,no,no,[MCF]emergency call urn format when making emergency anonymous callbit 0:0:Anonymous@Anonymous.invalidbit 1:1:anonymous@anonymous.invalid,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2236,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_org_nego_codec,ua_config.use_org_nego_codec,OTA and OTA BY OP,no,no,no,no,"Receive invite without SDP, use lastest negotiation codec to fill 200 OK SDP offer.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step]<BR>1. Make MT Calls under CT NW<BR>2. Check if no sound issue (or call drop) will happen when MT has accepted the call<BR>[Expected Result]<BR> Enable: When MT has receives a reINVITE without SDP and then creating offer in 200 OK, UE will not use a pt value (used for codec A) which is conflict with the same pt value (used for codec B) received intial INVITE.<BR> Disable: When MT has receives a reINVITE without SDP and then creating offer in 200 OK, UE will just use pre-defined pt value for each codec.",Pass,,,,
+2236,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_org_nego_codec,ua_config.use_org_nego_codec,OTA and OTA BY OP,no,no,no,no,"Receive invite without SDP, use lastest negotiation codec to fill 200 OK SDP offer.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G<BR>[Test Step]<BR>1. Make MT Calls under CT NW<BR>2. Check if no sound issue (or call drop) will happen when MT has accepted the call<BR>[Expected Result]<BR> Enable: When MT has receives a reINVITE without SDP and then creating offer in 200 OK, UE will not use a pt value (used for codec A) which is conflict with the same pt value (used for codec B) received intial INVITE.<BR> Disable: When MT has receives a reINVITE without SDP and then creating offer in 200 OK, UE will just use pre-defined pt value for each codec.",Pass,,,,
2237,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_org_nego_codec.use_org_nego_codec,ua_config.use_org_nego_codec.use_org_nego_codec,Not Support,no,no,no,no,"[MCF]Receive invite without SDP, use lastest negotiation codec to fill 200 OK SDP offer.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2238,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_org_sdp_for_invite_without_sdp,ua_config.use_org_sdp_for_invite_without_sdp,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>From RFC3261 and RFC6337, the UE shall send 200 OK with initial SDP offer when the network sent a INVITE without SDP body in an active call. But some operators request the UE to send 200 OK with a negotiated SDP body. The UE send a negotiated SDP body when the configuration is set to 1.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi. The network expect to send reINVITE without SDP body after call is established or is hold.<BR>[Test Step] Make a call and then hold call<BR>[Expected Result] If the network send reINVITE without SDP body to UE, UE will add initial SDP offer if the configuration is set to 0, and UE will add a negotiated SDP offer if the configuration is set to 1.",Pass,,,,
2239,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_org_sdp_for_invite_without_sdp.use_org_sdp_for_invite_without_sdp,ua_config.use_org_sdp_for_invite_without_sdp.use_org_sdp_for_invite_without_sdp,Not Support,no,no,no,no,"[MCF]From RFC3261 and RFC4566, the UE shall send 200 OK with a negotiated SDP body when the network sent a INVITE without SDP body in an active call. But some operators request the UE to send 200 OK with original SDP body. The UE send a original SDP body when the configuration is set to 1.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2240,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_pau_at_sdp_origin,ua_config.use_pau_at_sdp_origin,OTA and OTA BY OP,no,no,no,no,Adds P-Associated URI to origin line as username (RFC4566)<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call<BR>[Expected Result] Call succesfull and P-Associated URI is set to origin line at SDP offer<BR>",Pass,,,,
+2240,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_pau_at_sdp_origin,ua_config.use_pau_at_sdp_origin,OTA and OTA BY OP,no,no,no,no,Adds P-Associated URI to origin line as username (RFC4566)<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] MO call<BR>[Expected Result] Call succesfull and P-Associated URI is set to origin line at SDP offer<BR>",Pass,,,,
2241,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_pau_at_sdp_origin.use_pau_at_sdp_origin,ua_config.use_pau_at_sdp_origin.use_pau_at_sdp_origin,Not Support,no,no,no,no,[MCF]Adds P-Associated URI to origin line as username (RFC4566)bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2242,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_pub_uid_in_ref_to,ua_config.use_pub_uid_in_ref_to,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This is to set to use public user identity for Refer-To header field in SIP REFER request.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make volte conference call attempt;<BR>[Expected Result] <BR> enable: REFER message use public user identity from IMS register.<BR> disable: REFER message use home uri",Pass,,,,
+2242,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_pub_uid_in_ref_to,ua_config.use_pub_uid_in_ref_to,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>This is to set to use public user identity for Refer-To header field in SIP REFER request.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] IMS Register on 4G, and enable VoLTE<BR>[Test Step]<BR>1. Make volte conference call attempt;<BR>[Expected Result] <BR> enable: REFER message use public user identity from IMS register.<BR> disable: REFER message use home uri",Pass,,,,
2243,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_pub_uid_in_ref_to.use_pub_uid_in_ref_to,ua_config.use_pub_uid_in_ref_to.use_pub_uid_in_ref_to,Not Support,no,no,no,no,[MCF]Use public user identity for Refer-To header field in REFER request.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2244,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_specific_ipsec_algo,ua_config.use_specific_ipsec_algo,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Force UE to use specific IPSec algorithm to create IPSec channel during registration<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]<BR>[Test Step] IMS registration<BR>[Expected Result] check if if IREGISTER brings your expected encrytion/integrity algorithm in Security-Client header,Pass,,,,
2245,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_specific_ipsec_algo.use_specific_ipsec_algo,ua_config.use_specific_ipsec_algo.use_specific_ipsec_algo,Not Support,no,no,no,no,[MCF]Force UE to use specific IPSec algorithm to create IPSec channel during registrationbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2246,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_udp_on_tcp_fail,ua_config.use_udp_on_tcp_fail,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>If UE tries to re-send the sip messsage over UDP when UE failed to send message over TCP<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] UE in LTE registered, VoLTE OFF<BR>[Test Step] Enable VoLTE, but network does not not respond to TCP SYN<BR>[Expected Result] <BR>When enabled: UE try to use UDP for sending REGISTER if TCP sending failed.<BR>When disabled: UE does not fallback to use UDP if TCP connection creation fails.",Pass,,,,
2247,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_udp_on_tcp_fail.use_udp_on_tcp_fail,ua_config.use_udp_on_tcp_fail.use_udp_on_tcp_fail,Not Support,no,no,no,no,[MCF]If UE tries to re-send the sip messsage over UDP when UE failed to send message over TCPbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2248,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",user_agent,ua_config.user_agent,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Information about the UAC originating the request. It can use to reveal User information.,STRING,128,128,,"VoLTE/WFC UA",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register<BR>[Test Step] IMS Register<BR>[Expected Result] <BR>User-agent in SIP REGISTER is same as setting<BR>default: "VoLTE/WFC UA"<BR>example: "VoLTE/WFC UA MTK",Pass,,,,
-2249,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",via_uri_with_default_port,ua_config.via_uri_with_default_port,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Via header URI should show 5060 if IMS uses 5060 as default port<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to 1<BR>[Test Step]<BR>1.enable VoLTE or VoWiFi; <BR>2.start IMS registration in LTE or VoWIFI;<BR>[Expected Result] <BR>REGISTER Via header URI should show 5060 if IMS uses 5060 as default port.,Pass,,,,
+2249,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",via_uri_with_default_port,ua_config.via_uri_with_default_port,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Via header URI should show 5060 if IMS uses 5060 as default port<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to 1<BR>[Test Step]<BR>1.enable VoLTE or VoWiFi; <BR>2.start IMS registration in LTE or VoWIFI;<BR>[Expected Result] <BR>REGISTER Via header URI should show 5060 if IMS uses 5060 as default port.,Pass,,,,
2250,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",via_uri_with_default_port.via_uri_with_default_port,ua_config.via_uri_with_default_port.via_uri_with_default_port,Not Support,no,no,no,no,[MCF]Indicate if REGISTER Via header URI should show 5060 if IMS uses 5060 as default portbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2251,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",via_without_rport,ua_config.via_without_rport,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Via header contains rport parameter<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to 1<BR>[Test Step]<BR>1.enable VoLTE or VoWiFi; <BR>2.start IMS registration in LTE or VoWIFI;<BR>[Expected Result] <BR>UDP REGISTER or UDP SUBSCRIBE Via header should not contain rport parameter.,Pass,,,,
+2251,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",via_without_rport,ua_config.via_without_rport,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Indicate if REGISTER Via header contains rport parameter<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init]Insert SIM which suppot IMS and set the configuration to 1<BR>[Test Step]<BR>1.enable VoLTE or VoWiFi; <BR>2.start IMS registration in LTE or VoWIFI;<BR>[Expected Result] <BR>UDP REGISTER or UDP SUBSCRIBE Via header should not contain rport parameter.,Pass,,,,
2252,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",via_without_rport.via_without_rport,ua_config.via_without_rport.via_without_rport,Not Support,no,no,no,no,[MCF]Indicate if REGISTER Via header contains rport parameterbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2253,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",video_action_precondition,ua_config.video_action_precondition,OTA and OTA BY OP,no,no,no,no,To support the precondition flow once performing local/remote ViLTE upgrade.<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init] Insert test USIM<BR>[Test Step] Run PCT Case 17.1 / 17.2<BR>[Expected Result]<BR> Enable: UE can support the upgrade procedure with precondition flow, and successfully run the TC 17.1 / 17.2<BR> Disable: UE cannot support the upgrade procedure with precondition flow, TC 17.1 / 17.2 will fail.",Pass,,,,
2254,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",video_action_precondition.video_action_precondition,ua_config.video_action_precondition.video_action_precondition,Not Support,no,no,no,no,[MCF]To support the precondition flow once performing local/remote ViLTE upgrade.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -2245,13 +2245,13 @@
2261,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wait_cancel_in_srvcc_end.wait_cancel_in_srvcc_end,ua_config.wait_cancel_in_srvcc_end.wait_cancel_in_srvcc_end,Not Support,no,no,no,no,"[MCF]From TS 36.523 TC 13.4.3.16, we shall response CANCEL after SRVCC.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2262,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wait_second_invite_for_hold,ua_config.wait_second_invite_for_hold,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>The network will send another INVITE without SDP after hold/unhold operation, the UE needs to wait the INVITE without SDP to complete the hold/unhold operation and send response to AP or the AP may send another unhold/hold operation to IMS.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Deprecated,Untested,,,,
2263,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wait_second_invite_for_hold.wait_second_invite_for_hold,ua_config.wait_second_invite_for_hold.wait_second_invite_for_hold,Not Support,no,no,no,no,"[MCF]The network will send another INVITE without SDP after hold/unhold operation, the UE needs to wait the INVITE without SDP to complete the hold/unhold operation and send response to AP or the AP may send another unhold/hold operation to IMS.bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2264,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wait_user_end_call,ua_config.wait_user_end_call,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>No CANCLE/BYE and wait for user hangup when<BR>- MO B1 timer timeout<BR>- VOLTE_NO_RTPPKT_REQ during active call<BR>- No precondition and audio bearer not established during active<BR>- Audio bearer established and then released by NW during active call<BR>0: No wait user to end call<BR>1: Wait user to end call,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:No wait user to end call<BR>1:Wait user to end call,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,internal used,Untested,,,,
+2264,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wait_user_end_call,ua_config.wait_user_end_call,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>No CANCLE/BYE and wait for user hangup when<BR>- MO B1 timer timeout<BR>- VOLTE_NO_RTPPKT_REQ during active call<BR>- No precondition and audio bearer not established during active<BR>- Audio bearer established and then released by NW during active call<BR>0: No wait user to end call<BR>1: Wait user to end call,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Wait user to end call<BR>0:No wait user to end call,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,internal used,Untested,,,,
2265,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wait_user_end_call.wait_user_end_call,ua_config.wait_user_end_call.wait_user_end_call,Not Support,no,no,no,no,[MCF]No CANCLE/BYE and wait for user hangup when - MO B1 timer timeout - VOLTE_NO_RTPPKT_REQ during active call - No precondition and audio bearer not established during active - Audio bearer established and then released by NW during active callbit 0:0:No wait user to end callbit 1:1:Wait user to end call,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2266,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",waiting_487_for_cancel_timer_timeout,ua_config.waiting_487_for_cancel_timer_timeout,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>The timer to wait 487 response after we send CANCEL request when bcsfb_feature_enable is enabled. <BR>0:Disable<BR>other value: time duration<BR>unit: sec,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]IMS Register on 4G,<BR>[Test Step] make IMS call and then hangup the call<BR>[Expected Result] the call can be canceled with UE send CANCEL request and NW response 487 for INVITE in time<BR>0: timer disable<BR>other value: if NW don't send 487 for INVITE request in this period, UE will do local release and disconnect the call",Pass,,,,
2267,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",waiting_mt_cnf_timer_timeout,ua_config.waiting_mt_cnf_timer_timeout,OTA and OTA BY OP,no,no,no,no,"When the UE gets an incoming call, the UE will check the policy for an incoming call, this timer provides a guard timer to protect the UE spends too much time in waiting response. <BR>unit: sec",UNSIGNED CHAR,1,,,30,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Init]<BR>1. DUT A and DUT B registered on VoLTE networks<BR>[Test Step]<BR>1. DUT A call DUT B<BR>2. Check whether DUT B can ringing or not, if DUT B not ringing,DUT A will auto disconnect<BR>[Expect Result]<BR>1. timer = 0: DUT A will auto disconnect in any time<BR>2. timer > 0: DUA A will auto disconnect less than timer value",Pass,,,,
2268,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wfc_emerg_pidf_country,ua_config.wfc_emerg_pidf_country,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Add pidf civic country. Specification: 3GPP TS 33.108. The country is an UTF8String, defined in ISO.3166-1 [39] International Organization for Standardization, "Codes for<BR>the representation of names of countries and their subdivisions - Part 1: Country<BR> codes". Such definition is not optional in case of civic address. It is the<BR> minimum information needed to qualify and describe a civic address, when a regulation of a specific country requires such information. By enabling this feature the UE will add country in civic address, even if other parts of civic address are unknown (e.g town and street address).<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"This is no longer so useful flag, as this is used typically to add country if no other location informaiton is available.<BR>Internal use.",Untested,,,,
2269,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wfc_emerg_pidf_country.wfc_emerg_pidf_country,ua_config.wfc_emerg_pidf_country.wfc_emerg_pidf_country,Not Support,no,no,no,no,[MCF]Add pidf civic country. More details in 3GPP TS 33.108 (and 33.106 and 33.107).bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
-2270,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wfc_emerg_pidf_lng_lat_country,ua_config.wfc_emerg_pidf_lng_lat_country,OTA and OTA BY OP,no,no,no,no,Add country/state/city infromation along with latitude and longitude<BR>0:Add longitude and latitude<BR>1:add country/state/city and longitude and latitude,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Add longitude and latitude<BR>1:add country,No,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,""[Init] IMS Registered over VoWiFi<BR>[Test Step] Emergency call<BR>[Expected Result] When enabled; country, state and city information visible at location info"",Pass,,,,
+2270,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wfc_emerg_pidf_lng_lat_country,ua_config.wfc_emerg_pidf_lng_lat_country,OTA and OTA BY OP,no,no,no,no,Add country/state/city infromation along with latitude and longitude<BR>0:Add longitude and latitude<BR>1:add country/state/city and longitude and latitude,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:add country<BR>0:Add longitude and latitude,No,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,""[Init] IMS Registered over VoWiFi<BR>[Test Step] Emergency call<BR>[Expected Result] When enabled; country, state and city information visible at location info"",Pass,,,,
2271,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wfc_emerg_pidf_lng_lat_country.wfc_emerg_pidf_lng_lat_country,ua_config.wfc_emerg_pidf_lng_lat_country.wfc_emerg_pidf_lng_lat_country,Not Support,no,no,no,no,[MCF]Add country/state/city infromation along with latitude and longitudebit 0:0:Add longitude and latitudebit 1:1:add country/state/city and longitude and latitude,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
2272,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wfc_refresh_23g,ua_config.wfc_refresh_23g,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Trigger re-registration when wifi , 23G rat change happen.<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] NW should support IMS over 3G<BR>[Test Step] IMS registration over 3G and handover to wifi<BR>[Expected Result] check if IMS sends re-REGISTER over wifi,Untested,,,,
2273,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",wfc_refresh_23g.wfc_refresh_23g,ua_config.wfc_refresh_23g.wfc_refresh_23g,Not Support,no,no,no,no,[MCF]Trigger re-registration when wifi -> 23G rat change happen.bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
@@ -2293,9 +2293,9 @@
2309,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",eap.eap,n3cf_cfg.eap.eap,Not Support,no,no,no,no,[INTERNAL]The EAP algorithm in Authenticationbit 0:0:EAP-AKAbit 1:1:EAP-SIMbit 2:2:EAP-AKA',BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
2310,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_epdg,n3cf_cfg.emerg_epdg,Not Support,no,no,no,no,[MCF]<BR>emerg_epdg: 8 "Support Emergency EPDG selection" <BR>0: "EMERG_EPDG_SELECT_NONE";<BR>1: "EMERG_EPDG_SELECT";<BR>2: "EMERG_EPDG_SELECT_WITH_VISITED";,UNSIGNED CHAR,1,,,EMERG_EPDG_SELECT_NONE,NR15.R3.MD700.MP,,0:"EMERG_EPDG_SELECT_NONE"<BR>1:"EMERG_EPDG_SELECT"<BR>2:"EMERG_EPDG_SELECT_WITH_VISITED",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,not support,Untested,,,,
2311,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_epdg.emerg_epdg,n3cf_cfg.emerg_epdg.emerg_epdg,Not Support,no,no,no,no,[INTERNAL]Support Emergency EPDG selectionbit 0:0:EMERG_EPDG_SELECT_NONEbit 1:1:EMERG_EPDG_SELECTbit 2:2:EMERG_EPDG_SELECT_WITH_VISITED,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
-2312,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_nai,n3cf_cfg.emerg_nai,Not Support,no,no,no,no,[MCF]<BR>emerg_nai: 8 "Construct NAI with Emergency format" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,not support,Untested,,,,
+2312,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_nai,n3cf_cfg.emerg_nai,Not Support,no,no,no,no,[MCF]<BR>emerg_nai: 8 "Construct NAI with Emergency format" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,not support,Untested,,,,
2313,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_nai.emerg_nai,n3cf_cfg.emerg_nai.emerg_nai,Not Support,no,no,no,no,[INTERNAL]Construct NAI with Emergency formatbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
-2314,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_no_sim,n3cf_cfg.emerg_no_sim,Not Support,no,yes,no,no,[INTERNAL]<BR>emerg_no_sim: 8 "Support Emergency service without SIM" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,not support,Untested,,,,
+2314,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_no_sim,n3cf_cfg.emerg_no_sim,Not Support,no,yes,no,no,[INTERNAL]<BR>emerg_no_sim: 8 "Support Emergency service without SIM" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,not support,Untested,,,,
2315,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_no_sim.emerg_no_sim,n3cf_cfg.emerg_no_sim.emerg_no_sim,Not Support,no,yes,no,no,[INTERNAL]Support Emergency service without SIMbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
2316,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",emerg_numbers,n3cf_cfg.emerg_numbers,Not Support,no,no,no,no,.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to : 1<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will add EMERGENCY_NUMBER notify payload in IKE_AUTH request.,Untested,,,,
2317,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",epdg_fqdn,n3cf_cfg.epdg_fqdn,OTA and OTA BY OP,no,no,no,no,"[MCF,STRING]Indicate the FQDN or IP of ePDG server (String format and ',' is delimiter)",STRING,256,256,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to an ePDG server IP address.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will not do DNS query and directly try to connect to set IP address.,Pass,,,,
@@ -2305,7 +2305,7 @@
2321,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",esp_algo,n3cf_cfg.esp_algo,OTA and OTA BY OP,no,no,no,no,"[MCF,STRING]Specifie the ESP algorithms types that are used by the UE (String format)",STRING,256,256,,""aes128-sha1,3des-sha1"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to "aes128-sha1".<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will add aes128 and sha1 in SA payload in IKE_AUTH.,Pass,,,,
2322,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",esp_rekey_timer,n3cf_cfg.esp_rekey_timer,OTA and OTA BY OP,no,no,no,no,[MCF]Lifetime (in seconds) of an ESP SA. UE should do ESP rekey procedure before the lifetime of the ESP SA,UNSIGNED INT,4,,,81000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 30.<BR>Set rekey_margin config to 5.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>soft_lft->add_expire_seconds in MSG_ID_IPSEC_SA_ADD_REQ will be 35.,Pass,,,,
2323,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",esp_setup_time,n3cf_cfg.esp_setup_time,OTA and OTA BY OP,no,no,no,no,[MCF]Maximum time in seconds for 1 tunnel setup; set to 0 will be auto-generated by retransmission timeout,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Let NW not to reply UE's response.<BR>[Expected Result]<BR>After 1 second, MSG_ID_N3EPC_N3SAM_IKE_SA_EST_REJ wll be sent.",Pass,,,,
-2324,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",fastreauth,n3cf_cfg.fastreauth,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>fastreauth: 8 "Support fast re-authentication" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>NW should support fast re-auth.<BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration and then de-registration.<BR>Trigger WFC registration again.<BR>[Expected Result]<BR>reauth_id_len of MSG_ID_EAP_CONVERSATION_START_REQ will be non-zero.,Pass,,,,
+2324,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",fastreauth,n3cf_cfg.fastreauth,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>fastreauth: 8 "Support fast re-authentication" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>NW should support fast re-auth.<BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration and then de-registration.<BR>Trigger WFC registration again.<BR>[Expected Result]<BR>reauth_id_len of MSG_ID_EAP_CONVERSATION_START_REQ will be non-zero.,Pass,,,,
2325,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",fastreauth.fastreauth,n3cf_cfg.fastreauth.fastreauth,Not Support,no,no,no,no,[INTERNAL]Support fast re-authenticationbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
2326,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",fdpd_retrans_base,n3cf_cfg.fdpd_retrans_base,OTA and OTA BY OP,no,no,no,no,[MCF]Base to use for force DPD calculating exponential back off,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 2.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Let UE trigger force DPD. (ex, disable internet capability of WiFi hot spot and make a call.)<BR>[Expected Result]<BR>The force DPD retry interval will be exponential growth of base 2.",Pass,,,,
2327,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",fdpd_retrans_to,n3cf_cfg.fdpd_retrans_to,OTA and OTA BY OP,no,no,no,no,[MCF]Retransmission timeout in seconds for force DPD,UNSIGNED INT,4,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 3.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Let UE trigger force DPD. (ex, disable internet capability of WiFi hot spot and make a call.)<BR>[Expected Result]<BR>Every force DPD timeout will be 3.",Pass,,,,
@@ -2318,7 +2318,7 @@
2334,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",frag_sz_v6,n3cf_cfg.frag_sz_v6,Not Support,no,no,no,no,.,UNSIGNED SHORT,2,,,1280,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,fragment,only be able when fragment = 1,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>In IPv6 WiFi connection.<BR>Set this config to 1200.<BR>Set fragment config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>fragment_size in MSG_ID_SAMGR_ENCAP_PARAM_SET_REQ<BR>will be 1200.,Untested,,,,
2335,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",fragment,n3cf_cfg.fragment,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>fragment: 8 "Support IKEv2 Fragmentation" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will add FRAGMENT_SUPPORT notify payload in IKE_INIT.,Pass,,,,
2336,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",fragment.fragment,n3cf_cfg.fragment.fragment,Not Support,no,no,no,no,[INTERNAL]Support IKEv2 Fragmentationbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
-2337,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",ho_ip_disc,n3cf_cfg.ho_ip_disc,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>ho_ip_disc: 8 "Allow LTE to Wi-Fi Handover IP discontinuity" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using VOLTE/WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Register on VOLTE and then handover to VoWIFI.<BR>NW assign different local IP.<BR>[Expected Result]<BR>PDN connection will be kept.,Pass,,,,
+2337,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",ho_ip_disc,n3cf_cfg.ho_ip_disc,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>ho_ip_disc: 8 "Allow LTE to Wi-Fi Handover IP discontinuity" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using VOLTE/WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Register on VOLTE and then handover to VoWIFI.<BR>NW assign different local IP.<BR>[Expected Result]<BR>PDN connection will be kept.,Pass,,,,
2338,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",ho_ip_disc.ho_ip_disc,n3cf_cfg.ho_ip_disc.ho_ip_disc,Not Support,no,no,no,no,[INTERNAL]Allow LTE to Wi-Fi Handover IP discontinuitybit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
2339,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",ike_algo,n3cf_cfg.ike_algo,OTA and OTA BY OP,no,no,no,no,"[MCF,STRING]Specifie the IKE algorithms types that are used by the UE (String format)",STRING,256,256,,"aes128-sha1-modp1024!",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[Init] <BR>Using WFC sim.<BR>Set this config to "aes128-sha1-modp1024".<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will add aes128, sha1 and modp1024 in only 1 proposal in SA payload in IKE_INIT.",Pass,,,,
2340,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",ike_dscp,n3cf_cfg.ike_dscp,OTA and OTA BY OP,no,no,no,no,[MCF]DSCP(Differentiated Services Code Point) value for outgoing IKEv2 packets sent from this connection. The value is a 6-bits decimal (0~63).,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 10.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>The DSCP field in IP header of IKE packets will be 10.,Pass,,,,
@@ -2340,13 +2340,13 @@
2356,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",mss6_off,n3cf_cfg.mss6_off,Not Support,no,no,no,no,[MCF]TCP Maximum Segment Size offset (byte) of IPv6 for the ESP tunnel,UNSIGNED SHORT,2,,,88,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,Not Support,Untested,,,,
2357,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",mtu,n3cf_cfg.mtu,OTA and OTA BY OP,no,no,no,no,[MCF]MTU size (byte) of the ESP tunnel,UNSIGNED SHORT,2,,,1280,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1200.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>mtu in MSG_ID_N3EPC_N3SAM_IKE_SA_EST_CNF will be 1200.,Pass,,,,
2358,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",n3cf_em_op_id,n3cf_cfg.n3cf_em_op_id,Not Support,no,no,no,no,.,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Do not suggest to test<BR>[Test Step]<BR>Not support MCF<BR>[Expected Result]<BR>Do not test,Untested,,,,
-2359,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",no_eap,n3cf_cfg.no_eap,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>no_eap: 8 "Don't add EAPONLY notify payload in IKEv2 request" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will not add EAP_ONLY notify payload in IKE_AUTH request.,Pass,,,,
+2359,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",no_eap,n3cf_cfg.no_eap,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>no_eap: 8 "Don't add EAPONLY notify payload in IKEv2 request" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will not add EAP_ONLY notify payload in IKE_AUTH request.,Pass,,,,
2360,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",no_eap.no_eap,n3cf_cfg.no_eap.no_eap,Not Support,no,no,no,no,[INTERNAL]Don't add EAPONLY notify payload in IKEv2 requestbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
2361,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",no_ic,n3cf_cfg.no_ic,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>no_ic: 8 "Don't add INIT_CONTACT notify payload in IKEv2 request" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will not add INITIAL_CONTACT notify payload in IKE_AUTH request.,Pass,,,,
2362,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",no_ic.no_ic,n3cf_cfg.no_ic.no_ic,Not Support,no,no,no,no,[INTERNAL]Don't add INIT_CONTACT notify payload in IKEv2 requestbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
-2363,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",nocert,n3cf_cfg.nocert,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>nocert: 8 "UE did not expect certificate from ePDG" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 0.<BR>[Test Step] <BR>Trigger WFC registration.<BR>NW not to add CERT in IKE exchange.<BR>[Expected Result]<BR>IKE SA will not be set up.,Pass,,,,
+2363,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",nocert,n3cf_cfg.nocert,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>nocert: 8 "UE did not expect certificate from ePDG" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 0.<BR>[Test Step] <BR>Trigger WFC registration.<BR>NW not to add CERT in IKE exchange.<BR>[Expected Result]<BR>IKE SA will not be set up.,Pass,,,,
2364,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",nocert.nocert,n3cf_cfg.nocert.nocert,Not Support,no,no,no,no,[INTERNAL]UE did not expect certificate from ePDGbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
-2365,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",noid,n3cf_cfg.noid,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>noid: 8 "Skip to check IDr in Certificate from ePDG" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 0.<BR>[Test Step] <BR>Trigger WFC registration.<BR>NW adds wrong identify in CERT.<BR>[Expected Result]<BR>IKE SA will not be set up.,Pass,,,,
+2365,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",noid,n3cf_cfg.noid,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>noid: 8 "Skip to check IDr in Certificate from ePDG" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 0.<BR>[Test Step] <BR>Trigger WFC registration.<BR>NW adds wrong identify in CERT.<BR>[Expected Result]<BR>IKE SA will not be set up.,Pass,,,,
2366,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",noid.noid,n3cf_cfg.noid.noid,Not Support,no,no,no,no,[INTERNAL]Skip to check IDr in Certificate from ePDGbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
2367,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",ocsp,n3cf_cfg.ocsp,Not Support,no,no,no,no,[MCF]<BR>ocsp: 8 "Support OCSP in certificate" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,Not Support,Untested,,,,
2368,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",ocsp.ocsp,n3cf_cfg.ocsp.ocsp,Not Support,no,no,no,no,[INTERNAL]Support OCSP in certificatebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
@@ -2358,7 +2358,7 @@
2374,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",port_natt,n3cf_cfg.port_natt,Not Support,no,yes,no,no,[INTERNAL]UDP port number of IKEv2 NAT-T,UNSIGNED SHORT,2,,,14500,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 24500.<BR>In NAT WIFI connection.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>Source port of IKE packets will be 24500.,Untested,,,,
2375,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",pre_post_ping,n3cf_cfg.pre_post_ping,Not Support,no,yes,no,no,[INTERNAL]<BR>pre_post_ping: 8 "ping ePDG before establishing PDN (This config is no use anymore)" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,not support anymore,not support anymore,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,,Untested,,,,
2376,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",pre_post_ping.pre_post_ping,n3cf_cfg.pre_post_ping.pre_post_ping,Not Support,no,yes,no,no,[INTERNAL]ping ePDG before establishing PDN (This config is no use anymore)bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
-2377,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",reauth_addr,n3cf_cfg.reauth_addr,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>reauth_addr: 8 "Do IKEv2 re-authentication when address changed" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Move UE to another WIFI connection with different assigned IP.<BR>[Expected Result]<BR>UE will trigger re-auth.,Pass,,,,
+2377,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",reauth_addr,n3cf_cfg.reauth_addr,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>reauth_addr: 8 "Do IKEv2 re-authentication when address changed" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Move UE to another WIFI connection with different assigned IP.<BR>[Expected Result]<BR>UE will trigger re-auth.,Pass,,,,
2378,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",reauth_addr.reauth_addr,n3cf_cfg.reauth_addr.reauth_addr,Not Support,no,no,no,no,[INTERNAL]Do IKEv2 re-authentication when address changedbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
2379,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",redirect,n3cf_cfg.redirect,Not Support,no,no,no,no,[INTERNAL]<BR>redirect: 8 "Support IKEv2 redirect feature" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,Not Support,Untested,,,,
2380,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",redirect.redirect,n3cf_cfg.redirect.redirect,Not Support,no,no,no,no,[INTERNAL]Support IKEv2 redirect featurebit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,,Untested,,,,
@@ -2367,7 +2367,7 @@
2383,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",retrans_base,n3cf_cfg.retrans_base,OTA and OTA BY OP,no,no,no,no,[MCF]Base to use for IKEv2 calculating exponential back off,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 2.<BR>[Test Step] <BR>Trigger WFC registration.<BR>NW not to reply IKE exchange.<BR>[Expected Result]<BR>UE IKE request retry interval will be exponential growth of base 2.,Pass,,,,
2384,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",retrans_to,n3cf_cfg.retrans_to,OTA and OTA BY OP,no,no,no,no,[MCF]Retransmission timeout in seconds for IKEv2 packet,UNSIGNED INT,4,,,2,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 3.<BR>[Test Step] <BR>Trigger WFC registration.<BR>NW not to reply IKE exchange.<BR>[Expected Result]<BR>UE IKE request timeout will be 3.,Pass,,,,
2385,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",retrans_tries,n3cf_cfg.retrans_tries,OTA and OTA BY OP,no,no,no,no,[MCF]Maximum number of times a UE shall retransmit an IKEv2 packet if it does not receive a response,UNSIGNED CHAR,1,,,4,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 3.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE IKE request retry count will be 3.,Pass,,,,
-2386,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",retry_vector,n3cf_cfg.retry_vector,OTA and OTA BY OP,no,no,no,no,"[MCF,STRING]The string vector including error code range and retry timer value used for data retry (String format)",STRING,256,256,,""'rst=ssid,wifien,wfc','24,4,8,43200','46,4,8,43200','1081,4,8,16,32,64,128,256,512,1024','8192,4,8,43200','9000-9006,4,8,43200','11001,4,8,43200','11011,4,8,43200'"",NR15.R3.MD700.MP,,*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>any:values and format please reference to param. description<BR>*,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to "5".<BR>[Test Step] <BR>Trigger WFC registration.<BR>NW reject IKE SA set up.<BR>[Expected Result]<BR>retry_info->retrytime in MSG_ID_D2RM_N3EPC_ACT_DATA_CALL_CNF<BR> will be 5.,Pass,,,,
+2386,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",retry_vector,n3cf_cfg.retry_vector,OTA and OTA BY OP,no,no,no,no,"[MCF,STRING]The string vector including error code range and retry timer value used for data retry (String format)",STRING,256,256,,""'rst=ssid,wifien,wfc','24,4,8,43200','46,4,8,43200','1081,4,8,16,32,64,128,256,512,1024','8192,4,8,43200','9000-9006,4,8,43200','11001,4,8,43200','11011,4,8,43200'"",NR15.R3.MD700.MP,,*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>*<BR>any:values and format please reference to param. description<BR>*<BR>*<BR>*,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to "5".<BR>[Test Step] <BR>Trigger WFC registration.<BR>NW reject IKE SA set up.<BR>[Expected Result]<BR>retry_info->retrytime in MSG_ID_D2RM_N3EPC_ACT_DATA_CALL_CNF<BR> will be 5.,Pass,,,,
2387,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",select_info,n3cf_cfg.select_info,OTA and OTA BY OP,no,no,no,no,"[MCF,STRING]The PLMN list which is support ePDG service and the corresponding type to construct the ePDG FQDN (String format)",STRING,256,256,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to a PLMN.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Let "connect to ePDG server with address derived from SIM" fail.<BR>[Expected Result]<BR>UE will retry connect to ePDG server of set PLMN.,Pass,,,,
2388,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",select_info_em,n3cf_cfg.select_info_em,Not Support,no,no,no,no,"[MCF,STRING]The PLMN list which is support Emergency ePDG service and the corresponding type to construct the Emergency ePDG FQDN (String format)",STRING,256,256,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,Not Support,Untested,,,,
2389,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",skip_check_cert,n3cf_cfg.skip_check_cert,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>skip_check_cert: 8 "Skip to check Certificate from ePDG even UE recevid certificate. When IODT/IOT, certificate may be not correct from ePDG. This option provide tester skip the certificate issue in test stage." <BR>0: "Disable";<BR>1: "Enable";",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Let NW return a wrong CERT.<BR>[Expected Result]<BR>IKE SA will still be set up.,Pass,,,,
@@ -2375,21 +2375,21 @@
2391,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",try_epdg_policy,n3cf_cfg.try_epdg_policy,Not Support,no,no,no,no,.,UNSIGNED CHAR,1,,,TRY_ALL_EPDG_IP,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[*Very Hard to test]<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>Make sure there are not only 1 ePDG server to connect for the sim.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Let 1st NW reject IKE set up.<BR>[Expected Result]<BR>After 1st failure, MSG_ID_D2RM_N3EPC_ACT_DATA_CALL_CNF<BR> will be sent.",Pass,,,,
2392,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",urlcert,n3cf_cfg.urlcert,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>urlcert: 8 "Support HTTP cert or not (Hash and URL of X.509)" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger WFC registration.<BR>[Expected Result]<BR>UE will add HASH_AND_URL notify payload in IKE_AUTH request.,Pass,,,,
2393,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",urlcert.urlcert,n3cf_cfg.urlcert.urlcert,Not Support,no,no,no,no,[INTERNAL]Support HTTP cert or not (Hash and URL of X.509)bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,it is DUP item,Untested,,,,
-2394,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",use_cfg_vip,n3cf_cfg.use_cfg_vip,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>use_cfg_vip: 8 "Install the address which in requested INTERNAL_IP*_ADDRESS configuration payload (not from responded one)" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger VOLTE registration and then handover to VOWIFI.<BR>[Expected Result]<BR>ipsec_selector->ipsec_selector[0]->src_addr in MSG_ID_IPSEC_SA_ADD_REQ will be the same with request IP address in config payload.,Pass,,,,
+2394,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",use_cfg_vip,n3cf_cfg.use_cfg_vip,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>use_cfg_vip: 8 "Install the address which in requested INTERNAL_IP*_ADDRESS configuration payload (not from responded one)" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>[Test Step] <BR>Trigger VOLTE registration and then handover to VOWIFI.<BR>[Expected Result]<BR>ipsec_selector->ipsec_selector[0]->src_addr in MSG_ID_IPSEC_SA_ADD_REQ will be the same with request IP address in config payload.,Pass,,,,
2395,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",use_cfg_vip.use_cfg_vip,n3cf_cfg.use_cfg_vip.use_cfg_vip,Not Support,no,no,no,no,[INTERNAL]Install the address which in requested INTERNAL_IP*_ADDRESS configuration payload (not from responded one)bit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,it is DUP item,Untested,,,,
2396,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",visited_epdg,n3cf_cfg.visited_epdg,Not Support,no,no,no,no,[MCF]<BR>visited_epdg: 8 "Support Visited EPDG selection" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,Not Support,Untested,,,,
2397,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",visited_epdg.visited_epdg,n3cf_cfg.visited_epdg.visited_epdg,Not Support,no,no,no,no,[INTERNAL]Support Visited EPDG selectionbit 0:0:Disablebit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,it is DUP item,Untested,,,,
-2398,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",wdrv_keep_alive,n3cf_cfg.wdrv_keep_alive,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>wdrv_keep_alive: 8 "Sent NAT Keep-alive packets by Wi-Fi driver, and AP can go to sleep (Depend on if Wi-Fi driver supports this feature or not)" <BR>0: "Disable";<BR>1: "Enable";",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>In NAT WIFI connection.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Let UE be idle.<BR>[Expected Result]<BR>Keep alive packet will send by WIFI firmware.,Pass,,,,
+2398,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",wdrv_keep_alive,n3cf_cfg.wdrv_keep_alive,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>wdrv_keep_alive: 8 "Sent NAT Keep-alive packets by Wi-Fi driver, and AP can go to sleep (Depend on if Wi-Fi driver supports this feature or not)" <BR>0: "Disable";<BR>1: "Enable";",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",No,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>In NAT WIFI connection.<BR>[Test Step] <BR>Trigger WFC registration.<BR>Let UE be idle.<BR>[Expected Result]<BR>Keep alive packet will send by WIFI firmware.,Pass,,,,
2399,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",wdrv_keep_alive.wdrv_keep_alive,n3cf_cfg.wdrv_keep_alive.wdrv_keep_alive,Not Support,no,no,no,no,"[MCF]Sent NAT Keep-alive packets by Wi-Fi driver, and AP can go to sleep (Depend on if Wi-Fi driver supports this feature or not)bit 0:0:Disablebit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,it is DUP item,(Empty),,,,,,,it is DUP item,Untested,,,,
2400,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",bip_roaming_barring_enable,bip_ans_cfg.bip_roaming_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring BIP on roaming Cell",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>BIP PDN support<BR>[Test Step]<BR>On roaming cell<BR>[Expected Result]<BR>BIP PDN inactive,Pass,,,,
2401,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",cell_sig_report_duration,comm_ans_cfg.cell_sig_report_duration,OTA and OTA BY OP,no,no,no,no,[MCF] Duration (second or mini-second) of monitor Cell signal quality for IWLAN,UNSIGNED INT,4,,,3,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE RSRP changes<BR>[Expected Result]<BR>VoLTE icon on,Pass,,,,
-2402,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",epdg_n3iwf_ho_enable,comm_ans_cfg.epdg_n3iwf_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, allow PDN handover between ePDG and N3IWF",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>N3IWF support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
+2402,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",epdg_n3iwf_ho_enable,comm_ans_cfg.epdg_n3iwf_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, allow PDN handover between ePDG and N3IWF",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>N3IWF support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
2403,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",first_pdn_cell_pref_apn_type,comm_ans_cfg.first_pdn_cell_pref_apn_type,OTA and OTA BY OP,no,no,no,no,"[MCF]For certain APN type, Cellular preferred when PDN established 1st time after boot-up",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,"Bit mask coding, do not suggest user change value",No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>Cellular prefer<BR>[Expected Result]<BR>VoLTE icon on,Pass,,,,
2404,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",first_pdn_lte_pref_apn_type,comm_ans_cfg.first_pdn_lte_pref_apn_type,Not Support,no,no,no,no,"[MCF]For certain APN type, LTE preferred when PDN established 1st time after boot-up",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1:cellular prefer<BR>0:no suggest,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>Cellular prefer<BR>[Expected Result]<BR>VoLTE icon on,Untested,,,,
2405,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",iwlan_op_id,comm_ans_cfg.iwlan_op_id,Not Support,no,yes,no,no,[INTERNAL]When set op_id using AT command AT_EIWLCFGSET,UNSIGNED INT,4,,,UNDEF_CONFIG_32,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,"Test in machine (N)<BR>Test Time (0.5)<BR>[Init]<BR>Insert SIM card<BR>[Test Step]<BR>Boot up<BR>[Expected Result]<BR>Internal use, do not provide test",Untested,,,,
2406,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",cell_rove_in_meas_time,comm_ans_cfg.meas_cfg.cell_rove_in_meas_time,OTA and OTA BY OP,no,no,no,no,Duration(ms) of measurement delay before handover back to Cell,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE icon on,Pass,,,,
2407,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wlan_rove_in_meas_time,comm_ans_cfg.meas_cfg.wlan_rove_in_meas_time,OTA and OTA BY OP,no,no,no,no,Duration(ms) of measurement delay before handover back to WLAN,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
-2408,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",pdn_over_n3iwf_enable,comm_ans_cfg.pdn_over_n3iwf_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, allow PDN over N3IWF, current not support",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>N3IWF support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
+2408,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",pdn_over_n3iwf_enable,comm_ans_cfg.pdn_over_n3iwf_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, allow PDN over N3IWF, current not support",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>N3IWF support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
2409,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wans_bip_pref_setting,comm_ans_cfg.pref_cfg.wans_bip_pref_setting,OTA and OTA BY OP,no,no,no,no,[MCF]bip APN WIFI offload setting.<BR>pref:4 "" <BR>0:"CELL ONLY";<BR>1:"WLAN PREF";<BR>2:"CELL PREF";<BR>3:"WLAN ONLY";<BR>4:"EPC PREF (LTE>WiFi>CS)";<BR>5:"IMS CURRENT RAN PREF";<BR>0xF: "refer to WFC UI";<BR><BR>wfo:4 "wfo capability" <BR>0: "not refer to WFC UI";<BR>0xF: "refer to WFC UI";,UNSIGNED INT,4,,,UNDEF_CONFIG_8,NR15.R3.MD700.MP,,0x00 ~ 0xFF:bits,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>BIP support<BR>[Test Step]<BR>Changes calling prefer mode<BR>[Expected Result]<BR>BIP PDN on,Pass,,,,
2410,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wans_default_pref_setting,comm_ans_cfg.pref_cfg.wans_default_pref_setting,OTA and OTA BY OP,no,no,no,no,[MCF]default APN WIFI offload setting.<BR>pref:4 "" <BR>0:"CELL ONLY";<BR>1:"WLAN PREF";<BR>2:"CELL PREF";<BR>3:"WLAN ONLY";<BR>4:"EPC PREF (LTE>WiFi>CS)";<BR>5:"IMS CURRENT RAN PREF";<BR>0xF: "refer to WFC UI";<BR><BR>wfo:4 "wfo capability" <BR>0: "not refer to WFC UI";<BR>0xF: "refer to WFC UI";,UNSIGNED INT,4,,,UNDEF_CONFIG_8,NR15.R3.MD700.MP,,0x00 ~ 0xFF:bits,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Default PDN support<BR>[Test Step]<BR>Changes calling prefer mode<BR>[Expected Result]<BR>Internet application running,Pass,,,,
2411,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wans_ecc_pref_setting,comm_ans_cfg.pref_cfg.wans_ecc_pref_setting,OTA and OTA BY OP,no,no,no,no,[MCF]ecc APN WIFI offload setting.<BR>pref:4 "" <BR>0:"CELL ONLY";<BR>1:"WLAN PREF";<BR>2:"CELL PREF";<BR>3:"WLAN ONLY";<BR>4:"EPC PREF (LTE>WiFi>CS)";<BR>5:"IMS CURRENT RAN PREF";<BR>0xF: "refer to WFC UI";<BR><BR>wfo:4 "wfo capability" <BR>0: "not refer to WFC UI";<BR>0xF: "refer to WFC UI";,UNSIGNED INT,4,,,UNDEF_CONFIG_8,NR15.R3.MD700.MP,,0x00 ~ 0xFF:bits,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Emergency PDN support<BR>[Test Step]<BR>Changes calling prefer mode<BR>[Expected Result]<BR>Emergency call OK,Pass,,,,
@@ -2401,14 +2401,14 @@
2419,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",cell_unstable_hys_time,comm_ans_cfg.rat_hys_cfg.cell_unstable_hys_time,OTA and OTA BY OP,no,no,no,no,Duration(ms) of cellular unstable signal hysteresis delay,UNSIGNED INT,4,,,2000,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE RSRP changes<BR>[Expected Result]<BR>VoLTE icon on,Pass,,,,
2420,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wlan_unstable_hys_time,comm_ans_cfg.rat_hys_cfg.wlan_unstable_hys_time,OTA and OTA BY OP,no,no,no,no,Duration(ms) of wifi unstable signal hysteresis delay,UNSIGNED INT,4,,,2000,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>WiFi RSSI changes<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
2421,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",cell_rove_in_trtl_time,comm_ans_cfg.trtl_cfg.cell_rove_in_trtl_time,OTA and OTA BY OP,no,no,no,no,[MCF]Duration of throttling handover back to Cell,UNSIGNED INT,4,,,10,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE RSRP changes<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
-2422,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",cell_trtl_enable,comm_ans_cfg.trtl_cfg.cell_trtl_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, throttling handover back to Cell for cell_rove_in_trtl_time<BR>cell_trtl_enable:8 "" <BR>0x0: "(bit 0 is functional enable bit) Disabled";<BR>0x1: "(bit 0 is functional enable bit) Enable for all throttling if no specify bit 1 ~ bit 7";<BR>0x3: "(bit 1 is enable for idle mode) IDLE mode throttling";<BR>0x5: "(bit 2 is enable for in-call mode) In-Call mode throttling";<BR>0x7: "Enable for both (IDLE and In-Call) throttling(raise both bit 1 and 2)";",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE RSRP changes<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
+2422,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",cell_trtl_enable,comm_ans_cfg.trtl_cfg.cell_trtl_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, throttling handover back to Cell for cell_rove_in_trtl_time<BR>cell_trtl_enable:8 "" <BR>0x0: "(bit 0 is functional enable bit) Disabled";<BR>0x1: "(bit 0 is functional enable bit) Enable for all throttling if no specify bit 1 ~ bit 7";<BR>0x3: "(bit 1 is enable for idle mode) IDLE mode throttling";<BR>0x5: "(bit 2 is enable for in-call mode) In-Call mode throttling";<BR>0x7: "Enable for both (IDLE and In-Call) throttling(raise both bit 1 and 2)";",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE RSRP changes<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
2423,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wlan_poor_stop_cell_trtl_enable,comm_ans_cfg.trtl_cfg.wlan_poor_stop_cell_trtl_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enabled, throttling of handover back to Cell is overridden when WLAN signal level or QoS goes bad",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE RSRP changes<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
2424,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wlan_rove_in_trtl_time,comm_ans_cfg.trtl_cfg.wlan_rove_in_trtl_time,OTA and OTA BY OP,no,no,no,no,[MCF]Duration of throttling handover back to WLAN,UNSIGNED INT,4,,,10,NR15.R3.MD700.MP,,0 ~ n,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
2425,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wlan_trtl_enable,comm_ans_cfg.trtl_cfg.wlan_trtl_enable,OTA and OTA BY OP,no,no,no,no,"[MCF] When enable, throttling handover back to WLAN for wlan_rove_in_trtl_time<BR>wlan_trtl_enable:8 "" <BR>0x0: "Disable the throttling timer for wlan";<BR>0x1: "(bit 0 is functional enable bit) Enable for all throttling if no specify bit 1 ~ bit 7";<BR>0x3: "(bit 1 is enable for idle mode) IDLE mode throttling";<BR>0x5: "(bit 2 is enable for in-call mode) In-Call mode throttling";<BR>0x7: "Enable for both (IDLE and In-Call) throttling(raise both bit 1 and 2)";",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
-2427,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",default_roaming_barring_enable,dflt_ans_cfg.default_roaming_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring DEFAULT on roaming Cell",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>Default PDN support<BR>[Test Step]<BR>In roaming cell<BR>[Expected Result]<BR>Internet application cannot be used,Pass,,,,
-2428,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ecc_ho_enable,ecc_ans_cfg.ipol_ecc_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, allow ECC handover",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Emergency PDN support<BR>[Test Step]<BR>Changes WiFi RSSI<BR>[Expected Result]<BR>Emergency PDN is always on LTE,Pass,,,,
-2429,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_afr_cs_paging_enable,ipol_ans_cfg.afr_cfg.ipol_ims_afr_cs_paging_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, the AFR stage will start from MT cs paging(only affect the range of AFR stage)",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>IMS support<BR>[Test Step]<BR>CS call end<BR>[Expected Result]<BR>VoLTE icon on,Pass,,,,
-2430,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_afr_reg_maintain_enable,ipol_ans_cfg.afr_cfg.ipol_ims_afr_reg_maintain_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, IMS will be maintained instead deregistration from CS call start until AFR complete",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>IMS support<BR>[Test Step]<BR>CS call end<BR>[Expected Result]<BR>VoLTE icon on,Pass,,,,
+2427,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",default_roaming_barring_enable,dflt_ans_cfg.default_roaming_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring DEFAULT on roaming Cell",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>Default PDN support<BR>[Test Step]<BR>In roaming cell<BR>[Expected Result]<BR>Internet application cannot be used,Pass,,,,
+2428,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ecc_ho_enable,ecc_ans_cfg.ipol_ecc_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, allow ECC handover",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Emergency PDN support<BR>[Test Step]<BR>Changes WiFi RSSI<BR>[Expected Result]<BR>Emergency PDN is always on LTE,Pass,,,,
+2429,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_afr_cs_paging_enable,ipol_ans_cfg.afr_cfg.ipol_ims_afr_cs_paging_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, the AFR stage will start from MT cs paging(only affect the range of AFR stage)",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>IMS support<BR>[Test Step]<BR>CS call end<BR>[Expected Result]<BR>VoLTE icon on,Pass,,,,
+2430,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_afr_reg_maintain_enable,ipol_ans_cfg.afr_cfg.ipol_ims_afr_reg_maintain_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, IMS will be maintained instead deregistration from CS call start until AFR complete",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>IMS support<BR>[Test Step]<BR>CS call end<BR>[Expected Result]<BR>VoLTE icon on,Pass,,,,
2431,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",check_call_domain,ipol_ans_cfg.icap_cfg.check_call_domain,Not Support,no,no,no,no,"[INTERNAL] Operator specific, not allow customers to modify this configuration",ENUM,1,,,KAL_FALSE,NR15.R3.MD700.MP,,,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
2432,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",check_msisdn,ipol_ans_cfg.icap_cfg.check_msisdn,Not Support,no,no,no,no,Indicate if REGISTER should use MSISDN-based URI if it is valid,ENUM,1,,,KAL_FALSE,NR15.R3.MD700.MP,,,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
2433,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",check_roam_vops,ipol_ans_cfg.icap_cfg.check_roam_vops,Not Support,no,no,no,no,This configuration is used for deciding to set mmtel feature tag in SIP REGISTER while receiving VoPS=False in VPLMN,ENUM,1,,,KAL_TRUE,NR15.R3.MD700.MP,,,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
@@ -2418,15 +2418,15 @@
2437,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",video_cap_depend_on_voice_lte,ipol_ans_cfg.icap_cfg.video_cap_depend_on_voice_lte,Not Support,no,no,no,no,video capability follow the voice on LTE,ENUM,1,,,KAL_TRUE,NR15.R3.MD700.MP,,,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>VoLTE off<BR>[Expected Result]<BR>Video call fail,Untested,,,,
2438,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",video_cap_depend_on_voice_wifi,ipol_ans_cfg.icap_cfg.video_cap_depend_on_voice_wifi,Not Support,no,no,no,no,video capability follow the voice on WIFI,ENUM,1,,,KAL_TRUE,NR15.R3.MD700.MP,,,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>VoWiFi off<BR>[Expected Result]<BR>Video call fail,Untested,,,,
2439,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",voice_cap_whenever,ipol_ans_cfg.icap_cfg.voice_cap_whenever,Not Support,no,no,no,no,Force enable voice for any rat,ENUM,1,,,KAL_FALSE,NR15.R3.MD700.MP,,,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>VoLTE off<BR>[Test Step]<BR>LTE attached<BR>[Expected Result]<BR>VoLTE icon on,Untested,,,,
-2440,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_config_pend_none_act_call_msg,ipol_ans_cfg.ipol_config_pend_none_act_call_msg,Not Support,no,yes,no,no,"[INTERNAL]When enable, pend the none active call for switch RPL msg sequence in dual IMS mode",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>VoLTE icon on<BR>[Expected Result]<BR>VoLTE call OK,Untested,,,,
+2440,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_config_pend_none_act_call_msg,ipol_ans_cfg.ipol_config_pend_none_act_call_msg,Not Support,no,yes,no,no,"[INTERNAL]When enable, pend the none active call for switch RPL msg sequence in dual IMS mode",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>VoLTE icon on<BR>[Expected Result]<BR>VoLTE call OK,Untested,,,,
2441,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_23G_setup_barring_enable,ipol_ans_cfg.ipol_ims_23G_setup_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring IMS setup on 2/3G",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>GSM attached<BR>[Test Step]<BR>VoLTE UI on<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
2442,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_3gpp_sim_invalid_enable,ipol_ans_cfg.ipol_ims_3gpp_sim_invalid_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE stop ims registration attempt while receiving sim invalid until next cellular attach time",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>SIM off<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
-2443,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_cs_pref_enable,ipol_ans_cfg.ipol_ims_cs_pref_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, prefer CS if CS quality is better than WLAN",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>UTMS attached<BR>[Test Step]<BR>VoLTE UI on<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
-2444,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_cs_pref_while_roaming_enable,ipol_ans_cfg.ipol_ims_cs_pref_while_roaming_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, prefer CS while roaming if CS quality is better than WLAN",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Roaming LTE attached<BR>[Test Step]<BR>VoLTE on<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
-2445,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_dead_zone_enable,ipol_ans_cfg.ipol_ims_dereg_dead_zone_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will de-register IMS on WLAN, if WLAN RSSI value is below Low threshold and threre is no cellular coverage",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>WiFi RSSI is very low<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
-2446,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_dead_zone_incall_barring_enable,ipol_ans_cfg.ipol_ims_dereg_dead_zone_incall_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When ipol_ims_dereg_dead_zone_enable and this flag is enabled, UE will not de-register IMS on WLAN when call is active, if WLAN RSSI value is below Low threshold and threre is no cellular coverage",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI is very low<BR>[Expected Result]<BR>WiFi call continues,Pass,,,,
-2447,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_dead_zone_mdpoor_barring_enable,ipol_ans_cfg.ipol_ims_dereg_dead_zone_mdpoor_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When ipol_ims_dereg_dead_zone_enable and this flag is enabled, UE will de-register IMS on WLAN, if WLAN RSSI and MD signal value is below Low threshold",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>WiFi RSSI is very low<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
-2448,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_ecc_over_ims_ho_lte_to_wifi_enable,ipol_ans_cfg.ipol_ims_ecc_over_ims_ho_lte_to_wifi_enable,Not Support,no,no,no,no,"When enable, while ECC call over IMS PDN, IMS PDN can hand over to WLAN",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>E911 call on IMS PDN<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi icon,Untested,,,,
+2443,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_cs_pref_enable,ipol_ans_cfg.ipol_ims_cs_pref_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, prefer CS if CS quality is better than WLAN",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>UTMS attached<BR>[Test Step]<BR>VoLTE UI on<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
+2444,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_cs_pref_while_roaming_enable,ipol_ans_cfg.ipol_ims_cs_pref_while_roaming_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, prefer CS while roaming if CS quality is better than WLAN",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Roaming LTE attached<BR>[Test Step]<BR>VoLTE on<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
+2445,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_dead_zone_enable,ipol_ans_cfg.ipol_ims_dereg_dead_zone_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will de-register IMS on WLAN, if WLAN RSSI value is below Low threshold and threre is no cellular coverage",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>WiFi RSSI is very low<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
+2446,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_dead_zone_incall_barring_enable,ipol_ans_cfg.ipol_ims_dereg_dead_zone_incall_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When ipol_ims_dereg_dead_zone_enable and this flag is enabled, UE will not de-register IMS on WLAN when call is active, if WLAN RSSI value is below Low threshold and threre is no cellular coverage",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI is very low<BR>[Expected Result]<BR>WiFi call continues,Pass,,,,
+2447,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_dead_zone_mdpoor_barring_enable,ipol_ans_cfg.ipol_ims_dereg_dead_zone_mdpoor_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When ipol_ims_dereg_dead_zone_enable and this flag is enabled, UE will de-register IMS on WLAN, if WLAN RSSI and MD signal value is below Low threshold",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>WiFi RSSI is very low<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
+2448,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_ecc_over_ims_ho_lte_to_wifi_enable,ipol_ans_cfg.ipol_ims_ecc_over_ims_ho_lte_to_wifi_enable,Not Support,no,no,no,no,"When enable, while ECC call over IMS PDN, IMS PDN can hand over to WLAN",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>E911 call on IMS PDN<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi icon,Untested,,,,
2449,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_ecc_over_ims_ho_wifi_to_lte_enable,ipol_ans_cfg.ipol_ims_ecc_over_ims_ho_wifi_to_lte_enable,Not Support,no,no,no,no,"When enable, while ECC call over IMS PDN, IMS PDN can hand over to 3GPP",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>E911 call on IMS PDN<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi icon,Untested,,,,
2450,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_evs_call_thr_offset,ipol_ans_cfg.ipol_ims_evs_call_thr_offset,OTA and OTA BY OP,no,no,no,no,[MCF]Threshold offset when UE have on-going EVS call,CHAR,1,,,0,NR15.R3.MD700.MP,,-n~n,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>WiFi calling ongoing<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
2451,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_md_supporting_rat,ipol_ans_cfg.ipol_ims_md_supporting_rat,OTA and OTA BY OP,no,no,no,no,"[MCF]IMS support RAT.<BR>ipol_ims_md_supporting_rat:32 "Bit[0]:LTE, Bit[1]:UMTS, Bit[2]:GSM, Bit[3]:1x, Bit[4]:HRPD, Bit[5]:EHRPD, Bit[6]:NR" <BR>1: "support LTE only";<BR>3: "support LTE + UMTS";<BR>7: "support LTE + UMTS + GSM";<BR>63: "support LTE + UMTS + GSM + 3GPP2";<BR>64: "support NR only";<BR>65: "support NR + LTE";<BR>67: "support NR + LTE + UMTS";<BR>71: "support NR + LTE + UMTS + GSM";<BR>127:"support NR + LTE + UMTS + GSM + 3GPP2";",UNSIGNED INT,4,,,0x41,NR15.R3.MD700.MP,,0:no support<BR>65:NR + LTE<BR>7:LTE + 3G + 2G<BR>3:LTE + 3G<BR>1:LTE<BR>64:NR,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>IMS support<BR>[Test Step]<BR>UTMS attached<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
@@ -2437,50 +2437,50 @@
2456,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_roaming_barring_enable,ipol_ans_cfg.ipol_ims_roaming_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring IMS on roaming Cell",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Roaming LTE attached<BR>[Test Step]<BR>VoLTE UI on<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
2457,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_roaming_ho_enable,ipol_ans_cfg.ipol_ims_roaming_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When disable, UE won't perform handover on roaming Cell",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>Roaming LTE attached and WiFi associated<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
2458,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_roaming_incall_ho_enable,ipol_ans_cfg.ipol_ims_roaming_incall_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When disable, UE won't perform handover during on-going IMS call on roaming Cell",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>Roaming LTE attached and WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
-2459,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_roaming_rat_reselect_by_dreg_enable,ipol_ans_cfg.ipol_ims_roaming_rat_reselect_by_dreg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will perform IMS deregistration on current RAT and set up on another RAT if HO is expected to happened originally when roaming.",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Roaming LTE attached<BR>[Expected Result]<BR>VoWiFi --> off --> VoLTE,Pass,,,,
-2460,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_sipcpi_barring_enable,ipol_ans_cfg.ipol_ims_sipcpi_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring current RAT when SIP 403 error",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Get SIP 403<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
+2459,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_roaming_rat_reselect_by_dreg_enable,ipol_ans_cfg.ipol_ims_roaming_rat_reselect_by_dreg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will perform IMS deregistration on current RAT and set up on another RAT if HO is expected to happened originally when roaming.",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Roaming LTE attached<BR>[Expected Result]<BR>VoWiFi --> off --> VoLTE,Pass,,,,
+2460,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_sipcpi_barring_enable,ipol_ans_cfg.ipol_ims_sipcpi_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring current RAT when SIP 403 error",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Get SIP 403<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
2461,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_voice_cap_pref_enable,ipol_ans_cfg.ipol_ims_voice_cap_pref_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, IMS PDN will select RAT which has voice capability rather than RAT no voice capability(e.g. VOPS OFF)",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached and WiFi associated<BR>[Test Step]<BR>UI VoLTE off but VoWiFi on<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
-2462,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vops_barring_hplmn_enable,ipol_ans_cfg.ipol_ims_vops_barring_hplmn_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE not allow IMS on CEll when VOPS no capability while not roaming, Bit[0]:LTE, Bit[1]:NR",UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE cell is non-VoPS<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
+2462,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vops_barring_hplmn_enable,ipol_ans_cfg.ipol_ims_vops_barring_hplmn_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE not allow IMS on CEll when VOPS no capability while not roaming, Bit[0]:LTE, Bit[1]:NR",UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE cell is non-VoPS<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
2463,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vops_barring_vplmn_enable,ipol_ans_cfg.ipol_ims_vops_barring_vplmn_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE not allow IMS on CELL when VOPS no capability while roaming, Bit[0]:LTE, Bit[1]:NR",UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>Roaming LTE attached<BR>[Test Step]<BR>LTE cell is non-VoPS<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
2464,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vops_idle_ho_barring_enable,ipol_ans_cfg.ipol_ims_vops_idle_ho_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, deny idle HO on Cell with non-VOPS capability, Bit[0]:LTE, Bit[1]:NR",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE cell is non-VoPS<BR>[Expected Result]<BR>Call continues,Pass,,,,
-2465,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vops_off_incall_dereg_enable,ipol_ans_cfg.ipol_ims_vops_off_incall_dereg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, during call active, UT trigger dereg when VOPS turning to OFF",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE cell becomes non-VoPS<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
+2465,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vops_off_incall_dereg_enable,ipol_ans_cfg.ipol_ims_vops_off_incall_dereg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, during call active, UT trigger dereg when VOPS turning to OFF",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE cell becomes non-VoPS<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
2466,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vops_setup_barring_enable,ipol_ans_cfg.ipol_ims_vops_setup_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, only allow IMS setup on Cell with VOPS capability, Bit[0]:LTE, Bit[1]:NR",UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE attached<BR>[Test Step]<BR>LTE cell is non-VoPS<BR>[Expected Result]<BR>VoLTE icon off,Pass,,,,
-2467,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_wlan_dereg_enable,ipol_ans_cfg.ipol_ims_wlan_dereg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will de-register IMS on WLAN if prefer CS, and call is not active",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>UTMS attached<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
+2467,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_wlan_dereg_enable,ipol_ans_cfg.ipol_ims_wlan_dereg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will de-register IMS on WLAN if prefer CS, and call is not active",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>UTMS attached<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
2468,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_wlan_roaming_barring_enable,ipol_ans_cfg.ipol_ims_wlan_roaming_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring IMS on roaming WLAN<BR>ipol_ims_wlan_roaming_barring_enable:8 "" <BR>0: "All type of roaming barring disabled";<BR>1: "All type of roaming barring enabled";<BR>2: "Only International type of roaming barring enabled";",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>UE is roaming<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
2469,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_special_cust,ipol_ans_cfg.ipol_special_cust,Not Support,no,yes,no,no,[INTERNAL]For special customization by project(each project may have different function),UNSIGNED CHAR,1,,,UNDEF_CONFIG_8,NR15.R3.MD700.MP,,,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (N)<BR>Test Time (100)<BR>[Init]<BR>Do not suggest to test<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-2470,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wifi_call_mobike_ind_enable,ipol_ans_cfg.ipol_wifi_call_mobike_ind_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will trigger speed-enhanced-MOBIKE during VoWiFi call if WLAN quality is poor and no LTE available",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Switch WiFi AP<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
+2470,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wifi_call_mobike_ind_enable,ipol_ans_cfg.ipol_wifi_call_mobike_ind_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will trigger speed-enhanced-MOBIKE during VoWiFi call if WLAN quality is poor and no LTE available",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Switch WiFi AP<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
2471,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wifi_call_roveout_alert_duration,ipol_ans_cfg.ipol_wifi_call_roveout_alert_duration,OTA and OTA BY OP,no,no,no,no,[MCF]Duration of report wifi call rove out alert indication in second.,UNSIGNED INT,4,,,5,NR15.R3.MD700.MP,,>=1,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>VoWiFi icon on<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>UI shows alert,Pass,,,,
-2472,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wifi_call_roveout_alert_enable,ipol_ans_cfg.ipol_wifi_call_roveout_alert_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will display notification if UE is going to rove out WLAN during VoWiFi call",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>VoWiFi icon on<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>UI shows alert,Pass,,,,
+2472,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wifi_call_roveout_alert_enable,ipol_ans_cfg.ipol_wifi_call_roveout_alert_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will display notification if UE is going to rove out WLAN during VoWiFi call",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>VoWiFi icon on<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>UI shows alert,Pass,,,,
2473,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_wlan_block_in_ap_mode_when_home_enable,ipol_ans_cfg.loc_cfg.ipol_ims_wlan_block_in_ap_mode_when_home_enable,OTA and OTA BY OP,no,no,no,no,"[MCF] When enable, barring IMS on WLAN when in home network",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Flight mode enables<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
2474,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_wlan_no_location_barring_enable,ipol_ans_cfg.loc_cfg.ipol_ims_wlan_no_location_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF] When enable, barring IMS on WLAN when no location information",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>UE cannot get country code<BR>[Expected Result]<BR>VoWiFi icon off,Pass,,,,
-2475,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_location_enable,ipol_ans_cfg.loc_cfg.ipol_location_enable,OTA and OTA BY OP,no,no,no,no,"[MCF] When enable, loaction query will be turn on",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>UE checks country code<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
-2476,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_dpd_qos_enable,ipol_ans_cfg.qos_cfg.qos_dpd_cfg.ipol_dpd_qos_enable,OTA and OTA BY OP,no,no,no,no,"When enable, IWLAN can trigger DPD mechanism",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>Check DPD packet,Pass,,,,
+2475,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_location_enable,ipol_ans_cfg.loc_cfg.ipol_location_enable,OTA and OTA BY OP,no,no,no,no,"[MCF] When enable, loaction query will be turn on",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>UE checks country code<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
+2476,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_dpd_qos_enable,ipol_ans_cfg.qos_cfg.qos_dpd_cfg.ipol_dpd_qos_enable,OTA and OTA BY OP,no,no,no,no,"When enable, IWLAN can trigger DPD mechanism",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>Check DPD packet,Pass,,,,
2477,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_rtp_high_pkt_loss_for_dpd_th,ipol_ans_cfg.qos_cfg.qos_dpd_cfg.ipol_ims_rtp_high_pkt_loss_for_dpd_th,OTA and OTA BY OP,no,no,no,no,"Threshold value of RTP high packet loss rate. If over it, do DPD",UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>Check DPD packet,Pass,,,,
2478,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_rtp_low_pkt_loss_for_dpd_th,ipol_ans_cfg.qos_cfg.qos_dpd_cfg.ipol_ims_rtp_low_pkt_loss_for_dpd_th,OTA and OTA BY OP,no,no,no,no,"Threshold value of RTP low packet loss rate. If under it, clear DPD",UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>Check DPD packet,Pass,,,,
2479,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ping_interval,ipol_ans_cfg.qos_cfg.qos_ping_cfg.ipol_ping_interval,OTA and OTA BY OP,no,no,no,no,Duration of monitoring Ping status for IWLAN,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,>=1,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Wait for 30 seconds<BR>[Expected Result]<BR>Check ping-pong packet,Pass,,,,
2480,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ping_latency_th,ipol_ans_cfg.qos_cfg.qos_ping_cfg.ipol_ping_latency_th,OTA and OTA BY OP,no,no,no,no,Threshold value of Ping latency,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,>=1,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Wait for 30 seconds<BR>[Expected Result]<BR>Check ping-pong packet,Pass,,,,
2481,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ping_loss_th,ipol_ans_cfg.qos_cfg.qos_ping_cfg.ipol_ping_loss_th,OTA and OTA BY OP,no,no,no,no,Threshold value of Ping packet loss rate,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Wait for 30 seconds<BR>[Expected Result]<BR>Check ping-pong packet,Pass,,,,
-2482,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ping_qos_enable,ipol_ans_cfg.qos_cfg.qos_ping_cfg.ipol_ping_qos_enable,OTA and OTA BY OP,no,no,no,no,"When enable, Ping QOS monitoring will be turn on",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Wait for 30 seconds<BR>[Expected Result]<BR>Check ping-pong packet,Pass,,,,
-2483,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_cell_ho_begin_no_rtp_rollback,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_cell_ho_begin_no_rtp_rollback,OTA and OTA BY OP,no,no,no,no,"value == 0: disalbe, value > 0: enable, and the measurement duraiton for no RTP. When enable, if target RAT No RTP after HO, trigger handover back to WLAN",UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,>0<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
+2482,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ping_qos_enable,ipol_ans_cfg.qos_cfg.qos_ping_cfg.ipol_ping_qos_enable,OTA and OTA BY OP,no,no,no,no,"When enable, Ping QOS monitoring will be turn on",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>Wait for 30 seconds<BR>[Expected Result]<BR>Check ping-pong packet,Pass,,,,
+2483,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_cell_ho_begin_no_rtp_rollback,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_cell_ho_begin_no_rtp_rollback,OTA and OTA BY OP,no,no,no,no,"value == 0: disalbe, value > 0: enable, and the measurement duraiton for no RTP. When enable, if target RAT No RTP after HO, trigger handover back to WLAN",UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0:disable<BR>>0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2484,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_cell_no_rtp_clear_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_cell_no_rtp_clear_th,OTA and OTA BY OP,no,no,no,no,"If RTP packet loss rate is less or equal to threshold, clear 3GPP no rtp status",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2485,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_cell_no_rtp_handover_enable,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_cell_no_rtp_handover_enable,OTA and OTA BY OP,no,no,no,no,"When enable, No RTP timeout will trigger handover from Cellular to WLAN",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2486,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_cell_rtcp_jitter_delay_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_cell_rtcp_jitter_delay_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTCP jitter delay,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
-2487,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_cell_rtcp_plr_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_cell_rtcp_plr_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTCP PLR,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0:disable<BR>0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
+2487,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_cell_rtcp_plr_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_cell_rtcp_plr_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTCP PLR,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~100<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2488,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_cell_rtp_sampling_duration,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_cell_rtp_sampling_duration,OTA and OTA BY OP,no,no,no,no,Duration of monitoring RTP status for IWLAN,UNSIGNED INT,4,,,5,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2489,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_cell_video_rtp_jitter_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_cell_video_rtp_jitter_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTP jitter loss when video call in call,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~255,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE video call ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2490,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_cell_voice_rtp_jitter_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_cell_voice_rtp_jitter_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTP jitter loss when voice call in call,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~255,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2491,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_rtp_cell_pkt_loss_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_rtp_cell_pkt_loss_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTP packet loss rate,UNSIGNED INT,4,,,50,NR15.R3.MD700.MP,,0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2492,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_rtp_cell_qos_bkoff_t,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_rtp_cell_qos_bkoff_t,OTA and OTA BY OP,no,no,no,no,"Duration of handover back to Cellular after handover out, and clear call qos on cell",UNSIGNED INT,4,,,20,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>LTE calling ongoing<BR>[Test Step]<BR>LTE RSRP decreases<BR>[Expected Result]<BR>VoLTE --> VoWiFi,Pass,,,,
2493,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_rtp_to_sterring_enable,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_rtp_to_sterring_enable,Not Support,no,no,no,no,Phase out.,UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,,,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,[Test Step]<BR>Not need test,Untested,,,,
-2494,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_rtp_wlan_pkt_loss_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_rtp_wlan_pkt_loss_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTP packet loss rate,UNSIGNED INT,4,,,50,NR15.R3.MD700.MP,,0:disable<BR>0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
+2494,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_rtp_wlan_pkt_loss_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_rtp_wlan_pkt_loss_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTP packet loss rate,UNSIGNED INT,4,,,50,NR15.R3.MD700.MP,,0~100<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
2495,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_rtp_wlan_qos_bkoff_t,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_rtp_wlan_qos_bkoff_t,OTA and OTA BY OP,no,no,no,no,"Duration of handover back to WLAN after handover out, and clear call qos on wlan",UNSIGNED INT,4,,,20,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
2496,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_wlan_video_rtp_jitter_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_wlan_video_rtp_jitter_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTP jitter loss when video call in call,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~255,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
2497,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_wlan_voice_rtp_jitter_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_ims_wlan_voice_rtp_jitter_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTP jitter loss when voice call in call,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~255,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
-2498,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_incall_check_no_rtp_enable,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_incall_check_no_rtp_enable,OTA and OTA BY OP,no,no,no,no,"When enabled, No RTP timeout value is set only if call is connected",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
-2499,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_rtp_qos_enable,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_rtp_qos_enable,OTA and OTA BY OP,no,no,no,no,"When enable, RTP QOS monitoring will be turn on",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
-2500,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_ho_begin_no_rtp_rollback,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_wlan_ho_begin_no_rtp_rollback,OTA and OTA BY OP,no,no,no,no,"value == 0: disalbe, value > 0: enable, and the measurement duraiton for no RTP. When enable, if target RAT No RTP after HO, trigger handover back to Cellular",UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,>0<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
+2498,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_incall_check_no_rtp_enable,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_incall_check_no_rtp_enable,OTA and OTA BY OP,no,no,no,no,"When enabled, No RTP timeout value is set only if call is connected",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
+2499,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_rtp_qos_enable,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_rtp_qos_enable,OTA and OTA BY OP,no,no,no,no,"When enable, RTP QOS monitoring will be turn on",UNSIGNED CHAR,1,,,KAL_TRUE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
+2500,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_ho_begin_no_rtp_rollback,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_wlan_ho_begin_no_rtp_rollback,OTA and OTA BY OP,no,no,no,no,"value == 0: disalbe, value > 0: enable, and the measurement duraiton for no RTP. When enable, if target RAT No RTP after HO, trigger handover back to Cellular",UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0:disable<BR>>0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
2501,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_no_rtp_clear_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_wlan_no_rtp_clear_th,OTA and OTA BY OP,no,no,no,no,"If RTP packet loss rate is less or equal to threshold, clear WLAN no rtp status",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
-2502,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_no_rtp_handover_enable,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_wlan_no_rtp_handover_enable,OTA and OTA BY OP,no,no,no,no,"When enable, No RTP timeout will trigger handover from WLAN to Cellular",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
+2502,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_no_rtp_handover_enable,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_wlan_no_rtp_handover_enable,OTA and OTA BY OP,no,no,no,no,"When enable, No RTP timeout will trigger handover from WLAN to Cellular",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
2503,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_rtcp_jitter_delay_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_wlan_rtcp_jitter_delay_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTCP jitter delay,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,>=0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
2504,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_rtcp_plr_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_wlan_rtcp_plr_th,OTA and OTA BY OP,no,no,no,no,Threshold value of RTCP PLR,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
2505,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_rtp_pkt_loss_th,ipol_ans_cfg.qos_cfg.qos_rtp_cfg.ipol_wlan_rtp_pkt_loss_th,OTA and OTA BY OP,no,no,no,no,Phase out.,UNSIGNED INT,4,,,4294967295,NR15.R3.MD700.MP,,0~100,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi --> VoLTE,Pass,,,,
@@ -2527,13 +2527,13 @@
2546,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_wlan_rssi_snr_poor_th,ipol_ans_cfg.sig_cfg.wlan_sig_thr_cfg.ipol_wlan_rssi_snr_poor_th,OTA and OTA BY OP,no,no,no,no,Low threshold value of WLAN SNR,INT,4,,,-1,NR15.R3.MD700.MP,,>0,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>WiFi RSSI increases<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
2547,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",mms_cell_only_barring_enable,mms_ans_cfg.mms_cell_only_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring MMS on WLAN",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>MMS support<BR>[Test Step]<BR>LTE attached<BR>[Expected Result]<BR>MMS PDN on,Pass,,,,
2548,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",mms_epdg_connected_barring_enable,mms_ans_cfg.mms_epdg_connected_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring MMS on WLAN if there is no ePDG tunnel existed",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>MMS support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>MMS PDN on,Pass,,,,
-2549,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",mms_ims_pdn_connected_barring_enable,mms_ans_cfg.mms_ims_pdn_connected_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring MMS on WLAN if there is no IMS PDN existed",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>MMS support<BR>[Test Step]<BR>VoLTE UI off<BR>[Expected Result]<BR>MMS PDN on,Pass,,,,
+2549,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",mms_ims_pdn_connected_barring_enable,mms_ans_cfg.mms_ims_pdn_connected_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring MMS on WLAN if there is no IMS PDN existed",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>MMS support<BR>[Test Step]<BR>VoLTE UI off<BR>[Expected Result]<BR>MMS PDN on,Pass,,,,
2550,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",mms_wlan_only_barring_enable,mms_ans_cfg.mms_wlan_only_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring MMS on Cell if there is ePDG tunnel existed",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>MMS support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>MMS PDN on,Pass,,,,
2551,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",supl_roaming_barring_enable,supl_ans_cfg.supl_roaming_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring SUPL on roaming Cell",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>SUPL support<BR>[Test Step]<BR>Camp roaming cell<BR>[Expected Result]<BR>SUPL PDN off,Pass,,,,
-2552,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",xcap_cell_only_barring_enable,xcap_ans_cfg.xcap_cell_only_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring XCAP on WLAN",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>XCAP support<BR>[Test Step]<BR>LTE attached<BR>[Expected Result]<BR>XCAP PDN on,Pass,,,,
-2553,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",xcap_epdg_connected_epdg_barring_enable,xcap_ans_cfg.xcap_epdg_connected_epdg_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring XCAP on WLAN if there is no ePDG tunnel existed",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>XCAP support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>XCAP PDN on,Pass,,,,
+2552,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",xcap_cell_only_barring_enable,xcap_ans_cfg.xcap_cell_only_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring XCAP on WLAN",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>XCAP support<BR>[Test Step]<BR>LTE attached<BR>[Expected Result]<BR>XCAP PDN on,Pass,,,,
+2553,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",xcap_epdg_connected_epdg_barring_enable,xcap_ans_cfg.xcap_epdg_connected_epdg_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring XCAP on WLAN if there is no ePDG tunnel existed",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>XCAP support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>XCAP PDN on,Pass,,,,
2554,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",xcap_roaming_barring_enable,xcap_ans_cfg.xcap_roaming_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring XCAP on roaming Cell",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>XCAP support<BR>[Test Step]<BR>VoLTE UI off<BR>[Expected Result]<BR>XCAP PDN on,Pass,,,,
-2555,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",xcap_wlan_only_barring_enable,xcap_ans_cfg.xcap_wlan_only_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring XCAP on Cell if there is ePDG tunnel existed",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>XCAP support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>XCAP PDN on,Pass,,,,
+2555,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",xcap_wlan_only_barring_enable,xcap_ans_cfg.xcap_wlan_only_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring XCAP on Cell if there is ePDG tunnel existed",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>XCAP support<BR>[Test Step]<BR>WiFi associated<BR>[Expected Result]<BR>XCAP PDN on,Pass,,,,
2556,59686,NVRAM_EF_L1_2G_RF_PARAMETER_LID,1,xAFC_PREDICTION_DECAYING_FACTOR,RF_AFC_Tracking_Variable.xAFC_PREDICTION_DECAYING_FACTOR,OTA,no,no,yes,no,#U_255,UNSIGNED CHAR,1,,,0x10,NR15.R3.MD700.MP,,any,Yes,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2557,59686,NVRAM_EF_L1_2G_RF_PARAMETER_LID,1,xAFC_PREDICTION_INTERVAL,RF_AFC_Tracking_Variable.xAFC_PREDICTION_INTERVAL,OTA,no,no,yes,no,#U_32767,UNSIGNED SHORT,2,,,0x01a0,NR15.R3.MD700.MP,,any,Yes,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2558,59686,NVRAM_EF_L1_2G_RF_PARAMETER_LID,1,xAFC_PREDICTION_ON,RF_AFC_Tracking_Variable.xAFC_PREDICTION_ON,OTA,no,no,yes,no,#U_127,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,any,Yes,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
@@ -2794,15 +2794,15 @@
2813,59686,NVRAM_EF_L1_2G_RF_PARAMETER_LID,1,start,start,OTA,no,no,yes,no,"[MCF,DOC]#U_0x12345678_L_0x12345678",INT,4,,,0x12345678,NR15.R3.MD700.MP,,any,Yes,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2814,59686,NVRAM_EF_L1_2G_RF_PARAMETER_LID,1,version,version,OTA,no,no,yes,no,"[MCF,DOC]",INT,4,,,0x00000001,NR15.R3.MD700.MP,,any,Yes,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2815,59701,NVRAM_EF_L1_ANT_RXPWR_OFFSET_LID,1,is_enable,is_enable,OTA,no,no,no,no,[MCF]settings for enabling the ANT RXPWR OFFSET,ENUM,1,,,0,NR15.R3.MD700.MP,,KAL_TRUE:Antenna RX power offset is enabled<BR>KAL_FALSE:Antenna RX power offset is disabled,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-2816,59701,NVRAM_EF_L1_ANT_RXPWR_OFFSET_LID,1,arfcn,pcell_list[0~12].arfcn_list[0~12].arfcn,OTA,no,no,no,no,[MCF]settings for ANT RXPWR OFFSET,SHORT,2,,,"520, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 90, 613, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, 88, 612, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, 88, 612, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",NR15.R3.MD700.MP,,0x0208:pcell_list[0].arfcn_list[0].arfcn<BR>0xffff:pcell_list[1].arfcn_list[3].arfcn<BR>0x0000:pcell_list[3].arfcn_list[4 ~ 12].arfcn<BR>0x0264:pcell_list[3].arfcn_list[2].arfcn<BR>0x0055:pcell_list[2].arfcn_list[0].arfcn<BR>0x005a:pcell_list[1].arfcn_list[1].arfcn<BR>0x0000:pcell_list[1].arfcn_list[4 ~ 12].arfcn<BR>0x0000:pcell_list[2].arfcn_list[4 ~ 12].arfcn<BR>0x0055:pcell_list[3].arfcn_list[0].arfcn<BR>0x0058:pcell_list[2].arfcn_list[1].arfcn<BR>0x0000:pcell_list[0].arfcn_list[2 ~ 12].arfcn<BR>0x0054:pcell_list[1].arfcn_list[0].arfcn<BR>0x0058:pcell_list[3].arfcn_list[1].arfcn<BR>0x0000:pcell_list[4 ~ 12].arfcn_list[0 ~ 12].arfcn<BR>0xffff:pcell_list[2].arfcn_list[3].arfcn<BR>0x0265:pcell_list[1].arfcn_list[2].arfcn<BR>0xffff:pcell_list[0].arfcn_list[1].arfcn<BR>0xffff:pcell_list[3].arfcn_list[3].arfcn<BR>0x0264:pcell_list[2].arfcn_list[2].arfcn,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+2816,59701,NVRAM_EF_L1_ANT_RXPWR_OFFSET_LID,1,arfcn,pcell_list[0~12].arfcn_list[0~12].arfcn,OTA,no,no,no,no,[MCF]settings for ANT RXPWR OFFSET,SHORT,2,,,"520, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 90, 613, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, 88, 612, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, 88, 612, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",NR15.R3.MD700.MP,,0x0208:pcell_list[0].arfcn_list[0].arfcn<BR>0xffff:pcell_list[1].arfcn_list[3].arfcn<BR>0x0000:pcell_list[3].arfcn_list[4 ~ 12].arfcn<BR>0x0264:pcell_list[3].arfcn_list[2].arfcn<BR>0x0055:pcell_list[2].arfcn_list[0].arfcn<BR>0x005a:pcell_list[1].arfcn_list[1].arfcn<BR>0x0000:pcell_list[1].arfcn_list[4 ~ 12].arfcn<BR>0x0058:pcell_list[3].arfcn_list[1].arfcn<BR>0x0000:pcell_list[2].arfcn_list[4 ~ 12].arfcn<BR>0x0055:pcell_list[3].arfcn_list[0].arfcn<BR>0x0058:pcell_list[2].arfcn_list[1].arfcn<BR>0x0000:pcell_list[0].arfcn_list[2 ~ 12].arfcn<BR>0x0054:pcell_list[1].arfcn_list[0].arfcn<BR>0x0000:pcell_list[4 ~ 12].arfcn_list[0 ~ 12].arfcn<BR>0xffff:pcell_list[2].arfcn_list[3].arfcn<BR>0x0265:pcell_list[1].arfcn_list[2].arfcn<BR>0xffff:pcell_list[0].arfcn_list[1].arfcn<BR>0xffff:pcell_list[3].arfcn_list[3].arfcn<BR>0x0264:pcell_list[2].arfcn_list[2].arfcn,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2817,59701,NVRAM_EF_L1_ANT_RXPWR_OFFSET_LID,1,offset,pcell_list[0~12].arfcn_list[0~12].offset,OTA,no,no,no,no,[MCF]settings for ANT RXPWR OFFSET,SHORT,2,,,"-60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",NR15.R3.MD700.MP,,0x0000:pcell_list[2].arfcn_list[3 ~ 12].offset<BR>0x003c:pcell_list[3].arfcn_list[0 ~ 2].offset<BR>0x0000:pcell_list[3].arfcn_list[3 ~ 12].offset<BR>0x0000:pcell_list[0].arfcn_list[1 ~ 12].offset<BR>0x0000:pcell_list[4 ~ 12].arfcn_list[0 ~ 12].offset<BR>0x0000:pcell_list[1].arfcn_list[3 ~ 12].offset<BR>0xffc4:pcell_list[0].arfcn_list[0].offset<BR>0x003c:pcell_list[2].arfcn_list[0 ~ 2].offset<BR>0x003c:pcell_list[1].arfcn_list[0 ~ 2].offset,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-2818,59701,NVRAM_EF_L1_ANT_RXPWR_OFFSET_LID,1,threshold,pcell_list[0~12].arfcn_list[0~12].threshold,OTA,no,no,no,no,[MCF]settings for ANT RXPWR OFFSET,SHORT,2,,,"-100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -100, -100, -100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -100, -100, -100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -100, -100, -100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",NR15.R3.MD700.MP,,0x0000:pcell_list[4 ~ 12].arfcn_list[0 ~ 12].threshold<BR>0xff9c:pcell_list[0].arfcn_list[0].threshold<BR>0x0000:pcell_list[1].arfcn_list[3 ~ 12].threshold<BR>0xff9c:pcell_list[3].arfcn_list[0 ~ 2].threshold<BR>0x0000:pcell_list[2].arfcn_list[3 ~ 12].threshold<BR>0x0000:pcell_list[0].arfcn_list[1 ~ 12].threshold<BR>0xff9c:pcell_list[1].arfcn_list[0 ~ 2].threshold<BR>0x0000:pcell_list[3].arfcn_list[3 ~ 12].threshold<BR>0xff9c:pcell_list[2].arfcn_list[0 ~ 2].threshold,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+2818,59701,NVRAM_EF_L1_ANT_RXPWR_OFFSET_LID,1,threshold,pcell_list[0~12].arfcn_list[0~12].threshold,OTA,no,no,no,no,[MCF]settings for ANT RXPWR OFFSET,SHORT,2,,,"-100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -100, -100, -100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -100, -100, -100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -100, -100, -100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",NR15.R3.MD700.MP,,0x0000:pcell_list[4 ~ 12].arfcn_list[0 ~ 12].threshold<BR>0xff9c:pcell_list[0].arfcn_list[0].threshold<BR>0x0000:pcell_list[1].arfcn_list[3 ~ 12].threshold<BR>0xff9c:pcell_list[3].arfcn_list[0 ~ 2].threshold<BR>0xff9c:pcell_list[2].arfcn_list[0 ~ 2].threshold<BR>0x0000:pcell_list[2].arfcn_list[3 ~ 12].threshold<BR>0xff9c:pcell_list[1].arfcn_list[0 ~ 2].threshold<BR>0x0000:pcell_list[0].arfcn_list[1 ~ 12].threshold<BR>0x0000:pcell_list[3].arfcn_list[3 ~ 12].threshold,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2819,59701,NVRAM_EF_L1_ANT_RXPWR_OFFSET_LID,1,pcell_id,pcell_list[0~12].pcell_id,OTA,no,no,no,no,[MCF]settings for ANT RXPWR OFFSET,UNSIGNED INT,4,,,pcell_list[0].pcell_id: 22102786<BR>pcell_list[1].pcell_id: 185582337<BR>pcell_list[2].pcell_id: 153610370<BR>pcell_list[3].pcell_id: 189858050<BR>pcell_list[4].pcell_id: 65535<BR>pcell_list[5].pcell_id: 0<BR>pcell_list[6].pcell_id: 0<BR>pcell_list[7].pcell_id: 0<BR>pcell_list[8].pcell_id: 0<BR>pcell_list[9].pcell_id: 0<BR>pcell_list[10].pcell_id: 0<BR>pcell_list[11].pcell_id: 0<BR>pcell_list[12].pcell_id: 0,NR15.R3.MD700.MP,,0:pcell_list[9].pcell_id<BR>0:pcell_list[11].pcell_id<BR>0:pcell_list[5].pcell_id<BR>185582337:pcell_list[1].pcell_id<BR>22102786:pcell_list[0].pcell_id<BR>0:pcell_list[10].pcell_id<BR>0:pcell_list[6].pcell_id<BR>153610370:pcell_list[2].pcell_id<BR>189858050:pcell_list[3].pcell_id<BR>65535:pcell_list[4].pcell_id<BR>0:pcell_list[12].pcell_id<BR>0:pcell_list[7].pcell_id<BR>0:pcell_list[8].pcell_id,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-2820,59691,NVRAM_EF_L1_CUSTOM_BAND_SUPPORT_LID,1,bandsupport_dcs1800,bandsupport_dcs1800,OTA,no,no,yes,no,"[MCF,DOC]",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:DCS 1800 band not supported<BR>0x01:DCS 1800 band supported,Yes,,,Engineer mode support RF test and monitor all channel,Modem RF Front-end - Band Support,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-2821,59691,NVRAM_EF_L1_CUSTOM_BAND_SUPPORT_LID,1,bandsupport_gsm850,bandsupport_gsm850,OTA,no,no,yes,no,"[MCF,DOC]",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:GSM 850 band not supported<BR>0x01:GSM850 band supported,Yes,,,Engineer mode support RF test and monitor all channel,Modem RF Front-end - Band Support,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+2820,59691,NVRAM_EF_L1_CUSTOM_BAND_SUPPORT_LID,1,bandsupport_dcs1800,bandsupport_dcs1800,OTA,no,no,yes,no,"[MCF,DOC]",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:DCS 1800 band supported<BR>0x00:DCS 1800 band not supported,Yes,,,Engineer mode support RF test and monitor all channel,Modem RF Front-end - Band Support,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+2821,59691,NVRAM_EF_L1_CUSTOM_BAND_SUPPORT_LID,1,bandsupport_gsm850,bandsupport_gsm850,OTA,no,no,yes,no,"[MCF,DOC]",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:GSM850 band supported<BR>0x00:GSM 850 band not supported,Yes,,,Engineer mode support RF test and monitor all channel,Modem RF Front-end - Band Support,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2822,59691,NVRAM_EF_L1_CUSTOM_BAND_SUPPORT_LID,1,bandsupport_gsm900,bandsupport_gsm900,OTA,no,no,yes,no,"[MCF,DOC]",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:GSM 900 band not supported<BR>0x01:GSM 900 band supported,Yes,,,Engineer mode support RF test and monitor all channel,Modem RF Front-end - Band Support,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-2823,59691,NVRAM_EF_L1_CUSTOM_BAND_SUPPORT_LID,1,bandsupport_pcs1900,bandsupport_pcs1900,OTA,no,no,yes,no,"[MCF,DOC]",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:PCS 1900 band supported<BR>0x00:PCS 1900 band not supported,Yes,,,Engineer mode support RF test and monitor all channel,Modem RF Front-end - Band Support,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-2824,59698,NVRAM_EF_L1_DAT_CUSTOM_FE_ROUTE_PARAMES_LID,1,L1_DAT_ENABLE,L1_DAT_ENABLE,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,L1D_DAT_ENABLE:Enable DAT<BR>L1D_DAT_DISABLE:Disable DAT,Yes,,,Dynamic antenna tunner (DAT),Modem Antenna - Antenna Tuner,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+2823,59691,NVRAM_EF_L1_CUSTOM_BAND_SUPPORT_LID,1,bandsupport_pcs1900,bandsupport_pcs1900,OTA,no,no,yes,no,"[MCF,DOC]",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:PCS 1900 band not supported<BR>0x01:PCS 1900 band supported,Yes,,,Engineer mode support RF test and monitor all channel,Modem RF Front-end - Band Support,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+2824,59698,NVRAM_EF_L1_DAT_CUSTOM_FE_ROUTE_PARAMES_LID,1,L1_DAT_ENABLE,L1_DAT_ENABLE,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,L1D_DAT_DISABLE:Disable DAT<BR>L1D_DAT_ENABLE:Enable DAT,Yes,,,Dynamic antenna tunner (DAT),Modem Antenna - Antenna Tuner,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2825,59671,NVRAM_EF_L1_EPSK_TX_POWER_ROLLBACK_TABLE_LID,1,rollback_2t,rollback_data[0~4].rollback_2t,OTA,no,no,yes,no,,CHAR,1,,,rollback_data[0].rollback_2t:0<BR>rollback_data[1].rollback_2t:8<BR>rollback_data[2].rollback_2t:8<BR>rollback_data[3].rollback_2t:8<BR>rollback_data[4].rollback_2t:8,NR15.R3.MD700.MP,,0x00~0xff:The range of rollback data is from -128 ~ 127,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2826,59671,NVRAM_EF_L1_EPSK_TX_POWER_ROLLBACK_TABLE_LID,1,rollback_3t,rollback_data[0~4].rollback_3t,OTA,no,no,yes,no,,CHAR,1,,,rollback_data[0].rollback_3t:0<BR>rollback_data[1].rollback_3t:24<BR>rollback_data[2].rollback_3t:24<BR>rollback_data[3].rollback_3t:24<BR>rollback_data[4].rollback_3t:24,NR15.R3.MD700.MP,,0x00~0xff:The range of rollback data is from -128 ~ 127,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2827,59671,NVRAM_EF_L1_EPSK_TX_POWER_ROLLBACK_TABLE_LID,1,rollback_4t,rollback_data[0~4].rollback_4t,OTA,no,no,yes,no,,CHAR,1,,,rollback_data[0].rollback_4t:0<BR>rollback_data[1].rollback_4t:32<BR>rollback_data[2].rollback_4t:32<BR>rollback_data[3].rollback_4t:32<BR>rollback_data[4].rollback_4t:32,NR15.R3.MD700.MP,,0x00~0xff:The range of rollback data is from -128 ~ 127,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
@@ -2976,18 +2976,18 @@
2995,59714,NVRAM_EF_L1_RAS_CUSTOM_PARAMES_LID,1,PERIOD_DEDICATED,PERIOD_DEDICATED,Not Support,no,yes,no,no,[INTERNAL],INT,4,,,,NR15.R3.MD700.MP,,,,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,,Untested,,,,
2996,59714,NVRAM_EF_L1_RAS_CUSTOM_PARAMES_LID,1,PERIOD_IDLE,PERIOD_IDLE,Not Support,no,yes,no,no,[INTERNAL],INT,4,,,,NR15.R3.MD700.MP,,,,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,,Untested,,,,
2997,59714,NVRAM_EF_L1_RAS_CUSTOM_PARAMES_LID,1,RXD_ENABLE,RXD_ENABLE,Not Support,no,no,yes,no,"[MCF,DOC]",ENUM,5,5,,,NR15.R3.MD700.MP,,,,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,,Untested,,,,
-2998,59714,NVRAM_EF_L1_RAS_CUSTOM_PARAMES_LID,1,RXD_MODE,RXD_MODE,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,5,NR15.R3.MD700.MP,,L1D_FORCE_RXD_MODE:Switch ti RXD mode<BR>L1D_FORCE_D_PATH_ONLY:Switch to D path only<BR>L1D_RAS_MODE:Switch to RAS mode<BR>L1D_FORCE_P_PATH_ONLY:Switch to P path only,Yes,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+2998,59714,NVRAM_EF_L1_RAS_CUSTOM_PARAMES_LID,1,RXD_MODE,RXD_MODE,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,5,NR15.R3.MD700.MP,,L1D_RAS_MODE:Switch to RAS mode<BR>L1D_FORCE_RXD_MODE:Switch ti RXD mode<BR>L1D_FORCE_D_PATH_ONLY:Switch to D path only<BR>L1D_FORCE_P_PATH_ONLY:Switch to P path only,Yes,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
2999,59714,NVRAM_EF_L1_RAS_CUSTOM_PARAMES_LID,1,RXD_THD_RXLEV_DIFF,RXD_THD_RXLEV_DIFF,Not Support,no,yes,no,no,[INTERNAL],SHORT,2,,,,NR15.R3.MD700.MP,,,,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,,Untested,,,,
3000,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_ENABLE_ON_REAL_SIM,L1_TAS_ENABLE_ON_REAL_SIM,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,1,NR15.R3.MD700.MP,,L1D_TAS_ENABLE:Enable TAS on Real SIM<BR>L1D_TAS_DISABLE:Disable TAS on Real SIM,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
3001,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_ENABLE_ON_TEST_SIM,L1_TAS_ENABLE_ON_TEST_SIM,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,L1D_TAS_DISABLE:Disable TAS on Test SIM<BR>L1D_TAS_ENABLE:Enable TAS on Test SIM,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-3002,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_RXTX_ENABLE,L1_TAS_FORCE_RXTX_ENABLE,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,L1D_TAS_DISABLE:Disable TAS force RX and force TX<BR>L1D_TAS_ENABLE:Enable TAS force RX and force TX,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-3003,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_RX_INIT_SETTING,L1_TAS_FORCE_RX_INIT_SETTING,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,"L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE11:Antenna state11",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+3002,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_RXTX_ENABLE,L1_TAS_FORCE_RXTX_ENABLE,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,L1D_TAS_ENABLE:Enable TAS force RX and force TX<BR>L1D_TAS_DISABLE:Disable TAS force RX and force TX,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+3003,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_RX_INIT_SETTING,L1_TAS_FORCE_RX_INIT_SETTING,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,"L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE11:Antenna state11<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE1:Antenna state1",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
3004,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_RXTX_ENABLE_BY_BAND,L1_TAS_FORCE_SETTING[0~4].L1_TAS_FORCE_RXTX_ENABLE_BY_BAND,OTA,no,no,yes,no,,ENUM,1,,,L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_RXTX_ENABLE_BY_BAND:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_RXTX_ENABLE_BY_BAND:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_RXTX_ENABLE_BY_BAND:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_RXTX_ENABLE_BY_BAND:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_RXTX_ENABLE_BY_BAND:0,NR15.R3.MD700.MP,,L1D_TAS_ENABLE:Enable TAS force RX and TX by band<BR>L1D_TAS_DISABLE:Disable TAS force RX and TX by band,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-3005,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_RX_INIT_SETTING,L1_TAS_FORCE_SETTING[0~4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0~2].L1_TAS_FORCE_RX_INIT_SETTING,OTA,no,no,yes,no,,ENUM,1,,,L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:0,NR15.R3.MD700.MP,,"L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE11:Antenna state11<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE13:Antenna state13",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-3006,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_TX_INIT_SETTING,L1_TAS_FORCE_SETTING[0~4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0~2].L1_TAS_FORCE_TX_INIT_SETTING,OTA,no,no,yes,no,,ENUM,1,,,L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:0,NR15.R3.MD700.MP,,"L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE11:Antenna state11<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE15:Antenna state15",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-3007,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,arfcn,L1_TAS_FORCE_SETTING[0~4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0~2].arfcn,OTA,no,no,yes,no,,SHORT,2,,,L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:0<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:0<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:169<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:211<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:251<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:42<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:84<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:124<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:636<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:761<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:885<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:611<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:711<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:810,NR15.R3.MD700.MP,,0x0200~0x0375:GSM1800 band ARFCNs<BR>0x0080~0x00fb:GSM850 band ARFCNs<BR>0x0600~0x072a:GSM1900 band ARFCNs<BR>0x03cf~0x03ff:GSM900 namd ARFCNs<BR>0x0000~0x007c:GSM900 band ARFCNs,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-3008,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_TX_INIT_SETTING,L1_TAS_FORCE_TX_INIT_SETTING,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,"L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE11:Antenna state11<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE7:Antenna state7",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-3009,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_CALIBRATION_INIT_SETTING,L1_TAS_SB_OPTION[0~4].L1_TAS_CALIBRATION_INIT_SETTING,OTA,no,no,yes,no,,ENUM,1,,,L1_TAS_SB_OPTION[0].L1_TAS_CALIBRATION_INIT_SETTING:25<BR>L1_TAS_SB_OPTION[1].L1_TAS_CALIBRATION_INIT_SETTING:0<BR>L1_TAS_SB_OPTION[2].L1_TAS_CALIBRATION_INIT_SETTING:0<BR>L1_TAS_SB_OPTION[3].L1_TAS_CALIBRATION_INIT_SETTING:0<BR>L1_TAS_SB_OPTION[4].L1_TAS_CALIBRATION_INIT_SETTING:0,NR15.R3.MD700.MP,,"L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE11:Antenna state11<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE23:Antenna state23",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+3005,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_RX_INIT_SETTING,L1_TAS_FORCE_SETTING[0~4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0~2].L1_TAS_FORCE_RX_INIT_SETTING,OTA,no,no,yes,no,,ENUM,1,,,L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_RX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_RX_INIT_SETTING:0,NR15.R3.MD700.MP,,"L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE11:Antenna state11<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE12:Antenna state12",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+3006,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_TX_INIT_SETTING,L1_TAS_FORCE_SETTING[0~4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0~2].L1_TAS_FORCE_TX_INIT_SETTING,OTA,no,no,yes,no,,ENUM,1,,,L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:25<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].L1_TAS_FORCE_TX_INIT_SETTING:0<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].L1_TAS_FORCE_TX_INIT_SETTING:0,NR15.R3.MD700.MP,,"L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE11:Antenna state11",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+3007,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,arfcn,L1_TAS_FORCE_SETTING[0~4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0~2].arfcn,OTA,no,no,yes,no,,SHORT,2,,,L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:0<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:0<BR>L1_TAS_FORCE_SETTING[0].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:0<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:169<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:211<BR>L1_TAS_FORCE_SETTING[1].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:251<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:42<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:84<BR>L1_TAS_FORCE_SETTING[2].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:124<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:636<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:761<BR>L1_TAS_FORCE_SETTING[3].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:885<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[0].arfcn:611<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[1].arfcn:711<BR>L1_TAS_FORCE_SETTING[4].L1_TAS_FORCE_SETTING_PER_SUBBAND[2].arfcn:810,NR15.R3.MD700.MP,,0x0080~0x00fb:GSM850 band ARFCNs<BR>0x03cf~0x03ff:GSM900 namd ARFCNs<BR>0x0000~0x007c:GSM900 band ARFCNs<BR>0x0200~0x0375:GSM1800 band ARFCNs<BR>0x0600~0x072a:GSM1900 band ARFCNs,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+3008,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_FORCE_TX_INIT_SETTING,L1_TAS_FORCE_TX_INIT_SETTING,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,0,NR15.R3.MD700.MP,,"L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE19:Antenna state19<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE11:Antenna state11<BR>L1D_TAS_STATE6:Antenna state6",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+3009,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_TAS_CALIBRATION_INIT_SETTING,L1_TAS_SB_OPTION[0~4].L1_TAS_CALIBRATION_INIT_SETTING,OTA,no,no,yes,no,,ENUM,1,,,L1_TAS_SB_OPTION[0].L1_TAS_CALIBRATION_INIT_SETTING:25<BR>L1_TAS_SB_OPTION[1].L1_TAS_CALIBRATION_INIT_SETTING:0<BR>L1_TAS_SB_OPTION[2].L1_TAS_CALIBRATION_INIT_SETTING:0<BR>L1_TAS_SB_OPTION[3].L1_TAS_CALIBRATION_INIT_SETTING:0<BR>L1_TAS_SB_OPTION[4].L1_TAS_CALIBRATION_INIT_SETTING:0,NR15.R3.MD700.MP,,"L1D_TAS_STATE15:Antenna state15<BR>L1D_TAS_STATE1:Antenna state1<BR>L1D_TAS_STATE21:Antenna state21<BR>L1D_TAS_STATE16:Antenna state16<BR>L1D_TAS_STATE0:Antenna state0<BR>L1D_TAS_STATE17:Antenna state17<BR>L1D_TAS_STATE11:Antenna state11<BR>L1D_TAS_STATE10:Antenna state10<BR>L1D_TAS_STATE18:Antenna state18<BR>L1D_TAS_STATE22:Antenna state22<BR>L1D_TAS_STATE3:Antenna state3<BR>L1D_TAS_STATE2:Antenna state2<BR>L1D_TAS_STATE5:Antenna state5<BR>L1D_TAS_STATE6:Antenna state6<BR>L1D_TAS_STATE7:Antenna state7<BR>L1D_TAS_STATE9:Antenna state9<BR>L1D_TAS_STATE14:Antenna state14<BR>L1D_TAS_STATE_NULL:Undefined state<BR>L1D_TAS_STATE_NUM:Total number of antenna state i.e., 24<BR>L1D_TAS_STATE8:Antenna state8<BR>L1D_TAS_STATE4:Antenna state4<BR>L1D_TAS_STATE23:Antenna state23<BR>L1D_TAS_STATE13:Antenna state13<BR>L1D_TAS_STATE12:Antenna state12<BR>L1D_TAS_STATE20:Antenna state20<BR>L1D_TAS_STATE19:Antenna state19",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
3010,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_1RX_EVENT_HR_ABS_THD,L1_UTAS_THD_VALUES.gl1_1RX_PublicParams_D.L1_1RX_EVENT_HR_ABS_THD,Not Support,no,yes,no,no,,SHORT,2,,,,NR15.R3.MD700.MP,,,,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,,Untested,,,,
3011,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_1RX_EVENT_LOW_QUAL_THD,L1_UTAS_THD_VALUES.gl1_1RX_PublicParams_D.L1_1RX_EVENT_LOW_QUAL_THD,Not Support,no,yes,no,no,,SHORT,2,,,,NR15.R3.MD700.MP,,,,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,,Untested,,,,
3012,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_1RX_EVENT_RXLEV_CB_THD,L1_UTAS_THD_VALUES.gl1_1RX_PublicParams_D.L1_1RX_EVENT_RXLEV_CB_THD,Not Support,no,yes,no,no,,SHORT,2,,,,NR15.R3.MD700.MP,,,,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,,Untested,,,,
@@ -3152,22 +3152,22 @@
3171,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_RXD_STX_SO_PHR_ABS_THD,L1_UTAS_THD_VALUES.gl1_RXD_STxPublicParams_I.L1_RXD_STX_SO_PHR_ABS_THD,Not Support,no,yes,no,no,,CHAR,1,,,,NR15.R3.MD700.MP,,,,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,,Untested,,,,
3172,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_RXD_STX_SO_PHR_GAIN_THD,L1_UTAS_THD_VALUES.gl1_RXD_STxPublicParams_I.L1_RXD_STX_SO_PHR_GAIN_THD,Not Support,no,yes,no,no,,CHAR,1,,,,NR15.R3.MD700.MP,,,,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,,Untested,,,,
3173,59692,NVRAM_EF_L1_TAS_CUSTOM_PARAMES_LID,1,L1_RXD_STX_SO_PPCL_GAIN_THD,L1_UTAS_THD_VALUES.gl1_RXD_STxPublicParams_I.L1_RXD_STX_SO_PPCL_GAIN_THD,Not Support,no,yes,no,no,,CHAR,1,,,,NR15.R3.MD700.MP,,,,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,,Untested,,,,
-3174,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",dtx_enable,dtx_enable,OTA and OTA BY OP,no,no,no,no,"Allow user to set DTX. 0: Disable, 1: Enable",ENUM,1,,,1,NR15.R3.MD700.MP,,1:enable DTX<BR>0:disable DTX,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS EVS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call<BR><BR>[Expected Result] <BR> Check if speech is set DTX.<BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "dtx_enable" should be the same as customized in step 1.<BR><BR> - ELT -> View -> PS Modules -> L1SP (show L1SP log)<BR> - search "DTX" to check if it is "PS Set DTX [customized value]".",Pass,,,,
+3174,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",dtx_enable,dtx_enable,OTA and OTA BY OP,no,no,no,no,"Allow user to set DTX. 0: Disable, 1: Enable",ENUM,1,,,1,NR15.R3.MD700.MP,,0:disable DTX<BR>1:enable DTX,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS EVS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call<BR><BR>[Expected Result] <BR> Check if speech is set DTX.<BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "dtx_enable" should be the same as customized in step 1.<BR><BR> - ELT -> View -> PS Modules -> L1SP (show L1SP log)<BR> - search "DTX" to check if it is "PS Set DTX [customized value]".",Pass,,,,
3175,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evolte_anbr_enable,evolte_anbr_enable,Not Support,no,yes,no,no,ANBRQ feature support,ENUM,1,,,0,NR15.R3.MD700.MP,,,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,,Untested,,,,
3176,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evolte_anbr_para,evolte_anbr_para,Not Support,no,yes,no,no,ANBR support parameters,UNSIGNED INT,4,,,0xff,NR15.R3.MD700.MP,,,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,,Untested,,,,
3177,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evolte_delay_threshold,evolte_delay_threshold,Not Support,no,yes,no,no,delay threshold used to report to ERRC,UNSIGNED SHORT,2,,,0xff,NR15.R3.MD700.MP,,,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,,Untested,,,,
3178,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evolte_jitter_threshold,evolte_jitter_threshold,Not Support,no,yes,no,no,jitter threshold used to report to ERRC,UNSIGNED SHORT,2,,,0xff,NR15.R3.MD700.MP,,,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,,Untested,,,,
3179,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evolte_plr_threshold,evolte_plr_threshold,Not Support,no,yes,no,no,packet loss rate threshold to report to ERRC,UNSIGNED SHORT,2,,,0xff,NR15.R3.MD700.MP,,,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,,Untested,,,,
-3180,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evs_prefer_rate,evs_prefer_rate,OTA and OTA BY OP,no,no,no,no,EVS prefer rate of primary mode<BR>0x00: VoLTE_EVS_Codec_Bitrate_5_9<BR>0x01: VoLTE_EVS_Codec_Bitrate_7_2<BR>0x02: VoLTE_EVS_Codec_Bitrate_8_0<BR>0x03: VoLTE_EVS_Codec_Bitrate_9_6<BR>0x04: VoLTE_EVS_Codec_Bitrate_13_2<BR>0x05: VoLTE_EVS_Codec_Bitrate_16_4<BR>0x06: VoLTE_EVS_Codec_Bitrate_24_4<BR>0x07: VoLTE_EVS_Codec_Bitrate_32_0<BR>0x08: VoLTE_EVS_Codec_Bitrate_48_0<BR>0x09: VoLTE_EVS_Codec_Bitrate_64_0<BR>0x0A: VoLTE_EVS_Codec_Bitrate_96_0<BR>0x0B: VoLTE_EVS_Codec_Bitrate_128_0<BR>0x0F: VoLTE_EVS_Codec_Bitrate_NONE,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,0x06:24.4 kbps<BR>0x08:48 kbps<BR>0x04:13.2 kbps<BR>0x03:9.6 kbps<BR>0x01:7.2 kbps<BR>0x0b:128 kbps<BR>0x09:64 kbps<BR>0x00:5.9 kbps<BR>0x02:8.0 kbps<BR>0x07:32 kbps<BR>0x05:16.4 kbps<BR>0x0f:none<BR>0x0a:96 kbps,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS EVS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0x5<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call with EVS codec<BR><BR>[Expected Result] <BR> Check if sending EVS RTP packets are using customized rate.<BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "evs_prefer_rate" should be the same as customized in step 1.<BR><BR> - ELT -> View -> PS Modules -> L1SP (show L1SP log)<BR> - search "PS SetCodec" to check its number should be customized value.",Pass,,,,
-3181,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evs_prefer_rate.evs_prefer_rate,evs_prefer_rate.evs_prefer_rate,OTA and OTA BY OP,no,no,no,no,purpose: Set EVS prefer rate when using EVS primary mode.<BR>use timing: It is depending on operator requirement.<BR>how to use: Set EVS prefer rate after SIP negotiation instead of using the highest rate.,BIT,8,,8,0x0f,NR15.R3.MD700.MP,,0x05:16.4 kbps<BR>0x0f:none<BR>0x09:64 kbps<BR>0x0b:128 kbps<BR>0x06:24.4 kbps<BR>0x0a:96 kbps<BR>0x07:32 kbps<BR>0x03:9.6 kbps<BR>0x00:5.9 kbps<BR>0x01:7.2 kbps<BR>0x02:8.0 kbps<BR>0x04:13.2 kbps<BR>0x08:48 kbps,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS EVS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0x5<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call with EVS codec<BR><BR>[Expected Result] <BR> Check if sending EVS RTP packets are using customized rate.<BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "evs_prefer_rate" should be the same as customized in step 1.<BR><BR> - ELT -> View -> PS Modules -> L1SP (show L1SP log)<BR> - search "PS SetCodec" to check its number should be customized value.",Pass,,,,
+3180,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evs_prefer_rate,evs_prefer_rate,OTA and OTA BY OP,no,no,no,no,EVS prefer rate of primary mode<BR>0x00: VoLTE_EVS_Codec_Bitrate_5_9<BR>0x01: VoLTE_EVS_Codec_Bitrate_7_2<BR>0x02: VoLTE_EVS_Codec_Bitrate_8_0<BR>0x03: VoLTE_EVS_Codec_Bitrate_9_6<BR>0x04: VoLTE_EVS_Codec_Bitrate_13_2<BR>0x05: VoLTE_EVS_Codec_Bitrate_16_4<BR>0x06: VoLTE_EVS_Codec_Bitrate_24_4<BR>0x07: VoLTE_EVS_Codec_Bitrate_32_0<BR>0x08: VoLTE_EVS_Codec_Bitrate_48_0<BR>0x09: VoLTE_EVS_Codec_Bitrate_64_0<BR>0x0A: VoLTE_EVS_Codec_Bitrate_96_0<BR>0x0B: VoLTE_EVS_Codec_Bitrate_128_0<BR>0x0F: VoLTE_EVS_Codec_Bitrate_NONE,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,0x05:16.4 kbps<BR>0x0f:none<BR>0x04:13.2 kbps<BR>0x03:9.6 kbps<BR>0x01:7.2 kbps<BR>0x08:48 kbps<BR>0x0b:128 kbps<BR>0x09:64 kbps<BR>0x0a:96 kbps<BR>0x00:5.9 kbps<BR>0x02:8.0 kbps<BR>0x07:32 kbps<BR>0x06:24.4 kbps,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS EVS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0x5<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call with EVS codec<BR><BR>[Expected Result] <BR> Check if sending EVS RTP packets are using customized rate.<BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "evs_prefer_rate" should be the same as customized in step 1.<BR><BR> - ELT -> View -> PS Modules -> L1SP (show L1SP log)<BR> - search "PS SetCodec" to check its number should be customized value.",Pass,,,,
+3181,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",evs_prefer_rate.evs_prefer_rate,evs_prefer_rate.evs_prefer_rate,OTA and OTA BY OP,no,no,no,no,purpose: Set EVS prefer rate when using EVS primary mode.<BR>use timing: It is depending on operator requirement.<BR>how to use: Set EVS prefer rate after SIP negotiation instead of using the highest rate.,BIT,8,,8,0x0f,NR15.R3.MD700.MP,,0x07:32 kbps<BR>0x01:7.2 kbps<BR>0x08:48 kbps<BR>0x09:64 kbps<BR>0x0a:96 kbps<BR>0x02:8.0 kbps<BR>0x04:13.2 kbps<BR>0x0b:128 kbps<BR>0x0f:none<BR>0x03:9.6 kbps<BR>0x06:24.4 kbps<BR>0x05:16.4 kbps<BR>0x00:5.9 kbps,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS EVS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0x5<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call with EVS codec<BR><BR>[Expected Result] <BR> Check if sending EVS RTP packets are using customized rate.<BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "evs_prefer_rate" should be the same as customized in step 1.<BR><BR> - ELT -> View -> PS Modules -> L1SP (show L1SP log)<BR> - search "PS SetCodec" to check its number should be customized value.",Pass,,,,
3182,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",jbm_jitter_full_offset,jbm_jitter_full_offset,OTA and OTA BY OP,no,no,no,no,JBM Full Offset,UNSIGNED SHORT,2,,,98,NR15.R3.MD700.MP,,0~65535,No,3184,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: 10 seconds<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a 10 seconds VoLTE call<BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "JBM Reset: Params from EMP" and check "Protect_Rate = [value]" should be matched with configured parameter.",Pass,,,,
3183,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",jbm_jitter_max_depth,jbm_jitter_max_depth,OTA and OTA BY OP,no,no,no,no,JBM MAX Depth,UNSIGNED SHORT,2,,,12,NR15.R3.MD700.MP,,0~65535,No,3184,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: 10 seconds<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a 10 seconds VoLTE call<BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "JBM Reset: Params from EMP" and check "Max_Depth = [value]" should be matched with configured parameter.",Pass,,,,
-3184,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",jbm_load_params_enable,jbm_load_params_enable,OTA and OTA BY OP,no,no,no,no,"Enable Customized JBM Parameters. 0: Disable, 1: Enable",UNSIGNED SHORT,2,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,"3182,3183,3185",,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: 10 seconds<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a 10 seconds VoLTE call<BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "JBM Reset: Params from EMP" and check "Enable = [value]" should be matched with configured parameter.",Pass,,,,
+3184,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",jbm_load_params_enable,jbm_load_params_enable,OTA and OTA BY OP,no,no,no,no,"Enable Customized JBM Parameters. 0: Disable, 1: Enable",UNSIGNED SHORT,2,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,"3182,3183,3185",,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: 10 seconds<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a 10 seconds VoLTE call<BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "JBM Reset: Params from EMP" and check "Enable = [value]" should be matched with configured parameter.",Pass,,,,
3185,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",jbm_prebuf_len,jbm_prebuf_len,OTA and OTA BY OP,no,no,no,no,JBM Pre-buffer Length,UNSIGNED SHORT,2,,,4,NR15.R3.MD700.MP,,0~65535,No,3184,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: 10 seconds<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a 10 seconds VoLTE call<BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "JBM Reset: Params from EMP" and check "PreBuffer = [value]" should be matched with configured parameter.",Pass,,,,
3186,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",ltecsr_common_para0,ltecsr_common_para0,OTA and OTA BY OP,no,no,no,no,Unit:20 ms. Minimum interval between DTMF events.,UNSIGNED SHORT,2,,,0,NR15.R3.MD700.MP,,0~65535,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 10<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call with DTMF sending rapidly. <BR><BR>[Expected Result] <BR> Check if DTMF event packets sending interval. <BR> - checked by machine pcap or pcap generated by ELT -> External -> Extract IMS / VoLTE ...<BR> DTMF event packets sending interval should be larger than customized value*20 ms.",Pass,,,,
3187,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",ltecsr_common_para1,ltecsr_common_para1,OTA and OTA BY OP,no,no,no,no,Unit:20 ms. Minimum duration of DTMF event.,UNSIGNED SHORT,2,,,0,NR15.R3.MD700.MP,,0~65535,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 10<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call with DTMF sending rapidly. <BR><BR>[Expected Result] <BR> Check if a DTMF event is sending with customized times. <BR> - checked by machine pcap or pcap generated by ELT -> External -> Extract IMS / VoLTE ...<BR> A DTMF event packet should send with customized times.",Pass,,,,
-3188,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",ltecsr_common_para2,ltecsr_common_para2,OTA and OTA BY OP,no,no,no,no,LTECSR feature bitmask<BR>0x0001: LTECSR_FEATURE_DTMF_MUTE<BR>0x0002: LTECSR_FEATURE_HOLDCALL_DL_CHECK<BR>0x0004: LTECSR_FEATURE_ALWAYS_ONE_SHOT_DTMF<BR>0x0008: LTECSR_FEATURE_DTMF_END_SEP_ENABLE<BR>0x0010: LTECSR_FEATURE_DYNAMIC_QOS<BR>0x0020: LTECSR_FEATURE_FIX_RTCP_INTERVAL_ACTIVE<BR>0x0040: LTECSR_FEATURE_FIX_RTCP_INTERVAL_HOLD<BR>0x0080: LTECSR_FEATURE_PING_PCSCF_ENABLE<BR>0x0100: LTECSR_FEATURE_RTCP_MAX_INTERVAL_ENABLE,UNSIGNED SHORT,2,,,0,NR15.R3.MD700.MP,,0x0040:"LTECSR_FEATURE_FIX_RTCP_INTERVAL_HOLD"<BR>0x0010:Internal use<BR>0x0020:"LTECSR_FEATURE_FIX_RTCP_INTERVAL_ACTIVE"<BR>0x0100:"LTECSR_FEATURE_RTCP_MAX_INTERVAL_ENABLE"<BR>0x0008:Internal use<BR>0x0004:Internal use<BR>0x0400:Internal use<BR>0x0080:Internal use<BR>0x0200:Internal use<BR>0x0002:Internal use<BR>0x0001:Internal use,No,"3193,3194,3195,3196",,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS RTCP-XR<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0x062<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call.<BR><BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "ltecsr_common_para2" should be the same as customized in step 1.",Pass,,,,
-3189,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",ltecsr_common_para2.ltecsr_common_para2,ltecsr_common_para2.ltecsr_common_para2,OTA and OTA BY OP,no,no,no,no,"purpose: Set IMS Data Plane feature option.<BR>use timing: It is depending on operator requirement.<BR>how to use: Set specific bit to 1 to enable matched feaure, 0 to disable. Check other NVRAM description to realize feature content.",BIT,16,,16,0,NR15.R3.MD700.MP,,0x0200:Internal use<BR>0x0004:Internal use<BR>0x0008:Internal use<BR>0x0002:Internal use<BR>0x0040:"LTECSR_FEATURE_FIX_RTCP_INTERVAL_HOLD"<BR>0x0100:"LTECSR_FEATURE_RTCP_MAX_INTERVAL_ENABLE"<BR>0x0400:Internal use<BR>0x0020:"LTECSR_FEATURE_FIX_RTCP_INTERVAL_ACTIVE"<BR>0x0010:Internal use<BR>0x0080:Internal use<BR>0x0001:Internal use,No,"3193,3194,3195,3196",,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS RTCP-XR<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0x062<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call.<BR><BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "ltecsr_common_para2" should be the same as customized in step 1.",Pass,,,,
+3188,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",ltecsr_common_para2,ltecsr_common_para2,OTA and OTA BY OP,no,no,no,no,LTECSR feature bitmask<BR>0x0001: LTECSR_FEATURE_DTMF_MUTE<BR>0x0002: LTECSR_FEATURE_HOLDCALL_DL_CHECK<BR>0x0004: LTECSR_FEATURE_ALWAYS_ONE_SHOT_DTMF<BR>0x0008: LTECSR_FEATURE_DTMF_END_SEP_ENABLE<BR>0x0010: LTECSR_FEATURE_DYNAMIC_QOS<BR>0x0020: LTECSR_FEATURE_FIX_RTCP_INTERVAL_ACTIVE<BR>0x0040: LTECSR_FEATURE_FIX_RTCP_INTERVAL_HOLD<BR>0x0080: LTECSR_FEATURE_PING_PCSCF_ENABLE<BR>0x0100: LTECSR_FEATURE_RTCP_MAX_INTERVAL_ENABLE,UNSIGNED SHORT,2,,,0,NR15.R3.MD700.MP,,0x0002:Internal use<BR>0x0200:Internal use<BR>0x0020:"LTECSR_FEATURE_FIX_RTCP_INTERVAL_ACTIVE"<BR>0x0080:Internal use<BR>0x0004:Internal use<BR>0x0400:Internal use<BR>0x0001:Internal use<BR>0x0010:Internal use<BR>0x0100:"LTECSR_FEATURE_RTCP_MAX_INTERVAL_ENABLE"<BR>0x0040:"LTECSR_FEATURE_FIX_RTCP_INTERVAL_HOLD"<BR>0x0008:Internal use,No,"3193,3194,3195,3196",,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS RTCP-XR<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0x062<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call.<BR><BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "ltecsr_common_para2" should be the same as customized in step 1.",Pass,,,,
+3189,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",ltecsr_common_para2.ltecsr_common_para2,ltecsr_common_para2.ltecsr_common_para2,OTA and OTA BY OP,no,no,no,no,"purpose: Set IMS Data Plane feature option.<BR>use timing: It is depending on operator requirement.<BR>how to use: Set specific bit to 1 to enable matched feaure, 0 to disable. Check other NVRAM description to realize feature content.",BIT,16,,16,0,NR15.R3.MD700.MP,,0x0040:"LTECSR_FEATURE_FIX_RTCP_INTERVAL_HOLD"<BR>0x0002:Internal use<BR>0x0004:Internal use<BR>0x0200:Internal use<BR>0x0001:Internal use<BR>0x0008:Internal use<BR>0x0100:"LTECSR_FEATURE_RTCP_MAX_INTERVAL_ENABLE"<BR>0x0010:Internal use<BR>0x0020:"LTECSR_FEATURE_FIX_RTCP_INTERVAL_ACTIVE"<BR>0x0400:Internal use<BR>0x0080:Internal use,No,"3193,3194,3195,3196",,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS RTCP-XR<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 0x062<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call.<BR><BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_PROFILE_DUMP" to check its "ltecsr_common_para2" should be the same as customized in step 1.",Pass,,,,
3190,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",ltecsr_common_para3,ltecsr_common_para3,Not Support,no,yes,no,no,Un-used parameter,UNSIGNED SHORT,2,,,0xff,NR15.R3.MD700.MP,,,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,,Untested,,,,
3191,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",ltecsr_common_para4,ltecsr_common_para4,Not Support,no,yes,no,no,Un-used parameter,UNSIGNED SHORT,2,,,0xff,NR15.R3.MD700.MP,,,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,,Untested,,,,
3192,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",rtcp_expire_timer,rtcp_expire_timer,OTA and OTA BY OP,no,no,no,no,No RTCP packet notify timeout,UNSIGNED INT,4,,,20000,NR15.R3.MD700.MP,,0~4294967295,No,,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine: N<BR>Test Time: NA<BR>[Init] <BR> prepare sim supported IMS<BR>[Test Step]<BR> 1. set customized value of test sim(OPID/MCC/MNC) by MCF. ex: 15000 ms<BR> - suggest to set "silence_dropcall_threshold" and "rtp_expire_timer" 0 to disable.<BR> 2. reboot device without sim, start mtklog, then insert sim<BR> 3. make a VoLTE call<BR> 4. generate scenario that DUT could not receive any Voice RTP and RTCP packets and keep it longer than customized value. ex: 20 sec<BR> - might be achieved by shield box or machine script.<BR><BR>[Expected Result] <BR> Check MD log: <BR> - ELT -> View -> PS Modules -> LTECSR (show LTECSR log)<BR> - search "MSG_ID_LTECSR_IMS_NOTIFY_IND" to check its msg_id should be 2.",Pass,,,,
@@ -4990,14 +4990,14 @@
5011,60934,NVRAM_EF_LTE_CAP_LID,"1,2",ul_upper_earfcn,partial_band_info.band_list[0~9].ul_upper_earfcn,Not Support,no,yes,no,no,"[INTERNAL] partial band related information<BR>- partial_band_info.valid_num: number of partial band iformation<BR>- partial_band_info.band_list: array of partial_band_info<BR>- every partial_band_info.band_list[band_index] includes :<BR> 1. band, <BR> 2. DL lower earfcn, <BR> 3. DL upper earfcn, <BR> 4. UL lower earfcn, <BR> 5. UL upper earfcn",UNSIGNED INT,4,,,0x00000000,NR15.R3.MD700.MP,,"value range:0x00000000 to FFFFFFFF, but for every band, need to be the valid earfcn range defined by 36.101.",No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine : N,Untested,,,,
5012,60934,NVRAM_EF_LTE_CAP_LID,"1,2",valid_num,partial_band_info.valid_num,Not Support,no,yes,no,no,"[INTERNAL] partial band related information<BR>- partial_band_info.valid_num: number of partial band iformation<BR>- partial_band_info.band_list: array of partial_band_info<BR>- every partial_band_info.band_list[band_index] includes :<BR> 1. band, <BR> 2. DL lower earfcn, <BR> 3. DL upper earfcn, <BR> 4. UL lower earfcn, <BR> 5. UL upper earfcn",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,valid range:0 to 10,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine : N,Untested,,,,
5013,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data,raw_data,Not Support,no,yes,no,no,"[MCF] LTE EPS Encryption Algorithm (EEA) and EPS Integrity Algorithm (EIA) configuration<BR><BR>-raw_data[0]: "[MCF] EEA setting. The first/leftmost bit covers b1, and so on.<BR>-raw_data[1]: "[MCF] EIA setting. The first/leftmost bit covers b1, and so on, AN: If enable __VOLTE_SUPPORT__ or __NR_RAT__, EIA0 is supported<BR>-raw_data[2]: "[INTERNAL]eas_power_class, LTE power class=>2 denotes class 3"<BR>-raw_data[3]: "[INTERNAL]femtocell system selection"",UNSIGNED CHAR,4,4,,"0xf0, 0xf0, 0x0b, 0x00,",NR15.R3.MD700.MP,,-raw_data[1]:0x00 to 0x0F<BR>-raw_data[2]:0x00 to 0x0F<BR>-raw_data[0]:0x00 to 0x0F<BR>-raw_data[3]:0x00 to 0x01,No,,"__VOLTE_SUPPORT__ ,__NR_RAT__,",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine : Y<BR>Test time : 5mins<BR>[Init] use VoLTE supported load<BR>[Test Step]<BR>1. set the corresponding tested field via MCF tool<BR>2. run LTE registration procedure with authentication and security mode procedure<BR>[Expected Result]<BR>UE pass securty procedure and then check the UE reported LTE capability.,Untested,,,,
-5014,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[1].b1,raw_data[1].b1,Not Support,no,yes,no,no,"[MCF] EIA setting. The first/leftmost bit covers b1, and so on. <BR>If enable __VOLTE_SUPPORT__ or __NR_RAT__, EIA0 is supported.<BR>b1: EIA0: Null Integrity Protection algorithm<BR>b2: 128-EIA1: SNOW 3G based algorithm<BR>b3: 128-EIA2: AES based algorithm<BR>b4: 128-EIA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,1:Supported<BR>0:Not support,No,NO,"__VOLTE_SUPPORT__, __NR_RAT__,",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): less than 5 minutes<BR>[Init] Build NR-capable load and use internal phone and real SIM<BR>[Test Step] Power on, 4G registration is completed. Check NAS MS capability if EIA0 is set to be supported.<BR>[Expected Result] EIA0 is supported.",Untested,,,,
+5014,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[1].b1,raw_data[1].b1,Not Support,no,yes,no,no,"[MCF] EIA setting. The first/leftmost bit covers b1, and so on. <BR>If enable __VOLTE_SUPPORT__ or __NR_RAT__, EIA0 is supported.<BR>b1: EIA0: Null Integrity Protection algorithm<BR>b2: 128-EIA1: SNOW 3G based algorithm<BR>b3: 128-EIA2: AES based algorithm<BR>b4: 128-EIA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,0:Not support<BR>1:Supported,No,NO,"__VOLTE_SUPPORT__, __NR_RAT__,",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): less than 5 minutes<BR>[Init] Build NR-capable load and use internal phone and real SIM<BR>[Test Step] Power on, 4G registration is completed. Check NAS MS capability if EIA0 is set to be supported.<BR>[Expected Result] EIA0 is supported.",Untested,,,,
5015,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[0].b1,raw_data[0].b1,Not Support,no,yes,no,no,"[MCF] EEA setting. The first/leftmost bit covers b1, and so on.<BR>b1: EEA0: Null Ciphering algorithm<BR>b2: 128-EEA1: SNOW 3G based algorithm<BR>b3: 128-EEA2: AES based algorithm<BR>b4: 128-EEA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,1:Supported<BR>0:Not support,No,NO,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] Use NR-capable load, internal phone and Test SIM<BR>[Test Step] Power on, 4G registration is completed. Check EEA support status in NAS MS capability.<BR>[Expected Result] EEA0 is supported.",Untested,,,,
-5016,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[1].b2,raw_data[1].b2,Not Support,no,yes,no,no,"[MCF] EIA setting. The first/leftmost bit covers b1, and so on. <BR>If enable __VOLTE_SUPPORT__ or __NR_RAT__, EIA0 is supported.<BR>b1: EIA0: Null Integrity Protection algorithm<BR>b2: 128-EIA1: SNOW 3G based algorithm<BR>b3: 128-EIA2: AES based algorithm<BR>b4: 128-EIA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,1:Supported<BR>0:Not support,No,NO,"__VOLTE_SUPPORT__, __NR_RAT__,",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] Use NR-capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed, check EIA1 support status in NAS MS capability.<BR>[Expected Result] EIA1 is supported.",Untested,,,,
+5016,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[1].b2,raw_data[1].b2,Not Support,no,yes,no,no,"[MCF] EIA setting. The first/leftmost bit covers b1, and so on. <BR>If enable __VOLTE_SUPPORT__ or __NR_RAT__, EIA0 is supported.<BR>b1: EIA0: Null Integrity Protection algorithm<BR>b2: 128-EIA1: SNOW 3G based algorithm<BR>b3: 128-EIA2: AES based algorithm<BR>b4: 128-EIA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,0:Not support<BR>1:Supported,No,NO,"__VOLTE_SUPPORT__, __NR_RAT__,",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] Use NR-capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed, check EIA1 support status in NAS MS capability.<BR>[Expected Result] EIA1 is supported.",Untested,,,,
5017,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[0].b2,raw_data[0].b2,Not Support,no,yes,no,no,"[MCF] EEA setting. The first/leftmost bit covers b1, and so on.<BR>b1: EEA0: Null Ciphering algorithm<BR>b2: 128-EEA1: SNOW 3G based algorithm<BR>b3: 128-EEA2: AES based algorithm<BR>b4: 128-EEA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,1:Supported<BR>0:Not support,No,NO,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] Use NR-capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed. Check EEA1 support status in NAS MS capability.<BR>[Expected Result] EEA1 is supported.",Untested,,,,
5018,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[1].b3,raw_data[1].b3,Not Support,no,yes,no,no,"[MCF] EIA setting. The first/leftmost bit covers b1, and so on. <BR>If enable __VOLTE_SUPPORT__ or __NR_RAT__, EIA0 is supported.<BR>b1: EIA0: Null Integrity Protection algorithm<BR>b2: 128-EIA1: SNOW 3G based algorithm<BR>b3: 128-EIA2: AES based algorithm<BR>b4: 128-EIA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,1:Supported<BR>0:Not support,No,NO,"__VOLTE_SUPPORT__, __NR_RAT__,",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] NR-capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed. Check EIA2 support status in NAS MS capability.<BR>[Expected Result] EIA2 is supported.",Untested,,,,
5019,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[0].b3,raw_data[0].b3,Not Support,no,yes,no,no,"[MCF] EEA setting. The first/leftmost bit covers b1, and so on.<BR>b1: EEA0: Null Ciphering algorithm<BR>b2: 128-EEA1: SNOW 3G based algorithm<BR>b3: 128-EEA2: AES based algorithm<BR>b4: 128-EEA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,1:Supported<BR>0:Not support,No,NO,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] NR-capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed. Check EEA2 support status in NAS MS capability.<BR>[Expected Result] EEA2 is supported.",Untested,,,,
5020,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[1].b4,raw_data[1].b4,Not Support,no,yes,no,no,"[MCF] EIA setting. The first/leftmost bit covers b1, and so on. <BR>If enable __VOLTE_SUPPORT__ or __NR_RAT__, EIA0 is supported.<BR>b1: EIA0: Null Integrity Protection algorithm<BR>b2: 128-EIA1: SNOW 3G based algorithm<BR>b3: 128-EIA2: AES based algorithm<BR>b4: 128-EIA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,1:Supported<BR>0:Not support,No,NO,__LTE_RAT__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] NR-capable + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed. Check EIA3 support status in NAS MS capability.<BR>[Expected Result] EIA3 is supported.",Untested,,,,
-5021,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[0].b4,raw_data[0].b4,Not Support,no,yes,no,no,"[MCF] EEA setting. The first/leftmost bit covers b1, and so on.<BR>b1: EEA0: Null Ciphering algorithm<BR>b2: 128-EEA1: SNOW 3G based algorithm<BR>b3: 128-EEA2: AES based algorithm<BR>b4: 128-EEA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,0:Not support<BR>1:Supported,No,NO,__LTE_RAT__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] NR-Capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed. Check EEA3 support status in NAS MS capability.<BR>[Expected Result] EEA3 is supported.",Untested,,,,
+5021,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[0].b4,raw_data[0].b4,Not Support,no,yes,no,no,"[MCF] EEA setting. The first/leftmost bit covers b1, and so on.<BR>b1: EEA0: Null Ciphering algorithm<BR>b2: 128-EEA1: SNOW 3G based algorithm<BR>b3: 128-EEA2: AES based algorithm<BR>b4: 128-EEA3: ZUC based algorithm",BIT,1,,1,1,NR15.R3.MD700.MP,,1:Supported<BR>0:Not support,No,NO,__LTE_RAT__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] NR-Capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed. Check EEA3 support status in NAS MS capability.<BR>[Expected Result] EEA3 is supported.",Untested,,,,
5022,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[1].b5,raw_data[1].b5,Not Support,no,yes,no,no,"[MCF] EIA setting. The first/leftmost bit covers b1, and so on. <BR>b5~b8 : reserved",BIT,4,,4,0,NR15.R3.MD700.MP,,0:reserved,No,NO,__LTE_RAT__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] NR-capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed. <BR>[Expected Result] b5 is reserved field. Its content shall be 0.",Untested,,,,
5023,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[0].b5,raw_data[0].b5,Not Support,no,yes,no,no,"[MCF] EEA setting. The first/leftmost bit covers b1, and so on.<BR>b5~b8 : reserved",BIT,4,,4,0,NR15.R3.MD700.MP,,0:reserved,No,NO,__LTE_RAT__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] NR-capable load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed.<BR>[Expected Result] b5 is reserved field so its content shall be 0.",Untested,,,,
5024,1537,NVRAM_EF_LTE_PREFERENCE_LID,"1,2",feature_config,feature_config,Not Support,no,yes,no,no,[INTERNAL]feature_config,UNSIGNED CHAR,16,16,,0x00,NR15.R3.MD700.MP,,NA,No,,,,,,,NA,Untested,,,,
@@ -5037,7 +5037,7 @@
5058,1537,NVRAM_EF_LTE_PREFERENCE_LID,"1,2",voice_domain_preference.voice_domain_preference,voice_domain_preference.voice_domain_preference,Not Support,no,yes,no,yes,"[INTERNAL, RUNTIME]voice_domain_preferencevoice_domain_preferencebit 1:1:CS Voice onlybit 2:2:CS Voice preferred, IMS PS Voice as secondarybit 3:3:IMS PS Voice preferred, CS Voice as secondarybit 4:4:IMS PS Voice only",BIT,8,,8,0x00,NR15.R3.MD700.MP,,NA,No,,,,,,,NA,Untested,,,,
5059,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_2byte_3,val_bit_2byte_3,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte value,SHORT,2,,,0x00,NR15.R3.MD700.MP,,"-32,768~32767",Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5060,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_2byte_3.F2b,val_bit_2byte_3.F2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuefirst 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,3:Max<BR>0:Min,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5061,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_2byte_3.F4b,val_bit_2byte_3.F4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuefirst 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5061,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_2byte_3.F4b,val_bit_2byte_3.F4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuefirst 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5062,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_2byte_3.L2b,val_bit_2byte_3.L2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuelast 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,0:Min<BR>3:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5063,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_2byte_3.L4b,val_bit_2byte_3.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuelast 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5064,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_2byte_3.b1,val_bit_2byte_3.b1,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuebit 1bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5049,7 +5049,7 @@
5070,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_4byte_3.F4b,val_bit_4byte_3.F4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuefirst 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5071,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_4byte_3.F9b,val_bit_4byte_3.F9b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuefirst 9 bits,BIT,9,,9,0x00,NR15.R3.MD700.MP,,0~511,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5072,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_4byte_3.L2b,val_bit_4byte_3.L2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuelast 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,0:Min<BR>3:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5073,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_4byte_3.L4b,val_bit_4byte_3.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuelast 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5073,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_4byte_3.L4b,val_bit_4byte_3.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuelast 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5074,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_4byte_3.L9b,val_bit_4byte_3.L9b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuelast 9 bits,BIT,9,,9,0x00,NR15.R3.MD700.MP,,0~511,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5075,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_4byte_3.b1,val_bit_4byte_3.b1,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuebit 1bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5076,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_4byte_3.b2,val_bit_4byte_3.b2,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuebit 2bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5076,7 +5076,7 @@
5097,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_byte_21.b8,val_bit_byte_21.b8,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 21bit8bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5098,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_byte_22,val_bit_byte_22,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 22,CHAR,1,,,0x00,NR15.R3.MD700.MP,,any,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5099,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_byte_22.F4b,val_bit_byte_22.F4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 22first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5100,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_byte_22.L4b,val_bit_byte_22.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 22last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5100,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_bit_byte_22.L4b,val_bit_byte_22.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 22last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5101,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_buffer_1,val_buffer_1,OTA and OTA BY OP,no,no,no,no,[MCF]Test buffer value 1,CHAR,32,32,,0x00,NR15.R3.MD700.MP,,any,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5102,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_buffer_2,val_buffer_2,OTA and OTA BY OP,no,no,no,no,[MCF]Test buffer value 2,CHAR,32,32,,0x00,NR15.R3.MD700.MP,,any,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5103,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",val_byte_11,val_byte_11,OTA and OTA BY OP,no,no,no,no,[MCF]Test byte value 11,CHAR,1,,,0x00,NR15.R3.MD700.MP,,any,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5130,7 +5130,7 @@
5151,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte1.b7,val_struct_2.vbit_byte1.b7,OTA and OTA BY OP,no,no,no,no,Test bit byte value 1 in val_struct_2bit7bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5152,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte1.b8,val_struct_2.vbit_byte1.b8,OTA and OTA BY OP,no,no,no,no,Test bit byte value 1 in val_struct_2bit8bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5153,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte2,val_struct_2.vbit_byte2,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5154,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte2.F4b,val_struct_2.vbit_byte2.F4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5154,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte2.F4b,val_struct_2.vbit_byte2.F4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5155,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte2.L4b,val_struct_2.vbit_byte2.L4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5156,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbuffer,val_struct_2.vbuffer,OTA and OTA BY OP,no,no,no,no,Test buffer value in val_struct_2,CHAR,32,32,,0x00,NR15.R3.MD700.MP,,any,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5157,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbyte1,val_struct_2.vbyte1,OTA and OTA BY OP,no,no,no,no,Test byte value 1 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5154,7 +5154,7 @@
5175,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte1.b8,val_struct_3[0~3].vbit_byte1.b8,OTA and OTA BY OP,no,no,no,no,Test bit byte value 1 in val_struct_2bit8bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5176,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte2,val_struct_3[0~3].vbit_byte2,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5177,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte2.F4b,val_struct_3[0~3].vbit_byte2.F4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5178,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte2.L4b,val_struct_3[0~3].vbit_byte2.L4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5178,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbit_byte2.L4b,val_struct_3[0~3].vbit_byte2.L4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5179,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbuffer,val_struct_3[0~3].vbuffer,OTA and OTA BY OP,no,no,no,no,Test buffer value in val_struct_2,CHAR,32,32,,0x00,NR15.R3.MD700.MP,,any,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5180,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbyte1,val_struct_3[0~3].vbyte1,OTA and OTA BY OP,no,no,no,no,Test byte value 1 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5181,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vbyte2,val_struct_3[0~3].vbyte2,OTA and OTA BY OP,no,no,no,no,Test byte value 2 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5165,20 +5165,20 @@
5186,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vshort1,val_struct_3[0~3].vshort1,OTA and OTA BY OP,no,no,no,no,Test short value 1 in val_struct_2,UNSIGNED SHORT,2,,,0x00,NR15.R3.MD700.MP,,0~65535,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5187,4098,NVRAM_EF_MCF_TEST_OTA_LID,"1,2",vshort2,val_struct_3[0~3].vshort2,OTA and OTA BY OP,no,no,no,no,Test short value 2 in val_struct_2,UNSIGNED SHORT,2,,,0x00,NR15.R3.MD700.MP,,0~65535,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5188,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3,val_bit_2byte_3,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte value,SHORT,2,,,0x00,NR15.R3.MD700.MP,,"-32,768~32767",No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5189,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.F2b,val_bit_2byte_3.F2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuefirst 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,3:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5189,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.F2b,val_bit_2byte_3.F2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuefirst 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,0:Min<BR>3:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5190,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.F4b,val_bit_2byte_3.F4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuefirst 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5191,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.L2b,val_bit_2byte_3.L2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuelast 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,0:Min<BR>3:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5192,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.L4b,val_bit_2byte_3.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuelast 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5192,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.L4b,val_bit_2byte_3.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuelast 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5193,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.b1,val_bit_2byte_3.b1,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuebit 1bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5194,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.b2,val_bit_2byte_3.b2,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuebit 2bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5195,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.b3,val_bit_2byte_3.b3,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuebit 3bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5196,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_2byte_3.b4,val_bit_2byte_3.b4,OTA and OTA BY OP,no,no,no,no,[MCF]Test 2byte valuebit 4bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5197,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3,val_bit_4byte_3,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte value,INT,4,,,0x00,NR15.R3.MD700.MP,,"-2,147,483,648~2,147,483,647",No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5198,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.F2b,val_bit_4byte_3.F2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuefirst 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,3:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5198,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.F2b,val_bit_4byte_3.F2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuefirst 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,0:Min<BR>3:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5199,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.F4b,val_bit_4byte_3.F4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuefirst 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5200,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.F9b,val_bit_4byte_3.F9b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuefirst 9 bits,BIT,9,,9,0x00,NR15.R3.MD700.MP,,0~511,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5201,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.L2b,val_bit_4byte_3.L2b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuelast 2 bitsbit 0:0:Minbit 3:3:Max,BIT,2,,2,0x00,NR15.R3.MD700.MP,,0:Min<BR>3:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5202,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.L4b,val_bit_4byte_3.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuelast 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5202,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.L4b,val_bit_4byte_3.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuelast 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5203,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.L9b,val_bit_4byte_3.L9b,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuelast 9 bits,BIT,9,,9,0x00,NR15.R3.MD700.MP,,0~511,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5204,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.b1,val_bit_4byte_3.b1,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuebit 1bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5205,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_4byte_3.b2,val_bit_4byte_3.b2,OTA and OTA BY OP,no,no,no,no,[MCF]Test 4byte valuebit 2bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5204,7 +5204,7 @@
5225,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_byte_21.b7,val_bit_byte_21.b7,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 21bit7bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5226,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_byte_21.b8,val_bit_byte_21.b8,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 21bit8bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5227,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_byte_22,val_bit_byte_22,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 22,CHAR,1,,,0x00,NR15.R3.MD700.MP,,any,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5228,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_byte_22.F4b,val_bit_byte_22.F4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 22first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5228,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_byte_22.F4b,val_bit_byte_22.F4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 22first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5229,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_bit_byte_22.L4b,val_bit_byte_22.L4b,OTA and OTA BY OP,no,no,no,no,[MCF]Test bit byte value 22last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5230,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_buffer_1,val_buffer_1,OTA and OTA BY OP,no,no,no,no,[MCF]Test buffer value 1,CHAR,32,32,,0x00,NR15.R3.MD700.MP,,any,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5231,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",val_buffer_2,val_buffer_2,OTA and OTA BY OP,no,no,no,no,[MCF]Test buffer value 2,CHAR,32,32,,0x00,NR15.R3.MD700.MP,,any,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5260,7 +5260,7 @@
5281,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte1.b8,val_struct_2.vbit_byte1.b8,OTA and OTA BY OP,no,no,no,no,Test bit byte value 1 in val_struct_2bit8bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5282,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2,val_struct_2.vbit_byte2,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5283,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2.F4b,val_struct_2.vbit_byte2.F4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5284,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2.L4b,val_struct_2.vbit_byte2.L4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5284,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2.L4b,val_struct_2.vbit_byte2.L4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5285,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbuffer,val_struct_2.vbuffer,OTA and OTA BY OP,no,no,no,no,Test buffer value in val_struct_2,CHAR,32,32,,0x00,NR15.R3.MD700.MP,,any,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5286,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbyte1,val_struct_2.vbyte1,OTA and OTA BY OP,no,no,no,no,Test byte value 1 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5287,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbyte2,val_struct_2.vbyte2,OTA and OTA BY OP,no,no,no,no,Test byte value 2 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5282,8 +5282,8 @@
5303,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte1.b7,val_struct_3[0~3].vbit_byte1.b7,OTA and OTA BY OP,no,no,no,no,Test bit byte value 1 in val_struct_2bit7bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5304,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte1.b8,val_struct_3[0~3].vbit_byte1.b8,OTA and OTA BY OP,no,no,no,no,Test bit byte value 1 in val_struct_2bit8bit 0:0:offbit 1:1:on,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5305,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2,val_struct_3[0~3].vbit_byte2,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5306,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2.F4b,val_struct_3[0~3].vbit_byte2.F4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
-5307,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2.L4b,val_struct_3[0~3].vbit_byte2.L4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5306,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2.F4b,val_struct_3[0~3].vbit_byte2.F4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2first 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:Min<BR>15:Max,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
+5307,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbit_byte2.L4b,val_struct_3[0~3].vbit_byte2.L4b,OTA and OTA BY OP,no,no,no,no,Test bit byte value 2 in val_struct_2last 4 bitsbit 0:0:Minbit 15:15:Max,BIT,4,,4,0x00,NR15.R3.MD700.MP,,15:Max<BR>0:Min,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5308,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbuffer,val_struct_3[0~3].vbuffer,OTA and OTA BY OP,no,no,no,no,Test buffer value in val_struct_2,CHAR,32,32,,0x00,NR15.R3.MD700.MP,,any,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5309,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbyte1,val_struct_3[0~3].vbyte1,OTA and OTA BY OP,no,no,no,no,Test byte value 1 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
5310,4099,NVRAM_EF_MCF_TEST_OTA_QUERY_LID,"1,2",vbyte2,val_struct_3[0~3].vbyte2,OTA and OTA BY OP,no,no,no,no,Test byte value 2 in val_struct_2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,This parameter is for MCF test (framework part)<BR>Test in machine (Y/N) N<BR>Test Time (minutes) around 0.5 day<BR>[Init] following MCF SQC plan<BR>[Test Step] following MCF SQC plan<BR>[Expected Result]<BR>following MCF SQC plan,Pass,,,,
@@ -5461,7 +5461,7 @@
5482,2433,NVRAM_EF_NR_CAP_LID,"1,2",endc_support,endc_support,OTA and OTA BY OP,no,no,no,no,[MCF] EN-DC support<BR>Used to set UE EN-DC support on/off in UE power on.,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:UE does not support EN-DC<BR>0x01:UE supports EN-DC,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
5483,2433,NVRAM_EF_NR_CAP_LID,"1,2",nea_support,nea_support,OTA and OTA BY OP,no,no,no,no,"[MCF] MSB: NEA0, 128-NEA1, 128-NEA2, 128-NEA3<BR>Purpose: NR encryption algorithm support<BR>Timing: UE power-up<BR>How to use: Set supported NR encryption algorithms",UNSIGNED CHAR,1,,,0xf0,NR15.R3.MD700.MP,,"0xF0~0x10:NIA0, 128-NIA1, 128-NIA2, 128-NIA3 supported",Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
5484,2433,NVRAM_EF_NR_CAP_LID,"1,2",nia_support,nia_support,OTA and OTA BY OP,no,no,no,no,"[MCF] MSB: NIA0, 128-NIA1, 128-NIA2, 128-NIA3<BR>Purpose: NR integrity algorithm support<BR>Timing: UE power-up<BR>How to use: Set supported NR integrity algorithms",UNSIGNED CHAR,1,,,0xf0,NR15.R3.MD700.MP,,"0x80~0x10:NIA0, 128-NIA1, 128-NIA2, 128-NIA3 supported",Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-5485,2433,NVRAM_EF_NR_CAP_LID,"1,2",nras_power_class,nras_power_class,Not Support,no,no,no,no,"NR powerclass<BR>Not used currently, only placeholder for NR powerclass",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:NR power class 1<BR>0x02:NR power class 2<BR>0x03:NR power class 3<BR>0x04:NR power class 4,No,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (minutes) N/A<BR>[Init] N/A<BR>[Test Step] N/A<BR>[Expected Result] N/A,Untested,,,,
+5485,2433,NVRAM_EF_NR_CAP_LID,"1,2",nras_power_class,nras_power_class,Not Support,no,no,no,no,"NR powerclass<BR>Not used currently, only placeholder for NR powerclass",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:NR power class 1<BR>0x03:NR power class 3<BR>0x02:NR power class 2<BR>0x04:NR power class 4,No,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (minutes) N/A<BR>[Init] N/A<BR>[Test Step] N/A<BR>[Expected Result] N/A,Untested,,,,
5486,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",ara_end,aral_data[0~5].ara_end,OTA,no,no,no,yes,ARA(LAC/TAC) end (aral_end[0]<<8 | aral_end[1]),UNSIGNED CHAR,2,2,,0x00,NR15.R3.MD700.MP,,any,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5487,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",ara_start,aral_data[0~5].ara_start,OTA,no,no,no,yes,ARA(LAC/TAC) start (aral_start[0]<<8 | aral_start[1]),UNSIGNED CHAR,2,2,,0x00,NR15.R3.MD700.MP,,any,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5488,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc1,aral_data[0~5].plmn.mcc1,OTA,no,no,no,yes,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
@@ -5470,7 +5470,7 @@
5491,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mnc1,aral_data[0~5].plmn.mnc1,OTA,no,no,no,yes,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5492,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mnc2,aral_data[0~5].plmn.mnc2,OTA,no,no,no,yes,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5493,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mnc3,aral_data[0~5].plmn.mnc3,OTA,no,no,no,yes,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~15,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
-5494,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",rat,aral_data[0~5].rat,OTA,no,no,no,yes,ARA RAT,ENUM,1,,,0,NR15.R3.MD700.MP,,4:LTE<BR>0:NONE<BR>1:GSM<BR>128:NR<BR>2:UMTS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
+5494,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",rat,aral_data[0~5].rat,OTA,no,no,no,yes,ARA RAT,ENUM,1,,,0,NR15.R3.MD700.MP,,2:UMTS<BR>0:NONE<BR>1:GSM<BR>128:NR<BR>4:LTE,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5495,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",csg_id,csg_id,OTA,no,no,no,yes,"[MCF,RUNTIME]Manually selected CSG ID",UNSIGNED INT,4,,,0x00,NR15.R3.MD700.MP,,any,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5496,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc1,csg_previous_rplmn.plmn_id.mcc1,OTA,no,no,no,yes,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5497,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc2,csg_previous_rplmn.plmn_id.mcc2,OTA,no,no,no,yes,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
@@ -5478,7 +5478,7 @@
5499,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mnc1,csg_previous_rplmn.plmn_id.mnc1,OTA,no,no,no,yes,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5500,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mnc2,csg_previous_rplmn.plmn_id.mnc2,OTA,no,no,no,yes,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5501,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mnc3,csg_previous_rplmn.plmn_id.mnc3,OTA,no,no,no,yes,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~15,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
-5502,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",rat,csg_previous_rplmn.rat,OTA,no,no,no,yes,CSG previous RPLMN RAT,ENUM,1,,,0x00,NR15.R3.MD700.MP,,2:UMTS<BR>4:LTE<BR>128:NR<BR>1:GSM<BR>0:NONE,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
+5502,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",rat,csg_previous_rplmn.rat,OTA,no,no,no,yes,CSG previous RPLMN RAT,ENUM,1,,,0x00,NR15.R3.MD700.MP,,128:NR<BR>1:GSM<BR>4:LTE<BR>0:NONE<BR>2:UMTS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5503,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc1,eq_plmn[0~15].mcc1,OTA,no,no,no,yes,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5504,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc2,eq_plmn[0~15].mcc2,OTA,no,no,no,yes,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5505,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc3,eq_plmn[0~15].mcc3,OTA,no,no,no,yes,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,15,NR15.R3.MD700.MP,,0~9,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
@@ -5564,7 +5564,7 @@
5585,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",plmn_barring_value,nwsel_data.plmn_barring_value,OTA,no,no,no,yes,"[MCF,RUNTIME]T_PLMN_barring timer value, AN: used only when VzW CDMA-less",UNSIGNED INT,4,,,900,NR15.R3.MD700.MP,,any,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5586,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",oplmn_data,oplmn_data,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]custom OPLMN context",UNSIGNED CHAR,1500,1500,,255,NR15.R3.MD700.MP,,any,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check<BR>[SOP Link] https://wiki.mediatek.inc/pages/viewpage.action?pageId=653397532,Pass,,,,
5587,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",recovery_timer_interval,recovery_timer_interval,OTA,no,no,no,yes,"[MCF,RUNTIME]Recovery timer interval array.",UNSIGNED INT,92,23,,recovery_timer_interval[0]:20<BR>recovery_timer_interval[1]:20<BR>recovery_timer_interval[2]:60<BR>recovery_timer_interval[3]:60<BR>recovery_timer_interval[4]:60<BR>recovery_timer_interval[5]:60<BR>recovery_timer_interval[6]:90<BR>recovery_timer_interval[7]:90<BR>recovery_timer_interval[8]:90<BR>recovery_timer_interval[9]:90<BR>recovery_timer_interval[10]:90<BR>recovery_timer_interval[11]:90<BR>recovery_timer_interval[12]:180<BR>recovery_timer_interval[13]:180<BR>recovery_timer_interval[14]:180<BR>recovery_timer_interval[15]:180<BR>recovery_timer_interval[16]:180<BR>recovery_timer_interval[17]:180<BR>recovery_timer_interval[18]:360<BR>recovery_timer_interval[19]:360<BR>recovery_timer_interval[20]:360<BR>recovery_timer_interval[21]:360<BR>recovery_timer_interval[22]:360,NR15.R3.MD700.MP,,any,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
-5588,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",rplmn_rat,rplmn_rat,OTA,no,no,no,yes,"[MCF,RUNTIME]RPLMN RAT",ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:NONE<BR>1:GSM<BR>4:LTE<BR>128:NR<BR>2:UMTS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
+5588,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",rplmn_rat,rplmn_rat,OTA,no,no,no,yes,"[MCF,RUNTIME]RPLMN RAT",ENUM,1,,,0x00,NR15.R3.MD700.MP,,2:UMTS<BR>0:NONE<BR>128:NR<BR>1:GSM<BR>4:LTE,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5589,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc1,stored_rplmn.mcc1,Not Support,no,yes,no,yes,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
5590,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc2,stored_rplmn.mcc2,Not Support,no,yes,no,yes,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
5591,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mcc3,stored_rplmn.mcc3,Not Support,no,yes,no,yes,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
@@ -5573,19 +5573,19 @@
5594,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",mnc3,stored_rplmn.mnc3,Not Support,no,yes,no,yes,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
5595,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",ue_oplmn_ver,ue_oplmn_ver,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]custom OPLMN version number",UNSIGNED CHAR,2,2,,0x00,NR15.R3.MD700.MP,,any,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
5596,963,NVRAM_EF_SBP_CUSTOM_MODEM_CONFIG_LID,1,sbp_cust_cfg_feature,sbp_custom_config[0~99].sbp_cust_cfg_feature,OTA and OTA BY OP,no,no,no,yes,sbp feature or sbp feature data enum,UNSIGNED SHORT,2,,,0x00,NR15.R3.MD700.MP,,0~SBP_DATA_MAX_MD_FEATURE:If sbp_cust_cfg_type is TYPE_DATA<BR>0~SBP_MAX_MD_FEATURE:if sbp_cust_cfg_type is TYPE_FEATURE,No,,,,,,,,Pass,,,,
-5597,963,NVRAM_EF_SBP_CUSTOM_MODEM_CONFIG_LID,1,sbp_cust_cfg_feature_val,sbp_custom_config[0~99].sbp_cust_cfg_feature_val,OTA and OTA BY OP,no,no,no,yes,sbp feature or sbp feature data value,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255:if sbp_cust_cfg_type is TYPE_DATA<BR>0~1:if sbp_cust_cfg_type is TYPE_FEATURE,No,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
-5598,963,NVRAM_EF_SBP_CUSTOM_MODEM_CONFIG_LID,1,sbp_cust_cfg_type,sbp_custom_config[0~99].sbp_cust_cfg_type,OTA and OTA BY OP,no,no,no,yes,"sbp feature type - 0: none, 1: sbp feature, 2: sbp feature data",ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:SBP_CUST_CFG_TYPE_NONE<BR>1:SBP_CUST_CFG_TYPE_FEATURE<BR>2:SBP_CUST_CFG_TYPE_DATA,No,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
+5597,963,NVRAM_EF_SBP_CUSTOM_MODEM_CONFIG_LID,1,sbp_cust_cfg_feature_val,sbp_custom_config[0~99].sbp_cust_cfg_feature_val,OTA and OTA BY OP,no,no,no,yes,sbp feature or sbp feature data value,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~1:if sbp_cust_cfg_type is TYPE_FEATURE<BR>0~255:if sbp_cust_cfg_type is TYPE_DATA,No,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
+5598,963,NVRAM_EF_SBP_CUSTOM_MODEM_CONFIG_LID,1,sbp_cust_cfg_type,sbp_custom_config[0~99].sbp_cust_cfg_type,OTA and OTA BY OP,no,no,no,yes,"sbp feature type - 0: none, 1: sbp feature, 2: sbp feature data",ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:SBP_CUST_CFG_TYPE_FEATURE<BR>0:SBP_CUST_CFG_TYPE_NONE<BR>2:SBP_CUST_CFG_TYPE_DATA,No,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
5599,963,NVRAM_EF_SBP_CUSTOM_MODEM_CONFIG_LID,1,sbp_id,sbp_custom_config[0~99].sbp_id,OTA and OTA BY OP,no,no,no,yes,sbp id to be customized,UNSIGNED INT,4,,,0x00,NR15.R3.MD700.MP,,0~1004,,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
5600,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config,modem_sbp_config,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature",UNSIGNED CHAR,161,161,,NA,NR15.R3.MD700.MP,,"array: {0~ff,0~ff,0~ff...}:1 bit for 1 sbp_feature",No,,,D-SBP,Modem - MTK Optimization/Proprietary,,,follow MCF RDIT SOP,Pass,,,,
-5601,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_1XRTT_DISABLE_VOICE_CALL,modem_sbp_config[104].SBP_1XRTT_DISABLE_VOICE_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable 1xRTT voice callbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01::enable<BR>0x00::disable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] Try to do a voice call by 1xRTT<BR>[Expected Result] Fail to do the voice call,Pass,,,,
-5602,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_1XRTT_ENHANCE_AEHO,modem_sbp_config[55].SBP_1XRTT_ENHANCE_AEHO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature1xrtt enhanced AEHObit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Vzw MO/MT call,Pass,,,,
-5603,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_1XRTT_ENHANCE_SILENT_RETRY,modem_sbp_config[55].SBP_1XRTT_ENHANCE_SILENT_RETRY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf 1xRTT can not camp on system when scan exhaust SRSL(Silent Retry Scan List), scan system with system lost scan listbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Vzw MO call test in poor signal,Pass,,,,
+5601,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_1XRTT_DISABLE_VOICE_CALL,modem_sbp_config[104].SBP_1XRTT_DISABLE_VOICE_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable 1xRTT voice callbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00::disable<BR>0x01::enable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] Try to do a voice call by 1xRTT<BR>[Expected Result] Fail to do the voice call,Pass,,,,
+5602,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_1XRTT_ENHANCE_AEHO,modem_sbp_config[55].SBP_1XRTT_ENHANCE_AEHO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature1xrtt enhanced AEHObit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Vzw MO/MT call,Pass,,,,
+5603,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_1XRTT_ENHANCE_SILENT_RETRY,modem_sbp_config[55].SBP_1XRTT_ENHANCE_SILENT_RETRY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf 1xRTT can not camp on system when scan exhaust SRSL(Silent Retry Scan List), scan system with system lost scan listbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Vzw MO call test in poor signal,Pass,,,,
5604,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_2G_CAP_FORCE_R9,modem_sbp_config[59].SBP_2G_CAP_FORCE_R9,OTA and OTA BY OP,no,no,no,yes,"During FT, we have found that some NW doesn't respond to ATTACH REQUEST if UE sends 2G capability in MS classmark3 later than Release 9 (based on GERAN_RELEASE_SUPPORT value). <BR>To overcome this case, we have provided this SBP so that UE can report 2G capability only till Release 9 (if SBP is TRUE).",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Report 2G capability in Classmark 3 till Release 9<BR>0:Report 2G capability in Classmark 3 as per GERAN_RELEASE_SUPPORT,No,,__2G_CAP_FORCE_R9__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5605,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_2G_CUSTOMIZED_APC_ALG,modem_sbp_config[61].SBP_2G_CUSTOMIZED_APC_ALG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureENABLE_2G_CUSTOMIZED_APC_ALGbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
5606,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_2G_DISABLED_WITH_ECC_ALLOWED,modem_sbp_config[69].SBP_2G_DISABLED_WITH_ECC_ALLOWED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport the functionality of 2G disabled with ECC allowed on 2G. Triggered by AT+EGMC with configuring rat_disable_with_eccbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5607,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_2G_FDD_FLIGHT_MODE_RETAIN_STORED_SI,modem_sbp_config[81].SBP_2G_FDD_FLIGHT_MODE_RETAIN_STORED_SI,OTA and OTA BY OP,no,no,no,yes,Configuration of SBP Feature is for 2G FDD to retain Stored SI List context across Flight Mode switch,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:GSM will not retain Stored System Information across Flight mode<BR>1:GSM will retain Stored System Information across Flight mode,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5608,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_2G_FDD_USE_STORED_SI,modem_sbp_config[81].SBP_2G_FDD_USE_STORED_SI,OTA and OTA BY OP,no,no,no,yes,SBP controls the 2G Stored SI feature:<BR>RRM will be storing the System information of the camped on cell during cell selection.<BR>A Stored System Information List will be maintained in RRM.<BR>This Stored information will be re-used by in later Cell Selections.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GSM will be using the Stored System Information list<BR>0:GSM will not be using the Stored System Information list,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-5609,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_2G_PLMN_LIST_SPEED_MODE,modem_sbp_config[68].SBP_2G_PLMN_LIST_SPEED_MODE,OTA and OTA BY OP,no,no,no,yes,"If UE suffers from taking long time to perform PLMN List, this SBP is able to improve the speed when performing PLMN List on 2G; yet, it takes risk for the accuracy being lower.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. The UE would utilize original PLMN List mechanism.<BR>1:Enable. Improve the speed for 2G PLMN List with lower accuracy.,No,,__DISABLE_GAS_LIST_SPEED_MODE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+5609,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_2G_PLMN_LIST_SPEED_MODE,modem_sbp_config[68].SBP_2G_PLMN_LIST_SPEED_MODE,OTA and OTA BY OP,no,no,no,yes,"If UE suffers from taking long time to perform PLMN List, this SBP is able to improve the speed when performing PLMN List on 2G; yet, it takes risk for the accuracy being lower.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable. Improve the speed for 2G PLMN List with lower accuracy.<BR>0:Disable. The UE would utilize original PLMN List mechanism.,No,,__DISABLE_GAS_LIST_SPEED_MODE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5610,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_2G_RXLEV_ACCESS_MIN,modem_sbp_config[55].SBP_2G_RXLEV_ACCESS_MIN,OTA and OTA BY OP,no,no,no,yes,This feature allows the customer to set the value of RXLEV_ACCESS_MIN which is used to calculate C1/C2.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GSM will use RXLEV_ACCESS_MIN based on customized value set.<BR>0:GSM will use RXLEV_ACCESS_MIN as obtained from network.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5611,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[64].SBP_2G_RXQUAL_MEAS_MODIFY_ENABLE_FDD,modem_sbp_config[64].SBP_2G_RXQUAL_MEAS_MODIFY_ENABLE_FDD,OTA and OTA BY OP,no,no,no,yes,"This SBP is to enable Measurement modification Algorithm based on Rxual received by GAS from 2G L1. The other values dependent in Measurement modification are from custom values defined in GAS custom file.<BR>When this SBP is enabled, Rxqual based Measurement modification Algorithm could be enabled.<BR>When this SBP is disabled, Rxqual based Measurement modification Algorithm could be enabled.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. By Default Disable Rxqual based Measurement modification Algorithm .<BR>1:Enable Rxqual based Measurement modification Algorithm.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5612,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_2G_SEND_ANY_CHANNEL_FOR_MT_CSFB,modem_sbp_config[96].SBP_2G_SEND_ANY_CHANNEL_FOR_MT_CSFB,OTA and OTA BY OP,no,no,no,yes,"During MT CSFB, if the mobile station is paged for a speech call or for any other CS service requiring a traffic channel, if the SBP is enable, then Mobile station sends Channel type as ANY CHANNEL other wise Channel type as TCH/H or TCH/F as per 3GPP spec.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Send Channel type on RACH as TCH/H or TCH/F for MT CSFB paging respose for CS<BR>0:Send Channel type on RACH as ANY CHANNEL for MT CSFB paging respose for CS,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
@@ -5613,38 +5613,38 @@
5634,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_ALLOW_EARLY_ROAMING_4G_FIRST,modem_sbp_config[63].SBP_ALLOW_EARLY_ROAMING_4G_FIRST,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger PLMN search when roaming 4G NW is found during stored frequency searchbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: not support<BR>1: support,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
5635,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_ALLOW_EMC_PDN_WHEN_NW_REJ_CONN,modem_sbp_config[62].SBP_ALLOW_EMC_PDN_WHEN_NW_REJ_CONN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature Allow EMC PDN setup when Access Barring caused by NW_REJ_CONNbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Allow emergency PDN when Access barring is caused because NW reject connection.<BR>0:Disable. Don't allow emergency PDN when Access barring is caused because NW reject connection.,No,,__SBP_ALLOW_EMC_PDN_WHEN_NEW_REJ_CONN__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5636,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_ALLOW_FAST_DORMANCY_DURING_VOICE_CALL,modem_sbp_config[40].SBP_ALLOW_FAST_DORMANCY_DURING_VOICE_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables UE to allow fast dormancy during voice call",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-5637,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[37].SBP_ALLOW_NULL_APN_FOR_ADDITIONAL_PDN,modem_sbp_config[37].SBP_ALLOW_NULL_APN_FOR_ADDITIONAL_PDN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBy turning on SBP_ALLOW_NULL_APN_FOR_ADDITIONAL_PDN, UE is allowable to use NULL APN to activate additional PDN connectionbit 0:0:Disable: UE needs to assign specific APN to activate additional PDN connectionbit 1:1:Enalbe: UE could activate additional PDN connection without assiging APN (with NULL APN)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit 0:disable<BR>bit 1:enable,No,,,[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>UE attachs to LTE<BR>[Test Step] <BR>UE could activate additional PDN connection without assiging APN (with NULL APN)<BR>[Expected Result]<BR>UE could activate additional PDN connection without assiging APN (with NULL APN),Pass,,,,
-5638,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_ALLOW_PDP_ACTIVATION_TRIGGER_23G_GMM_ATTACH,modem_sbp_config[61].SBP_ALLOW_PDP_ACTIVATION_TRIGGER_23G_GMM_ATTACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To allow pdp activation trigger 23G GMM attachbit 0:0:Not Allowbit 1:1:Allow",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not allow PDP context activation procedure triggers PS attachment procedure in 23G PS non-attach state<BR>1:Allow PDP context activation procedure triggers PS attachment procedure in 23G PS non-attach state,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5639,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_ALLOW_PDP_ACT_OVER_NEW_CONNECTION_WHEN_RAU_FOR_FALSE,modem_sbp_config[99].SBP_ALLOW_PDP_ACT_OVER_NEW_CONNECTION_WHEN_RAU_FOR_FALSE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow PDP Activation on new RRC connection when RAU was performed with FOR bit FALSEbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x1:Allow PDP Activation on new RRC connection when RAU was performed with FOR bit FALSE<BR>0x0:Allow PDP to activate on existing RRC connection,No,No,,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 3G<BR>->Trigger RAU with FOR as 0<BR>->Trigger PDP activation as well<BR>->Observe that PDP activation should happen over new RRC connection<BR>[Expected Result]<BR>Observe that PDP activation should happen over new RRC connection,Pass,,,,
-5640,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_ALLOW_PDP_ACT_OVER_NEW_RRC_CONNECTION,modem_sbp_config[92].SBP_ALLOW_PDP_ACT_OVER_NEW_RRC_CONNECTION,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow PDP to activate over new PS signaling /RRC connectionbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x1:Allow PDP to activate on new RRC connection always<BR>0x0:Allow PDP to activate on either new RRC connection or existing RRC connection,No,No,This feature can be enabled by compile option __ALLOW_PDP_ACT_OVER_NEW_RRC_CONNECTION__,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 3G<BR>->Trigger PDP activation <BR>[Expected Result]<BR>Observe that PDP activation will be triggered over new RRC connection,Pass,,,,
-5641,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_ALLOW_REGISTRATION_FOR_PPAC_RESTRICTION,modem_sbp_config[26].SBP_ALLOW_REGISTRATION_FOR_PPAC_RESTRICTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow Registration when PPAC(Paging Permission Access control) restriction is onbit 0:0:Do not allow Registration when PPAC(Paging Permission Access control) restriction is onbit 1:1:Allow Registration when PPAC restriction is on",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:If SBP is not enabled, Registration is not allowed when PPAC(Paging Permission Access control) is restricted<BR>1:If SBP is enabled, Allow Registration when PPAC(Paging Permission Access control) is restricted for PS and requested<BR>domain is CS or when PPAC(Paging Permission Access control) is restricted for CS and requested domain is PS",No,,__ALLOW_REGISTRATION_FOR_PPAC_RESTRICTION__,MD Config,Modem - Customer Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+5637,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[37].SBP_ALLOW_NULL_APN_FOR_ADDITIONAL_PDN,modem_sbp_config[37].SBP_ALLOW_NULL_APN_FOR_ADDITIONAL_PDN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBy turning on SBP_ALLOW_NULL_APN_FOR_ADDITIONAL_PDN, UE is allowable to use NULL APN to activate additional PDN connectionbit 0:0:Disable: UE needs to assign specific APN to activate additional PDN connectionbit 1:1:Enalbe: UE could activate additional PDN connection without assiging APN (with NULL APN)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit 1:enable<BR>bit 0:disable,No,,,[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>UE attachs to LTE<BR>[Test Step] <BR>UE could activate additional PDN connection without assiging APN (with NULL APN)<BR>[Expected Result]<BR>UE could activate additional PDN connection without assiging APN (with NULL APN),Pass,,,,
+5638,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_ALLOW_PDP_ACTIVATION_TRIGGER_23G_GMM_ATTACH,modem_sbp_config[61].SBP_ALLOW_PDP_ACTIVATION_TRIGGER_23G_GMM_ATTACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To allow pdp activation trigger 23G GMM attachbit 0:0:Not Allowbit 1:1:Allow",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Allow PDP context activation procedure triggers PS attachment procedure in 23G PS non-attach state<BR>0:Not allow PDP context activation procedure triggers PS attachment procedure in 23G PS non-attach state,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5639,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_ALLOW_PDP_ACT_OVER_NEW_CONNECTION_WHEN_RAU_FOR_FALSE,modem_sbp_config[99].SBP_ALLOW_PDP_ACT_OVER_NEW_CONNECTION_WHEN_RAU_FOR_FALSE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow PDP Activation on new RRC connection when RAU was performed with FOR bit FALSEbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x0:Allow PDP to activate on existing RRC connection<BR>0x1:Allow PDP Activation on new RRC connection when RAU was performed with FOR bit FALSE,No,No,,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 3G<BR>->Trigger RAU with FOR as 0<BR>->Trigger PDP activation as well<BR>->Observe that PDP activation should happen over new RRC connection<BR>[Expected Result]<BR>Observe that PDP activation should happen over new RRC connection,Pass,,,,
+5640,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_ALLOW_PDP_ACT_OVER_NEW_RRC_CONNECTION,modem_sbp_config[92].SBP_ALLOW_PDP_ACT_OVER_NEW_RRC_CONNECTION,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow PDP to activate over new PS signaling /RRC connectionbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0:Allow PDP to activate on either new RRC connection or existing RRC connection<BR>0x1:Allow PDP to activate on new RRC connection always,No,No,This feature can be enabled by compile option __ALLOW_PDP_ACT_OVER_NEW_RRC_CONNECTION__,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 3G<BR>->Trigger PDP activation <BR>[Expected Result]<BR>Observe that PDP activation will be triggered over new RRC connection,Pass,,,,
+5641,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_ALLOW_REGISTRATION_FOR_PPAC_RESTRICTION,modem_sbp_config[26].SBP_ALLOW_REGISTRATION_FOR_PPAC_RESTRICTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow Registration when PPAC(Paging Permission Access control) restriction is onbit 0:0:Do not allow Registration when PPAC(Paging Permission Access control) restriction is onbit 1:1:Allow Registration when PPAC restriction is on",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:If SBP is not enabled, Registration is not allowed when PPAC(Paging Permission Access control) is restricted<BR>domain is CS or when PPAC(Paging Permission Access control) is restricted for CS and requested domain is PS<BR>1:If SBP is enabled, Allow Registration when PPAC(Paging Permission Access control) is restricted for PS and requested",No,,__ALLOW_REGISTRATION_FOR_PPAC_RESTRICTION__,MD Config,Modem - Customer Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
5642,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_ALLOW_SIM_REFRESH_RESET_WHEN_IN_CALL,modem_sbp_config[8].SBP_ALLOW_SIM_REFRESH_RESET_WHEN_IN_CALL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow SIM Refresh(UICC Reset) proactive command during callbit 0:0:Disable. Not perform UICC RESET type of REFRESH during a call.bit 1:1:Enable. Perform UICC RESET type of REFRESH curing a call.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,SIM Refresh,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-5643,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_ALWAYS_TRIGGER_IVSR_AFTER_POWER_ON,modem_sbp_config[57].SBP_ALWAYS_TRIGGER_IVSR_AFTER_POWER_ON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAlways trigger IVSR after power-on or leave flight mode or SIM hot swapbit 0:0:Disabled. Do not trigger IVSR if UE does not register beforebit 1:1:Enabled. Always trigger IVSR after power-on",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5643,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_ALWAYS_TRIGGER_IVSR_AFTER_POWER_ON,modem_sbp_config[57].SBP_ALWAYS_TRIGGER_IVSR_AFTER_POWER_ON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAlways trigger IVSR after power-on or leave flight mode or SIM hot swapbit 0:0:Disabled. Do not trigger IVSR if UE does not register beforebit 1:1:Enabled. Always trigger IVSR after power-on",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5644,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[7].SBP_AMR_WB_GSM,modem_sbp_config[7].SBP_AMR_WB_GSM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis feature is used to enable/disable AMR-WB codec in GSMbit 0:0:Disable AMR-WB codec in GSMbit 1:1:Enable AMR-WB codec in GSM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5645,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[7].SBP_AMR_WB_UMTS,modem_sbp_config[7].SBP_AMR_WB_UMTS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis feature is used to enable/disable AMR-WB codec in UMTSbit 0:0:Disable AMR-WB codec in UMTSbit 1:1:Enable AMR-WB codec in UMTS",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5646,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_APPLMN_LIST,modem_sbp_config[16].SBP_APPLMN_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable APPLMN List mechanism: append predefined PLMN to PLMN search list.bit 0:0:Disabled. Not apply APPLMN list mechanismbit 1:1:Enabled. Apply APLLMN list mechanism",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5647,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[64].SBP_APPLY_DEFAULT_VALUE_FOR_BACKOFF_TIMER,modem_sbp_config[64].SBP_APPLY_DEFAULT_VALUE_FOR_BACKOFF_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply 3GPP default back-Off timer valuebit 0:0:UE does not apply the default value (12 minutes) for the back-off timer.bit 1:1:UE applies the default value (12 minutes) for the back-off timer.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,LTE Protocol (R13 Baseline),Modem - 3GPP Spec.,,,Legacy Feature,Pass,,,,
-5648,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_APPLY_OR_LOGIC_FOR_EAB_LOW_PRIORITY_OVERRIDE,modem_sbp_config[88].SBP_APPLY_OR_LOGIC_FOR_EAB_LOW_PRIORITY_OVERRIDE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply OR logic for EAB/Low Priority overridebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disabled.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5646,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_APPLMN_LIST,modem_sbp_config[16].SBP_APPLMN_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable APPLMN List mechanism: append predefined PLMN to PLMN search list.bit 0:0:Disabled. Not apply APPLMN list mechanismbit 1:1:Enabled. Apply APLLMN list mechanism",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5647,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[64].SBP_APPLY_DEFAULT_VALUE_FOR_BACKOFF_TIMER,modem_sbp_config[64].SBP_APPLY_DEFAULT_VALUE_FOR_BACKOFF_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply 3GPP default back-Off timer valuebit 0:0:UE does not apply the default value (12 minutes) for the back-off timer.bit 1:1:UE applies the default value (12 minutes) for the back-off timer.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,LTE Protocol (R13 Baseline),Modem - 3GPP Spec.,,,Legacy Feature,Pass,,,,
+5648,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_APPLY_OR_LOGIC_FOR_EAB_LOW_PRIORITY_OVERRIDE,modem_sbp_config[88].SBP_APPLY_OR_LOGIC_FOR_EAB_LOW_PRIORITY_OVERRIDE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply OR logic for EAB/Low Priority overridebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5649,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_AP_SUPPORTS_MULTIPLE_PS,modem_sbp_config[43].SBP_AP_SUPPORTS_MULTIPLE_PS,Not Support,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete because not used in MD now.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,NA,No,,,MD Config,Modem - Customer Requirement,,,NA,Untested,,,,
5650,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[51].SBP_ASSIGN_MRU0_IF_EMPTY,modem_sbp_config[51].SBP_ASSIGN_MRU0_IF_EMPTY,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuremap the first entry of PRL to MRU[0]bit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,Sprint System Selection,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-5651,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[14].SBP_ATCI_QUEUE_AT,modem_sbp_config[14].SBP_ATCI_QUEUE_AT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureQueue AT command in modembit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,AT Command,Modem Application - Modem Control,,,Check AT command can be processed normally,Untested,,,,
-5652,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[1].SBP_ATNT_HPPLMN_SEARCH,modem_sbp_config[1].SBP_ATNT_HPPLMN_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePerform background search to higher priority PLMNs and treat north America MCCs are in the same country.bit 0:0:Disabled. Not treat north America MCCs as in the same countrybit 1:1:Enabled. Treat north America MCCs as in the same country",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5653,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_ATTACH_REJ_19_START_T3402,modem_sbp_config[36].SBP_ATTACH_REJ_19_START_T3402,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurestart T3402 after UE receives ATTACH reject #19bit 0:0:Disable. Follow original behavior that UE has 5 times chances to receive ATTACH reject with cause #19bit 1:1:Enabled. UE will set attach attempt counter to MAX and start T3402 when UE receives an ATTACH reject with cause #19",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Follow original behavior that UE has 5 times chances to receive ATTACH reject with cause #19.<BR>1:Enabled. UE will set attach attempt counter to MAX and start T3402 when UE receives an ATTACH reject with cause #19.,No,,__ATTACH_REJ_19_START_T3402__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5651,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[14].SBP_ATCI_QUEUE_AT,modem_sbp_config[14].SBP_ATCI_QUEUE_AT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureQueue AT command in modembit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,AT Command,Modem Application - Modem Control,,,Check AT command can be processed normally,Untested,,,,
+5652,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[1].SBP_ATNT_HPPLMN_SEARCH,modem_sbp_config[1].SBP_ATNT_HPPLMN_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePerform background search to higher priority PLMNs and treat north America MCCs are in the same country.bit 0:0:Disabled. Not treat north America MCCs as in the same countrybit 1:1:Enabled. Treat north America MCCs as in the same country",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5653,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_ATTACH_REJ_19_START_T3402,modem_sbp_config[36].SBP_ATTACH_REJ_19_START_T3402,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurestart T3402 after UE receives ATTACH reject #19bit 0:0:Disable. Follow original behavior that UE has 5 times chances to receive ATTACH reject with cause #19bit 1:1:Enabled. UE will set attach attempt counter to MAX and start T3402 when UE receives an ATTACH reject with cause #19",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. UE will set attach attempt counter to MAX and start T3402 when UE receives an ATTACH reject with cause #19.<BR>0:Disable. Follow original behavior that UE has 5 times chances to receive ATTACH reject with cause #19.,No,,__ATTACH_REJ_19_START_T3402__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5654,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[37].SBP_ATT_REJ_19_MAXIMUM_3,modem_sbp_config[37].SBP_ATT_REJ_19_MAXIMUM_3,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet the maximum attempt counter for ATTACH reject #19 as 3bit 0:0:Disable. Follow original behavior that UE has 5 times chances to receive ATTACH reject with cause #19bit 1:1:Enabled. UE has only 3 times chances to receive ATTACH reject with cause #19",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Follow original behavior that UE has 5 times chances to receive ATTACH reject with cause #19.<BR>1:Enabled. UE has only 3 times chances to receive ATTACH reject with cause #19.,No,,__ATT_REJ_19_MAXIMUM_3__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5655,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_AT_ME_IDENTIFICATION_WITHOUT_HEADER,modem_sbp_config[4].SBP_AT_ME_IDENTIFICATION_WITHOUT_HEADER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis feature is used to display prefix string of intermediate result of AT+CGMM,AT+CGMR and AT+CGMI commandbit 0:0:Disable ME identification without HEADERbit 1:1:Enable ME identification without HEADER",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5656,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_AUTO_RESEL_ONLY_WHEN_NO_SERVICE,modem_sbp_config[19].SBP_AUTO_RESEL_ONLY_WHEN_NO_SERVICE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAuto reselection only when no service or limited service.bit 0:0:Disabled. Perform auto reselection without checking service statebit 1:1:Enabled. Perform auto reselection only when no/limited service",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
-5657,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[25].SBP_AVOID_PS_DETACH_WHEN_EUTRAN_DISABLED,modem_sbp_config[25].SBP_AVOID_PS_DETACH_WHEN_EUTRAN_DISABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf this feature is enabled, UE will not perform PS detach in set RAT mode procedure if E-UTRAN is disabled.bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:Enabled.UE will NOT perform PS detach if set RAT procedure happens after E-UTRAN disabled, so reselection to UTRAN can success.<BR>0:Disabled. UE will perform PS detach if set RAT procedure happens after E-UTRAN disabled.",No,,__AVOID_PS_DETACH_WHEN_EUTRAN_DISABLED__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5657,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[25].SBP_AVOID_PS_DETACH_WHEN_EUTRAN_DISABLED,modem_sbp_config[25].SBP_AVOID_PS_DETACH_WHEN_EUTRAN_DISABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf this feature is enabled, UE will not perform PS detach in set RAT mode procedure if E-UTRAN is disabled.bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:Disabled. UE will perform PS detach if set RAT procedure happens after E-UTRAN disabled.<BR>1:Enabled.UE will NOT perform PS detach if set RAT procedure happens after E-UTRAN disabled, so reselection to UTRAN can success.",No,,__AVOID_PS_DETACH_WHEN_EUTRAN_DISABLED__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5658,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_AVOID_SERVICE_CHANGE_TIMER_DURING_POWEROFF_DETACH,modem_sbp_config[59].SBP_AVOID_SERVICE_CHANGE_TIMER_DURING_POWEROFF_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To avoid Service Change Timer during Power off detachbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:UE avoid Service Change Timer during Power off detach in 2G.This will help to indicate early detach indication to upper layers.<BR>0:UE runs Service Change Timer after GMM DETACH procedure is completed to keep the TBF alive in 2G.,No,,__SBP_START_SERVICE_CHANGE_TIMER_DURING_POWEROFF_DETACH__,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) :10 mins <BR> [Init] :UE register with Network<BR> [Test Step] Perform Power off UE<BR> [Expected Result] UE is expected to perform Power off early,Pass,,,,
-5659,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_BAND_SCAN_PRIORITY,modem_sbp_config[35].SBP_BAND_SCAN_PRIORITY,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureStrict LTE Frequency/Band Scan by Prioritybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-5660,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_BAND_SCAN_PRIORITY_BY_HPLMN,modem_sbp_config[88].SBP_BAND_SCAN_PRIORITY_BY_HPLMN,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureStrict LTE Frequency/Band Scan by Priority according to HPLMN in SIMbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+5659,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_BAND_SCAN_PRIORITY,modem_sbp_config[35].SBP_BAND_SCAN_PRIORITY,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureStrict LTE Frequency/Band Scan by Prioritybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+5660,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_BAND_SCAN_PRIORITY_BY_HPLMN,modem_sbp_config[88].SBP_BAND_SCAN_PRIORITY_BY_HPLMN,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureStrict LTE Frequency/Band Scan by Priority according to HPLMN in SIMbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5661,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_BAR_CELL_FOR_CONN_FAIL,modem_sbp_config[81].SBP_BAR_CELL_FOR_CONN_FAIL,OTA and OTA BY OP,no,no,no,yes,To BAR abnormal cell by counting T300 timeout or RRC connection reject,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:bar cell mechanism for abnormal cell is not activated.<BR>0:bar cell mechanism for abnormal cell is activated.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5662,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_BAR_CEL_NW_REJ_W_WAIT_TIME,modem_sbp_config[97].SBP_BAR_CEL_NW_REJ_W_WAIT_TIME,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurebar cell which send multiple RRC Rej with wait timebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,LTE Protocol (R13 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y <BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Receive RRC reject with wait time<BR> [Expected Result]<BR>Bar the Cell,Pass,,,,
5663,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[52].SBP_BAR_DATA_ROAMING,modem_sbp_config[52].SBP_BAR_DATA_ROAMING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBar data service in roaming NW. 0 Not enabled bar data service in roaming NW feature;1 Enabled bar data service in roaming NW feature.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0,1",No,,,MD Config,Modem - Customer Requirement,,,SPRINT data roaming test,Pass,,,,
5664,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_BAR_FTA_CELL_IN_SBY,modem_sbp_config[67].SBP_BAR_FTA_CELL_IN_SBY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRemove ForbiddenTA baring cell from standby measure Indbit 0:0:Not remove ForbiddenTA baring cell from standby measure Indbit 1:1:Remove ForbiddenTA baring cell from standby measure Ind",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Remove ForbiddenTA baring cell from standby measure Ind<BR>0:Not remove ForbiddenTA baring cell from standby measure Ind,No,,,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
5665,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_BEFORE_RINGING_CSFB,modem_sbp_config[24].SBP_BEFORE_RINGING_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuremake MO call in CS domain before ringingbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,[LTE Protocol Baseline]IRAT_4_3,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-5666,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_BG_SEARCH_2G4_FDD,modem_sbp_config[5].SBP_BG_SEARCH_2G4_FDD,OTA and OTA BY OP,no,no,no,yes,"In some 2G/3G live network, The network may not broadcast the LTE neighbor cell list in system information block,<BR> In this condition, the UE may not back to LTE RAT via 2G4/3G4 IRCR. So LTE background search feature is used to overcome<BR> this condition and let UE still can back to LTE.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:UE supports 4G background search in 2G<BR>1:UE does not support 4G background search in 2G,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5666,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_BG_SEARCH_2G4_FDD,modem_sbp_config[5].SBP_BG_SEARCH_2G4_FDD,OTA and OTA BY OP,no,no,no,yes,"In some 2G/3G live network, The network may not broadcast the LTE neighbor cell list in system information block,<BR> In this condition, the UE may not back to LTE RAT via 2G4/3G4 IRCR. So LTE background search feature is used to overcome<BR> this condition and let UE still can back to LTE.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:UE does not support 4G background search in 2G<BR>0:UE supports 4G background search in 2G,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5667,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_BG_SEARCH_2G4_TDD,modem_sbp_config[5].SBP_BG_SEARCH_2G4_TDD,Not Support,no,no,no,yes,Configuration of SBP Feature2G TDD to LTE Background Search Enabled bit 0:0:Not Supportedbit 1:1:Supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,[GSM Protocol Baseline]IRAT,Modem - 3GPP Spec.,,,,Untested,,,,
-5668,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_BG_SEARCH_2G5_FDD,modem_sbp_config[92].SBP_BG_SEARCH_2G5_FDD,OTA and OTA BY OP,no,no,no,yes,"In some 2G/3G live network, The network may not broadcast the 5G neighbor cell list in system information block,<BR> In this condition, the UE may not back to LTE RAT via 2G5/3G5 IRCR. So NR background search feature is used to overcome<BR> this condition and let UE still can back to NR.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:UE does not support 5G background search in 2G<BR>0:UE supports 5G background search in 2G,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5668,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_BG_SEARCH_2G5_FDD,modem_sbp_config[92].SBP_BG_SEARCH_2G5_FDD,OTA and OTA BY OP,no,no,no,yes,"In some 2G/3G live network, The network may not broadcast the 5G neighbor cell list in system information block,<BR> In this condition, the UE may not back to LTE RAT via 2G5/3G5 IRCR. So NR background search feature is used to overcome<BR> this condition and let UE still can back to NR.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:UE supports 5G background search in 2G<BR>1:UE does not support 5G background search in 2G,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5669,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_BG_SEARCH_2G5_TDD,modem_sbp_config[92].SBP_BG_SEARCH_2G5_TDD,Not Support,no,no,no,yes,Configuration of SBP Feature2G TDD to 5G Background Search Enabled bit 0:0:Not Supportedbit 1:1:Supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,Background search on NR,Modem - Operator Requirement,,,,Untested,,,,
5670,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_BG_SEARCH_3G4_FDD,modem_sbp_config[5].SBP_BG_SEARCH_3G4_FDD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables UE to configure BG search on 4G while on 3G",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5671,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_BG_SEARCH_3G4_TDD,modem_sbp_config[5].SBP_BG_SEARCH_3G4_TDD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature3G TDD to LTE Background Search Enabled bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable,,,,TSDCDMA/HSPA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
@@ -5653,16 +5653,16 @@
5674,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_BG_SEARCH_4G5,modem_sbp_config[92].SBP_BG_SEARCH_4G5,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]This feature enables UE to perform 5G background search while in 4G",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5675,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_BLACK_CELL_LIST,modem_sbp_config[31].SBP_BLACK_CELL_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBlack cell list enhancementbit 0:0:User can not use edit black cell list by inject messagebit 1:1:User can use edit black cell list by inject message",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:User can use edit black cell list by inject message<BR>0:User can not use edit black cell list by inject messagebit,No,,__BLACK_CELL_LIST__,[LTE Protocol Baseline]HANDOVER,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
5676,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_BLIND_FR_2G_TDD,modem_sbp_config[65].SBP_BLIND_FR_2G_TDD,Not Support,no,no,no,yes,Configuration of SBP FeatureWhether blind FR for 2G TDD is activatedbit 0:0:Not enabledbit 1:1:Enabled,BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,[GSM Protocol Baseline]AFR,Modem - 3GPP Spec.,,,,Untested,,,,
-5677,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_BLOCK_EPLMN_RETRY_WHEN_BOT_PRESENT_RAI_ABSENT,modem_sbp_config[38].SBP_BLOCK_EPLMN_RETRY_WHEN_BOT_PRESENT_RAI_ABSENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to forcely add EPLMN list into the scope of back-off timer for ESM/SM cause values #8/#27/#32/#33 if NW does not include Re-attempt indicator IEbit 0:0:Do not add EPLMN list into the scope of back-off timer if the network does not include Re-attempt indicator for causes #8/#27/#32/#33.bit 1:1:Add EPLMN list into the scope of back-off timer if the network does not include Re-attempt indicator for causes #8/#27/#32/#33.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,LTE Protocol (R13 Baseline),Modem - 3GPP Spec.,,,Legacy Feature,Pass,,,,
-5678,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_BLOCK_EPLMN_RETRY_WHEN_RAI_ABSENT,modem_sbp_config[38].SBP_BLOCK_EPLMN_RETRY_WHEN_RAI_ABSENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to forcely add EPLMN list into the scope of back-off timer for ESM/SM cause values #50/#51 if NW does not include Re-attempt indicator IEbit 0:0:Do not add EPLMN list into the scope of back-off timer if the network does not include Re-attempt indicatorbit 1:1:Add EPLMN list into the scope of back-off timer if the network does not include Re-attempt indicator.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
-5679,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_BLOCK_ILLEGAL_ME,modem_sbp_config[96].SBP_BLOCK_ILLEGAL_ME,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature to enable block illegal ME feature bit <BR>purpose: block the ME once the IMEI/MEID is illegal<BR>timing: network registration<BR>how to use: control the bit",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y) <BR> Test Time (30) <BR> [Init] modify the UE's IMEI of SIM1 to a illegal value, keep SIM2 IMEI as valid value<BR> [Test Step] network regsitration of SIM1, get reject. check if SIM2 does not have service as well.<BR> [Expected Result] can not attach normal of both SIM cards",Pass,,,,
-5680,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_C2K_1X_FAST_TIMING_TRACKING_FEATURE,modem_sbp_config[94].SBP_C2K_1X_FAST_TIMING_TRACKING_FEATURE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurefast timing trackingbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y) <BR>Test Time (10 minutes) <BR>[Init] C2K mode<BR>[Test Step] 1. set 0 or 1<BR> 2. 1xRTT call setup<BR>[Expected Result] 1xRTT call not drop,Pass,,,,
-5681,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_C2K_COMBINED_LOCATION_INFO,modem_sbp_config[43].SBP_C2K_COMBINED_LOCATION_INFO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCombine final location information for SIM location event update optimizationbit 0:0:Disable combine final location information for SIM location event updatebit 1:1:Enable combine final location information for SIM location event update optimization",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+5677,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_BLOCK_EPLMN_RETRY_WHEN_BOT_PRESENT_RAI_ABSENT,modem_sbp_config[38].SBP_BLOCK_EPLMN_RETRY_WHEN_BOT_PRESENT_RAI_ABSENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to forcely add EPLMN list into the scope of back-off timer for ESM/SM cause values #8/#27/#32/#33 if NW does not include Re-attempt indicator IEbit 0:0:Do not add EPLMN list into the scope of back-off timer if the network does not include Re-attempt indicator for causes #8/#27/#32/#33.bit 1:1:Add EPLMN list into the scope of back-off timer if the network does not include Re-attempt indicator for causes #8/#27/#32/#33.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,LTE Protocol (R13 Baseline),Modem - 3GPP Spec.,,,Legacy Feature,Pass,,,,
+5678,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_BLOCK_EPLMN_RETRY_WHEN_RAI_ABSENT,modem_sbp_config[38].SBP_BLOCK_EPLMN_RETRY_WHEN_RAI_ABSENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to forcely add EPLMN list into the scope of back-off timer for ESM/SM cause values #50/#51 if NW does not include Re-attempt indicator IEbit 0:0:Do not add EPLMN list into the scope of back-off timer if the network does not include Re-attempt indicatorbit 1:1:Add EPLMN list into the scope of back-off timer if the network does not include Re-attempt indicator.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+5679,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_BLOCK_ILLEGAL_ME,modem_sbp_config[96].SBP_BLOCK_ILLEGAL_ME,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature to enable block illegal ME feature bit <BR>purpose: block the ME once the IMEI/MEID is illegal<BR>timing: network registration<BR>how to use: control the bit",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y) <BR> Test Time (30) <BR> [Init] modify the UE's IMEI of SIM1 to a illegal value, keep SIM2 IMEI as valid value<BR> [Test Step] network regsitration of SIM1, get reject. check if SIM2 does not have service as well.<BR> [Expected Result] can not attach normal of both SIM cards",Pass,,,,
+5680,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_C2K_1X_FAST_TIMING_TRACKING_FEATURE,modem_sbp_config[94].SBP_C2K_1X_FAST_TIMING_TRACKING_FEATURE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurefast timing trackingbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y) <BR>Test Time (10 minutes) <BR>[Init] C2K mode<BR>[Test Step] 1. set 0 or 1<BR> 2. 1xRTT call setup<BR>[Expected Result] 1xRTT call not drop,Pass,,,,
+5681,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_C2K_COMBINED_LOCATION_INFO,modem_sbp_config[43].SBP_C2K_COMBINED_LOCATION_INFO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCombine final location information for SIM location event update optimizationbit 0:0:Disable combine final location information for SIM location event updatebit 1:1:Enable combine final location information for SIM location event update optimization",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5682,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_C2K_ECC_NOT_TO_SEND_ESR_FOR_SPECIFIC_OPERATOR,modem_sbp_config[62].SBP_C2K_ECC_NOT_TO_SEND_ESR_FOR_SPECIFIC_OPERATOR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature For C2K emergency call, not to send ESR for specific operatorsbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Do not send EXTENDED SERVICE REQUEST for C2K emergency call for specfic opearator.<BR>1:Enabled. Send EXTENDED SERVICE REQUEST for C2K emergency call.,No,,__SBP_C2K_ECC_NOT_TO_SEND_ESR_FOR_SPECIFIC_OPERATOR__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5683,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_C2K_ONLY_AREA_SEARCH_OPTIMIZATION,modem_sbp_config[56].SBP_C2K_ONLY_AREA_SEARCH_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOptimize UE search performance in C2K only areabit 0:0:Apply MSPL search sequence in C2K only areabit 1:1:Optimize UE search performance in C2K only area",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+5683,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_C2K_ONLY_AREA_SEARCH_OPTIMIZATION,modem_sbp_config[56].SBP_C2K_ONLY_AREA_SEARCH_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOptimize UE search performance in C2K only areabit 0:0:Apply MSPL search sequence in C2K only areabit 1:1:Optimize UE search performance in C2K only area",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5684,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_C2L_HIGHER_PRIORITY_PLMN_SEARCH,modem_sbp_config[75].SBP_C2L_HIGHER_PRIORITY_PLMN_SEARCH,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP Featuretrigger higher priority plmn search when UE IRAT to LTE from C2Kbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5685,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_CALL_PREFER_ALWAYS_MONITOR_PCH_IN_PTM,modem_sbp_config[69].SBP_CALL_PREFER_ALWAYS_MONITOR_PCH_IN_PTM,OTA and OTA BY OP,no,no,no,yes,"As per 3GPP spec 23.060, if BSS Paging Co-ordinatation is supported and NMO is 2/3 then UE only needs to monitor PACCH during Packet Transfer mode.<BR>During FT, we have found that when UE is in Packet Transfer mode and NMO is 2/3 and BSS paging Co-ordinatation is supported by NW, still sometimes NW doesn't send paging request in PACCH. due to this MT call is missed as in this case, UE only monitoring PACCH. <BR>To overcome this case, we have provided this SBP so that UE can always monitor paging - PCH channel also in this case to enhance user call experience. <BR>Please note that this SBP is trade-off between CS MT Call performance and PS performance. e.g enabling this SBP will result in lower 2G throughput as UE also needs to monitor PCH.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0:Don't Monitor PCH in Packet Transfer Mode, if BSS Paging Co-ordinatation is supported in NMO 2/3<BR>1:Always Monitor PCH in Packet Transfer Mode, irrespective of BSS Paging Co-ordinatation in NMO 2/3",No,,__CALL_PREFER_ALWAYS_MONITOR_PCH_IN_PTM__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-5686,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_CA_HPUE,modem_sbp_config[86].SBP_CA_HPUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if CA HPUE supportedbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5686,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_CA_HPUE,modem_sbp_config[86].SBP_CA_HPUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if CA HPUE supportedbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5687,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[30].SBP_CB_CHANNEL_ONLY_STORED_IN_NVRAM,modem_sbp_config[30].SBP_CB_CHANNEL_ONLY_STORED_IN_NVRAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCB channels are stored only in NVRAMbit 0:0:Disabled. CB channels are not only stored in NVRAMbit 1:1:Enabled. CB channels are only stored in NVRAM",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0~1,Yes,,,[LTE Protocol Baseline]PWS,Modem - 3GPP Spec.,,,,Pass,,,,
5688,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_CB_CHANNEL_STORED_IN_SIM_FIRST,modem_sbp_config[26].SBP_CB_CHANNEL_STORED_IN_SIM_FIRST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure CB channels to be stored in SIM first instead of NVRAMbit 0:0:Disabled. CB channels not to be stored in SIM first instead of NVRAMbit 1:1:Enabled. CB channels to be stored in SIM first instead of NVRAM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,[LTE Protocol Baseline]PWS,Modem - 3GPP Spec.,,,,Pass,,,,
5689,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_CB_DCS_ONLY_STORED_IN_NVRAM,modem_sbp_config[60].SBP_CB_DCS_ONLY_STORED_IN_NVRAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCB's DCS only stored in NVRAMbit 0:0:Disabled. CB DCS are not only stored in NVRAMbit 1:1:Enabled. CB DCS are only stored in NVRAM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,[LTE Protocol Baseline]PWS,Modem - 3GPP Spec.,,,,Pass,,,,
@@ -5671,42 +5671,42 @@
5692,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[51].SBP_CDG143_MAPE_SYS_AVOID_FEATURE,modem_sbp_config[51].SBP_CDG143_MAPE_SYS_AVOID_FEATURE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureavoid a MAPE happened systembit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,Sprint System Selection,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5693,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_CELL_BARRING_WHEN_NO_RRC_CONN_SETUP,modem_sbp_config[74].SBP_CELL_BARRING_WHEN_NO_RRC_CONN_SETUP,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP Feature, During MO/MT/CSFB call if connection establishment got fail then bar the cell.<BR>bit 0: 0:Not Supported bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not supported<BR>1:Supported,No,,__CELL_BARRING_WHEN_NO_RRC_CONN_SETUP__,MD Config,Modem - Customer Requirement,,,Test in machine: N Test Time (minutes): 10 Init: follow MCF RD IT initial steps Test Step: follow MCF RDIT SOP change value from 0 to 1 change value from 1 to 0 Expected Result: Value changes in MCF dump,Untested,,,,
5694,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_CELL_FACH_LTE_APBCR,modem_sbp_config[72].SBP_CELL_FACH_LTE_APBCR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables UE to configure LTE APBCR in Cell FACH",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-5695,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_CHANGE_CATEGORY_WHEN_NO_CA_SUPPORTED,modem_sbp_config[76].SBP_CHANGE_CATEGORY_WHEN_NO_CA_SUPPORTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDetermine UE category when no CA RF supportedbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,__SBP_CHANGE_CATEGORY_WHEN_NO_CA_SUPPORTED__,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5695,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_CHANGE_CATEGORY_WHEN_NO_CA_SUPPORTED,modem_sbp_config[76].SBP_CHANGE_CATEGORY_WHEN_NO_CA_SUPPORTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDetermine UE category when no CA RF supportedbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,__SBP_CHANGE_CATEGORY_WHEN_NO_CA_SUPPORTED__,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5696,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_CHANGE_CELL_TYPE_SUITABLE_TO_ACCEPTABLE_IF_ECC_CALL_PENDING,modem_sbp_config[75].SBP_CHANGE_CELL_TYPE_SUITABLE_TO_ACCEPTABLE_IF_ECC_CALL_PENDING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureChange cell_type to acceptable from suitable if ecc call is pendingbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x1:If this SBP is enabled & NWSEL send EMERGENCY call status indication to MM before PLMN_SEARCH. MM will consider the current cell as ACCEPTABLE CELL which avoid CS activity before ECC call.<BR>0x0:If this SBP is disabled, CS activity can perform during emergency call",No,,__SBP_CHANGE_CELL_TYPE_SUITABLE_TO_ACCEPTABLE_IF_ECC_CALL_PENDING,AT&T specific Enhanced Network Selection,Modem - Operator Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-5697,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_CHANGE_NON_CA_ORDER_WHEN_HAVE_REQ_FREQ_BAND,modem_sbp_config[91].SBP_CHANGE_NON_CA_ORDER_WHEN_HAVE_REQ_FREQ_BAND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureif NW config requestFrequencyband, change non CA orderbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable => don't change non-CA order<BR>1:enabled,No,,__NOT_CHANGE_NON_CA_ORDER_WHEN_HAVE_REQ_FREQ_BAND__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5698,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_CHECK_DL256QAM_PLMN_TABLE,modem_sbp_config[84].SBP_CHECK_DL256QAM_PLMN_TABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if PLMN table is checked to enable DL 256QAMbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enabled ==> PLMN table shall be checked before UE does the DL 256QAM enabling judgment.,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5699,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_CHECK_MODEM_IVSR_TRIGGERED_WHEN_LU_ACCEPT,modem_sbp_config[60].SBP_CHECK_MODEM_IVSR_TRIGGERED_WHEN_LU_ACCEPT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMay trigger IVSR when LU accept, PS SIM invalid, and PS registered ever on RPLMN.bit 0:0:Do not check if to trigger IVSR whenever LU acceptbit 1:1:Check if to trigger IVSR whenever LU accpet",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+5697,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_CHANGE_NON_CA_ORDER_WHEN_HAVE_REQ_FREQ_BAND,modem_sbp_config[91].SBP_CHANGE_NON_CA_ORDER_WHEN_HAVE_REQ_FREQ_BAND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureif NW config requestFrequencyband, change non CA orderbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled<BR>0:disable => don't change non-CA order,No,,__NOT_CHANGE_NON_CA_ORDER_WHEN_HAVE_REQ_FREQ_BAND__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5698,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_CHECK_DL256QAM_PLMN_TABLE,modem_sbp_config[84].SBP_CHECK_DL256QAM_PLMN_TABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if PLMN table is checked to enable DL 256QAMbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled ==> PLMN table shall be checked before UE does the DL 256QAM enabling judgment.<BR>0:disable,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5699,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_CHECK_MODEM_IVSR_TRIGGERED_WHEN_LU_ACCEPT,modem_sbp_config[60].SBP_CHECK_MODEM_IVSR_TRIGGERED_WHEN_LU_ACCEPT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMay trigger IVSR when LU accept, PS SIM invalid, and PS registered ever on RPLMN.bit 0:0:Do not check if to trigger IVSR whenever LU acceptbit 1:1:Check if to trigger IVSR whenever LU accpet",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5700,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_CLEAR_CODE_27,modem_sbp_config[66].SBP_CLEAR_CODE_27,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCustomized maximum attach retry times if received ESM cause #27bit 0:0:Disable. The UE will have 5 times of chances to request attach on LTE RAT if it receives attach reject with ESM cause #27bit 1:1:Enabled. The UE will only have 3 times of chances to request attach on LTE RAT if it receives attach reject with ESM cause #27",BIT,1,,1,__CLEAR_CODE_27__ : 1<BR>DEFAULT_VALUE : 0,NR15.R3.MD700.MP,,bit 0:disable<BR>bit 1:enable,No,,This feature is controlled by __CLEAR_CODE_27__.,[LTE Protocol Baseline]EPS_Bearer_Management,Modem - 3GPP Spec.,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>UE tries to attach to LTE.<BR>[Test Step] <BR>UE got attach reject with ESM reject cause#27<BR>ESM receives 3 times ESM rejection with cause #27(Missing or unknown APN)<BR>[Expected Result]<BR> the UE should disable its EUTRAN capability and search other RAT until 2-hour timer is expired.,Pass,,,,
-5701,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_CLEAR_CODE_33,modem_sbp_config[8].SBP_CLEAR_CODE_33,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureClear Code 33 featurebit 0:0:Disabled. Turn-off clear code 33 featurebit 1:1:Enabled. Turn-on clear code 33 feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,TELCEL/CLARO CC33/29,Modem - Operator Requirement,,,Please follow Telcel CC33/29 requirement.,Untested,,,,
+5701,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_CLEAR_CODE_33,modem_sbp_config[8].SBP_CLEAR_CODE_33,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureClear Code 33 featurebit 0:0:Disabled. Turn-off clear code 33 featurebit 1:1:Enabled. Turn-on clear code 33 feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,TELCEL/CLARO CC33/29,Modem - Operator Requirement,,,Please follow Telcel CC33/29 requirement.,Untested,,,,
5702,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_CLEAR_CODE_33_29_NO_RETRY,modem_sbp_config[75].SBP_CLEAR_CODE_33_29_NO_RETRY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable the No Retry Version of Telcel CC33bit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,TELCEL/CLARO CC33/29,Modem - Operator Requirement,,,Please follow Telcel requirement,Pass,,,,
5703,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_CLEAR_CODE_33_T3402,modem_sbp_config[97].SBP_CLEAR_CODE_33_T3402,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCustomized maximum attach retry times if received ESM cause 33bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:enable<BR>bit 0:disable,No,,This feature is controlled by __CLEAR_CODE_33__.,[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>UE tries to attach to LTE.<BR>[Test Step] <BR>UE got attach reject with ESM reject cause.<BR>ESM receives 3 times ESM rejection with cause #29(User authentication failed) or #33(Requested service option not subscribed). <BR>[Expected Result]<BR> the UE should disable its EUTRAN capability and search other RAT until 2-hour timer is expired.,Pass,,,,
5704,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_CLEAR_LOCI_WHEN_REFRESH_INIT_FCN,modem_sbp_config[22].SBP_CLEAR_LOCI_WHEN_REFRESH_INIT_FCN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureClear LOCI files in SIM card when performing REFRESH with IMSI in File Change Listbit 0:0:Disable. Not clear LOCI files for REFRESH with IMSI in File Change List.bit 1:1:Enable. Clear LOCI files for REFRESH with IMSI in File Change List.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,SIM Refresh,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5705,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[13].SBP_CLEAR_LOCI_WHEN_UICC_RESET,modem_sbp_config[13].SBP_CLEAR_LOCI_WHEN_UICC_RESET,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureClear LOCI files in SIM card when performing REFRESH(UICC RESET)bit 0:0:Disable. Not clear LOCI files for UICC RESET type of REFRESH.bit 1:1:Enable. Clear LOCI files for UICC RESET type of REFRESH.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,SIM Refresh,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-5706,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_CMCC_SRVCC_CDRX_EHEN,modem_sbp_config[31].SBP_CMCC_SRVCC_CDRX_EHEN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMeasure 2G ARFCN using LTE connected DRX periodbit 0:0:UE can not measure 2G ARFCN using LTE connected DRX periodbit 1:1:UE can measure 2G ARFCN using LTE connected DRX period",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:UE can not measure 2G ARFCN using LTE connected DRX periodbit<BR>1:UE can measure 2G ARFCN using LTE connected DRX period,No,,"SBP_SRVCC_STOP_UAS_MEAS,SBP_SRVCC_DRX_INC_GAP,SBP_SRVCC_STOP_EAS_MEAS",[LTE Protocol Baseline]IRAT_4_2,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-5707,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_CMCC_VOLTE_FT,modem_sbp_config[17].SBP_CMCC_VOLTE_FT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCMCC VoLTE enhancementbit 0:0:It may suffer handover success rate too low during VoLTE call on CMCC networkbit 1:1:It can increase handover success rate during VoLTE call on CMCC network",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:It may suffer handover success rate too low during VoLTE call on CMCC networkbit<BR>1:It can increase handover success rate during VoLTE call on CMCC network,No,,,CMCC VoLTE,Modem - Operator Requirement,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-5708,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[15].SBP_CMHK_CUSTOMIZE_EPLMN,modem_sbp_config[15].SBP_CMHK_CUSTOMIZE_EPLMN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAdd CMHK network as equivalaent PLMNbit 0:0:Turn-off. Not add CMHK network as EPLMNbit 1:1:Turn-on. Add CMHK network as EPLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+5706,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_CMCC_SRVCC_CDRX_EHEN,modem_sbp_config[31].SBP_CMCC_SRVCC_CDRX_EHEN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMeasure 2G ARFCN using LTE connected DRX periodbit 0:0:UE can not measure 2G ARFCN using LTE connected DRX periodbit 1:1:UE can measure 2G ARFCN using LTE connected DRX period",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:UE can measure 2G ARFCN using LTE connected DRX period<BR>0:UE can not measure 2G ARFCN using LTE connected DRX periodbit,No,,"SBP_SRVCC_STOP_UAS_MEAS,SBP_SRVCC_DRX_INC_GAP,SBP_SRVCC_STOP_EAS_MEAS",[LTE Protocol Baseline]IRAT_4_2,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+5707,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_CMCC_VOLTE_FT,modem_sbp_config[17].SBP_CMCC_VOLTE_FT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCMCC VoLTE enhancementbit 0:0:It may suffer handover success rate too low during VoLTE call on CMCC networkbit 1:1:It can increase handover success rate during VoLTE call on CMCC network",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:It can increase handover success rate during VoLTE call on CMCC network<BR>0:It may suffer handover success rate too low during VoLTE call on CMCC networkbit,No,,,CMCC VoLTE,Modem - Operator Requirement,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+5708,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[15].SBP_CMHK_CUSTOMIZE_EPLMN,modem_sbp_config[15].SBP_CMHK_CUSTOMIZE_EPLMN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAdd CMHK network as equivalaent PLMNbit 0:0:Turn-off. Not add CMHK network as EPLMNbit 1:1:Turn-on. Add CMHK network as EPLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5709,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_CONSERVATIVE_IPV4V6_FALLBACK_STRATEGY,modem_sbp_config[10].SBP_CONSERVATIVE_IPV4V6_FALLBACK_STRATEGY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether UE will strictly follow spec to try fallback or not when recevied various of ESM/SM causebit 0:0:Off:Not just follow the specbit 1:1:On:Strictly follow the spec",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,N/A,N/A,MD Config,Modem - Customer Requirement,,,N/A,Untested,,,,
5710,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_CONSIDER_DUPLEX_MODE_FOR_FULLBAND_SEARCH_ORDER,modem_sbp_config[68].SBP_CONSIDER_DUPLEX_MODE_FOR_FULLBAND_SEARCH_ORDER,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConsider current duplex mode for fullband rat search orderbit 0:0:Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: not support<BR>1: support,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
5711,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_CONVERT_ATTACH_REJECT_FROM_CAUSE_7_TO_14,modem_sbp_config[36].SBP_CONVERT_ATTACH_REJECT_FROM_CAUSE_7_TO_14,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConvert Attach Reject cause 7 to 14bit 0:0:Do not Convert attach reject cause #7bit 1:1:Convert attach reject cause from 7 to 14 in VPLMN",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:UE shall not convert Attach reject with cause #7 to #14 on VPLMN<BR>1:UE shall convert Attach Reject cause #7 to cause #14 when camped on VPLMN,No,,__DISABLE_CONVERT_ATTACH_REJECT_FROM_CAUSE_7_TO_14__,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) : Y<BR> Test Time (minutes) 10 mins<BR> [Init] Put valid SIM in DUT <BR> [Test Step] Register UE in HPLMN, <BR> Camp UE in VPLMN & trigger Attach request .<BR> NW send Attach reject with cause #7<BR> [Expected Result]<BR> DUT SIM is valid for PS services",Pass,,,,
5712,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_CONVERT_ATTACH_REJECT_FROM_CAUSE_7_TO_14_IN_MANUAL_VPLMN,modem_sbp_config[97].SBP_CONVERT_ATTACH_REJECT_FROM_CAUSE_7_TO_14_IN_MANUAL_VPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConvert reject cause #7 to #14 on manual VPLMNbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0:If this SBP is disabled then during Manual PLMN Search on VPLMN and if UE gets reject cause 7 (GPRS services not allowed )UE will behave as reject cause 7<BR>0x1:If this SBP is enabled then during Manual PLMN Search on VPLMN and If UE gets reject cause 7 (GPRS services not allowed) that will be converted to reject cause 14 (GPRS services not allowed in this PLMN ),No,,,[WCDMA Protocol Baseline]GMM,Modem - Customer Requirement,,,Test in machine (Y/N) : N<BR> Test Time (minutes) 10 mins<BR> [Init] NA<BR> [Test Step]<BR> 1.Bootup the device.<BR> 2.Camp UE in VPLMN & UE perform Attach request. <BR> 3.Network send Attach reject with cause #7 (GPRS service not allowed).<BR> [Expected Result]<BR> UE need to register to network after manual PLMN Selection on VPLMN.,Untested,,,,
5713,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_CONVERT_REJ_CAUSE7_TO_14_ON_HPLMN_FOR_AKASIM,modem_sbp_config[95].SBP_CONVERT_REJ_CAUSE7_TO_14_ON_HPLMN_FOR_AKASIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConvert GMM reject cause from #7 to #14 for HPLMN for AKA stack bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:MM converts GMM reject cause #7(GPRS_NOT_ALLOWED) to cause#14 (GPRS_NOT_ALLOWED_IN_PLMN) for HPLMN if current stack is AKA<BR>0:UE will behave as GMM reject cause #7 which is as per 3GPP,No,,,VSIM 3.0,Modem - Multiple SIM,,,Test in machine (Y/N) N <BR> Test Time (minutes)<BR> 10 mins <BR> [Init] <BR> NA<BR> [Test Step] <BR> - AKA SIM in HPLMN<BR> - Network send Attach/RAU reject with caus#7 <BR> <BR> [Expected Result]<BR> -SIM remains valid for PS services,Pass,,,,
5714,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_CPHS_CFU_OVER_EFCFIS,modem_sbp_config[21].SBP_CPHS_CFU_OVER_EFCFIS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCPHS CFU file has higher priority than EF_CFISbit 0:0:Nobit 1:1:Yes",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,CC,Modem Application - Modem Control,,,,Pass,,,,
-5715,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_CR_R10_NO_EPSB_LOCAL_DETACH,modem_sbp_config[21].SBP_CR_R10_NO_EPSB_LOCAL_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureR10 inter system change to LTE without pdpbit 0:0:Disable. R9 behavior proceed TAU if IRAT to LTE without PDPbit 1:1:Enabled. R10 behavior local detach and re-attach if IRAT to LTE without PDP",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. R10 behavior local detach and re-attach if IRAT to LTE without PDP.<BR>0:Disable. R9 behavior proceed TAU if IRAT to LTE without PDP.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5715,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_CR_R10_NO_EPSB_LOCAL_DETACH,modem_sbp_config[21].SBP_CR_R10_NO_EPSB_LOCAL_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureR10 inter system change to LTE without pdpbit 0:0:Disable. R9 behavior proceed TAU if IRAT to LTE without PDPbit 1:1:Enabled. R10 behavior local detach and re-attach if IRAT to LTE without PDP",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. R9 behavior proceed TAU if IRAT to LTE without PDP.<BR>1:Enabled. R10 behavior local detach and re-attach if IRAT to LTE without PDP.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5716,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_CSFB_CALL_RETRY_ON_CMSERVICE_LU_REJECT_WITH_CAUSE15,modem_sbp_config[85].SBP_CSFB_CALL_RETRY_ON_CMSERVICE_LU_REJECT_WITH_CAUSE15,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCSFB call retry on CM service LU reject cause#15bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,1:Device attempt CS call on diffrent LAI where Network send CM service reject or LAU reject with cause#15<BR>0:Device attempt CS call on same LAI where Network send CM service reject or LAU reject with cause#15,No,,__SBP_CSFB_CALL_RETRY_ON_CMSERVICE_LU_REJECT_WITH_CAUSE15__,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) : Y<BR>Test Time (minutes) : 10 mins <BR>[Init]<BR>DUT register in 4G<BR>[Test Step]<BR>1. make MO CSFB call.<BR>2. Make sure device move to registered LAI oin 2/3G.<BR>3. Reject the CM Service / LU(with FOR) with cause#15.<BR>4. There should be other LAI present in the 2/3G.<BR>[Expected Result]<BR>Reattempt the CSFB voice call after CM Service rejected or LU(with FOR) rejected with Cause#15.<BR>[More],Pass,,,,
5717,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_CSFB_DUPLEX_CHG_FOR_LG_MODE,modem_sbp_config[55].SBP_CSFB_DUPLEX_CHG_FOR_LG_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. This SBP is for LG_WG feature, and LG_WG feature does not use after UMOLYAbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable this SBP,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5718,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_CSFB_GSM_PREFER,modem_sbp_config[34].SBP_CSFB_GSM_PREFER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePrefer GSM when CSFBbit 0:0:Search UMTS first when CSFBbit 1:1:Search GSM first when CSFB",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Search GSM first when CSFB<BR>0:Search UMTS first when CSFB,No,,,[WCDMA Protocol Baseline]IRAT,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
5719,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_CSFB_REDIRECT_TO_GSM_WITHOUT_REDI_INFO,modem_sbp_config[102].SBP_CSFB_REDIRECT_TO_GSM_WITHOUT_REDI_INFO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurewhen NW doesn't config redirection list, doesn't do 4G2 redirectionbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,enable the SBP & config SIB7 for the UE and do CSFB without Redirection info,Untested,,,,
5720,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_CSFB_REJECT,modem_sbp_config[10].SBP_CSFB_REJECT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]This feature enables UE to configure CSFB reject.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5721,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_CSG_RESTORE_DUPLICATED_SELECTION_MODE_WHEN_SWITCH_ON,modem_sbp_config[16].SBP_CSG_RESTORE_DUPLICATED_SELECTION_MODE_WHEN_SWITCH_ON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhen switch on, restore CSG duplicated selection mode.bit 0:0:Turn-off. Not restore CSG duplicated selection modebit 1:1:Turn-on. Restore CSG duplicated selection mode",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-5722,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_CS_AUTHENTICATION_REJECT_PS_UNAFFECTED,modem_sbp_config[24].SBP_CS_AUTHENTICATION_REJECT_PS_UNAFFECTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCS authentication is rejected but PS unaffectedbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. This means that PS domain will be affected by CS domain authentication reject<BR>1:Enabled.This means that PS domain will not be affected by CS domain authentication reject,No,,__CS_AUTHENTICATION_REJECT_PS_UNAFFECTED__,[WCDMA Protocol Baseline]MM,Modem - Customer Requirement,,,NA,Pass,,,,
+5722,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_CS_AUTHENTICATION_REJECT_PS_UNAFFECTED,modem_sbp_config[24].SBP_CS_AUTHENTICATION_REJECT_PS_UNAFFECTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCS authentication is rejected but PS unaffectedbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.This means that PS domain will not be affected by CS domain authentication reject<BR>0:Disabled. This means that PS domain will be affected by CS domain authentication reject,No,,__CS_AUTHENTICATION_REJECT_PS_UNAFFECTED__,[WCDMA Protocol Baseline]MM,Modem - Customer Requirement,,,NA,Pass,,,,
5723,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[41].SBP_CS_CALL_PROTECTION_FROM_PS_PAGING,modem_sbp_config[41].SBP_CS_CALL_PROTECTION_FROM_PS_PAGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo enable CS Call protection during PS Pagingbit 0:0:Not enabled :Not to Ignore Packet paging during ongoing CS Callbit 1:1:Enabled :Ignore Packet paging during ongoing CS call",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:This SKT Korea Requirement is to ignore packet paging during ongoing Circuit switched call<BR>0:MS will not ignore packed paging during ongoing CS call,No,,__MM_CS_CALL_PROTECTION_FROM_PS_PAGING,MD Config,Modem - Customer Requirement,,,na,Pass,,,,
5724,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_CS_CALL_RETRY_MAX_TIMER,modem_sbp_config[76].SBP_CS_CALL_RETRY_MAX_TIMER,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature__CS_CALL_RETRY_MAX_TIMER__bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,30,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5725,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_CT_RPLMN_ROAMING_SEARCH,modem_sbp_config[77].SBP_CT_RPLMN_ROAMING_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply RPLMN search for CT roaming scenariobit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,DEFAULT_VALUE : 0<BR>__SBP_CT_RPLMN_ROAMING_SEARCH__ : 1,NR15.R3.MD700.MP,,0~1,,,"if __SBP_CT_RPLMN_ROAMING_SEARCH__ is defined, it will be 1",MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
5726,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_CUSTOMIZED_IDLE_STRING_AS_CALL,modem_sbp_config[5].SBP_CUSTOMIZED_IDLE_STRING_AS_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIdle string is intended to be treated as CC operationbit 0:0:Idle string is intended to be treated as USSD operationbit 1:1:Idle string is intended to be treated as CC operation",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5727,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_CUSTOM_BAR_LTE_RESEL_FAIL_CELL,modem_sbp_config[102].SBP_CUSTOM_BAR_LTE_RESEL_FAIL_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCustom bar LTE cell when resel S-criteria failbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable the custom bar LTE cell when reselection S-criteria fail<BR>0:Disable the custom bar LTE cell when reselection S-criteria fail,No,1164,__CUSTOM_BAR_LTE_RESEL_FAIL_CELL__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
+5727,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_CUSTOM_BAR_LTE_RESEL_FAIL_CELL,modem_sbp_config[102].SBP_CUSTOM_BAR_LTE_RESEL_FAIL_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCustom bar LTE cell when resel S-criteria failbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable the custom bar LTE cell when reselection S-criteria fail<BR>1:Enable the custom bar LTE cell when reselection S-criteria fail,No,1164,__CUSTOM_BAR_LTE_RESEL_FAIL_CELL__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
5728,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_CUSTOM_BSIC_READING_TIME_INTERVAL_IN_VIRTUAL_MODE,modem_sbp_config[78].SBP_CUSTOM_BSIC_READING_TIME_INTERVAL_IN_VIRTUAL_MODE,OTA and OTA BY OP,no,no,no,yes,Support GAS CUSTOM BSIC READING TIME INTERVAL in virtual mode,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Support CUSTOM BSIC READING TIME INTERVAL in virtual mode.<BR>0:Do not support CUSTOM BSIC READING TIME INTERVAL in virtual mode.,No,,__CUSTOM_BSIC_READING_TIME_INTERVAL_IN_VIRTUAL_MODE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-5729,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_CUSTOM_FOR_BIT_SETTING,modem_sbp_config[60].SBP_CUSTOM_FOR_BIT_SETTING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet FOR bit in GMM Attach Request based on AT+EGTYPE command settingbit 0:0:Disable: MM maintain previous FOR (follow on req) flag in attach request although receiving new set value from AT+EGTYPEbit 1:1:Enabled :FOR(follow-on request) bit in GMM Attach Request is set based on last set value from AT+EGTYPE command",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:If this feature is enabled, FOR(follow-on request) bit in GMM Attach Request is set based on last set value from AT+EGTYPE command<BR>0:If this feature is disabled, Before attach procedure finishes, MM should maintain the previous FOR flag (for SM sends PDP signaling) although receiving new set value from AT+EGTPYE command",No,,__SBP_CUSTOM_FOR_BIT_SETTING__,[WCDMA Protocol Baseline]GMM,Modem - MTK Optimization/Proprietary,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) :10 mins <BR> [Init] <BR> [Test Step] Perform PS registration <BR> [Expected Result : UE send Attach request with latest FOR bit in EGTYPE AT command,Pass,,,,
-5730,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_CUSTOM_FPLMN_USED,modem_sbp_config[23].SBP_CUSTOM_FPLMN_USED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo avoid real network interrupting PCT test, add the real PLMNs to custom FPLMN list.bit 0:0:Turn-off. Not add custom FPLMNsbit 1:1:Turn-on. Add custom FPLMNs",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5729,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_CUSTOM_FOR_BIT_SETTING,modem_sbp_config[60].SBP_CUSTOM_FOR_BIT_SETTING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet FOR bit in GMM Attach Request based on AT+EGTYPE command settingbit 0:0:Disable: MM maintain previous FOR (follow on req) flag in attach request although receiving new set value from AT+EGTYPEbit 1:1:Enabled :FOR(follow-on request) bit in GMM Attach Request is set based on last set value from AT+EGTYPE command",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:If this feature is disabled, Before attach procedure finishes, MM should maintain the previous FOR flag (for SM sends PDP signaling) although receiving new set value from AT+EGTPYE command<BR>1:If this feature is enabled, FOR(follow-on request) bit in GMM Attach Request is set based on last set value from AT+EGTYPE command",No,,__SBP_CUSTOM_FOR_BIT_SETTING__,[WCDMA Protocol Baseline]GMM,Modem - MTK Optimization/Proprietary,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) :10 mins <BR> [Init] <BR> [Test Step] Perform PS registration <BR> [Expected Result : UE send Attach request with latest FOR bit in EGTYPE AT command,Pass,,,,
+5730,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_CUSTOM_FPLMN_USED,modem_sbp_config[23].SBP_CUSTOM_FPLMN_USED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo avoid real network interrupting PCT test, add the real PLMNs to custom FPLMN list.bit 0:0:Turn-off. Not add custom FPLMNsbit 1:1:Turn-on. Add custom FPLMNs",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5731,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_CUSTOM_HANDLING_ADD_HPLMN_IN_GFPLMN,modem_sbp_config[39].SBP_CUSTOM_HANDLING_ADD_HPLMN_IN_GFPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAdd HPLMN to GPRS FPLMN LIST which would violate Spec.bit 0:0:Turn-off. Do not add HPLMN into GPRS FPLMN listbit 1:1:Turn-on. Add HPLMN into GPRS FPLMN list",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5732,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_CUSTOM_INDIA_SIM2_POWER_ON_SEARCH_RAT,modem_sbp_config[62].SBP_CUSTOM_INDIA_SIM2_POWER_ON_SEARCH_RAT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCustom the power on search rat order when SIM2 is India SIMbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: not support<BR>1: support,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
5733,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[93].SBP_CUSTOM_PDP_ACT_RETRY_T3380_TIMER,modem_sbp_config[93].SBP_CUSTOM_PDP_ACT_RETRY_T3380_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow custom PDP activation retry T3380 timer valuebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): 30<BR>[Init]<BR>Ensured UE is powered on.<BR>Anite simulator is used.<BR>[Test Step]<BR>Enable data on mobile.<BR>Ensure NW simulator doesn't respond to PDP activation request.<BR>[Expected Result]<BR>PDP activation request should be retried with the custom T3380 timer value, instead of 30 seconds.",Pass,,,,
@@ -5721,171 +5721,171 @@
5742,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_DEL_GUTI_FOR_NW_REL_AFTER_ATT_REQ,modem_sbp_config[88].SBP_DEL_GUTI_FOR_NW_REL_AFTER_ATT_REQ,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDelete GUTI for NW release connecion right after ATTACH REQ was sentbit 0:0:Disable. Follow spec of NW release after ATTACH REQ handling.bit 1:1:Enabled. Delete GUTI for NW release after ATTACH REQ.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. Delete GUTI for NW release after ATTACH REQ.<BR>0:Disable. Follow spec of NW release after ATTACH REQ handling.,No,,__DEL_GUTI_FOR_NW_REL_AFTER_ATT_REQ__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5743,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_DEL_IDLE_MOBILITY_WHEN_SMC_REJECT,modem_sbp_config[72].SBP_DEL_IDLE_MOBILITY_WHEN_SMC_REJECT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDelete idle mobility info when SMC verify failedbit 0:0:Disable, EMM does not delete idle mobility info when SMC verify failedbit 1:1:Enable, EMM will delete idle mobility info when SMC verify failed",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0:Disable, EMM does not delete idle mobility info when SMC verify failed.<BR>1:Enable, EMM will delete idle mobility info when SMC verify failed.",No,,__ENABLE_DEL_IDLE_MOBILITY_WHEN_SMC_REJECT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5744,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_DETACH_7_8_MAPPING_TO_REATTACH_REQUIRED,modem_sbp_config[65].SBP_DETACH_7_8_MAPPING_TO_REATTACH_REQUIRED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMap DETACH_REQ #7 or #8 to REATTACH_REQUIREDbit 0:0:Disable. Follow spec handling.bit 1:1:Enabled. Map DETACH_REQ #7 or #8 to REATTACH_REQUIRED.",BIT,1,,1,__DISABLE_LTE_DETACH_7_8_MAPPING_TO_REATTACH_REQUIRED__ : 0<BR>DEFAULT_VALUE : 1,NR15.R3.MD700.MP,,0:Disable. Follow spec handling.<BR>1:Enabled. Map DETACH_REQ #7 or #8 to REATTACH_REQUIRED.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5745,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_DETACH_WHEN_SET_RAT_G2L,modem_sbp_config[75].SBP_DETACH_WHEN_SET_RAT_G2L,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger detach when user set rat from G to Lbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Not to trrigger detach durng set rat mode.<BR>0x01:Trigger detach when user set rat from GSM to LTE.,No,,__SBP_DETACH_WHEN_SET_RAT_G2L__,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 3G<BR>-> Trigger RAT mode change from GSM to LTE <BR>->Observe UE should do detach for CS and PS domain<BR>[Expected Result]<BR>Observe UE should do detach for CS and PS domain,Untested,,,,
+5745,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_DETACH_WHEN_SET_RAT_G2L,modem_sbp_config[75].SBP_DETACH_WHEN_SET_RAT_G2L,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger detach when user set rat from G to Lbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Trigger detach when user set rat from GSM to LTE.<BR>0x00:Not to trrigger detach durng set rat mode.,No,,__SBP_DETACH_WHEN_SET_RAT_G2L__,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 3G<BR>-> Trigger RAT mode change from GSM to LTE <BR>->Observe UE should do detach for CS and PS domain<BR>[Expected Result]<BR>Observe UE should do detach for CS and PS domain,Untested,,,,
5746,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_DETACH_WHEN_SET_RAT_G2W,modem_sbp_config[65].SBP_DETACH_WHEN_SET_RAT_G2W,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure detach to be triggered or not for user rat change from 2G to 3G when in configured PLMNbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0X0:Not ot trigger detach when user change rat from GSM to UMTS.<BR>0x1:Trigger detach when user change rat from GSM to UMTS,No,,__SBP_DETACH_WHEN_SET_RAT_G2W__,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 23G<BR>-> Trigger RAT mode change from GSM to UMTS <BR>->Observe UE should do detach to CS and PS <BR>[Expected Result]<BR>Observe UE should do detach to CS and PS,Untested,,,,
5747,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_DETECT_SUITABLE_HPLMN,modem_sbp_config[101].SBP_DETECT_SUITABLE_HPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuredetect suitable hplmn, then choose hplmnbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,,,,MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
5748,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_DISABLE_2MIN_MINIMUM_HPPLMN_TIMER,modem_sbp_config[20].SBP_DISABLE_2MIN_MINIMUM_HPPLMN_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot use 2-minute minimum HPPLMN timer.bit 0:0:Turn-off. Could use 2-minute HPPLMN timerbit 1:1:Turn-on. Not use 2-minute HPPLMN timer",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5749,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_DISABLE_4G_CSG,modem_sbp_config[11].SBP_DISABLE_4G_CSG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature4G CSG Support is Disabled bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Disable 4G CSG related function.<BR>0:Enable 4G CSG related function.,No,No,__DISABLE_4G_CSG__,[LTE Protocol Baseline]CSG,Modem - 3GPP Spec.,,,,Pass,,,,
5750,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[0].SBP_DISABLE_AUTO_RETURN_PRE_RPLMN,modem_sbp_config[0].SBP_DISABLE_AUTO_RETURN_PRE_RPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable the mechanism to automatically return to previous registered PLMN.bit 0:0:Turn-off. UE returns to previous RPLMNbit 1:1:Turn-on. UE does not return to previous RPLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5751,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_DISABLE_B17_IN_B12MFBI,modem_sbp_config[26].SBP_DISABLE_B17_IN_B12MFBI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNo Band 17 in Band 12 devicesbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,__DISABLE_B17_IN_B12MFBI__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5752,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_DISABLE_B41_IN_NORTH_AMERICA,modem_sbp_config[83].SBP_DISABLE_B41_IN_NORTH_AMERICA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDsiable LTE band 41 in North Americabit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,,,,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5753,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_DISABLE_BAND_BY_SIM_PLMN,modem_sbp_config[65].SBP_DISABLE_BAND_BY_SIM_PLMN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable bands according to SIM and Roaming status.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+5752,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_DISABLE_B41_IN_NORTH_AMERICA,modem_sbp_config[83].SBP_DISABLE_B41_IN_NORTH_AMERICA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDsiable LTE band 41 in North Americabit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,,,,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5753,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_DISABLE_BAND_BY_SIM_PLMN,modem_sbp_config[65].SBP_DISABLE_BAND_BY_SIM_PLMN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable bands according to SIM and Roaming status.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5754,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_DISABLE_BEARER_RSC_ALLOC,modem_sbp_config[19].SBP_DISABLE_BEARER_RSC_ALLOC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBearer Resouce Allocation Procedure is not supported by some network. By enabling SBP_DISABLE_BEARER_RSC_ALLOC, UE will omit doing Bearer Resouce Allocation Procedure with network.bit 0:0:Disable: UE can init Bearer Resouce Allocation Procedure to do EPS bearer operationbit 1:1:Enable: UE can NOT init Bearer Resouce Allocation Procedure to do EPS bearer operation",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 0:disable<BR>bit 1:enable,No,,,[LTE Protocol Baseline]EPS_Bearer_Management,Modem - 3GPP Spec.,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init]<BR>When sbp default value is zero and NOT DOCOMO SIM card <BR>UE attached to LTE<BR>[Test Step] <BR>UE make Bearer Resouce Allocation Request<BR>[Expected Result]<BR>UE could make Bearer Resouce Allocation Request successfully,Pass,,,,
-5755,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_DISABLE_BEARER_RSC_MOD,modem_sbp_config[19].SBP_DISABLE_BEARER_RSC_MOD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBearer Resouce Modification Procedure is not supported by some network. By enabling SBP_DISABLE_BEARER_RSC_MOD, UE will omit doing Bearer Resouce Modification Procedure with network.bit 0:0:Disable: UE can init Bearer Resouce Modification Procedure to do EPS bearer operationbit 1:1:Enable: UE can NOT init Bearer Resouce Modification Procedure to do EPS bearer operation",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:enable<BR>bit 0:disable,No,,,[LTE Protocol Baseline]EPS_Bearer_Management,Modem - 3GPP Spec.,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init]<BR>When sbp default value is zero and NOT DOCOMO SIM card <BR>UE attached to LTE<BR>[Test Step] <BR>UE make Bearer Resouce Modification Request<BR>[Expected Result]<BR>UE could make Bearer Resouce Modification Request successfully,Pass,,,,
+5755,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_DISABLE_BEARER_RSC_MOD,modem_sbp_config[19].SBP_DISABLE_BEARER_RSC_MOD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBearer Resouce Modification Procedure is not supported by some network. By enabling SBP_DISABLE_BEARER_RSC_MOD, UE will omit doing Bearer Resouce Modification Procedure with network.bit 0:0:Disable: UE can init Bearer Resouce Modification Procedure to do EPS bearer operationbit 1:1:Enable: UE can NOT init Bearer Resouce Modification Procedure to do EPS bearer operation",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 0:disable<BR>bit 1:enable,No,,,[LTE Protocol Baseline]EPS_Bearer_Management,Modem - 3GPP Spec.,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init]<BR>When sbp default value is zero and NOT DOCOMO SIM card <BR>UE attached to LTE<BR>[Test Step] <BR>UE make Bearer Resouce Modification Request<BR>[Expected Result]<BR>UE could make Bearer Resouce Modification Request successfully,Pass,,,,
5756,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_DISABLE_CSFB_PAGE_CSMT,modem_sbp_config[21].SBP_DISABLE_CSFB_PAGE_CSMT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure CSMT flag setting in 3G Paging Responsebit 0:0:Add CSMT flag in 3G Paging Responsebit 1:1:Do not add CSMT flag in 3G Paging Response",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5757,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_DISABLE_CS_DETACH_FOR_SET_MULTIRAT,modem_sbp_config[21].SBP_DISABLE_CS_DETACH_FOR_SET_MULTIRAT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable CS detach when SetRat as 2/4G, 3/4G, 2/3/4Gbit 0:0:Nobit 1:1:Yes",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,CC,Modem Application - Modem Control,,,,Pass,,,,
5758,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_DISABLE_CTCH_IF_CONFLICT_WITH_BCH,modem_sbp_config[55].SBP_DISABLE_CTCH_IF_CONFLICT_WITH_BCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables disabling of CTCH if conflict with BCH",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5759,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_DISABLE_CUSTOMIZE_EHPLMN_DISPLAY_ROAMING,modem_sbp_config[39].SBP_DISABLE_CUSTOMIZE_EHPLMN_DISPLAY_ROAMING,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not regard as roaming when camping on customized EHPLMN.bit 0:0:Turn-off. Regard as roaming when camping on customized EHPLMNbit 1:1:Turn-on. Regard as on-HPLMN when camping on customized EHPLMN",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
5760,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_DISABLE_DELETE_GPRS_CKSN_ON_GMM_DEREG,modem_sbp_config[38].SBP_DISABLE_DELETE_GPRS_CKSN_ON_GMM_DEREG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Delete GPRS CKSN when GMM DEREG state as per R12<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Disable<BR>0x01:Enable,No,,__UNIT_TEST__,[WCDMA Protocol Baseline]GMM,Modem - 3GPP Spec.,,,NA,Pass,,,,
5761,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[2].SBP_DISABLE_DISPLAY_ROAMING_HPLMN_IN_EPLMN,modem_sbp_config[2].SBP_DISABLE_DISPLAY_ROAMING_HPLMN_IN_EPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisplay roaming while HPLMN is assigned in equivalent PLMN list.bit 0:0:Turn-off. Display roaming while HPLMN is in EQPLMNsbit 1:1:Turn-on. Not display roaming while HPLMN is in EQPLMNs",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
-5762,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_DISABLE_ELEVATOR_MODE,modem_sbp_config[99].SBP_DISABLE_ELEVATOR_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureElevator mode is enabledbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5762,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_DISABLE_ELEVATOR_MODE,modem_sbp_config[99].SBP_DISABLE_ELEVATOR_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureElevator mode is enabledbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5763,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_DISABLE_EUTRAN_AFTER_ABNORMAL,modem_sbp_config[6].SBP_DISABLE_EUTRAN_AFTER_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable EUTRAN after network abnormal failurebit 0:0:Turn-off. Not disable EUTRAN for the abnormal networkbit 1:1:Turn-on. Disable EUTRAN for the abnormal network",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5764,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[37].SBP_DISABLE_EUTRAN_AFTER_DETACH_NOT_REQ_ABNORMAL,modem_sbp_config[37].SBP_DISABLE_EUTRAN_AFTER_DETACH_NOT_REQ_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWith MT DETACH with re-attach not requirecd, UE attempts to select GERAN or UTRAN and disables EUTRANbit 0:0:Turn-off. Do not disable EUTRAN and select 23Gbit 1:1:Turn-on. Disable EUTRAN and select 23G",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5765,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_DISABLE_EUTRAN_AFTER_NO_SUITABLE,modem_sbp_config[6].SBP_DISABLE_EUTRAN_AFTER_NO_SUITABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable EUTRAN after network reject no suitable cause.bit 0:0:Turn-off. Not disable EUTRAN after rejection by no suitable cell causebit 1:1:Turn-on. Disable EUTRAN after rejection by no suitable cell cause",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5766,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_DISABLE_EUTRAN_AFTER_ROAMING_NOT_ALLOWED,modem_sbp_config[11].SBP_DISABLE_EUTRAN_AFTER_ROAMING_NOT_ALLOWED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable EUTRAN after receiving reject cause #13 roaming-not-allowed.bit 0:0:Turn-off. Not disable EUTRAN after receiving #13bit 1:1:Turn-on. Disable EUTRAN after receiving #13",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5767,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_DISABLE_EUTRAN_MEAS_AND_REP_CAP,modem_sbp_config[8].SBP_DISABLE_EUTRAN_MEAS_AND_REP_CAP,OTA and OTA BY OP,no,no,no,yes,"UE sends "E-UTRA Measurement and Reporting support" capability as Supported in Classmark 3 if UE supports LTE. Based on this capability, Network might decide to do Handover to LTE or redirect to LTE.<BR>However some of the customer has requested that since this capability is not fully tested in network so if UE sends this capability to network then some unpredictable consequences seen.<BR>So to support this requirement from customer, MTK has introduced this SBP_DISABLE_EUTRAN_MEAS_AND_REP_CAP. When this SBP's value is 0, it means UE reports this capability in classmark 3 to network When this SBP's value is 1, it means UE doesn't report this capability in classmark 3 to network",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Disable E-UTRA Measurement and Reporting support in Classmark3<BR>0:Will not disable E-UTRA Measurement and Reporting support in Classmark3,No,,__DISABLE_EUTRAN_MEAS_AND_REP_CAP__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+5766,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_DISABLE_EUTRAN_AFTER_ROAMING_NOT_ALLOWED,modem_sbp_config[11].SBP_DISABLE_EUTRAN_AFTER_ROAMING_NOT_ALLOWED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable EUTRAN after receiving reject cause #13 roaming-not-allowed.bit 0:0:Turn-off. Not disable EUTRAN after receiving #13bit 1:1:Turn-on. Disable EUTRAN after receiving #13",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5767,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_DISABLE_EUTRAN_MEAS_AND_REP_CAP,modem_sbp_config[8].SBP_DISABLE_EUTRAN_MEAS_AND_REP_CAP,OTA and OTA BY OP,no,no,no,yes,"UE sends "E-UTRA Measurement and Reporting support" capability as Supported in Classmark 3 if UE supports LTE. Based on this capability, Network might decide to do Handover to LTE or redirect to LTE.<BR>However some of the customer has requested that since this capability is not fully tested in network so if UE sends this capability to network then some unpredictable consequences seen.<BR>So to support this requirement from customer, MTK has introduced this SBP_DISABLE_EUTRAN_MEAS_AND_REP_CAP. When this SBP's value is 0, it means UE reports this capability in classmark 3 to network When this SBP's value is 1, it means UE doesn't report this capability in classmark 3 to network",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Will not disable E-UTRA Measurement and Reporting support in Classmark3<BR>1:Disable E-UTRA Measurement and Reporting support in Classmark3,No,,__DISABLE_EUTRAN_MEAS_AND_REP_CAP__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5768,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_DISABLE_GMSS_ELEVATOR_MODE,modem_sbp_config[98].SBP_DISABLE_GMSS_ELEVATOR_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureGMSS Elevator mode is enabledbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,,,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5769,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_DISABLE_ISR_SUPPORT,modem_sbp_config[42].SBP_DISABLE_ISR_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables UE to disable ISR support",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5770,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_DISABLE_L1_GSM_BAND_MASK,modem_sbp_config[96].SBP_DISABLE_L1_GSM_BAND_MASK,OTA and OTA BY OP,no,no,no,yes,UE will mask GSM bands from NVRAM_EF_AS_BAND_SETTING_LID and NVRAM_EF_L1_CUSTOM_BAND_SUPPORT_LID and used them in modem.,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Don't mask RRM and GL1 band. Use RRM supported GSM band in modem<BR>0:Mask RRM and GL1 GSM band and use them in modem,No,,__DISABLE_L1_GSM_BAND_MASK__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5771,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_DISABLE_LAZY_GMM_FOR_MULTIPLE_PS,modem_sbp_config[43].SBP_DISABLE_LAZY_GMM_FOR_MULTIPLE_PS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureFor MultiplePS Lazy GMM Behaviorbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Enable<BR>0x00:Disable,No,,,[WCDMA Protocol Baseline]GMM,Modem - Multiple SIM,,,NA,Pass,,,,
5772,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_DISABLE_LTE_B41,modem_sbp_config[23].SBP_DISABLE_LTE_B41,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable the LTE Band41 when UE stay out side of Japan.bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable this function.<BR>1:Enable this function.(Disable LTE Band 41 when UE stay out side of Japan.),No,No,No,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
5773,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_DISABLE_LTE_BAND_BY_PLMN,modem_sbp_config[68].SBP_DISABLE_LTE_BAND_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable B7 & B38 under USA mcc.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,1034,__DISABLE_B7B38_IN_USA__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 10 mins<BR>[Init] 1 LTE cell.<BR>[Test Step] <BR>1. Follow MCF RDIT SOP & Set SBP_DISABLE_LTE_BAND_BY_PLMN to 1,<BR>2. Enable B7 and B38 in Machine<BR>3. Set PLMN mcc to 310 in Machine<BR>4. UE tries to perform ATTACH <BR><BR>[Expected Result] <BR>UE should ... SBP set to 1.<BR>UE shall not camp on camp on B7 or B38 cells",Pass,,,,
-5774,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_DISABLE_LTE_TDD_BAND_IN_NORTH_AMERICA,modem_sbp_config[83].SBP_DISABLE_LTE_TDD_BAND_IN_NORTH_AMERICA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDsiable LTE TDD bands in North Americabit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled ==> LTE TDD bands in North America is turn off,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5774,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_DISABLE_LTE_TDD_BAND_IN_NORTH_AMERICA,modem_sbp_config[83].SBP_DISABLE_LTE_TDD_BAND_IN_NORTH_AMERICA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDsiable LTE TDD bands in North Americabit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled ==> LTE TDD bands in North America is turn off<BR>0:disable,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5775,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_DISABLE_MMS_TIMER_BY_DEFAULT,modem_sbp_config[26].SBP_DISABLE_MMS_TIMER_BY_DEFAULT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable MMS timer for single MO SMSbit 0:0:Feature disabled. MMS Timer is Enabledbit 1:1:Feature enabled. MMS Timer is Disabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
5776,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_DISABLE_MM_ELEVATOR_MODE,modem_sbp_config[98].SBP_DISABLE_MM_ELEVATOR_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMM Elevator mode is enabledbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,,,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5777,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_DISABLE_MO_SMS_OVER_PS,modem_sbp_config[26].SBP_DISABLE_MO_SMS_OVER_PS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable MO SMS over PS domainbit 0:0:MO SMS over PS domain is allowedbit 1:1:MO SMS over PS domain is not allowed",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
-5778,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[90].SBP_DISABLE_MS_SUPPORT_OF_NETWORK_REQUESTED_BEARER_CONTROL_INDICATOR,modem_sbp_config[90].SBP_DISABLE_MS_SUPPORT_OF_NETWORK_REQUESTED_BEARER_CONTROL_INDICATOR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnabling or Disabling network bearer control modebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:SBP will be disabled which causes MS Support of Network Requested Bearer Control Indicator to be included in PCO Options as a part of PDP activate request<BR>0x01:SBP will be enabled which causes MS Support of Network Requested Bearer Control Indicator to be excluded in PCO Options as a part of PDP activate request.,No,None,None,MD Config,Modem - Customer Requirement,,,1. UE should be camped in 23G/4G.<BR>2. Send PDP/PDN activate request.,Pass,,,,
-5779,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_DISABLE_NWSEL_MODE_SWITCH_OPTIMIZATION,modem_sbp_config[22].SBP_DISABLE_NWSEL_MODE_SWITCH_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not use previous RPLMN to speed up mode switch for duplex mode change.bit 0:0:Turn-on. Use previous RPLMN to speed up mode switchbit 1:1:Turn-on. Not use previous RPLMN to speed up mode switch",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5780,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_DISABLE_PARTIAL_BAND_BY_SIM_PLMN,modem_sbp_config[68].SBP_DISABLE_PARTIAL_BAND_BY_SIM_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable partial bands according to SIM and Roaming status.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,__DISABLE_LTE_PARTIAL_BAND_BY_SIM_AND_PLMN__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5781,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[2].SBP_DISABLE_PLMNSEL_OPLMN_COEXIST,modem_sbp_config[2].SBP_DISABLE_PLMNSEL_OPLMN_COEXIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable ef_plmnsel and ef_oplmn both taking effectbit 0:0:Turn-off. ef_plmnsel and ef_oplmn both take effectbit 1:1:Turn-on. Disable ef_plmnsel and ef_oplmn both taking effect",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5778,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[90].SBP_DISABLE_MS_SUPPORT_OF_NETWORK_REQUESTED_BEARER_CONTROL_INDICATOR,modem_sbp_config[90].SBP_DISABLE_MS_SUPPORT_OF_NETWORK_REQUESTED_BEARER_CONTROL_INDICATOR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnabling or Disabling network bearer control modebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:SBP will be enabled which causes MS Support of Network Requested Bearer Control Indicator to be excluded in PCO Options as a part of PDP activate request.<BR>0x00:SBP will be disabled which causes MS Support of Network Requested Bearer Control Indicator to be included in PCO Options as a part of PDP activate request,No,None,None,MD Config,Modem - Customer Requirement,,,1. UE should be camped in 23G/4G.<BR>2. Send PDP/PDN activate request.,Pass,,,,
+5779,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_DISABLE_NWSEL_MODE_SWITCH_OPTIMIZATION,modem_sbp_config[22].SBP_DISABLE_NWSEL_MODE_SWITCH_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not use previous RPLMN to speed up mode switch for duplex mode change.bit 0:0:Turn-on. Use previous RPLMN to speed up mode switchbit 1:1:Turn-on. Not use previous RPLMN to speed up mode switch",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5780,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_DISABLE_PARTIAL_BAND_BY_SIM_PLMN,modem_sbp_config[68].SBP_DISABLE_PARTIAL_BAND_BY_SIM_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable partial bands according to SIM and Roaming status.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,__DISABLE_LTE_PARTIAL_BAND_BY_SIM_AND_PLMN__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5781,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[2].SBP_DISABLE_PLMNSEL_OPLMN_COEXIST,modem_sbp_config[2].SBP_DISABLE_PLMNSEL_OPLMN_COEXIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable ef_plmnsel and ef_oplmn both taking effectbit 0:0:Turn-off. ef_plmnsel and ef_oplmn both take effectbit 1:1:Turn-on. Disable ef_plmnsel and ef_oplmn both taking effect",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5782,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[2].SBP_DISABLE_PLMN_SEL_WHEN_ACCESS_BARRED,modem_sbp_config[2].SBP_DISABLE_PLMN_SEL_WHEN_ACCESS_BARRED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureallow UE to stay at access barred cell instead of searching other networks for normal service.bit 0:0:Turn-off. Search other networks for normal servicebit 1:1:Turn-on. Stay at access barred cell",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5783,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_DISABLE_PS_ATTACH_ON_NON_DATA_SIM_23G,modem_sbp_config[78].SBP_DISABLE_PS_ATTACH_ON_NON_DATA_SIM_23G,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMultiplePS Disable PS Attach on non Data SIM in 23Gbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x0:UE perform PS attach on non data SIM<BR>0x1:If enable MultiPS disable PS attach on non data SIM,No,,__SBP_ENABLE_PS_ATTACH_ON_NON_DATASIM_ON_23G__,[WCDMA Protocol Baseline]GMM,Modem - Multiple SIM,,,NA,Untested,,,,
5784,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_DISABLE_RETRY_FOR_SAT_SMS,modem_sbp_config[87].SBP_DISABLE_RETRY_FOR_SAT_SMS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable retry for STK SMS and immediately sends TERMINAL RESPONSEbit 0:0:Disable. Retry for the SMS from SATbit 1:1:Enabled. No Retry for the SMS from SAT",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
-5785,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_DISABLE_RPLMN_FROM_EPSLOCI,modem_sbp_config[6].SBP_DISABLE_RPLMN_FROM_EPSLOCI,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable the strategy that UE gets the RPLMN from EPSLOCI.bit 0:0:Turn-off. Allow to use RPLMN from EPSLOCIbit 1:1:Turn-on. Disable RPLMN from EPSLOCI",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+5785,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_DISABLE_RPLMN_FROM_EPSLOCI,modem_sbp_config[6].SBP_DISABLE_RPLMN_FROM_EPSLOCI,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable the strategy that UE gets the RPLMN from EPSLOCI.bit 0:0:Turn-off. Allow to use RPLMN from EPSLOCIbit 1:1:Turn-on. Disable RPLMN from EPSLOCI",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5786,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[2].SBP_DISABLE_RPLMN_FROM_GLOCI,modem_sbp_config[2].SBP_DISABLE_RPLMN_FROM_GLOCI,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable the strategy that UE gets the RPLMN from GLOCI.bit 0:0:Turn-off. Allow to use RPLMN from GLOCIbit 1:1:Turn-on. Disable RPLMN from GLOCI",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-5787,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_DISABLE_RPLMN_FROM_HISTORY_TABLE,modem_sbp_config[22].SBP_DISABLE_RPLMN_FROM_HISTORY_TABLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot use RPLMN from history table.bit 0:0:Turn-off. Could use RPLMN from history tablebit 1:1:Turn-on. Not use RPLMN from history table",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-5788,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_DISABLE_SKIP_NEW_FPLMN_MANUAL_RESEL,modem_sbp_config[5].SBP_DISABLE_SKIP_NEW_FPLMN_MANUAL_RESEL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable skipping new FPLMN when manual reselection.bit 0:0:Turn-off. Skip new FPLMN when manual reselectionbit 1:1:Turn-on. Not skip newe FPLMN when manual reselection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5787,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_DISABLE_RPLMN_FROM_HISTORY_TABLE,modem_sbp_config[22].SBP_DISABLE_RPLMN_FROM_HISTORY_TABLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot use RPLMN from history table.bit 0:0:Turn-off. Could use RPLMN from history tablebit 1:1:Turn-on. Not use RPLMN from history table",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+5788,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_DISABLE_SKIP_NEW_FPLMN_MANUAL_RESEL,modem_sbp_config[5].SBP_DISABLE_SKIP_NEW_FPLMN_MANUAL_RESEL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable skipping new FPLMN when manual reselection.bit 0:0:Turn-off. Skip new FPLMN when manual reselectionbit 1:1:Turn-on. Not skip newe FPLMN when manual reselection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5789,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_DISABLE_SMS_RETRY,modem_sbp_config[26].SBP_DISABLE_SMS_RETRY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable MO SMS retrybit 0:0:Enable MO SMS retrybit 1:1:Disable MO SMS retry",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
5790,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_DISABLE_SON_RACH_REPORT,modem_sbp_config[83].SBP_DISABLE_SON_RACH_REPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTurn off SON RACH Report capabilitybit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable ==> not report rach-Report-r9 capability as supported to Network<BR>1:enabled,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5791,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_DISABLE_T3402_OPTIMIZATION,modem_sbp_config[69].SBP_DISABLE_T3402_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable T3402 optimiztionbit 0:0:Not disabled optimizationbit 1:1:Disabled optimization",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,__SBP_DISABLE_T3402_OPTIMIZATION__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5792,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_DISABLE_TIMER_T3417EXT_MT,modem_sbp_config[101].SBP_DISABLE_TIMER_T3417EXT_MT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTimer T3417EXT_MT is enablebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disable.,No,,__SBP_DISABLE_TIMER_T3417EXT_MT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5791,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_DISABLE_T3402_OPTIMIZATION,modem_sbp_config[69].SBP_DISABLE_T3402_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable T3402 optimiztionbit 0:0:Not disabled optimizationbit 1:1:Disabled optimization",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disabled.,No,,__SBP_DISABLE_T3402_OPTIMIZATION__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5792,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_DISABLE_TIMER_T3417EXT_MT,modem_sbp_config[101].SBP_DISABLE_TIMER_T3417EXT_MT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTimer T3417EXT_MT is enablebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable.<BR>1:Enabled.,No,,__SBP_DISABLE_TIMER_T3417EXT_MT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5793,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_DISABLE_TM9,modem_sbp_config[83].SBP_DISABLE_TM9,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable tm9 related fgi bitbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled ==> turn off tm9,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5794,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_DISABLE_UL64QAM_WHEN_CA_DISABLED,modem_sbp_config[70].SBP_DISABLE_UL64QAM_WHEN_CA_DISABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuredisable ul64qam when CA disabledbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5795,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[25].SBP_DISCARD_MTSMS_WITH_SIM_DATA_DOWNLOAD_AND_DCS_NOT_0XF6,modem_sbp_config[25].SBP_DISCARD_MTSMS_WITH_SIM_DATA_DOWNLOAD_AND_DCS_NOT_0XF6,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDiscard MT SMS with PID=SIM data download(0x7f) and DCS!=0xf6bit 0:0:Disabled. When UE receives MT SMS, it will not discard the MT SMS with PID= 0x7f (SIM data download) and DCS!=0xf6 (8-bit data, class 2 message)bit 1:1:Enabled. When UE receives MT SMS, it will discard the MT SMS with PID= 0x7f (SIM data download) and DCS!=0xf6 (8-bit data, class 2 message)",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
5796,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_DISCARD_NAS_MSG_LIST_INT_FAIL,modem_sbp_config[36].SBP_DISCARD_NAS_MSG_LIST_INT_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDiscard NAS message list when integrity check failedbit 0:0:Disabled. NOT discard NAS message list when integrity check failedbit 1:1:Enabled. Discard NAS message list when integrity check failed",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. UE will set attach attempt counter to MAX and start T3402 when UE receives an ATTACH reject with cause #19.<BR>0:Disable. Follow original behavior that UE has 5 times chances to receive ATTACH reject with cause #19.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5797,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_DISPLAY_ALL_EHPLMN_REGARDLESS_OF_SIM_CONFIG,modem_sbp_config[94].SBP_DISPLAY_ALL_EHPLMN_REGARDLESS_OF_SIM_CONFIG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisplay all EHPLMN regardless of SIM configurationbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
+5797,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_DISPLAY_ALL_EHPLMN_REGARDLESS_OF_SIM_CONFIG,modem_sbp_config[94].SBP_DISPLAY_ALL_EHPLMN_REGARDLESS_OF_SIM_CONFIG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisplay all EHPLMN regardless of SIM configurationbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
5798,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_DISPLAY_ALL_EHPLMN_WHEN_NO_PREFERENCE,modem_sbp_config[74].SBP_DISPLAY_ALL_EHPLMN_WHEN_NO_PREFERENCE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisplay all EHPLMN when EF_EHPLMNPI is set to 0 (no preference)bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5799,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[80].SBP_DISPLAY_LOSS_WHEN_CONNECTED_MODE_OOS,modem_sbp_config[80].SBP_DISPLAY_LOSS_WHEN_CONNECTED_MODE_OOS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurenon-support Do not display of loss in network in connected mode OOSbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5800,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_DOCOMO_IOT_CC,modem_sbp_config[4].SBP_DOCOMO_IOT_CC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureHandle primitive facility after or before peer connect ack for Docomo IOTbit 0:0:FACILITY will be sent before CONNECT ACKbit 1:1:FACILITY will be sent after CONNECT ACK",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,CC,Modem Application - Modem Control,,,,Pass,,,,
5801,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_DOCOMO_IOT_SMS,modem_sbp_config[4].SBP_DOCOMO_IOT_SMS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable MO SMS Retry for Docomo IOT testbit 0:0:Don't allow the SMS to be retriedbit 1:1:Allow the SMS to be retried",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
5802,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_DONT_DELETE_FORBIDDEN_LA_LIST_IN_RFOFF_CAUSE_SIM_SWITCH,modem_sbp_config[99].SBP_DONT_DELETE_FORBIDDEN_LA_LIST_IN_RFOFF_CAUSE_SIM_SWITCH,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDon't delete the forbidden la list in RFOFF cause SIM SWITCHbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x1:if enable ,when Rf off request comes with cause SIM SWITCH then forbidden LA list shall not be deleted.<BR>0x0:if disable, LA list shall be deleted when rfodd reques comes.",No,No,,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 23G<BR>-> Trigger RF OFF with cause RFOFF_CAUSE_SIM_SWITCH <BR>[Expected Result]<BR>Observe UE should not delete the forbidden la list in RFOFF,Untested,,,,
5803,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[28].SBP_DO_NOT_CLEAR_CS_FPLMN_FOR_RAT_MODE_CHANGE,modem_sbp_config[28].SBP_DO_NOT_CLEAR_CS_FPLMN_FOR_RAT_MODE_CHANGE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not clear CS forbidden PLMN list on RAT mode change.bit 0:0:Turn-off. Clear CS FPLMN on RAT changebit 1:1:Turn-on. Do not clear CS FPLMN on RAT change",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5804,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[41].SBP_DO_NOT_LIST_LTE_WHEN_NOT_POSSIBLE,modem_sbp_config[41].SBP_DO_NOT_LIST_LTE_WHEN_NOT_POSSIBLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not perform manual list operatio on LTE, if inserted is not USIM.bit 0:0:Turn-off. List LTE RAT if inserted SIM is not USIMbit 1:1:Turn-on. Do not list LTE RAT if inserted SIM is not USIM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5805,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_DO_NOT_SEARCH_23G_LTE_ONLY_NETWORK,modem_sbp_config[63].SBP_DO_NOT_SEARCH_23G_LTE_ONLY_NETWORK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not search 23G networks for normal service for LTE_ONLY_SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+5804,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[41].SBP_DO_NOT_LIST_LTE_WHEN_NOT_POSSIBLE,modem_sbp_config[41].SBP_DO_NOT_LIST_LTE_WHEN_NOT_POSSIBLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not perform manual list operatio on LTE, if inserted is not USIM.bit 0:0:Turn-off. List LTE RAT if inserted SIM is not USIMbit 1:1:Turn-on. Do not list LTE RAT if inserted SIM is not USIM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5805,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_DO_NOT_SEARCH_23G_LTE_ONLY_NETWORK,modem_sbp_config[63].SBP_DO_NOT_SEARCH_23G_LTE_ONLY_NETWORK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not search 23G networks for normal service for LTE_ONLY_SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5806,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[25].SBP_DO_NOT_START_TD_DISABLE_TIMER,modem_sbp_config[25].SBP_DO_NOT_START_TD_DISABLE_TIMER,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not start EUTRAN TD disable timerbit 0:0:Turn-off. Start EUTRAN TD disable timerbit 1:1:Turn-on. Not start EUTRAN TD disable timer",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
5807,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_DR_DSDS,modem_sbp_config[96].SBP_DR_DSDS,OTA,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureDR-DSDS feature supportbit 0:0:Disable DR-DSDSbit 1:1:Enable DR-DSDS under supported band/RAT combination",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,ENDC based DR-DSDS,Modem - Multiple SIM,,,"Test in machine : N<BR>Test Time (minutes) : 10<BR>[Init] Dual SIM register to SA and LTE NW seperately.<BR>[Test Step] one SIM in connected mode, check gemini gap status when another SIM in idle mode perform PCH monitoring<BR>[Expected Result]<BR>No gemini gap when idle SIM monitor PCH under supported RAT/band combination",Untested,,,,
5808,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_DSDA,modem_sbp_config[96].SBP_DSDA,OTA,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureDSDA feature supportbit 0:0:Disable DSDAbit 1:1:Enable DSDA under supported band/RAT combination",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,ENDC based DSDA,Modem - Multiple SIM,,,Test in machine : N<BR>Test Time (minutes) : 10<BR>[Init] Dual SIM register to SA and LTE seperately.<BR>[Test Step] One SIM SA ping and another SIM make VoLTE call.<BR>[Expected Result]<BR>SA ping and LTE VoNR call can be performed in parallel under supported band combination,Untested,,,,
5809,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_DUAL_PRIORITY_FEATURE_ENABLED,modem_sbp_config[88].SBP_DUAL_PRIORITY_FEATURE_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether to enable dual priority feature or notbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,__SBP_DUAL_PRIORITY_FEATURE_ENABLED__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5810,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_DUPLEX_MODE_CHG_AFTER_CSFB,modem_sbp_config[56].SBP_DUPLEX_MODE_CHG_AFTER_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDuplex mode change after CSFBbit 0:0:Not enabled : Do not change the Duplex mode after CSFBbit 1:1:Enabled : Duplex mode change after CSFB",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:This feature is valid only when UE is running under LG+WG mode. In some CMCC networks the CSFB call will be redirected to TDS instead of GSM,No,,__ENABLE_DUPLEX_MODE_CHG_AFTER_CSFB__,L+W (1.0),Modem - Multiple SIM,,,NA,Pass,,,,
-5811,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_DUPLEX_MODE_SWITCH_IN_LIMITED_SERVICE,modem_sbp_config[22].SBP_DUPLEX_MODE_SWITCH_IN_LIMITED_SERVICE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDuplex mode switch in limited servicebit 0:0:Disable TDCDMA/WCDMA Duplex Mode Switch in Limited Servicebit 1:1:Enable TDCDMA/WCDMA Duplex Mode Switch in Limited Service",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+5811,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_DUPLEX_MODE_SWITCH_IN_LIMITED_SERVICE,modem_sbp_config[22].SBP_DUPLEX_MODE_SWITCH_IN_LIMITED_SERVICE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDuplex mode switch in limited servicebit 0:0:Disable TDCDMA/WCDMA Duplex Mode Switch in Limited Servicebit 1:1:Enable TDCDMA/WCDMA Duplex Mode Switch in Limited Service",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5812,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_DYNAMICALLY_EXTEND_PAGING_PROTECT_TIMER,modem_sbp_config[91].SBP_DYNAMICALLY_EXTEND_PAGING_PROTECT_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport dynamically extend paging protect timerbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable.<BR>1:Enabled.,No,,__DISABLE_SBP_DYNAMICALLY_EXTEND_PAGING_PROTECT_TIMER__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5813,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_DYNAMIC_APPLMN_LIST,modem_sbp_config[16].SBP_DYNAMIC_APPLMN_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable Dynamic APPLMN list mechanism: support dynamic APPLMN updated when UE registers on VPLMN.bit 0:0:Disabled. Not apply dynamic APPLMN list mechanismbit 1:1:Enabled. Apply dynamic APPLMN list mechanism",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+5813,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_DYNAMIC_APPLMN_LIST,modem_sbp_config[16].SBP_DYNAMIC_APPLMN_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable Dynamic APPLMN list mechanism: support dynamic APPLMN updated when UE registers on VPLMN.bit 0:0:Disabled. Not apply dynamic APPLMN list mechanismbit 1:1:Enabled. Apply dynamic APPLMN list mechanism",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5814,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_DYNAMIC_SBP,modem_sbp_config[21].SBP_DYNAMIC_SBP,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureFeature option to dynamically configure settings according to inserted SIMbit 0:0:Disabled. Modme configures settings according to the SBP ID from CCCI during boot-upbit 1:1:Enabled. Modem configures settings according to both SBP ID from CCCI and SBP ID computed from inserted SIM",BIT,1,,1,0x01,NR15.R3.MD700.MP,,NA,No,,,,,,,NA,Untested,,,,
5815,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[27].SBP_DYNAMIC_UE_SPECIFIC_DRX,modem_sbp_config[27].SBP_DYNAMIC_UE_SPECIFIC_DRX,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureChange UE specific DRX paramter dynamicallybit 0:0:Disable. UE's DRX parameter cannot changebit 1:1:Enabled. UE's DRX parameter can change dynamically",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. UE's DRX parameter cannot change.<BR>1:Enabled. UE's DRX parameter can change dynamically.,No,,__SBP_DYNAMIC_UE_SPECIFIC_DRX__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5816,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_EARLY_REPORT_PS_REG_STATUS,modem_sbp_config[36].SBP_EARLY_REPORT_PS_REG_STATUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport earlier CGREG with new cell information during IRATbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,NW,Modem Application - Modem Control,,,,Pass,,,,
-5817,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_EARLY_RLF_IF_NW_RELEASE,modem_sbp_config[92].SBP_EARLY_RLF_IF_NW_RELEASE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable early RLF if NW release connectionbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Make SIR < -96dBm in connected state when<BR>1. Ecno>-10dBm<BR>2. Gemini suspension% < 30%<BR>3. PLMN is present in custom list<BR>Then RLF will happen with customized t313 value.<BR>This early RLF feature will hit only for customized PLMNs. This feature is customer requirement and customer verified it.,Untested,,,,
+5817,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_EARLY_RLF_IF_NW_RELEASE,modem_sbp_config[92].SBP_EARLY_RLF_IF_NW_RELEASE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable early RLF if NW release connectionbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Make SIR < -96dBm in connected state when<BR>1. Ecno>-10dBm<BR>2. Gemini suspension% < 30%<BR>3. PLMN is present in custom list<BR>Then RLF will happen with customized t313 value.<BR>This early RLF feature will hit only for customized PLMNs. This feature is customer requirement and customer verified it.,Untested,,,,
5818,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_EAS_REDUCE_VIDLE_TAU,modem_sbp_config[81].SBP_EAS_REDUCE_VIDLE_TAU,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEAS reduce V-IDLE TAUbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,L+L,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
5819,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[28].SBP_ECBM_ENABLE,modem_sbp_config[28].SBP_ECBM_ENABLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after UMOLY. User could refer to NVRAM_EF_VDM_ADS_PROFILE_LID for the same funtionality.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
5820,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_ECC_FORCE_IMS_CELL,modem_sbp_config[79].SBP_ECC_FORCE_IMS_CELL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLimited service force ERRC to find IMS support cellbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
5821,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[15].SBP_ECC_NOT_PREEMPT_SEARCH,modem_sbp_config[15].SBP_ECC_NOT_PREEMPT_SEARCH,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEmergency call not preempt search procedure.bit 0:0:Turn-off. ECC could preempt searchbit 1:1:Turn-on. ECC not preempt search",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
5822,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_ECSFB,modem_sbp_config[65].SBP_ECSFB,OTA and OTA BY OP,no,no,no,yes,CSFB enhancement: LAU reduction while MO/MT CSFB from LTE to GSM. This feature gives more preference to GSM cell with same LA as TA of LTE cell during cell search.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:GSM will follow 3GPP and RR will use redirection list as provided by network during cell search.<BR>1:GSM will give preference to GSM cell of same LA as TA of LTE cell.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5823,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_ECSFB_ENHANCED_ASSOCIATION_OF_24G_CELLS,modem_sbp_config[89].SBP_ECSFB_ENHANCED_ASSOCIATION_OF_24G_CELLS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurenot add 2G serving cell and 4G target cell to eCSFB association listbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-5824,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_EDALLOW_RE_ATTACH,modem_sbp_config[91].SBP_EDALLOW_RE_ATTACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable EDALLOW re-attach feature bit<BR>purpose: to do edallow re-attach procedure<BR>use time: Original data SIM (SIM1) receive LTE PS paging (for DL data from network side) which interrupt new data SIM (SIM2) data service, MMS can't be sent, Web browsing slow, etc.<BR>how to use: switch data SIM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (N) N<BR> Test Time (20 minutes) <BR> [Init] poweron PS register with dual SIM in L+W mode<BR> [Test Step] switch data SIM from SIM1 to SIM2, and use SIM2 do surf the net<BR> [Expected Result]<BR>the throughput in SIM2 is normal",Pass,,,,
+5824,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_EDALLOW_RE_ATTACH,modem_sbp_config[91].SBP_EDALLOW_RE_ATTACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable EDALLOW re-attach feature bit<BR>purpose: to do edallow re-attach procedure<BR>use time: Original data SIM (SIM1) receive LTE PS paging (for DL data from network side) which interrupt new data SIM (SIM2) data service, MMS can't be sent, Web browsing slow, etc.<BR>how to use: switch data SIM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (N) N<BR> Test Time (20 minutes) <BR> [Init] poweron PS register with dual SIM in L+W mode<BR> [Test Step] switch data SIM from SIM1 to SIM2, and use SIM2 do surf the net<BR> [Expected Result]<BR>the throughput in SIM2 is normal",Pass,,,,
5825,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[32].SBP_EL1C_ALL_MEAS_OPT,modem_sbp_config[32].SBP_EL1C_ALL_MEAS_OPT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. No need after UMOLYAbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
-5826,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_ELEVATOR_MODE,modem_sbp_config[98].SBP_ELEVATOR_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTurn on elevator mode for optimization of camping on LTE cell when out of elevatorbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:elevator mode disabled<BR>1:elevator mode enabled,,,,MD Config,Modem - Customer Requirement,,,"firstly input AT CMD:<BR>AT+EGMC=1,"elevator_mode",0<BR>AT+EGMC=1,"elevator_mode",1<BR><BR>then input the following command:<BR>1. AT+ERAT=0<BR>2. AT+EGMC=1,"elevator_mode",0<BR>3. AT+EGMC=1,"elevator_mode",1<BR>4. AT+ERAT=6",Pass,,,,
+5826,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_ELEVATOR_MODE,modem_sbp_config[98].SBP_ELEVATOR_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTurn on elevator mode for optimization of camping on LTE cell when out of elevatorbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:elevator mode enabled<BR>0:elevator mode disabled,,,,MD Config,Modem - Customer Requirement,,,"firstly input AT CMD:<BR>AT+EGMC=1,"elevator_mode",0<BR>AT+EGMC=1,"elevator_mode",1<BR><BR>then input the following command:<BR>1. AT+ERAT=0<BR>2. AT+EGMC=1,"elevator_mode",0<BR>3. AT+EGMC=1,"elevator_mode",1<BR>4. AT+ERAT=6",Pass,,,,
5827,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[30].SBP_EMAC_AUDRX,modem_sbp_config[30].SBP_EMAC_AUDRX,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEMAC AUDRX obsolete disabled after UMOLYAbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled,No,,,,,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Untested,,,,
-5828,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_EMAC_VOLTE_LOW_POWER_ENH,modem_sbp_config[66].SBP_EMAC_VOLTE_LOW_POWER_ENH,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEMAC volte low power enhancement. Bit value 0: Disabled. Bit value 1: Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:diable<BR>1:enable,No,,,Power Saving,Modem Application - Product Feature,,,covered by SBP framework IT,Pass,,,,
-5829,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[71].SBP_EMC_PDN_ACT_DISABLE_T3482,modem_sbp_config[71].SBP_EMC_PDN_ACT_DISABLE_T3482,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuredisable T3482 retry mechanism when activating emergency PDN connectionbit 0:0:Disable SBP. T3482 retry mechanism will not be disable when activating EMC PDN connectionbit 1:1:Enabled SBP. T3482 retry mechanism will be disable when activating EMC PDN connection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:enable<BR>bit 0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init]<BR>Disable SBP.<BR>UE attached to LTE<BR>[Test Step] <BR>UE make activation of additional Emergency PDN connection and NW does not respond to request.<BR>[Expected Result]<BR> T3482 retry mechanism will not be disable when activating EMC PDN connection,Pass,,,,
-5830,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_EMC_RETRY_CHK_IMS_EMERGENCY_SUPPORT,modem_sbp_config[89].SBP_EMC_RETRY_CHK_IMS_EMERGENCY_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCheck ImsEmergencySupport when retry LTE emergency bearer servicebit 0:0:Don't checkbit 1:1:Check",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Don't check.<BR>1:Check.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5828,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_EMAC_VOLTE_LOW_POWER_ENH,modem_sbp_config[66].SBP_EMAC_VOLTE_LOW_POWER_ENH,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEMAC volte low power enhancement. Bit value 0: Disabled. Bit value 1: Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:diable,No,,,Power Saving,Modem Application - Product Feature,,,covered by SBP framework IT,Pass,,,,
+5829,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[71].SBP_EMC_PDN_ACT_DISABLE_T3482,modem_sbp_config[71].SBP_EMC_PDN_ACT_DISABLE_T3482,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuredisable T3482 retry mechanism when activating emergency PDN connectionbit 0:0:Disable SBP. T3482 retry mechanism will not be disable when activating EMC PDN connectionbit 1:1:Enabled SBP. T3482 retry mechanism will be disable when activating EMC PDN connection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 0:disable<BR>bit 1:enable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init]<BR>Disable SBP.<BR>UE attached to LTE<BR>[Test Step] <BR>UE make activation of additional Emergency PDN connection and NW does not respond to request.<BR>[Expected Result]<BR> T3482 retry mechanism will not be disable when activating EMC PDN connection,Pass,,,,
+5830,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_EMC_RETRY_CHK_IMS_EMERGENCY_SUPPORT,modem_sbp_config[89].SBP_EMC_RETRY_CHK_IMS_EMERGENCY_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCheck ImsEmergencySupport when retry LTE emergency bearer servicebit 0:0:Don't checkbit 1:1:Check",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Check.<BR>0:Don't check.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5831,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_EMM_ACCEPT_NITZ_IN_DEREGISTERED_STATE,modem_sbp_config[95].SBP_EMM_ACCEPT_NITZ_IN_DEREGISTERED_STATE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurenot accept the EMM information during deregistered statebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. UE will accept the EMM information during deregistered state.<BR>0:Disable. UE will not accept the EMM information during deregistered state.,No,,__EMM_ACCEPT_NITZ_IN_DEREGISTERED_STATE__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5832,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[64].SBP_EMM_ASSUME_NW_SUPPORT_EPC_LCS,modem_sbp_config[64].SBP_EMM_ASSUME_NW_SUPPORT_EPC_LCS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAssume network supports EPC LCSbit 0:0:Disabled, UE cannot send LPP data if the machine/network does not set up the EPC LCS bit in the attach accept bit 1:1:Enabled, UE can send LPP data if the machine/network supports EPS LPP data but does not set up the EPC LCS bit in the attach accept",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. UE can send LPP data if the machine/network supports EPS LPP data but does not set up the EPC LCS bit in the attach accept.<BR>0:Disable. UE cannot send LPP data if the machine/network does not set up the EPC LCS bit in the attach accept.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5833,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_EMM_CONN_FAIL_ABNORMAL_B,modem_sbp_config[19].SBP_EMM_CONN_FAIL_ABNORMAL_B,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureHandling as abnormal case b if CONN_FAIL during establishing connectionbit 0:0:Disable. Retry immediately if CONN_FAIL during establishing connectionbit 1:1:Enabled. Handling as abnormal case b if CONN_FAIL during establishing connection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Handling as abnormal case b if CONN_FAIL during establishing connection.<BR>0:Disable. Retry immediately if CONN_FAIL during establishing connection.,No,,__SBP_EMM_CONN_FAIL_ABNORMAL_B__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5834,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_EMM_CONN_FAIL_SELECT_23G_FOR_CSFB,modem_sbp_config[82].SBP_EMM_CONN_FAIL_SELECT_23G_FOR_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce select 23G when EXSR(for CSFB) fail due to T300 expirybit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable.<BR>1:Enabled.,No,,__DISABLE_EMM_CONN_FAIL_SELECT_23G_FOR_CSFB__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5835,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_EMM_CUST_BAR_BAD_CELL,modem_sbp_config[101].SBP_EMM_CUST_BAR_BAD_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurenot bar bad cell in the EMM custom functionsbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disabled bar the bad cell feature.<BR>1:enabled bar the bad cell feature.,No,,__RTT_BAR_BAD_CELL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5833,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_EMM_CONN_FAIL_ABNORMAL_B,modem_sbp_config[19].SBP_EMM_CONN_FAIL_ABNORMAL_B,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureHandling as abnormal case b if CONN_FAIL during establishing connectionbit 0:0:Disable. Retry immediately if CONN_FAIL during establishing connectionbit 1:1:Enabled. Handling as abnormal case b if CONN_FAIL during establishing connection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Retry immediately if CONN_FAIL during establishing connection.<BR>1:Enabled. Handling as abnormal case b if CONN_FAIL during establishing connection.,No,,__SBP_EMM_CONN_FAIL_ABNORMAL_B__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5834,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_EMM_CONN_FAIL_SELECT_23G_FOR_CSFB,modem_sbp_config[82].SBP_EMM_CONN_FAIL_SELECT_23G_FOR_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce select 23G when EXSR(for CSFB) fail due to T300 expirybit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disable.,No,,__DISABLE_EMM_CONN_FAIL_SELECT_23G_FOR_CSFB__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5835,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_EMM_CUST_BAR_BAD_CELL,modem_sbp_config[101].SBP_EMM_CUST_BAR_BAD_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurenot bar bad cell in the EMM custom functionsbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled bar the bad cell feature.<BR>0:disabled bar the bad cell feature.,No,,__RTT_BAR_BAD_CELL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5836,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_EMM_CUST_MAP_EMM_CAUSE,modem_sbp_config[56].SBP_EMM_CUST_MAP_EMM_CAUSE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReject cause mapping by userbit 0:0:Disable. Follow spec reject cause handlingbit 1:1:Enabled. User can map network reject cause to other reject cause that user want.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. Follow spec reject cause handling.<BR>1:Enabled. User can map network reject cause to other reject cause that user want.,No,,__SBP_NVRAM_MAP_EMM_CAUSE__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5837,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_EMM_DELAY_SEND_IMS_PDN_REQUEST,modem_sbp_config[99].SBP_EMM_DELAY_SEND_IMS_PDN_REQUEST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDelay send ESM message with current RRC connection bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,,,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5837,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_EMM_DELAY_SEND_IMS_PDN_REQUEST,modem_sbp_config[99].SBP_EMM_DELAY_SEND_IMS_PDN_REQUEST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDelay send ESM message with current RRC connection bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,,,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5838,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[90].SBP_EMM_DUPLEX_CHG_NO_CELL_LOCAL_DET,modem_sbp_config[90].SBP_EMM_DUPLEX_CHG_NO_CELL_LOCAL_DET,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePerform local detach when no cell during duplex mode changebit 0:0:Attempt air detachbit 1:1:Local detach",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Local detach<BR>0:Attempt air detach,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5839,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_EMM_EIA0_NOT_SUPPORTED_WHEN_NORMAL_ATTACH,modem_sbp_config[96].SBP_EMM_EIA0_NOT_SUPPORTED_WHEN_NORMAL_ATTACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot disable the EIA0 capability when normal attachbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:normal attach does not support EIA0.<BR>0:normal attach supports EIA0.,No,,__SBP_EMM_EIA0_NOT_SUPPORTED_WHEN_NORMAL_ATTACH__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5840,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_EMM_EMC_EST_CONNECTION,modem_sbp_config[75].SBP_EMM_EMC_EST_CONNECTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce EMM to setup RRC connection with cause emergencybit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Force EMM setup RRC connection with cause emergency<BR>0:Not force EMM setup RRC connection with cause emergency,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5841,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_EMM_IGNORE_ALL_PS_PAGING_DURING_MMS_SESSION,modem_sbp_config[74].SBP_EMM_IGNORE_ALL_PS_PAGING_DURING_MMS_SESSION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNon-data sim will ignore all PS paging when data sim performs MMSbit 0:0:Disabled. Non-data sim does not ignore PS paging when data sim performs MMSbit 1:1:Enabled. Non-data sim will ignore all PS paging when data sim performs MMS",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Non-data sim will ignore all PS paging when data sim performs MMS.<BR>0:Disabled. Non-data sim does not ignore PS paging when data sim performs MMS.,No,,__ENABLE_LTE_EMM_IGNORE_ALL_PS_PAGING_DURING_MMS_SESSION__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5840,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_EMM_EMC_EST_CONNECTION,modem_sbp_config[75].SBP_EMM_EMC_EST_CONNECTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce EMM to setup RRC connection with cause emergencybit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not force EMM setup RRC connection with cause emergency<BR>1:Force EMM setup RRC connection with cause emergency,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5841,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_EMM_IGNORE_ALL_PS_PAGING_DURING_MMS_SESSION,modem_sbp_config[74].SBP_EMM_IGNORE_ALL_PS_PAGING_DURING_MMS_SESSION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNon-data sim will ignore all PS paging when data sim performs MMSbit 0:0:Disabled. Non-data sim does not ignore PS paging when data sim performs MMSbit 1:1:Enabled. Non-data sim will ignore all PS paging when data sim performs MMS",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. Non-data sim does not ignore PS paging when data sim performs MMS.<BR>1:Enabled. Non-data sim will ignore all PS paging when data sim performs MMS.,No,,__ENABLE_LTE_EMM_IGNORE_ALL_PS_PAGING_DURING_MMS_SESSION__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5842,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_EMM_IGNORE_MT_CS_WHEN_IMS_CALL,modem_sbp_config[18].SBP_EMM_IGNORE_MT_CS_WHEN_IMS_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIgnore CS Service Notification during VoLTE callbit 0:0:Disabled. UE will not ignore CS service notification when VoLTE call is on going and does CSFBbit 1:1:Enabled. UE will ignore CS service notification when VoLTE call is on going",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. UE will not ignore CS service notification when VoLTE call is on going and does CSFB<BR>1:Enabled. UE will ignore CS service notification when VoLTE call is on going,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5843,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_EMM_IGNORE_PS_PAGING_AFTER_DATA_SWITCH,modem_sbp_config[89].SBP_EMM_IGNORE_PS_PAGING_AFTER_DATA_SWITCH,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable ignore ps paging after data switchbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,,,,MD Config,Modem - Customer Requirement,,,phase out,Untested,,,,
5844,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_EMM_IGNORE_PS_PAGING_AFTER_DATA_SWITCH_IMS_UNREGISTERED,modem_sbp_config[89].SBP_EMM_IGNORE_PS_PAGING_AFTER_DATA_SWITCH_IMS_UNREGISTERED,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable ignore ps paging after data switch when ims unregbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,,5844,no,,,,,phase out,Untested,,,,
5845,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_EMM_IGNORE_PS_PAGING_DURING_MMS_SESSION_WHEN_IMS_DEREG,modem_sbp_config[74].SBP_EMM_IGNORE_PS_PAGING_DURING_MMS_SESSION_WHEN_IMS_DEREG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf non-data SIM is VoLTE off, then it will ignore PS paging when data sim performs MMSbit 0:0:Disabled. Non-data sim does not ignore PS paging when data sim performs MMSbit 1:1:Enabled. If non-data SIM is VoLTE off, then it will ignore PS paging when data sim performs MMS",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0:Disabled. Non-data sim does not ignore PS paging when data sim performs MMS.<BR>1:Enabled. If non-data SIM is VoLTE off, then it will ignore PS paging when data sim performs MMS.",No,,__DISABLE_LTE_EMM_IGNORE_PS_PAGING_DURING_MMS_SESSION_WHEN_IMS_DEREG__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5846,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[30].SBP_EMM_IGNORE_TAC_ALL_ZEROS_CHECK,modem_sbp_config[30].SBP_EMM_IGNORE_TAC_ALL_ZEROS_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIgnore TAC check for all zeros valuebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:UE does not treat 0x0000 as deleted TAC so that it could send SERVICE REQUEST if the TAC of current cell is 0x0000.<BR>0:UE treats 0x0000 as deleted TAC which follow the definition of the spec 24.301.,No,,__EMM_IGNORE_TAC_ALL_ZEROS_CHECK__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5847,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[73].SBP_EMM_LOCAL_DETACH_WHEN_T3421_TIMEOUT_FOR_SIM_DETACH_IN_DEREG_STATE,modem_sbp_config[73].SBP_EMM_LOCAL_DETACH_WHEN_T3421_TIMEOUT_FOR_SIM_DETACH_IN_DEREG_STATE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurelocal detach when T3421 timeout for SIM detach in DEREG statebit 0:0:Disable. does not local detach when T3421 timeout for SIM detach in DEREG state.bit 1:1:Enabled. local detach when T3421 timeout for SIM detach in DEREG state.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. does not local detach when T3421 timeout for SIM detach in DEREG state.<BR>1:Enabled. local detach when T3421 timeout for SIM detach in DEREG state.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5846,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[30].SBP_EMM_IGNORE_TAC_ALL_ZEROS_CHECK,modem_sbp_config[30].SBP_EMM_IGNORE_TAC_ALL_ZEROS_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIgnore TAC check for all zeros valuebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:UE treats 0x0000 as deleted TAC which follow the definition of the spec 24.301.<BR>1:UE does not treat 0x0000 as deleted TAC so that it could send SERVICE REQUEST if the TAC of current cell is 0x0000.,No,,__EMM_IGNORE_TAC_ALL_ZEROS_CHECK__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5847,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[73].SBP_EMM_LOCAL_DETACH_WHEN_T3421_TIMEOUT_FOR_SIM_DETACH_IN_DEREG_STATE,modem_sbp_config[73].SBP_EMM_LOCAL_DETACH_WHEN_T3421_TIMEOUT_FOR_SIM_DETACH_IN_DEREG_STATE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurelocal detach when T3421 timeout for SIM detach in DEREG statebit 0:0:Disable. does not local detach when T3421 timeout for SIM detach in DEREG state.bit 1:1:Enabled. local detach when T3421 timeout for SIM detach in DEREG state.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. local detach when T3421 timeout for SIM detach in DEREG state.<BR>0:Disable. does not local detach when T3421 timeout for SIM detach in DEREG state.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5848,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_EMM_NON_TEST_SIM_BEHAVIOR,modem_sbp_config[78].SBP_EMM_NON_TEST_SIM_BEHAVIOR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEMM always perform NON TEST SIM behavior.bit 0:0:Disable. Treat TEST SIM as TEST SIM.bit 1:1:Enable. Treat TEST SIM as NON TEST SIM.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable. Treat TEST SIM as NON TEST SIM.<BR>0:Disable. Treat TEST SIM as TEST SIM.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5849,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG,modem_sbp_config[72].SBP_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureoccupy cs semaphore when TAU request without active flag but network establishes DRBbit 0:0:Disable, EMM does not occupy cs semaphore when TAU request without active flag but network establishes DRBbit 1:1:Enable, EMM will occupy cs semaphore when TAU request without active flag but network establishes DRB",BIT,1,,1,__SBP_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG__ : 1<BR>MT6885 : 1<BR>MT6873 : 0<BR>DEFAULT_VALUE : 0,NR15.R3.MD700.MP,,"1:Enable, EMM will occupy cs semaphore when TAU request without active flag but network establishes DRB.<BR>0:Disable, EMM does not occupy cs semaphore when TAU request without active flag but network establishes DRB.",No,,__SBP_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG__ <BR>__DISABLE_LTE_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5849,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG,modem_sbp_config[72].SBP_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureoccupy cs semaphore when TAU request without active flag but network establishes DRBbit 0:0:Disable, EMM does not occupy cs semaphore when TAU request without active flag but network establishes DRBbit 1:1:Enable, EMM will occupy cs semaphore when TAU request without active flag but network establishes DRB",BIT,1,,1,__SBP_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG__ : 1<BR>MT6885 : 1<BR>MT6873 : 0<BR>DEFAULT_VALUE : 0,NR15.R3.MD700.MP,,"0:Disable, EMM does not occupy cs semaphore when TAU request without active flag but network establishes DRB.<BR>1:Enable, EMM will occupy cs semaphore when TAU request without active flag but network establishes DRB.",No,,__SBP_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG__ <BR>__DISABLE_LTE_EMM_OCCUPY_CS_WHEN_DRB_EST_DURING_TAU_WITH_NO_ACTIVE_FLAG__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5850,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_EMM_PERFORM_PAGING_AND_SYNC_TAU_TOGETHER,modem_sbp_config[104].SBP_EMM_PERFORM_PAGING_AND_SYNC_TAU_TOGETHER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuretrigger TAU after local release seamlesslybit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disabled.,No,,__DISABLE_EMM_PERFORM_PAGING_AND_SYNC_TAU_TOGETHER__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5851,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_EMM_PERFORM_PLMN_SEARCH_AFTER_DETACH_NOT_REQ_ABNORMAL,modem_sbp_config[58].SBP_EMM_PERFORM_PLMN_SEARCH_AFTER_DETACH_NOT_REQ_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePerform PLMN search when receiving reattach not required in detach procedure.bit 0:0:Turn-off. Enter EMM-DEREGISTERED statebit 1:1:Turn-on. Enter EMM-DEREGISTERED.PLMN-SEARCH state",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-5852,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_EMM_PROC_AS_FAIL_BAR_CELL,modem_sbp_config[66].SBP_EMM_PROC_AS_FAIL_BAR_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBar the camped cell that AS failure during EMM procedurebit 0:0:Disable. Follow spec handling.bit 1:1:Enabled. Bar the camped cell that AS failure during EMM procedure",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,__LTE_EMM_PROC_AS_FAIL_BAR_CELL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5851,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_EMM_PERFORM_PLMN_SEARCH_AFTER_DETACH_NOT_REQ_ABNORMAL,modem_sbp_config[58].SBP_EMM_PERFORM_PLMN_SEARCH_AFTER_DETACH_NOT_REQ_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePerform PLMN search when receiving reattach not required in detach procedure.bit 0:0:Turn-off. Enter EMM-DEREGISTERED statebit 1:1:Turn-on. Enter EMM-DEREGISTERED.PLMN-SEARCH state",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+5852,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_EMM_PROC_AS_FAIL_BAR_CELL,modem_sbp_config[66].SBP_EMM_PROC_AS_FAIL_BAR_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBar the camped cell that AS failure during EMM procedurebit 0:0:Disable. Follow spec handling.bit 1:1:Enabled. Bar the camped cell that AS failure during EMM procedure",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,__LTE_EMM_PROC_AS_FAIL_BAR_CELL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5853,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_EMM_PROC_FAIL_HANDLING,modem_sbp_config[70].SBP_EMM_PROC_FAIL_HANDLING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBar the fake cell when UE detect the cell is a fake one.bit 0:0:Disable. No special handling for fake cell.bit 1:1:Enabled. Bar the fake cell when UE detect the cell is a fake one.",BIT,1,,1,__DISABLE_LTE_DETACH_EMM_PROC_FAIL_HANDLING__ : 0 <BR>DEFAULT_VALUE : 1,NR15.R3.MD700.MP,,0:Disable. No special handling for fake cell.<BR>1:Enabled. Bar the fake cell when UE detect the cell is a fake one.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5854,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_EMM_PROC_FAIL_HANDLING_BY_OP,modem_sbp_config[88].SBP_EMM_PROC_FAIL_HANDLING_BY_OP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThe handling for EMM procedure fail is by operatorbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:The handling for EMM procedure fail is not by operator<BR>1:The handling for EMM procedure fail is by operator,No,,__SBP_EMM_PROC_FAIL_HANDLING_BY_OP__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5855,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_EMM_PROC_NW_REL_BAR_CELL,modem_sbp_config[66].SBP_EMM_PROC_NW_REL_BAR_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBar the camped cell that NW release connection during EMM procedurebit 0:0:Disable. Follow spec handlingbit 1:1:Enabled. Bar the camped cell that NW release connection during EMM procedure",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,__LTE_EMM_PROC_NW_REL_BAR_CELL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5856,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_EMM_R14_INDICATE_SWITCH_OFF_FOR_USIM_REMOVAL,modem_sbp_config[78].SBP_EMM_R14_INDICATE_SWITCH_OFF_FOR_USIM_REMOVAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIndicate switch off bit in DETACH REQ for USIM REMOVALbit 0:0:Disable. Does not indicate switch off bit in DETACH REQ for USIM REMOVAL.bit 1:1:Enabled. Indicate switch off bit in DETACH REQ for USIM REMOVAL.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. Does not indicate switch off bit in DETACH REQ for USIM REMOVAL.<BR>1:Enabled. Indicate switch off bit in DETACH REQ for USIM REMOVAL.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5857,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[54].SBP_EMM_REJ_CAUSE_2_ADD_TO_FTAI,modem_sbp_config[54].SBP_EMM_REJ_CAUSE_2_ADD_TO_FTAI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurestore the current TAI to FTAI list when UE receives ATTACH/TAU accept but EPS only with cause #2bit 0:0:Disable. Follow spec ATTACH/TAU accept but EPS only with cause #2 handlingbit 1:1:Enabled. store the current TAI to FTAI list when UE receives ATTACH/TAU accept but EPS only with cause #2",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Follow spec ATTACH/TAU accept but EPS only with cause #2 handling.<BR>1:Enabled. store the current TAI to FTAI list when UE receives ATTACH/TAU accept but EPS only with cause #2.,No,,__EMM_REJ_CAUSE_2_ADD_TO_FTAI__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5858,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_DIFF_PLMN,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_DIFF_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry LTE emergency bearer service in different PLMNbit 0:0:EMM always reject LTE emergency bearer service in different PLMNbit 1:1:EMM could retry LTE emergency bearer service in different PLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. EMM always reject LTE emergency bearer service in different PLMN.<BR>1:Enabled. EMM could retry LTE emergency bearer service in different PLMN.,No,,__EMM_RETRY_EMC_IN_DIFF_PLMN__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5859,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_SAME_PLMN,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_SAME_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry LTE emergency bearer service in same PLMNbit 0:0:EMM always reject LTE emergency bearer service in same PLMNbit 1:1:EMM could retry LTE emergency bearer service in same PLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. EMM always reject LTE emergency bearer service in same PLMN.<BR>1:Enabled. EMM could retry LTE emergency bearer service in same PLMN.,No,,__EMM_RETRY_EMC_IN_SAME_PLMN__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5860,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_SHARED_NW,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_SHARED_NW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry LTE emergency bearer service in shared networkbit 0:0:EMM always reject LTE emergency bearer service in shared networkbit 1:1:EMM could retry LTE emergency bearer service in shared network",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. EMM always reject LTE emergency bearer service in shared network.<BR>1:Enabled. EMM could retry LTE emergency bearer service in shared network.,No,,__EMM_RETRY_EMC_IN_SHARED_NW__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5861,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_EMM_RETRY_EMC_WHEN_ABNORMAL,modem_sbp_config[12].SBP_EMM_RETRY_EMC_WHEN_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry LTE emergency bearer service when reject or abnormal cases occuredbit 0:0:EMM always reject LTE emergency bearer service when reject or abnormal cases occuredbit 1:1:EMM could retry LTE emergency bearer service when reject or abnormal cases occured",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. EMM could retry LTE emergency bearer service when reject or abnormal cases occured.<BR>0:Disable. EMM always reject LTE emergency bearer service when reject or abnormal cases occured.,No,,__EMM_RETRY_EMC_WHEN_ABNORMAL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5862,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_EMM_SEARCH_NORMAL_FOR_ECC_CALL,modem_sbp_config[89].SBP_EMM_SEARCH_NORMAL_FOR_ECC_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureInform normal call type to let NWSEL search normal in the ECC callbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,__SBP_EMM_SEARCH_NORMAL_FOR_ECC_CALL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5859,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_SAME_PLMN,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_SAME_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry LTE emergency bearer service in same PLMNbit 0:0:EMM always reject LTE emergency bearer service in same PLMNbit 1:1:EMM could retry LTE emergency bearer service in same PLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. EMM could retry LTE emergency bearer service in same PLMN.<BR>0:Disabled. EMM always reject LTE emergency bearer service in same PLMN.,No,,__EMM_RETRY_EMC_IN_SAME_PLMN__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5860,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_SHARED_NW,modem_sbp_config[12].SBP_EMM_RETRY_EMC_IN_SHARED_NW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry LTE emergency bearer service in shared networkbit 0:0:EMM always reject LTE emergency bearer service in shared networkbit 1:1:EMM could retry LTE emergency bearer service in shared network",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. EMM could retry LTE emergency bearer service in shared network.<BR>0:Disabled. EMM always reject LTE emergency bearer service in shared network.,No,,__EMM_RETRY_EMC_IN_SHARED_NW__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5861,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_EMM_RETRY_EMC_WHEN_ABNORMAL,modem_sbp_config[12].SBP_EMM_RETRY_EMC_WHEN_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry LTE emergency bearer service when reject or abnormal cases occuredbit 0:0:EMM always reject LTE emergency bearer service when reject or abnormal cases occuredbit 1:1:EMM could retry LTE emergency bearer service when reject or abnormal cases occured",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. EMM always reject LTE emergency bearer service when reject or abnormal cases occured.<BR>1:Enabled. EMM could retry LTE emergency bearer service when reject or abnormal cases occured.,No,,__EMM_RETRY_EMC_WHEN_ABNORMAL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5862,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_EMM_SEARCH_NORMAL_FOR_ECC_CALL,modem_sbp_config[89].SBP_EMM_SEARCH_NORMAL_FOR_ECC_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureInform normal call type to let NWSEL search normal in the ECC callbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disabled.,No,,__SBP_EMM_SEARCH_NORMAL_FOR_ECC_CALL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5863,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[71].SBP_EMM_SHORTEN_T3440,modem_sbp_config[71].SBP_EMM_SHORTEN_T3440,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureShorten the T3440 length.bit 0:0:Disable. keep using the default value for T3440.bit 1:1:Enabled. Shorten the T3440 length.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. Shorten the T3440 length.<BR>0:Disable. keep using the default value for T3440.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5864,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_EMM_SUPPORT_IE_BLACK_LIST,modem_sbp_config[98].SBP_EMM_SUPPORT_IE_BLACK_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresupport IE black list functionalitybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0: Disabled:do not support IE black list functionality.<BR>1: Enabled:support IE black list functionality.,No,,__EMM_DISABLE_IE_BLACK_LIST__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5864,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_EMM_SUPPORT_IE_BLACK_LIST,modem_sbp_config[98].SBP_EMM_SUPPORT_IE_BLACK_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresupport IE black list functionalitybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1: Enabled:support IE black list functionality.<BR>0: Disabled:do not support IE black list functionality.,No,,__EMM_DISABLE_IE_BLACK_LIST__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5865,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[53].SBP_EMPTY_1,modem_sbp_config[53].SBP_EMPTY_1,Not Support,yes,yes,no,yes,This configuration is no use.<BR>No need to test it,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,No,N/A,N/A,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
5866,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[7].SBP_EMR_REPORTING_WITH_SI2Q_BSIC_PARA,modem_sbp_config[7].SBP_EMR_REPORTING_WITH_SI2Q_BSIC_PARA,OTA and OTA BY OP,no,no,no,yes,By This feature is used to report Enhanced Measurement Report by SI2quater and SI5series if NW doesn't broadcast Measurement Information.,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:it means UE doesn't support Enhanced Measurement Reporting by SI2quater and SI5series<BR>1:it means UE supports Enhanced Measurement Reporting by SI2quater and SI5series,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5867,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_ENABLE256QAM_UNDER_TEST_SIM,modem_sbp_config[84].SBP_ENABLE256QAM_UNDER_TEST_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if DL 256QAM is enabled for Test SIMbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5868,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_ENABLE_1XRTT_ICS_OPTIMIZATION,modem_sbp_config[101].SBP_ENABLE_1XRTT_ICS_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable the 1xRTT ICS optimizationbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,MO/MT call in Live NW,Pass,,,,
+5868,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_ENABLE_1XRTT_ICS_OPTIMIZATION,modem_sbp_config[101].SBP_ENABLE_1XRTT_ICS_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable the 1xRTT ICS optimizationbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,MO/MT call in Live NW,Pass,,,,
5869,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_ENABLE_CALL_PREFER_IN_UNACK_MODE,modem_sbp_config[82].SBP_ENABLE_CALL_PREFER_IN_UNACK_MODE,OTA and OTA BY OP,no,no,no,yes,"Sometimes in 2G, during data transfer, NW assign the RLC unack mode to UE. So to protect the unack mode data transfer, peer SIM will be suspended so that throughput will not be impacted. But at the same time, peer SIM will not be able to make MO Call/SMS nor it can receive paging for MT Call/SMS. So this SBP allow to prefer peer SIM MO/MT Call/SMS or unack mode data trasnfer. If SBP is enanled then peer SIM will be in Virtual IDLE mode and able to make/receive MO/MT Call/SMS. If SBP disable then peer SIM will be suspended and full RF utilization is for Unack mode data trasnfer SIM.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"1:Don't Protect the 2G Unack mode data tranfer, Prefer Peer SIM Call<BR>0:Protect the 2G Unack mode data tranfer, Prefer Unack data",No,,__ENABLE_CALL_PREFER_IN_UNACK_MODE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5870,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[71].SBP_ENABLE_CSFB_ONGOING_STATUS_EARLY,modem_sbp_config[71].SBP_ENABLE_CSFB_ONGOING_STATUS_EARLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable CSFB ongoing status earlybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,,,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5871,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_ENABLE_D4U5_FOR_TESTSIM,modem_sbp_config[76].SBP_ENABLE_D4U5_FOR_TESTSIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable D4U5 category combination for test SIMbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,__SBP_DISABLE_D4U5_FOR_TESTSIM__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5872,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[41].SBP_ENABLE_HNB_NAME_URC,modem_sbp_config[41].SBP_ENABLE_HNB_NAME_URC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo enable URC to display HnB namebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,AT Command,Modem Application - Modem Control,,,"After UE registering, check whether AP behaves normally",Pass,,,,
+5872,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[41].SBP_ENABLE_HNB_NAME_URC,modem_sbp_config[41].SBP_ENABLE_HNB_NAME_URC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo enable URC to display HnB namebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,AT Command,Modem Application - Modem Control,,,"After UE registering, check whether AP behaves normally",Pass,,,,
5873,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[93].SBP_ENABLE_IRAT_RSTD,modem_sbp_config[93].SBP_ENABLE_IRAT_RSTD,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureEnable INTER-RAT RSTD feature in 3GPP R15bit 0:0:Disable IRAT-RSTD featurebit 1:1:Enable IRAT-RSTD feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,LTE OTDOA (Observed Time Difference Of Arrival),Modem - 3GPP Spec.,,,Test in machine Y<BR>Test Time (minutes) 10 <BR>[Init] According to RD IT SOP<BR>[Test Step] Trigger IRAT-RSTD OTDOA procedure<BR>[Expected Result] UE shall report IRAT-RSTD OTDOA report,Pass,,,,
-5874,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_ENABLE_IVSR_23G_ONLY_GPRS_NOT_ALLOW,modem_sbp_config[69].SBP_ENABLE_IVSR_23G_ONLY_GPRS_NOT_ALLOW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable IVSR for 23G GPRS not allowed but 4G EPS OKbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,DEFAULT_VALUE : 0 <BR>__ENABLE_IVSR_23G_ONLY_GPRS_NOT_ALLOW__ : 1,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+5874,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_ENABLE_IVSR_23G_ONLY_GPRS_NOT_ALLOW,modem_sbp_config[69].SBP_ENABLE_IVSR_23G_ONLY_GPRS_NOT_ALLOW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable IVSR for 23G GPRS not allowed but 4G EPS OKbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,DEFAULT_VALUE : 0 <BR>__ENABLE_IVSR_23G_ONLY_GPRS_NOT_ALLOW__ : 1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5875,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_ENABLE_MODEM_IVSR,modem_sbp_config[57].SBP_ENABLE_MODEM_IVSR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger Modem IVSR when first entering SIM invalid statebit 0:0:Disabled. Do not trigger modem IVSRbit 1:1:Enabled. Trigger modem IVSR if UE registers before",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-5876,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_ENABLE_PERIODIC_CLEAR_FPLMN_TIMER,modem_sbp_config[74].SBP_ENABLE_PERIODIC_CLEAR_FPLMN_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureClear FPLMN periodicallybit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+5876,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_ENABLE_PERIODIC_CLEAR_FPLMN_TIMER,modem_sbp_config[74].SBP_ENABLE_PERIODIC_CLEAR_FPLMN_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureClear FPLMN periodicallybit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5877,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_ENABLE_RF_SCAN_FOR_DESENSE_TEST,modem_sbp_config[91].SBP_ENABLE_RF_SCAN_FOR_DESENSE_TEST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable RF scan for desense testbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,AT Command,Modem Application - Modem Control,,,"After enabling the SBP, check AT+ERFSCAN can be sent",Pass,,,,
5878,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_ENABLE_SEMI_PERSISTENT_SCHEDULING,modem_sbp_config[70].SBP_ENABLE_SEMI_PERSISTENT_SCHEDULING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce enable Semi-Persistent Schedulingbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5879,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[41].SBP_ENABLE_SGSGN_REL_CHECK,modem_sbp_config[41].SBP_ENABLE_SGSGN_REL_CHECK,OTA and OTA BY OP,no,no,no,yes,"In some of the in house network, we have noticed that becuase of MTK UE is always sending Revision Level Indicator as "1 - used by a mobile station supporting R99 or later versions of the protocol" in MS Network Capability IE , test case is failing. As test case is expecting Revision Level Indicator should be matched with the network given SGSN Release.<BR>So we need to change the UE behaviour according to network. For this, we have introduced this SBP. If this SBP is enabled, UE should consider SGSN Release of network while sending Revision Level Indicator in MS Network Capability IE. If network supports SGSN release as 98 then UE should send Revision Level Indicator as 98.<BR>Following is the network given SGSN value to UE in System Information 13.<BR>- 0 The SGSN is Release '98 or older <BR>- 1 The SGSN is Release '99 or older <BR>When this SBP is enabled, in some of the network,( which supports SGSN as 98) it is obseved that network is not assigning high multislot class capabilities to UE during PS data transfer in GSM. So better to disable this SBP if such newtork behaviour is observed.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable. UE should consider SGSN Release of network while sending Revision Level Indicator in MS Network Capability<BR>0:Disable. UE is not considering SGSN Release of network while sending Revision Level Indicator in MS Network Capability,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5880,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[93].SBP_ENABLE_SML_MAX_RETRY_COUNT,modem_sbp_config[93].SBP_ENABLE_SML_MAX_RETRY_COUNT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSML Max Retry Countbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,SIM ME Lock,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5881,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_ENAS_TRIGGER_LTE_NW_RELEASE,modem_sbp_config[84].SBP_ENAS_TRIGGER_LTE_NW_RELEASE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport NAS to trigger connection releasebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,L+L,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
5882,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_ENAS_TRIGGER_REEST,modem_sbp_config[97].SBP_ENAS_TRIGGER_REEST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNo trigger of further reestablishment when network ignores TRIGGER_RELEASE A2 from NASbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,SBP_ENAS_TRIGGER_LTE_NW_RELEASE,L+L,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-5883,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_END_CONNECTED_MODE_OOS_AFTER_PLMN_LOSS,modem_sbp_config[62].SBP_END_CONNECTED_MODE_OOS_AFTER_PLMN_LOSS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not consider connected mode OOS after PLMN lossbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-5884,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_ENFORCE_PS_DATA_OFF_IF_PDN_GW_NOT_SUPPORT,modem_sbp_config[81].SBP_ENFORCE_PS_DATA_OFF_IF_PDN_GW_NOT_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE applis PS DATA OFF logic even if NW not support 3GPP PS DATA OFFbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:If this PDN does not support PS DATA OFF, the UE will run PS DATA OFF logic on this PDN<BR>0:If this PDN does not support PS DATA OFF, the UE will not run PS DATA OFF logic on this PDN. The UE runs the existing MTK data off logic.",No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5883,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_END_CONNECTED_MODE_OOS_AFTER_PLMN_LOSS,modem_sbp_config[62].SBP_END_CONNECTED_MODE_OOS_AFTER_PLMN_LOSS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not consider connected mode OOS after PLMN lossbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+5884,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_ENFORCE_PS_DATA_OFF_IF_PDN_GW_NOT_SUPPORT,modem_sbp_config[81].SBP_ENFORCE_PS_DATA_OFF_IF_PDN_GW_NOT_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE applis PS DATA OFF logic even if NW not support 3GPP PS DATA OFFbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:If this PDN does not support PS DATA OFF, the UE will not run PS DATA OFF logic on this PDN. The UE runs the existing MTK data off logic.<BR>1:If this PDN does not support PS DATA OFF, the UE will run PS DATA OFF logic on this PDN",No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5885,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_ENHANCED_SOR,modem_sbp_config[19].SBP_ENHANCED_SOR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply enhanced steering of roaming.bit 0:0:Diabled. Disable enhanced steering of roamingbit 1:1:Enabled. Enable enhanced steering of roaming",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
5886,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[3].SBP_ENS,modem_sbp_config[3].SBP_ENS,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo support the requirement of AT&T Enhanced Network Selection (ENS).bit 0:0:Turn-off. Not support ENSbit 1:1:Turn-on. Support ENS",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5887,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[3].SBP_ENS_RAT_BALANCING,modem_sbp_config[3].SBP_ENS_RAT_BALANCING,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuredynamically load balances 3G ME to different RAT mode settingsbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,NW,Modem Application - Modem Control,,,"Insert AT&T card, observe whether RAT mode setting can be configure correctly",Pass,,,,
-5888,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_EPLMN_RETRY_RESTRICTION_SUPPORT,modem_sbp_config[39].SBP_EPLMN_RETRY_RESTRICTION_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to add EPLMN list into the scope of Back-off timer in SM/ESMbit 0:0:Not support the handling of the EPLMNC flag in Re-attempt indicatorbit 1:1:Support the handling of the EPLMNC flag in Re-attempt indicator",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
-5889,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_EPS_ONLY_CAUSE18_SELECT23G,modem_sbp_config[89].SBP_EPS_ONLY_CAUSE18_SELECT23G,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot support eps only cause 18 to select 23Gbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable.<BR>1:Enabled.,No,,__SBP_EPS_ONLY_CAUSE18_SELECT23G__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5888,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_EPLMN_RETRY_RESTRICTION_SUPPORT,modem_sbp_config[39].SBP_EPLMN_RETRY_RESTRICTION_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to add EPLMN list into the scope of Back-off timer in SM/ESMbit 0:0:Not support the handling of the EPLMNC flag in Re-attempt indicatorbit 1:1:Support the handling of the EPLMNC flag in Re-attempt indicator",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+5889,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_EPS_ONLY_CAUSE18_SELECT23G,modem_sbp_config[89].SBP_EPS_ONLY_CAUSE18_SELECT23G,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot support eps only cause 18 to select 23Gbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disable.,No,,__SBP_EPS_ONLY_CAUSE18_SELECT23G__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5890,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[28].SBP_EPS_ONLY_WHEN_IMS_REGISTERED,modem_sbp_config[28].SBP_EPS_ONLY_WHEN_IMS_REGISTERED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE mode operation will be PS mode 1 or PS mode 2 when IMS registeredbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5891,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_ERRC_CAPABILITY_OFF_BY_PLMN,modem_sbp_config[103].SBP_ERRC_CAPABILITY_OFF_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureERRC Capability off by PLMNbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,__DISABLE_ERRC_CAPABILITY_OFF_BY_PLMN__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5891,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_ERRC_CAPABILITY_OFF_BY_PLMN,modem_sbp_config[103].SBP_ERRC_CAPABILITY_OFF_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureERRC Capability off by PLMNbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,__DISABLE_ERRC_CAPABILITY_OFF_BY_PLMN__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5892,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_ERRC_HO_SIB_READ_TIMER,modem_sbp_config[38].SBP_ERRC_HO_SIB_READ_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP is used to enable the customized LTE SIB read timer during handover(HO) procedure.bit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable the customized LTE SIB read timer during handover<BR>1:Enable the customized LTE SIB read timer during handover,No,No,__ERRC_HO_SIB_READ_TIMER__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
-5893,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_ERRC_HST_ENHANCED_DEMODULATION,modem_sbp_config[59].SBP_ERRC_HST_ENHANCED_DEMODULATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To enable HST enhanced demodulationbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,__EHST_ENABLE__,High Speed Train (HST),Modem - Performance Enhancement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5894,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_ERRC_HST_ENHANCED_MEAS,modem_sbp_config[58].SBP_ERRC_HST_ENHANCED_MEAS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To enable HST enhacned measbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,__EHST_ENABLE__,High Speed Train (HST),Modem - Performance Enhancement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5895,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_ERRC_HST_PRACH_CONFIG_ENHANCED,modem_sbp_config[59].SBP_ERRC_HST_PRACH_CONFIG_ENHANCED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To enabel HST PRACH config enhancedbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,__EHST_ENABLE__,High Speed Train (HST),Modem - Performance Enhancement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5896,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_ERRC_HST_PRACH_ZERO_CORRELATION_ZONE,modem_sbp_config[59].SBP_ERRC_HST_PRACH_ZERO_CORRELATION_ZONE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To enable HST PRACH zero correlation zonebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1: <BR>enabled<BR>0:disable,No,,,High Speed Train (HST),Modem - Performance Enhancement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+5893,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_ERRC_HST_ENHANCED_DEMODULATION,modem_sbp_config[59].SBP_ERRC_HST_ENHANCED_DEMODULATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To enable HST enhanced demodulationbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,__EHST_ENABLE__,High Speed Train (HST),Modem - Performance Enhancement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5894,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_ERRC_HST_ENHANCED_MEAS,modem_sbp_config[58].SBP_ERRC_HST_ENHANCED_MEAS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To enable HST enhacned measbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,__EHST_ENABLE__,High Speed Train (HST),Modem - Performance Enhancement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5895,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_ERRC_HST_PRACH_CONFIG_ENHANCED,modem_sbp_config[59].SBP_ERRC_HST_PRACH_CONFIG_ENHANCED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To enabel HST PRACH config enhancedbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,__EHST_ENABLE__,High Speed Train (HST),Modem - Performance Enhancement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5896,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_ERRC_HST_PRACH_ZERO_CORRELATION_ZONE,modem_sbp_config[59].SBP_ERRC_HST_PRACH_ZERO_CORRELATION_ZONE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature To enable HST PRACH zero correlation zonebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1: <BR>enabled,No,,,High Speed Train (HST),Modem - Performance Enhancement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
5897,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_ERRC_IRAT_MEASURE_IN_VIRTUAL_MODE,modem_sbp_config[39].SBP_ERRC_IRAT_MEASURE_IN_VIRTUAL_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConduct IRAT Measurement in Virtual Modebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,"__ERRC_IRAT_MEASURE_IN_VIRTUAL_MODE__,SBP_IRAT_IN_VIRTUAL_MODE",IRAT in V-idle,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
5898,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[73].SBP_ERRC_PS_CALL_PROTECTION_FROM_MT_PAGING,modem_sbp_config[73].SBP_ERRC_PS_CALL_PROTECTION_FROM_MT_PAGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport channel protection for MT PS callbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,[LTE Protocol Baseline]Paging,Modem - 3GPP Spec.,,,Test by MT paging,Pass,,,,
5899,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_ETWS_FOR_AOSP_DESIGN,modem_sbp_config[102].SBP_ETWS_FOR_AOSP_DESIGN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureURC format for reporting the ETWS primary notification is according to the ETWS APP for GOOGLE AOSP designbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,[LTE Protocol Baseline]PWS,Modem - 3GPP Spec.,,,,Pass,,,,
-5900,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_EUTRAN_CAPABILITY_ADJUSTMENT_FOR_VIRTUAL_SIM,modem_sbp_config[85].SBP_EUTRAN_CAPABILITY_ADJUSTMENT_FOR_VIRTUAL_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAdjust the EUTRAN capability for virtual SIMbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+5900,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_EUTRAN_CAPABILITY_ADJUSTMENT_FOR_VIRTUAL_SIM,modem_sbp_config[85].SBP_EUTRAN_CAPABILITY_ADJUSTMENT_FOR_VIRTUAL_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAdjust the EUTRAN capability for virtual SIMbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5901,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_EUTRAN_OOS_RESET_CELL_INFO_AND_PS_UNREG,modem_sbp_config[61].SBP_EUTRAN_OOS_RESET_CELL_INFO_AND_PS_UNREG,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurereset cell info and switch ps network state as unregistered when OOSbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-5902,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_EXTENDED_PCO_SUPPORT,modem_sbp_config[87].SBP_EXTENDED_PCO_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureextended pco support in ue network capability IEbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0: Disabled:UE Will Not set ePCO bit in ue network capability IE even though the n1 mode is supported.<BR>1: Enabled: Enabled:UE Will set ePCO bit in ue network capability IE when the n1 mode is supported by TS 24.301 CR#3006.,No,,__DISABLE_EXTENDED_PCO_SUPPORT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5902,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_EXTENDED_PCO_SUPPORT,modem_sbp_config[87].SBP_EXTENDED_PCO_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureextended pco support in ue network capability IEbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1: Enabled: Enabled:UE Will set ePCO bit in ue network capability IE when the n1 mode is supported by TS 24.301 CR#3006.<BR>0: Disabled:UE Will Not set ePCO bit in ue network capability IE even though the n1 mode is supported.,No,,__DISABLE_EXTENDED_PCO_SUPPORT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5903,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_EXTEND_IMS_STATUS_UNSPECIFIED_WHEN_CAUSE18,modem_sbp_config[56].SBP_EXTEND_IMS_STATUS_UNSPECIFIED_WHEN_CAUSE18,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureextend IMS status to unspecified when entering cause18 plmn w/ CS_PS_MODE1bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1,No,,,Voice over LTE,Modem IMS - VoLTE,,,,Pass,,,,
-5904,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_EXTEND_LTE_PAGING_CYCLE_IN_VIRTUAL,modem_sbp_config[98].SBP_EXTEND_LTE_PAGING_CYCLE_IN_VIRTUAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureExtend LTE paging cycle when other SIM is doing PS transferbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:user can extend LTE paging cycle by AT command.<BR>0:user cannot extend LTE paging cycle.,No,No,__SBP_EXTEND_LTE_PAGING_CYCLE_IN_VIRTUAL__,L+L,Modem - Multiple SIM,,,,Pass,,,,
+5904,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_EXTEND_LTE_PAGING_CYCLE_IN_VIRTUAL,modem_sbp_config[98].SBP_EXTEND_LTE_PAGING_CYCLE_IN_VIRTUAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureExtend LTE paging cycle when other SIM is doing PS transferbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:user cannot extend LTE paging cycle.<BR>1:user can extend LTE paging cycle by AT command.,No,No,__SBP_EXTEND_LTE_PAGING_CYCLE_IN_VIRTUAL__,L+L,Modem - Multiple SIM,,,,Pass,,,,
5905,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_EXTRA_FILE_SELECTION_AFTER_SAT_COMMAND,modem_sbp_config[24].SBP_EXTRA_FILE_SELECTION_AFTER_SAT_COMMAND,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. No need after UMOLYAbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,SIM Application Toolkit - Class 1 & 2 & 3,Modem - 3GPP Spec.,,,,Untested,,,,
5906,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_FAST_HO_FOR_SPECIAL_SCENARIO,modem_sbp_config[67].SBP_FAST_HO_FOR_SPECIAL_SCENARIO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureenable fast ho for special scenariobit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
5907,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_FAST_HPPLMN_SEARCH,modem_sbp_config[20].SBP_FAST_HPPLMN_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhen UE registers on a VPLMN, it would immediately perform fast list once for higher priority PLMN.bit 0:0:Disabled. Not perform fast list immediately after registrationbit 1:1:Enabled. Perform fast list immediately after registration",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5908,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_FAST_MCC_JUDGEMENT,modem_sbp_config[74].SBP_FAST_MCC_JUDGEMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable fast MCC judgementbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0~1,,,,MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
-5909,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[80].SBP_FAST_RECOVERY_IN_VIRTUAL_MODE,modem_sbp_config[80].SBP_FAST_RECOVERY_IN_VIRTUAL_MODE,OTA and OTA BY OP,no,no,no,yes,2G will perform Fast Recovery in Virtual Mode.,BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:Follow old design, 2G will not perform Fast Recovery in Virtual Mode.<BR>1:2G will perform Fast Recovery in Virtual Mode.",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5909,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[80].SBP_FAST_RECOVERY_IN_VIRTUAL_MODE,modem_sbp_config[80].SBP_FAST_RECOVERY_IN_VIRTUAL_MODE,OTA and OTA BY OP,no,no,no,yes,2G will perform Fast Recovery in Virtual Mode.,BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:2G will perform Fast Recovery in Virtual Mode.<BR>0:Follow old design, 2G will not perform Fast Recovery in Virtual Mode.",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5910,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_FAST_ROAMING_SEARCH,modem_sbp_config[19].SBP_FAST_ROAMING_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply fast roaming sesarch feature.bit 0:0:Disabled. Disable fast roaming search featurebit 1:1:Enabled. Enable fast roaming search feature",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5911,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[9].SBP_FAST_SCAN_STORED_LIST_SUPPORT,modem_sbp_config[9].SBP_FAST_SCAN_STORED_LIST_SUPPORT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. This SBP is not used anymore.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
5912,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_FDD_ECSFB_AVOID_LU_FAIL_CELLS,modem_sbp_config[76].SBP_FDD_ECSFB_AVOID_LU_FAIL_CELLS,OTA and OTA BY OP,no,no,no,yes,During CSFB from LTE avoid selection of a cell where LU failure occured previously.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GSM will avoid selection to LU failure cells.<BR>0:GSM will follow normal eCSFB design.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
@@ -5893,35 +5893,35 @@
5914,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_FLIGHT_MODE_CLEAR_NW_ENH_DET_CNT,modem_sbp_config[91].SBP_FLIGHT_MODE_CLEAR_NW_ENH_DET_CNT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureClear network detach enhance count upon flight modebit 0:0:Don't clear counterbit 1:1:Clear counter",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Clear NW detach enhancement restrict counter upon flight mode toggle<BR>0:Don't clear NW detach enhancement restrict counter upon flight mode toggle,No,,__ENABLE_FLIGHT_MODE_CLEAR_NW_ENH_DET_CNT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5915,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_FORBIDDEN_HPLMN,modem_sbp_config[35].SBP_FORBIDDEN_HPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCT HPLMN forbidden in 5M project.bit 0:0:Turn-off. Do not support this featurebit 1:1:Turn-on. If CT USIM is inserted and UE does not support C2K, UE would not attach to HPLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5916,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_FORCE_FULLBAND_FOR_LTE_SR_REJECT_15,modem_sbp_config[63].SBP_FORCE_FULLBAND_FOR_LTE_SR_REJECT_15,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce fullband search other cells of the current PLMN/RAT after SR reject #15 on LTEbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-5917,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_FORCE_LU_FOR_SPECIAL_NW_EMM_DETACH,modem_sbp_config[24].SBP_FORCE_LU_FOR_SPECIAL_NW_EMM_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureFORCE_LU_FOR_SPECIAL_NW_EMM_DETACHbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. UE will always perform LU when UE comes back to 2/3G after EMM detach<BR>0:Disabled. UE will not perform LU when UE comes back to 2/3G after EMM detach,No,,__FORCE_LU_SPECIAL_NW_EMM_DETACH__,[LTE Protocol Baseline]IRAT_4_3,Modem - 3GPP Spec.,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
+5917,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_FORCE_LU_FOR_SPECIAL_NW_EMM_DETACH,modem_sbp_config[24].SBP_FORCE_LU_FOR_SPECIAL_NW_EMM_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureFORCE_LU_FOR_SPECIAL_NW_EMM_DETACHbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. UE will not perform LU when UE comes back to 2/3G after EMM detach<BR>1:Enabled. UE will always perform LU when UE comes back to 2/3G after EMM detach,No,,__FORCE_LU_SPECIAL_NW_EMM_DETACH__,[LTE Protocol Baseline]IRAT_4_3,Modem - 3GPP Spec.,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
5918,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_FORCE_RELEASE_FOR_CONN_OOS_MANUAL_LIST,modem_sbp_config[39].SBP_FORCE_RELEASE_FOR_CONN_OOS_MANUAL_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo accelerate manual PLMN list by releasing RRC connection during connected OOS state.bit 0:0:Disable. Perform manual PLMN list after leaving connected OOS state.bit 1:1:Enable. Perform manual PLMN list by switching UE to RRC-IDLE.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5919,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[27].SBP_FORCE_SET_PCO_IN_LTE_ATTACH_PDN_REQUEST,modem_sbp_config[27].SBP_FORCE_SET_PCO_IN_LTE_ATTACH_PDN_REQUEST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSome operator request UE to transfer PCO directly in initial attach PDN connectivity request, instead of in ESM information procedure. Therefore, by enabling SBP_FORCE_SET_PCO_IN_LTE_ATTACH_PDN_REQUEST, UE will compose and transfer PCO directly in initial attach PDN connectivity request.bit 0:0:Disable: PCO will be transfered using ESM informaton procedurebit 1:1:Enable: PCO will be composed and transfered directly in initial attach PDN connectivity request to network",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 0:disable<BR>bit 1:enable,No,,,[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,"Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>Use VZW APN<BR>[Test Step] <BR>UE initial attach PDN connectivity request to network<BR>[Expected Result]<BR>UE to transfer PCO directly in initial attach PDN connectivity request, instead of in ESM information procedure.",Pass,,,,
+5919,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[27].SBP_FORCE_SET_PCO_IN_LTE_ATTACH_PDN_REQUEST,modem_sbp_config[27].SBP_FORCE_SET_PCO_IN_LTE_ATTACH_PDN_REQUEST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSome operator request UE to transfer PCO directly in initial attach PDN connectivity request, instead of in ESM information procedure. Therefore, by enabling SBP_FORCE_SET_PCO_IN_LTE_ATTACH_PDN_REQUEST, UE will compose and transfer PCO directly in initial attach PDN connectivity request.bit 0:0:Disable: PCO will be transfered using ESM informaton procedurebit 1:1:Enable: PCO will be composed and transfered directly in initial attach PDN connectivity request to network",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:enable<BR>bit 0:disable,No,,,[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,"Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>Use VZW APN<BR>[Test Step] <BR>UE initial attach PDN connectivity request to network<BR>[Expected Result]<BR>UE to transfer PCO directly in initial attach PDN connectivity request, instead of in ESM information procedure.",Pass,,,,
5920,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[52].SBP_FORCE_VOICE_GATING_ENABLE,modem_sbp_config[52].SBP_FORCE_VOICE_GATING_ENABLE,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. The feature of c2k voice GATing.<BR>bit 0:Not enabled ;bit 1:Enabled",BIT,1,,1,"bit: 0,1",NR15.R3.MD700.MP,,bit:0/1,Yes,no,"For 1XRTT , the Force Voice Gating Feature Enable or Disable",1xRTT,Modem - 3GPP2 Spec.,,,Test in Machine or Filed with Real C2K SIM<BR>1) Do Voice Call with silence in MO Call,Pass,,,,
5921,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_FULLBAND_RAT_ORDER_ON_CUSTOM_SETTING,modem_sbp_config[20].SBP_FULLBAND_RAT_ORDER_ON_CUSTOM_SETTING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDefine roaming RAT order for customized requirements.bit 0:0:Disabled. Not use custom setting for roaming RAT orderbit 1:1:Enabled. Use custom setting for roaming RAT order",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-5922,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_GAS_AVOID_SI_TIMER_EXPIRY_IN_DEDICATED_MODE,modem_sbp_config[77].SBP_GAS_AVOID_SI_TIMER_EXPIRY_IN_DEDICATED_MODE,OTA and OTA BY OP,no,no,no,yes,GSM RRM will ignore serving cell SI timer expiry in GSM dedicated mode. RRM will re-use the existing set of SI's when moving back to Idle mode.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Handle SI timer expiry in dedicated mode<BR>1:IgnoreSI timer expiry in dedicated mode,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5922,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_GAS_AVOID_SI_TIMER_EXPIRY_IN_DEDICATED_MODE,modem_sbp_config[77].SBP_GAS_AVOID_SI_TIMER_EXPIRY_IN_DEDICATED_MODE,OTA and OTA BY OP,no,no,no,yes,GSM RRM will ignore serving cell SI timer expiry in GSM dedicated mode. RRM will re-use the existing set of SI's when moving back to Idle mode.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:IgnoreSI timer expiry in dedicated mode<BR>0:Handle SI timer expiry in dedicated mode,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5923,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_GAS_DEDI_NEIGHBOR_REPORT_DECREASE,modem_sbp_config[95].SBP_GAS_DEDI_NEIGHBOR_REPORT_DECREASE,OTA and OTA BY OP,no,no,no,yes,"In dedicate mode, when serving cell is good enough, reduce rssi of neighbor cell whose snr is bad in measurement report"><BR>This feature provide optimization for handover.<BR>In dedicate mode, MS will avoid to handover to a cell whose quality is bad.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. MS will send normal measurement report.VALUE><BR>1:Enabled. MS will send measurement report of neighbo,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5924,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[90].SBP_GAS_ECC_CELL_SEL_ENHANCEMENT,modem_sbp_config[90].SBP_GAS_ECC_CELL_SEL_ENHANCEMENT,OTA and OTA BY OP,no,no,no,yes,GAS cell selection enhancement for Emergency call triggered cell. GAS will skip the cell on which DUT is not allowed to trigger ECC due to access control restrictions.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GAS will skip the cell on which DUT is not allowed to trigger ECC due to access control restrictions.<BR>0:GAS does not check for access control restrictions.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5925,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_GAS_ECSFB_FOR_PLMN_SEARCH,modem_sbp_config[100].SBP_GAS_ECSFB_FOR_PLMN_SEARCH,OTA and OTA BY OP,no,no,no,yes,Include eCSFB optimisation when PLMN SEARCH is triggerd due to csfb MO/MT call.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0:Follow old design, No ecsfb optimisation<BR>1:Include ecsfb optimisation",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-5926,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_GAS_FDD_ENABLE_ADV_SNIFFER,modem_sbp_config[87].SBP_GAS_FDD_ENABLE_ADV_SNIFFER,OTA and OTA BY OP,no,no,no,yes,When this SBP is set GAS will use Stored cells based on the PLMN information provided in Sniffer request for Fast recovery.,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:GSM will not consider list of PLMNs in sniffer start request.<BR>1:GSM will consider list of PLMNs in sniffer start request.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5926,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_GAS_FDD_ENABLE_ADV_SNIFFER,modem_sbp_config[87].SBP_GAS_FDD_ENABLE_ADV_SNIFFER,OTA and OTA BY OP,no,no,no,yes,When this SBP is set GAS will use Stored cells based on the PLMN information provided in Sniffer request for Fast recovery.,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:GSM will consider list of PLMNs in sniffer start request.<BR>0:GSM will not consider list of PLMNs in sniffer start request.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5927,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_GAS_IGNORE_SIM_STORED_LIST,modem_sbp_config[69].SBP_GAS_IGNORE_SIM_STORED_LIST,OTA and OTA BY OP,no,no,no,yes,"GSM will ignore the BA list from SIM.<BR>During power ON, UE camps on GSM instead of LTE as SIM contains 2G BA list.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:GSM will ignore BA list from the SIM card.<BR>0:GSM will use BA list from the SIM card.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5928,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_GAS_IMPROVE_LTE_RESELECTION,modem_sbp_config[75].SBP_GAS_IMPROVE_LTE_RESELECTION,OTA and OTA BY OP,no,no,no,yes,"Sometimes in LIVE NW, UE is not able to reselect to LTE RAT timely because of following reasons<BR>- UE reselect to 3G RAT before LTE as 3G cells are configured and measured first based on it is recevied from SI2quater OR<BR>- NW has given strict criteria for LTE cell Reselection<BR><BR>To overcome this situation, MTK has provided this SBP so that UE can do faster LTE Cell Reselection by penlize 3G cell Reselection time or rewarding LTE RSRP criteria<BR>Configurable value to penlize 3G T_Reselection is defined in custom_gas_config.c, Parameter - gas_custom_umts_cell_resel_penalty_time<BR>Configurable value to reward s_non_serving_eutran is defined in custom_gas_config.c, Parameter - gas_custom_lte_rsrp_reward_threshold<BR>If this SBP is enabled then UE is not following the NW configuration thus it is not in accordance with 3GPP. So by default this SBP value is FALSE.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:Relax 3GPP criteria, for 2G to 4G Cell Reselection<BR>0:Follow the 3GPP criteria, for 2G to 4G Cell Reselection",No,,__IMPROVE_2G_TO_LTE_CELLRESEL__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-5929,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[14].SBP_GAS_MULTIPLE_FREQUENCY_BAND_INDICATOR,modem_sbp_config[14].SBP_GAS_MULTIPLE_FREQUENCY_BAND_INDICATOR,OTA and OTA BY OP,no,no,no,yes,"This SBP item controls 4G neighbor cell list in System Information 2 Quarter and Measurement Information. If there are different EARFCNs with the same physical frequency existed in neighbor cell list, then UE will ignore the lower EARFCN from neighbor cell list.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Not Enabled - UE should not ignore the lower EARFCN when different EARFCN existed with same Physical frequency<BR>1:Enabled - UE should ignore the lower EARFCN when different EARFCN existed with same Physical frequency,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-5930,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_GAS_REDIRECT_USE_STORED_LIST,modem_sbp_config[67].SBP_GAS_REDIRECT_USE_STORED_LIST,OTA and OTA BY OP,no,no,no,yes,"For CSFB from LTE to GSM , RRM will include the Stored GSM List along with redirection list cells for the search.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:GSM will follow 3GPP and use only redirection list provided by the network.<BR>1:GSM will use Stored List along with redirection list.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5929,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[14].SBP_GAS_MULTIPLE_FREQUENCY_BAND_INDICATOR,modem_sbp_config[14].SBP_GAS_MULTIPLE_FREQUENCY_BAND_INDICATOR,OTA and OTA BY OP,no,no,no,yes,"This SBP item controls 4G neighbor cell list in System Information 2 Quarter and Measurement Information. If there are different EARFCNs with the same physical frequency existed in neighbor cell list, then UE will ignore the lower EARFCN from neighbor cell list.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled - UE should ignore the lower EARFCN when different EARFCN existed with same Physical frequency<BR>0:Not Enabled - UE should not ignore the lower EARFCN when different EARFCN existed with same Physical frequency,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+5930,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_GAS_REDIRECT_USE_STORED_LIST,modem_sbp_config[67].SBP_GAS_REDIRECT_USE_STORED_LIST,OTA and OTA BY OP,no,no,no,yes,"For CSFB from LTE to GSM , RRM will include the Stored GSM List along with redirection list cells for the search.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GSM will use Stored List along with redirection list.<BR>0:GSM will follow 3GPP and use only redirection list provided by the network.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5931,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[13].SBP_GAS_RESELECTION_SPEED_MODE,modem_sbp_config[13].SBP_GAS_RESELECTION_SPEED_MODE,OTA and OTA BY OP,no,no,no,yes,"Enables 3G/4G priority measurement results in GAS every 5 seconds rather than 25s/70s"><BR>This SBP item controls 2G3/2G4 inter-RAT reselection speed. If this SBP is supported, 3G/4G measurement results will be available every 5 seconds.<BR> (3GPP Spec. 45.008 requirement for priority reselection is 25s/70s.)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:it means UE doesn't support 3G/4G priority measure<BR>1:it means UE supports 3G/4G priority measurement results in 5 s,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-5932,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_GAS_REUSE_POWER_SCAN_RESULTS,modem_sbp_config[86].SBP_GAS_REUSE_POWER_SCAN_RESULTS,OTA and OTA BY OP,no,no,no,yes,GSM will avoid filtering out the previously camped cell due to interference handling.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:GSM will not use the rssi scan results from the previous band scans.<BR>1:GSM will use the rssi scan results from the previous band scans.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+5932,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_GAS_REUSE_POWER_SCAN_RESULTS,modem_sbp_config[86].SBP_GAS_REUSE_POWER_SCAN_RESULTS,OTA and OTA BY OP,no,no,no,yes,GSM will avoid filtering out the previously camped cell due to interference handling.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GSM will use the rssi scan results from the previous band scans.<BR>0:GSM will not use the rssi scan results from the previous band scans.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5933,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_GAS_SMART_SCAN,modem_sbp_config[17].SBP_GAS_SMART_SCAN,OTA,no,no,no,yes,This SBP enables MTK algorithm to filter out GSM interference ARFCNs in a smart way.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GSM will apply this algorithm for interferance handling.<BR>0:GSM will not apply this algorithm for interferance handling.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5934,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_GAS_SMART_SCAN_ENH,modem_sbp_config[81].SBP_GAS_SMART_SCAN_ENH,OTA and OTA BY OP,no,no,no,yes,UE will avoid filtering out previously camped on GSM cell during interference handling.,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:GSM will uniformly apply interface handling on all GSM cells.<BR>1:GSM will not filter-out previously camped on GSM cell during interface handling.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5935,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_GAS_USE_ACQUIRED_PLMN_CELL_INFO_FOR_SEARCH,modem_sbp_config[86].SBP_GAS_USE_ACQUIRED_PLMN_CELL_INFO_FOR_SEARCH,OTA and OTA BY OP,no,no,no,yes,GAS will use previously acquired PLMN cell info for PLMN Search. ARFCNs belonging to Target PLMN will be searched first.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GAS will use previously acquired PLMN cell info for PLMN Search.<BR>0:GAS will not use previously acquired PLMN cell info for PLMN Search.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-5936,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_GAS_WIDEBAND_SIGNAL_DETECTION_IN_IDLE,modem_sbp_config[81].SBP_GAS_WIDEBAND_SIGNAL_DETECTION_IN_IDLE,OTA and OTA BY OP,no,no,no,yes,"If the SBP is on, GAS will detect wideband signal if BSIC of neighbor ARFCN fails consecutive 3 times. in such case, it increase the BSIC reading duration from 30s to 180s for that ARFCN.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:GAS will not use wideband detection in idle mode<BR>1:GAS will start to use wideband detection in idle mode,No,,__GAS_WIDEBAND_SIGNAL_DETECTION_IN_IDLE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-5937,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_GEMINI_LG_WG_MODE,modem_sbp_config[40].SBP_GEMINI_LG_WG_MODE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureFor CMCC+CU SIM combination, choose LG+WG instead of LTG+Gbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+5936,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_GAS_WIDEBAND_SIGNAL_DETECTION_IN_IDLE,modem_sbp_config[81].SBP_GAS_WIDEBAND_SIGNAL_DETECTION_IN_IDLE,OTA and OTA BY OP,no,no,no,yes,"If the SBP is on, GAS will detect wideband signal if BSIC of neighbor ARFCN fails consecutive 3 times. in such case, it increase the BSIC reading duration from 30s to 180s for that ARFCN.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:GAS will start to use wideband detection in idle mode<BR>0:GAS will not use wideband detection in idle mode,No,,__GAS_WIDEBAND_SIGNAL_DETECTION_IN_IDLE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+5937,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_GEMINI_LG_WG_MODE,modem_sbp_config[40].SBP_GEMINI_LG_WG_MODE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureFor CMCC+CU SIM combination, choose LG+WG instead of LTG+Gbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5938,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_GMM_REATTACH_FOR_NW_DETACH_OTHER_CAUSE,modem_sbp_config[36].SBP_GMM_REATTACH_FOR_NW_DETACH_OTHER_CAUSE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRe-attach on NW detach for other causesbit 0:0:Do not reattach for nw detach other cause bit 1:1:GMM reattach for nw detach other cause",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0:UE shall not re-attach immediately after performing Network Initiated GPRS detach(for causes other than m<BR>1:If this feature is enabled, On NW initiated PS detach for causes other than #2,8,3,6,7,11,12,13,14,15,25, UE shall perform PS re-attach immediately.",No,,__GMM_REATTACH_FOR_NW_DETACH_OTHER_CAUSE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5939,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_GMM_TMSI_BASED_NRI_CONTAINER,modem_sbp_config[16].SBP_GMM_TMSI_BASED_NRI_CONTAINER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureGMM_TMSI_BASED_NRI_CONTAINERbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"1:If this SBP is enable, UE contains TMSI based NRI container in combined ATTACH/RAU peer message .<BR>0:If this SBP is disable, UE does not contain TMSI based NRI container in combined ATTACH.RAU peer message.",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
5940,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_GMSS_EARLY_CONTROL_LIMITED_SEARCH,modem_sbp_config[61].SBP_GMSS_EARLY_CONTROL_LIMITED_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureGMSS EARLY CONTROL LIMITED SEARCHbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0~1,,,,MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
-5941,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[32].SBP_GMSS_REUSE_3GPP_RPLMN_MCC,modem_sbp_config[32].SBP_GMSS_REUSE_3GPP_RPLMN_MCC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after UMOLYA.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+5941,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[32].SBP_GMSS_REUSE_3GPP_RPLMN_MCC,modem_sbp_config[32].SBP_GMSS_REUSE_3GPP_RPLMN_MCC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after UMOLYA.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5942,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[73].SBP_GMSS_SPRINT_HANDLING,modem_sbp_config[73].SBP_GMSS_SPRINT_HANDLING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable Sprint handling in GMSS module logicbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,,,,MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
5943,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_BDS,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_BDS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable/Disable UE reports GNSS capability BDS to NWbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5944,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_GALILEO,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_GALILEO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable/Disable UE reports GNSS capability Galileo to NWbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-5945,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_GLONASS,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_GLONASS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable/Disable UE reports GNSS capability GLONASS to NWbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+5945,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_GLONASS,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_GLONASS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable/Disable UE reports GNSS capability GLONASS to NWbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5946,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_GPS_DUAL_FREQ,modem_sbp_config[100].SBP_GNSS_CAPABILITY_REPORT_GPS_DUAL_FREQ,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable/Disable UE reports GNSS capability GPS dual-frequency to NWbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5947,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_GSMA_NETWORK_ACCESS_CONTROL,modem_sbp_config[11].SBP_GSMA_NETWORK_ACCESS_CONTROL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureGSMA network access control with reject cause #13 and #15.bit 0:0:Turn-off. Not apply this GSMA new requirementbit 1:1:Turn-on. Apply this GSMA new requirement",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5948,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_GSM_NO_SI13_CAMP_ON_CS_ONLY,modem_sbp_config[69].SBP_GSM_NO_SI13_CAMP_ON_CS_ONLY,Not Support,no,no,no,yes,Configuration of SBP FeatureEnable GSM cell no SI13 camp on CS onlybit 0:0:Not Supportedbit 1:1:Supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,[GSM Protocol Baseline]Cell_Selection,Modem - 3GPP Spec.,,,,Untested,,,,
@@ -5939,62 +5939,62 @@
5960,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_IGNORE_RAI_WHEN_NW_NOT_INCLUDE_BOT,modem_sbp_config[58].SBP_IGNORE_RAI_WHEN_NW_NOT_INCLUDE_BOT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to always ignore Re-attempt indicator IE if NW does not include Back-off timer IEbit 0:0:UE decides not to ignore the Re-attempt indicator in some cases if the network does not include Back-off timer.bit 1:1:UE ignores the Re-attempt indicator in any cases if the network does not include Back-off timer.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
5961,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[89].SBP_IGNORE_REDIR_DEDI_GERAN,modem_sbp_config[89].SBP_IGNORE_REDIR_DEDI_GERAN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureignore redir and dedicated priority to GERANbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,,,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Receive release with redirection info for 2G<BR> [Expected Result]<BR>Ignore redirection,Pass,,,,
5962,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[32].SBP_IMCSMS_RETRY_FOR_202_REV_OR_NOT,modem_sbp_config[32].SBP_IMCSMS_RETRY_FOR_202_REV_OR_NOT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Please refer to NVRAM_EF_SDM_ADS_PROFILE_LID for same funtionalitybit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
-5963,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_IMEI_LOCK_SUPPORT,modem_sbp_config[4].SBP_IMEI_LOCK_SUPPORT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Support Verification of IMEI before camping on Networkbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
+5963,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_IMEI_LOCK_SUPPORT,modem_sbp_config[4].SBP_IMEI_LOCK_SUPPORT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Support Verification of IMEI before camping on Networkbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
5964,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_IMPROVED_PDP_ACT_DEACT_RETRY_PERFORMANCE,modem_sbp_config[67].SBP_IMPROVED_PDP_ACT_DEACT_RETRY_PERFORMANCE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureImproved PDP activation/deactivation retry performancebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Improve PDP act and deact retry performance on full stack suspend and lower layer failures<BR>0:PDP act and deact retry performance shall not be applied on full stack suspend and lower layer failures,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 5 mins <BR>[Init] DUT boot up with dual SIM inserted and mobile data enabled.<BR>[Test Step] <BR>1) DUT register to PS services in 2G/3G<BR>2) Verity DU perform PDP activation successfully,Untested,,,,
-5965,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_IMSI_GPRS_DETACH_RETRY,modem_sbp_config[82].SBP_IMSI_GPRS_DETACH_RETRY,OTA and OTA BY OP,no,no,no,yes,"In case of IMSI detach(due to power off) failure with lower layer cause DC_Status_RLC_Release_Tx_Not_Acked and GPRS detach(due to power off) failure with lower layer cause DC_Status_RLC_Release_Tx_Not_Acked <BR> or DC_Status_RLC_Release_Discard,IMSI/GPRS detach is aborted and local detach is performed. This leads unsync between UE and network.If this SBP is enabled, IMSI and GPRS detach(due to power off) procedure will be retried in the case of lower layer failure with above mentio",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x0:If Disable, IMSI and GPRS detach will not be re-tried.<BR>0x1:If Enable, IMSI and GPRS detach will be re-tried",No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) : Y<BR>Test Time (minutes) : 10 mins <BR>[Init] : UE is expected to register to 23G network for both CS-PS domain. <BR>[Test Step]<BR>1. Perform Detach <BR>2. UE cannot send DETACH_REQ to Network as RLC ACK for Detach fails because of lower layer failure.<BR><BR>[Expected Result]<BR> UE is expected to perform Detach request again,Untested,,,,
-5966,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_IMSI_PAGING_ATTACK_HANDLING,modem_sbp_config[84].SBP_IMSI_PAGING_ATTACK_HANDLING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIMSI paging attack preventionbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable the handling of IMSI paging attack.<BR>0:Disable the handling of IMSI paging attack.,No,No,__ENABLE_SBP_IMSI_PAGING_ATTACK_HANDLING__,Anti Fake Cell,Modem - Region Requirement,,,,Pass,,,,
+5965,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_IMSI_GPRS_DETACH_RETRY,modem_sbp_config[82].SBP_IMSI_GPRS_DETACH_RETRY,OTA and OTA BY OP,no,no,no,yes,"In case of IMSI detach(due to power off) failure with lower layer cause DC_Status_RLC_Release_Tx_Not_Acked and GPRS detach(due to power off) failure with lower layer cause DC_Status_RLC_Release_Tx_Not_Acked <BR> or DC_Status_RLC_Release_Discard,IMSI/GPRS detach is aborted and local detach is performed. This leads unsync between UE and network.If this SBP is enabled, IMSI and GPRS detach(due to power off) procedure will be retried in the case of lower layer failure with above mentio",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x1:If Enable, IMSI and GPRS detach will be re-tried<BR>0x0:If Disable, IMSI and GPRS detach will not be re-tried.",No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) : Y<BR>Test Time (minutes) : 10 mins <BR>[Init] : UE is expected to register to 23G network for both CS-PS domain. <BR>[Test Step]<BR>1. Perform Detach <BR>2. UE cannot send DETACH_REQ to Network as RLC ACK for Detach fails because of lower layer failure.<BR><BR>[Expected Result]<BR> UE is expected to perform Detach request again,Untested,,,,
+5966,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_IMSI_PAGING_ATTACK_HANDLING,modem_sbp_config[84].SBP_IMSI_PAGING_ATTACK_HANDLING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIMSI paging attack preventionbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable the handling of IMSI paging attack.<BR>1:Enable the handling of IMSI paging attack.,No,No,__ENABLE_SBP_IMSI_PAGING_ATTACK_HANDLING__,Anti Fake Cell,Modem - Region Requirement,,,,Pass,,,,
5967,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_INACTIVE_MODE_SERVICE_RECOVERY,modem_sbp_config[102].SBP_INACTIVE_MODE_SERVICE_RECOVERY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable inactive mode service recovery featurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0,Yes,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
5968,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[30].SBP_INTERROGATE_GROUPS_OF_SS,modem_sbp_config[30].SBP_INTERROGATE_GROUPS_OF_SS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureallow to interrogate groups of Supplementary Servicebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
-5969,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_INTER_RAT_RSSI_SORTED_SEARCH,modem_sbp_config[86].SBP_INTER_RAT_RSSI_SORTED_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE will trigger inter-rat RSSI sorted search if MCC is unknownbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-5970,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_IRAT_PINGPONG_REDUCTION,modem_sbp_config[94].SBP_IRAT_PINGPONG_REDUCTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable IRAT PINGPONG DETECTION bit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:Enable, check IRAT PINGPONG status and try to reduce PINGPONG.<BR>0:Disable, not check IRAT PINGPONG status.",No,,,[LTE Protocol Baseline]IRAT_4_3,Modem - 3GPP Spec.,,,,Pass,,,,
+5969,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_INTER_RAT_RSSI_SORTED_SEARCH,modem_sbp_config[86].SBP_INTER_RAT_RSSI_SORTED_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE will trigger inter-rat RSSI sorted search if MCC is unknownbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+5970,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_IRAT_PINGPONG_REDUCTION,modem_sbp_config[94].SBP_IRAT_PINGPONG_REDUCTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable IRAT PINGPONG DETECTION bit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:Disable, not check IRAT PINGPONG status.<BR>1:Enable, check IRAT PINGPONG status and try to reduce PINGPONG.",No,,,[LTE Protocol Baseline]IRAT_4_3,Modem - 3GPP Spec.,,,,Pass,,,,
5971,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_IS_ATT_CONN_REJ,modem_sbp_config[8].SBP_IS_ATT_CONN_REJ,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply AT&T Cell Barring Requirementbit 0:0:MTK default settingbit 1:1:AT\&T setting",BIT,1,,1,__IS_ATT_CONN_REJ__ : 0x01<BR>DEFAULT_VALUE : 0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Receive reject *5<BR> [Expected Result]<BR>Bar the cell,Pass,,,,
5972,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_IS_CONN_PAGING_LOCAL_REL,modem_sbp_config[17].SBP_IS_CONN_PAGING_LOCAL_REL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger UE back to LTE IDLE mode when receiving unexpected PS domain PAGING in LTE CONNECTED modebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Handle CONNECTED mode paging within a fix timer.<BR>1:Enable. Trigger local RELEASE if receiving CONNECTED mode paging after a configurable timer.,No,,SBP_LTE_IGNORE_CONN_PS_PAGING,[LTE Protocol Baseline]Paging,Modem - 3GPP Spec.,,,,Pass,,,,
5973,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_IS_OP07,modem_sbp_config[11].SBP_IS_OP07,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable AT&T's miscellaneous features to be compatible with AT&T's networkbit 0:0:Disable AT&T's miscellaneous featuresbit 1:1:Enable AT&T's miscellaneous features",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
5974,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[15].SBP_IS_OP12,modem_sbp_config[15].SBP_IS_OP12,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP feature option is used to support VzW's general features to be compatible with VzW's network.bit 0:0:Disable. Not support VzW's general featuresbit 1:1:Enable. Support VzW's general features",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
5975,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_KOR_CHANNEL_PRIORITY_STORED_SEARCH,modem_sbp_config[70].SBP_KOR_CHANNEL_PRIORITY_STORED_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables UE to configure Priority for stored cell search in Korea",BIT,1,,1,0,NR15.R3.MD700.MP,,0/1,Yes,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-5976,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_KT_ENABLE_TRANSFER_SS_STATUS,modem_sbp_config[69].SBP_KT_ENABLE_TRANSFER_SS_STATUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTransfer SS status bits of supplementary services for KR KT MNObit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable<BR>bit:0/1,No,,__KT_ENABLE_TRANSFER_SS_STATUS__,MD Config,Modem - Customer Requirement,,,"Test in machine (Y)<BR>Test time (5 minutes)<BR>[Init]<BR>It needs to be tested with AT command.<BR>[Test step]<BR>1. Connect Terminal for sending AT command.<BR>2. Registration/Activation CFU. <BR> AT+ECUSD=1,1,"**21*<FTN>#"<BR>3. Interrogate CFU <BR> AT+ECUSD=1,1,"*#21#"<BR>[Expected Result]<BR><Status vector> +CCFC: <1st param>, <second param>, <FTM>, <numbering plan><BR> 4bit / 3bit / 2bit / 1bit<BR>Quiescent / Provision / Registration / Active<BR>* <1st param>, P and R bits should be enabled as well as A bit when CFU is activated and registered. <BR>It will be 7 when CFU is activated successfully.<BR><BR>(Result example)<BR>+CCFC: 7, 1,"FTN", 145<BR>+CCFC: 7, 8,"FTN", 145<BR>+CCFC: 7, 16,"FTN", 145",Pass,,,,
+5976,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_KT_ENABLE_TRANSFER_SS_STATUS,modem_sbp_config[69].SBP_KT_ENABLE_TRANSFER_SS_STATUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTransfer SS status bits of supplementary services for KR KT MNObit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit:0/1<BR>0:disable<BR>1:enable,No,,__KT_ENABLE_TRANSFER_SS_STATUS__,MD Config,Modem - Customer Requirement,,,"Test in machine (Y)<BR>Test time (5 minutes)<BR>[Init]<BR>It needs to be tested with AT command.<BR>[Test step]<BR>1. Connect Terminal for sending AT command.<BR>2. Registration/Activation CFU. <BR> AT+ECUSD=1,1,"**21*<FTN>#"<BR>3. Interrogate CFU <BR> AT+ECUSD=1,1,"*#21#"<BR>[Expected Result]<BR><Status vector> +CCFC: <1st param>, <second param>, <FTM>, <numbering plan><BR> 4bit / 3bit / 2bit / 1bit<BR>Quiescent / Provision / Registration / Active<BR>* <1st param>, P and R bits should be enabled as well as A bit when CFU is activated and registered. <BR>It will be 7 when CFU is activated successfully.<BR><BR>(Result example)<BR>+CCFC: 7, 1,"FTN", 145<BR>+CCFC: 7, 8,"FTN", 145<BR>+CCFC: 7, 16,"FTN", 145",Pass,,,,
5977,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[0].SBP_L2_RANDOM_FILL_BIT,modem_sbp_config[0].SBP_L2_RANDOM_FILL_BIT,OTA and OTA BY OP,no,no,no,yes,"Feature as defined in 3GPP TS44.006 Ch.5.<BR>If a TDMA frame contains a length indicator that has a value less than N201, the frame contains fill bits.<BR>Each fill bit shall be set to a random value when sent by the mobile station. In MTK product, this feature is on by default.<BR>Note: There may be some old networks that could not recognize the random fill patterns.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Ran dom values will be set for L2 fill bits.<BR>0:Fill bits in L2 frame will not set to random values,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
5978,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_LBS_CP_BLACK_NILR,modem_sbp_config[39].SBP_LBS_CP_BLACK_NILR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLBS block control plane NW initiated location requestbit 0:0:CP NILR allowedbit 1:1:CP NILR not allowed",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:All NILR operations are blocked<BR>0:The NILR operations are allowed,No,,__LBS_CP_BLACK_NILR__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5979,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_LBS_CP_PLMN_BLACK_LIST,modem_sbp_config[39].SBP_LBS_CP_PLMN_BLACK_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLBS block control plane NW initiated location request with PLMN black listbit 0:0:Disable black listbit 1:1:Enable black list",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:The NILR PLMN black lists are enabled<BR>0:The NILR PLMN black lists are not enabled,No,,__LBS_CP_PLMN_BLACK_LIST__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5980,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_LBS_LPP_ACK_REQUESTED_FOR_UL_MSG,modem_sbp_config[83].SBP_LBS_LPP_ACK_REQUESTED_FOR_UL_MSG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable LPP requests ack message for uplink messagebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
-5981,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_LBS_LPP_R13_ECID_TDD_RXTX_TIME_DIFF_FEATURE,modem_sbp_config[74].SBP_LBS_LPP_R13_ECID_TDD_RXTX_TIME_DIFF_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable LPP R13 ueRxTxSupTDD featurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
+5981,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_LBS_LPP_R13_ECID_TDD_RXTX_TIME_DIFF_FEATURE,modem_sbp_config[74].SBP_LBS_LPP_R13_ECID_TDD_RXTX_TIME_DIFF_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable LPP R13 ueRxTxSupTDD featurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
5982,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_LBS_OTDOA_ADDITIONAL_NBR_CELL_INFO,modem_sbp_config[57].SBP_LBS_OTDOA_ADDITIONAL_NBR_CELL_INFO,Not Support,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureOTDOA additional neighbour cells capability supportbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:0/1,,,,MD Config,Modem - Customer Requirement,,,No need to test.,Untested,,,,
5983,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_LBS_OTDOA_CS_FOR_RSTD,modem_sbp_config[57].SBP_LBS_OTDOA_CS_FOR_RSTD,Not Support,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureLBS_OTDOA_CS_FOR_RSTDbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:0/1,,,,MD Config,Modem - Customer Requirement,,,No need to test.,Untested,,,,
-5984,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_LBS_RESPONSE_EARLY_FIX,modem_sbp_config[66].SBP_LBS_RESPONSE_EARLY_FIX,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable LPP R12 early fix featurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
+5984,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_LBS_RESPONSE_EARLY_FIX,modem_sbp_config[66].SBP_LBS_RESPONSE_EARLY_FIX,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable LPP R12 early fix featurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
5985,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_LOCATION_BASE_ALT,modem_sbp_config[86].SBP_LOCATION_BASE_ALT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLocation base search alternative 1bit 0:0:alt 1bit 1:1:alt 1",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
5986,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_LOGGING_RATE_ADJ,modem_sbp_config[87].SBP_LOGGING_RATE_ADJ,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE will adjust logging rate according to some re-defined conditions to reduce logging amountbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable ogging rate adjustment<BR>0:disable logging rate adjustment,No,,__LOGGING_RATE_ADJ__,MD Config,Modem - Customer Requirement,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
5987,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_LTE_AUTH_REJ_MAPPING_TO_15,modem_sbp_config[35].SBP_LTE_AUTH_REJ_MAPPING_TO_15,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuremap AUTH reject to reject cause #15bit 0:0:Disable. Follow spec AUTH reject handlingbit 1:1:Enabled. AUTH reject mapping to cause #15 and follow #15 handling",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
5988,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[9].SBP_LTE_CA,modem_sbp_config[9].SBP_LTE_CA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Carrier Aggregation Operationbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,if not define MT6739,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5989,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_LTE_CAP_REL_R13,modem_sbp_config[78].SBP_LTE_CAP_REL_R13,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport LTE capability Release 13 related IEbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,NO,__ENABLE_LTE_CAP_REL_R13__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,NO (Phase out),Untested,,,,
-5990,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_LTE_CAP_REL_R14,modem_sbp_config[78].SBP_LTE_CAP_REL_R14,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport LTE capability Release 14 related IEbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,NO,__ENABLE_LTE_CAP_REL_R14__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,NO (Phase out),Untested,,,,
+5989,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_LTE_CAP_REL_R13,modem_sbp_config[78].SBP_LTE_CAP_REL_R13,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport LTE capability Release 13 related IEbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,NO,__ENABLE_LTE_CAP_REL_R13__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,NO (Phase out),Untested,,,,
+5990,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_LTE_CAP_REL_R14,modem_sbp_config[78].SBP_LTE_CAP_REL_R14,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport LTE capability Release 14 related IEbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,NO,__ENABLE_LTE_CAP_REL_R14__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,NO (Phase out),Untested,,,,
5991,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_LTE_CA_PREFER,modem_sbp_config[83].SBP_LTE_CA_PREFER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTry to camp on cell which NW will config CAbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-5992,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_LTE_CELLSEL_BY_RSRQ,modem_sbp_config[61].SBP_LTE_CELLSEL_BY_RSRQ,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Cell Selection by RSRP/RSRQbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-5993,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_LTE_CELL_RESEL_ENH,modem_sbp_config[60].SBP_LTE_CELL_RESEL_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Cell Reselection Enhancementbit 0:0:Not enabled the LTE Cell Reselection Enhancementbit 1:1:Enable the LTE Cell Reselection Enhancement",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:not enable<BR>1:enable,No,,,[LTE Protocol Baseline]Cell_Reselection,Modem - 3GPP Spec.,,,Test in machine (N) <BR> Test Time (minutes) <BR> [Init] <BR> [Test Step] <BR> [Expected Result],Pass,,,,
-5994,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_LTE_COMP_UL,modem_sbp_config[10].SBP_LTE_COMP_UL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUL Coordinated Multi-Point (CoMP) transmission and receptionbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,NO,NO,Coordinated Multi-Point Operation for LTE - COMP_LTE_UL (UL CoMP),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5992,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_LTE_CELLSEL_BY_RSRQ,modem_sbp_config[61].SBP_LTE_CELLSEL_BY_RSRQ,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Cell Selection by RSRP/RSRQbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+5993,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_LTE_CELL_RESEL_ENH,modem_sbp_config[60].SBP_LTE_CELL_RESEL_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Cell Reselection Enhancementbit 0:0:Not enabled the LTE Cell Reselection Enhancementbit 1:1:Enable the LTE Cell Reselection Enhancement",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:not enable,No,,,[LTE Protocol Baseline]Cell_Reselection,Modem - 3GPP Spec.,,,Test in machine (N) <BR> Test Time (minutes) <BR> [Init] <BR> [Test Step] <BR> [Expected Result],Pass,,,,
+5994,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_LTE_COMP_UL,modem_sbp_config[10].SBP_LTE_COMP_UL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUL Coordinated Multi-Point (CoMP) transmission and receptionbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,NO,NO,Coordinated Multi-Point Operation for LTE - COMP_LTE_UL (UL CoMP),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5995,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_LTE_CONN_ALWAYS_RCV_UE_PCH,modem_sbp_config[18].SBP_LTE_CONN_ALWAYS_RCV_UE_PCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow NW to notify incoming call with PAGING in LTE CONNECTED modebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable. Monitor UE PO in CONNECTED mode<BR>0:Disable. Not monitor UE PO when enter CONNECTED mode.,No,,,[LTE Protocol Baseline]Paging,Modem - 3GPP Spec.,,,,Pass,,,,
-5996,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[93].SBP_LTE_CUSTOM_DISABLE_BAND_BY_PLMN,modem_sbp_config[93].SBP_LTE_CUSTOM_DISABLE_BAND_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLet user can disable band by plmnbit 0:0:Not enabled this featurebit 1:1:Enable this feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,"1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052",__LTE_CUSTOM_DISABLE_BAND_BY_PLMN__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5996,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[93].SBP_LTE_CUSTOM_DISABLE_BAND_BY_PLMN,modem_sbp_config[93].SBP_LTE_CUSTOM_DISABLE_BAND_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLet user can disable band by plmnbit 0:0:Not enabled this featurebit 1:1:Enable this feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,"1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052",__LTE_CUSTOM_DISABLE_BAND_BY_PLMN__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5997,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[93].SBP_LTE_CUSTOM_DISABLE_BAND_BY_PLMN_UNDER_TEST_SIM,modem_sbp_config[93].SBP_LTE_CUSTOM_DISABLE_BAND_BY_PLMN_UNDER_TEST_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurecustom disable band by plmn can be used under test sim or test modebit 0:0:Not enabled this feature for test sim or test modebit 1:1:Enabled this feature for test sim or test mode",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,"5996,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052",__LTE_CUSTOM_DISABLE_BAND_BY_PLMN_UNDER_TEST_SIM__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
5998,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_LTE_DISABLE_ALL_ROHC_WHEN_VOLTE_OFF,modem_sbp_config[85].SBP_LTE_DISABLE_ALL_ROHC_WHEN_VOLTE_OFF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureif volte off, disable all rohc profile.bit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:enabled ==> If volte off, disable all rohc profile. if volte on, according nvram.<BR>0:disable",No,7368,__LTE_DISABLE_ALL_ROHC_WHEN_VOLTE_OFF__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-5999,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[27].SBP_LTE_DISABLE_BW,modem_sbp_config[27].SBP_LTE_DISABLE_BW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP is used to disable the LTE channel bandwidth on certain bandbit 0:0:Not support LTE DISABLE BWbit 1:1:Support LTE DISABLE BW",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,NO,"__KOR_CUSTOMIZATION__, __LTE_DISABLE_BW__",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+5999,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[27].SBP_LTE_DISABLE_BW,modem_sbp_config[27].SBP_LTE_DISABLE_BW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP is used to disable the LTE channel bandwidth on certain bandbit 0:0:Not support LTE DISABLE BWbit 1:1:Support LTE DISABLE BW",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,NO,"__KOR_CUSTOMIZATION__, __LTE_DISABLE_BW__",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
6000,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_LTE_DISABLE_ENH_CELLSEL,modem_sbp_config[34].SBP_LTE_DISABLE_ENH_CELLSEL,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureDisable LTE Barred Cell Improvementbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:disable<BR>0:not disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6001,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_LTE_DISABLE_SINGLE_BAND_WW_FILTER,modem_sbp_config[102].SBP_LTE_DISABLE_SINGLE_BAND_WW_FILTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable WW LTE band table filter for single bandbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
6002,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_LTE_DL_MIMO_DISABLE,modem_sbp_config[77].SBP_LTE_DL_MIMO_DISABLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after Gen97. User could refer to NVRAM_EF_EL1_RX_MIMO_CONFIG_LID to achieve the same functionality.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,Obsolete,No,NO,NO,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,NO (Phase out),Untested,,,,
6003,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[80].SBP_LTE_DYNAMIC_DISABLE_CA_BY_PLMN,modem_sbp_config[80].SBP_LTE_DYNAMIC_DISABLE_CA_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature LTE Dynamic Disable CA By PLMN will disable ca by plmn bit 0 : Not Supported,bit 1:Supported",BIT,1,,1,0,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,,__LTE_DYNAMIC_DISABLE_CA_BY_PLMN__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-6004,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_LTE_DYNAMIC_DOWNGRADE_CAPABILITY,modem_sbp_config[101].SBP_LTE_DYNAMIC_DOWNGRADE_CAPABILITY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDynamic downgrade UE's reported capability when camp on problem cell.<BR>bit 0 : Not Supported<BR>bit 1 : ;Supported",BIT,1,,1,0,NR15.R3.MD700.MP,,0:disable<BR>1:enabled,No,"1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083",__DYNAMIC_DOWNGRADE_CAPABILITY__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+6004,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_LTE_DYNAMIC_DOWNGRADE_CAPABILITY,modem_sbp_config[101].SBP_LTE_DYNAMIC_DOWNGRADE_CAPABILITY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDynamic downgrade UE's reported capability when camp on problem cell.<BR>bit 0 : Not Supported<BR>bit 1 : ;Supported",BIT,1,,1,0,NR15.R3.MD700.MP,,1:enabled<BR>0:disable,No,"1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083",__DYNAMIC_DOWNGRADE_CAPABILITY__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
6005,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_LTE_EAB,modem_sbp_config[24].SBP_LTE_EAB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE EABbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) Y<BR> Test Time (minutes) 5<BR> [Init] <BR> Set SBP <BR> [Test Step] <BR>Config EAB<BR>Setup RRC connection<BR> [Expected Result]<BR>Setup RRC connection successfully,Pass,,,,
-6006,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[90].SBP_LTE_EARLY_OOS_SEARCH_ENH,modem_sbp_config[90].SBP_LTE_EARLY_OOS_SEARCH_ENH,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Early OOS Search Enhancementbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+6006,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[90].SBP_LTE_EARLY_OOS_SEARCH_ENH,modem_sbp_config[90].SBP_LTE_EARLY_OOS_SEARCH_ENH,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Early OOS Search Enhancementbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6007,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_LTE_EDLMIMO,modem_sbp_config[10].SBP_LTE_EDLMIMO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Enhanced DL MIMObit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,1,NR15.R3.MD700.MP,,0:not support<BR>1:support,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
6008,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_LTE_ENH_RSRP_SEARCH,modem_sbp_config[31].SBP_LTE_ENH_RSRP_SEARCH,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureSearch Better LTE Cell when CSFB Fast Returnbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6009,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_LTE_EPLMN_SEARCH,modem_sbp_config[36].SBP_LTE_EPLMN_SEARCH,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureCMCC/CMHK LTE Cell (Re)Selection Improvementbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6010,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_LTE_FAST_PLMN_LIST,modem_sbp_config[18].SBP_LTE_FAST_PLMN_LIST,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureUse history information to speed up LTE PLMN list procedurebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6011,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_LTE_FAST_PLMN_LIST_BY_REGION,modem_sbp_config[98].SBP_LTE_FAST_PLMN_LIST_BY_REGION,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureUse stored environment information to speed up LTE PLMN list procedurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+6010,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_LTE_FAST_PLMN_LIST,modem_sbp_config[18].SBP_LTE_FAST_PLMN_LIST,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureUse history information to speed up LTE PLMN list procedurebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+6011,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_LTE_FAST_PLMN_LIST_BY_REGION,modem_sbp_config[98].SBP_LTE_FAST_PLMN_LIST_BY_REGION,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureUse stored environment information to speed up LTE PLMN list procedurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6012,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_LTE_FAST_POWER_ON_SEARCH,modem_sbp_config[17].SBP_LTE_FAST_POWER_ON_SEARCH,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Always disabled after UMOLYA.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6013,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[9].SBP_LTE_FEICIC,modem_sbp_config[9].SBP_LTE_FEICIC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE (Further) Enhanced Inter-cell Interference Coordinationbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,1,NR15.R3.MD700.MP,,0:not support<BR>1:support,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
6014,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_LTE_FEMTOCELL_SYSTEM_SELECTION,modem_sbp_config[18].SBP_LTE_FEMTOCELL_SYSTEM_SELECTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl LTE Femto Cell Selection mechanismbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Perform the LTE Femtocell selection according to 3GPP requirement.<BR>1:Enable. Perform the LTE Femtocell selection according to UE option setting.,No,No,__SBP_LTE_FEMTOCELL_SYSTEM_SELECTION__,[LTE Protocol Baseline]CSG,Modem - 3GPP Spec.,,,"Manual CSG selection in E-UTRA with CSG list on USIM,",Pass,,,,
-6015,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_LTE_FORCE_RX_NESIB_B4_CONN,modem_sbp_config[34].SBP_LTE_FORCE_RX_NESIB_B4_CONN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Always disabled after UMOLYA.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,No,No,[LTE Protocol Baseline]SIB_READ_MODIFY,Modem - 3GPP Spec.,,,,Pass,,,,
+6015,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_LTE_FORCE_RX_NESIB_B4_CONN,modem_sbp_config[34].SBP_LTE_FORCE_RX_NESIB_B4_CONN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Always disabled after UMOLYA.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,No,No,[LTE Protocol Baseline]SIB_READ_MODIFY,Modem - 3GPP Spec.,,,,Pass,,,,
6016,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[9].SBP_LTE_IDC_R11,modem_sbp_config[9].SBP_LTE_IDC_R11,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIn-device Coexistence(IDC) featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config IDC<BR> [Expected Result]<BR>Config IDC successfully,Pass,,,,
6017,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_LTE_IGNORE_CONN_PS_PAGING,modem_sbp_config[18].SBP_LTE_IGNORE_CONN_PS_PAGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIgnore unexpected PS domain PAGING when UE is in LTE CONNECTED modebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:Enable, Ignore PS Paging in Connected mode.<BR>0:Disable, Handle PS Paging in Connected mode.",No,,,[LTE Protocol Baseline]Paging,Modem - 3GPP Spec.,,,,Pass,,,,
-6018,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_LTE_IRCR_PRIO_BOOST,modem_sbp_config[68].SBP_LTE_IRCR_PRIO_BOOST,OTA and OTA BY OP,no,no,no,yes,"As per Standard, While LTE freq IRCR priority is same as GSM, the related LTE freq would not be configed to measured, thus the IRCR to this/these LTE freq might be blocked consequently.<BR>In order to facilitate the IRCR procedure and LTE occupation rate in this case, the LTE freq IRCRpriority will boost higher than GSM for workaround.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:GAS LTE IRCR boost enabled.<BR>0:GAS LTE IRCR boost not enabled.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6018,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_LTE_IRCR_PRIO_BOOST,modem_sbp_config[68].SBP_LTE_IRCR_PRIO_BOOST,OTA and OTA BY OP,no,no,no,yes,"As per Standard, While LTE freq IRCR priority is same as GSM, the related LTE freq would not be configed to measured, thus the IRCR to this/these LTE freq might be blocked consequently.<BR>In order to facilitate the IRCR procedure and LTE occupation rate in this case, the LTE freq IRCRpriority will boost higher than GSM for workaround.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:GAS LTE IRCR boost not enabled.<BR>1:GAS LTE IRCR boost enabled.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
6019,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_LTE_JDG_POTENTIAL_CA_CELL,modem_sbp_config[83].SBP_LTE_JDG_POTENTIAL_CA_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTry to judge CA cell by CA characteristicbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
6020,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_LTE_LARGE_BW_HIGH_PRIORITY,modem_sbp_config[98].SBP_LTE_LARGE_BW_HIGH_PRIORITY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureselect large bandwidth cell in high prioritybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
6021,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[98].SBP_LTE_LARGE_BW_PREFER,modem_sbp_config[98].SBP_LTE_LARGE_BW_PREFER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTry to camp on cell whose bandwidth is largebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -6002,37 +6002,37 @@
6023,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[9].SBP_LTE_MBMS_COUNTING,modem_sbp_config[9].SBP_LTE_MBMS_COUNTING,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureMultimedia Broadcast Multicast Service (MBMS) R10 Counting Featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,6022,,MBMS support in LTE (eMBMS),Modem - 3GPP Spec.,,,"Test in machine: Y<BR>Test Time (minutes) : 10<BR>[Init] Machine MBMS-Counting case<BR>[Test Step] Run the MBMS-Counting case<BR>[Expected Result] <BR>MBMS session can be opened, and related MBMS-Counting action passed.",Pass,,,,
6024,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[15].SBP_LTE_MBMS_SCELL,modem_sbp_config[15].SBP_LTE_MBMS_SCELL,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureMultimedia Broadcast Multicast Service (MBMS) on SCell Featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,6022,,MBMS support in LTE (eMBMS),Modem - 3GPP Spec.,,,Test in machine: Y<BR>Test Time (minutes) : 10<BR>[Init] Machine MBMS SCell case<BR>[Test Step] Run the MBMS SCell case<BR>[Expected Result] <BR>MBMS session can be opened on SCell,Pass,,,,
6025,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[9].SBP_LTE_MBMS_SERVICE_CONTINUITY,modem_sbp_config[9].SBP_LTE_MBMS_SERVICE_CONTINUITY,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureMultimedia Broadcast Multicast Service (MBMS) R11 Service Continuity Featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,6022,,MBMS support in LTE (eMBMS),Modem - 3GPP Spec.,,,"Test in machine: Y<BR>Test Time (minutes) : 10<BR>[Init] Machine MBMS Service continuity case<BR>[Test Step] Run the MBMS Service continuity case<BR>[Expected Result] <BR>MBMS session can be opened, and Service continuity is OK.",Pass,,,,
-6026,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[14].SBP_LTE_MDT,modem_sbp_config[14].SBP_LTE_MDT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureenable LTE Minimization of Drive Tests (MDT) featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config MDT<BR> [Expected Result]<BR>Config MDT successfully,Pass,,,,
+6026,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[14].SBP_LTE_MDT,modem_sbp_config[14].SBP_LTE_MDT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureenable LTE Minimization of Drive Tests (MDT) featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config MDT<BR> [Expected Result]<BR>Config MDT successfully,Pass,,,,
6027,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_LTE_MRU_SEARCH,modem_sbp_config[18].SBP_LTE_MRU_SEARCH,OTA and OTA BY OP,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Always enabled after UMOLYA.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6028,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[64].SBP_LTE_NO_COMBINED_ATTACH_BY_SIM,modem_sbp_config[64].SBP_LTE_NO_COMBINED_ATTACH_BY_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not disable EUTRAN without consideration IMS voice availabilitybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6029,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_LTE_ONLY_OPER_SIM_LTE_ONLY_MODE,modem_sbp_config[63].SBP_LTE_ONLY_OPER_SIM_LTE_ONLY_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE only operator SIM:RAT mode changes as LTE only in PS supporting LTEbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,NW,Modem Application - Modem Control,,,"After enabling the SBP, rat mode should be locked at LTE",Pass,,,,
+6029,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_LTE_ONLY_OPER_SIM_LTE_ONLY_MODE,modem_sbp_config[63].SBP_LTE_ONLY_OPER_SIM_LTE_ONLY_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE only operator SIM:RAT mode changes as LTE only in PS supporting LTEbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,NW,Modem Application - Modem Control,,,"After enabling the SBP, rat mode should be locked at LTE",Pass,,,,
6030,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[27].SBP_LTE_PARTIAL_BAND,modem_sbp_config[27].SBP_LTE_PARTIAL_BAND,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Phaseoutbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,,,,,,Untested,,,,
6031,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_LTE_PREFER_ENDC_RESEL_ENH,modem_sbp_config[103].SBP_LTE_PREFER_ENDC_RESEL_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureprefer LTE EN-DC cell enhancement for idle reselectionbit 0:0:Not Enabledbit 1:1:Enable",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable prefer ENDC reselection enhancement<BR>1:enable prefer ENDC reselection enhancement,No,,__DISABLE_LTE_PREFER_ENDC_RESEL_ENH__,LTE Protocol (R15 5G interworking),Modem - 3GPP Spec.,,,follow MCF RD IT SOP,Pass,,,,
6032,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_LTE_RESEL_HIGH_POWER_PREFER,modem_sbp_config[79].SBP_LTE_RESEL_HIGH_POWER_PREFER,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not reselect to RSRP diff too large cellbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable,No,high_power_prefer_sinr_thresh high_power_prefer_rsrq_thresh high_power_prefer_rsrp_offset,,,,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Untested,,,,
-6033,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_1XRTT_ACTIVE,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_1XRTT_ACTIVE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhanced MPSR in 1xRTT connected modebit 0:0:Disable enhanced MPSR in 1xRTT connected mode.bit 1:1:Enable enhanced MPSR in 1xRTT connected mode.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6034,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_1XRTT_EVDO_IDLE,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_1XRTT_EVDO_IDLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhanced MPSR in 1xRTT/EVDO idle modebit 0:0:Disable enhanced MPSR in 1xRTT/EVDO idle mode.bit 1:1:Enable enhanced MPSR in 1xRTT/EVDO idle mode.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+6033,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_1XRTT_ACTIVE,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_1XRTT_ACTIVE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhanced MPSR in 1xRTT connected modebit 0:0:Disable enhanced MPSR in 1xRTT connected mode.bit 1:1:Enable enhanced MPSR in 1xRTT connected mode.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+6034,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_1XRTT_EVDO_IDLE,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_1XRTT_EVDO_IDLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhanced MPSR in 1xRTT/EVDO idle modebit 0:0:Disable enhanced MPSR in 1xRTT/EVDO idle mode.bit 1:1:Enable enhanced MPSR in 1xRTT/EVDO idle mode.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6035,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_EVDO_ACTIVE,modem_sbp_config[33].SBP_LTE_SCANNING_ENHANCEMENT_EVDO_ACTIVE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhanced MPSR in EVDO connected modebit 0:0:Disable enhanced MPSR in EVDO connected mode.bit 1:1:Enable enhanced MPSR in EVDO connected mode.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6036,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_LTE_SEC_SKIP,modem_sbp_config[40].SBP_LTE_SEC_SKIP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSkip LTE security protection for NAS messagesbit 0:0:Disabled. NOT skip LTE security protection for NAS messages.bit 1:1:Enabled. Skip LTE security protection for NAS messages.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. Skip LTE security protection for NAS messages.<BR>0:Disabled. NOT skip LTE security protection for NAS messages.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6037,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[37].SBP_LTE_SET_RAT_DO_EPS_DETACH,modem_sbp_config[37].SBP_LTE_SET_RAT_DO_EPS_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo EPS DETACH when changing UE's supported RAT mode settingbit 0:0:Disable. Do Combined EPS/IMSI DETACH when changing UE's supported RAT mode settingbit 1:1:Enabled. Do EPS DETACH when changing UE's supported RAT mode setting",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Do EPS DETACH when changing UE's supported RAT mode setting.<BR>0:Disable. Do Combined EPS/IMSI DETACH when changing UE's supported RAT mode setting.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6038,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[37].SBP_LTE_SM_REJ_15_PERFORMANCE_IMPROVEMENT,modem_sbp_config[37].SBP_LTE_SM_REJ_15_PERFORMANCE_IMPROVEMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhen receiving reject #15, disable EUTRAN in a non-Korea MCC.bit 0:0:Turn-off. Do not disable EUTRAN when receiving #15 in a non-Korea MCC networkbit 1:1:Turn-on. Disable EUTRAN when receiving #15 in a non-Korea MCC network",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6039,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_LTE_SON,modem_sbp_config[10].SBP_LTE_SON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Self-Organizing Network Featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Open SON<BR> [Expected Result]<BR>Report SON,Pass,,,,
-6040,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_LTE_SUPPORT_NONDEFAULT_SIB2_UL,modem_sbp_config[58].SBP_LTE_SUPPORT_NONDEFAULT_SIB2_UL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDetermine if UE can camp on the LTE cell with non_default UL_FREQ.bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:UE can camp on the LTE cell with UL_FREQ in SystemInformationBlockType2 which is not determined from the default TX-RX frequency separation defined in TS 36.101.<BR>0:UE can't camp on the LTE cell with UL_FREQ in SystemInformationBlockType2 which is not determined from the default TX-RX frequency separation defined in TS 36.101. UE will treat this cell as a not-suitable cell.,No,No,No,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
+6039,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_LTE_SON,modem_sbp_config[10].SBP_LTE_SON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Self-Organizing Network Featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Open SON<BR> [Expected Result]<BR>Report SON,Pass,,,,
+6040,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_LTE_SUPPORT_NONDEFAULT_SIB2_UL,modem_sbp_config[58].SBP_LTE_SUPPORT_NONDEFAULT_SIB2_UL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDetermine if UE can camp on the LTE cell with non_default UL_FREQ.bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:UE can't camp on the LTE cell with UL_FREQ in SystemInformationBlockType2 which is not determined from the default TX-RX frequency separation defined in TS 36.101. UE will treat this cell as a not-suitable cell.<BR>1:UE can camp on the LTE cell with UL_FREQ in SystemInformationBlockType2 which is not determined from the default TX-RX frequency separation defined in TS 36.101.,No,No,No,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
6041,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[83].SBP_LTE_T325_DEPRIORITY,modem_sbp_config[83].SBP_LTE_T325_DEPRIORITY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable T325 deprioritizationbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,[LTE Protocol Baseline]Cell_Reselection,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-6042,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[28].SBP_LTE_U,modem_sbp_config[28].SBP_LTE_U,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Unlicensed.<BR>bit 0 Not Supported<BR>bit 1 Supported",BIT,1,,1,0,NR15.R3.MD700.MP,,0:not support<BR>1:support,No,,__LTE_U__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+6042,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[28].SBP_LTE_U,modem_sbp_config[28].SBP_LTE_U,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureLTE Unlicensed.<BR>bit 0 Not Supported<BR>bit 1 Supported",BIT,1,,1,0,NR15.R3.MD700.MP,,1:support<BR>0:not support,No,,__LTE_U__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
6043,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_LU_BEFORE_CSFB_ECC_IF_LAI_DIFF,modem_sbp_config[21].SBP_LU_BEFORE_CSFB_ECC_IF_LAI_DIFF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure LU before CSFB ECC call if LAI is differentbit 0:0:Do not trigger LU before CSFB ECC call if LAI is differentbit 1:1:Do LU before CSFB ECC call if LAI is different",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0:Do not Configure LU before CSFB ECC call if LAI is different<BR>0x1:Configure LU before CSFB ECC call if LAI is different,No,,__ENABLE_LU_BEFORE_CSFB_ECC_IF_LAI_DIFF__,[WCDMA Protocol Baseline]AFR,Modem - 3GPP Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 10 mins <BR>[Init] NA <BR>[Test Step]<BR>1. Register UE in LTE.<BR>2. Perform Emergency call <BR>[Expected Result]<BR>UE is expected to fo LU before making Emergency call if current LAI is different from register LAI.,Untested,,,,
6044,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_LU_BEFORE_CSFB_ECC_NEEDED,modem_sbp_config[16].SBP_LU_BEFORE_CSFB_ECC_NEEDED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure the option to do LU before making a CSFB emergency callbit 0:0:LU not needed before ECCbit 1:1:LU needed before ECC",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0x01:If enable, UE need to do LU before CSFB emergency call<BR>0x00:If disable, UE will behave as per spec",No,,__DISABLE_LU_BEFORE_CSFB_ECC_NEEDED__,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) 10 mins<BR> [Init]<BR> Add the PLMN in LR_BEFORE_CSFB_ECC_PLMN_LIST array in mm_custom_config.c <BR> Boot up the device & UE register in LTE.<BR> [Test Step]<BR> Perform Emergency call & UE perform CSFB to 23G network but with diffrent LA given by network in previous LTE registration.<BR> <BR> [Expected Result]<BR> UE is expected to emergency call before LU,Untested,,,,
-6045,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_MANUAL_LIST_DISPLAY_SUITABLE_ONLY,modem_sbp_config[61].SBP_MANUAL_LIST_DISPLAY_SUITABLE_ONLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOnly Display suitable cell for manual listbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6045,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_MANUAL_LIST_DISPLAY_SUITABLE_ONLY,modem_sbp_config[61].SBP_MANUAL_LIST_DISPLAY_SUITABLE_ONLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOnly Display suitable cell for manual listbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6046,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_MANUAL_MODE_NW_SEL,modem_sbp_config[43].SBP_MANUAL_MODE_NW_SEL,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow changing network selection modebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,AT Command,Modem Application - Modem Control,,,Test manual selection mode,Pass,,,,
-6047,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_MAPPING_MCC_OTA_INVALID,modem_sbp_config[94].SBP_MAPPING_MCC_OTA_INVALID,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable MCC mapping, when MCC in OTA is not validbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disbale,No,,,MD Config,Modem - Customer Requirement,,,test in machine<BR>[Init] <BR>Sprint card<BR>machne config a 1xRTT cell with MCC 000<BR>[Test Step] <BR>power on the phone<BR>[Expected Result]<BR>UE register normally,Pass,,,,
+6047,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_MAPPING_MCC_OTA_INVALID,modem_sbp_config[94].SBP_MAPPING_MCC_OTA_INVALID,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable MCC mapping, when MCC in OTA is not validbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disbale<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,test in machine<BR>[Init] <BR>Sprint card<BR>machne config a 1xRTT cell with MCC 000<BR>[Test Step] <BR>power on the phone<BR>[Expected Result]<BR>UE register normally,Pass,,,,
6048,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_MCC_ASSIST_FULLBAND_RAT_SELECTION,modem_sbp_config[20].SBP_MCC_ASSIST_FULLBAND_RAT_SELECTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMCC assisted fullband RAT selection: select fullband search RAT according to current MCC.bit 0:0:Disabled. Not use current MCC to select fullband RATbit 1:1:Enabled. Use current MCC to select fullband RAT",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6049,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_MCC_BAND_ENH_FOR_PLMN_SEARCH,modem_sbp_config[67].SBP_MCC_BAND_ENH_FOR_PLMN_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. This SBP is not used anymore.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6050,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_MCC_BAND_MANUAL_LIST_OPT,modem_sbp_config[86].SBP_MCC_BAND_MANUAL_LIST_OPT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNWSEL will bring MCC band for manual list optimizationbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6051,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_MDT_LOCATION_TIME_VALIDITY,modem_sbp_config[59].SBP_MDT_LOCATION_TIME_VALIDITY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureapply time validity on MDT location infobit 0:0:Don't Applybit 1:1:Apply",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Don't Apply<BR>1:Apply,No,,,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6051,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_MDT_LOCATION_TIME_VALIDITY,modem_sbp_config[59].SBP_MDT_LOCATION_TIME_VALIDITY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureapply time validity on MDT location infobit 0:0:Don't Applybit 1:1:Apply",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Apply<BR>0:Don't Apply,No,,,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6052,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_MDT_OBTAINLOCATION_OPEN_GPS,modem_sbp_config[65].SBP_MDT_OBTAINLOCATION_OPEN_GPS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureChoose location info aquiring method for obtainLocation-r11bit 0:0:Use stored locationbit 1:1:Open GPS",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (minutes) <BR> [Init] <BR> [Test Step] <BR> [Expected Result],Pass,,,,
6053,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[64].SBP_MERGE_LAU_AND_ATTACH_EPLMN_LIST,modem_sbp_config[64].SBP_MERGE_LAU_AND_ATTACH_EPLMN_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMerge EPLMN list when they are different in LAU_ACCEPT and ATTACH_ACCEPT for the same RPLMNbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6054,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_MM_CONVERT_RAU_SR_REJECT_CAUSE7_TO_111_DURING_CSFB,modem_sbp_config[100].SBP_MM_CONVERT_RAU_SR_REJECT_CAUSE7_TO_111_DURING_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConvert RAU/Service Reject cause #7 to #111 during CSFBbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:GMM shall convert RAU or Service reject cause #7 to #111 during CSFB<BR>0:GMM shall not convert RAU or Service reject cause #7 to #111 during CSFB,No,,__MM_CONVERT_RAU_SR_REJECT_CAUSE7_TO_111_DURING_CSFB,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) : N<BR> Test Time (minutes) : 10 mins<BR> [Init] NA<BR> [Test Step ] Perform CSFB Call, & trigger Data services Network send RAU reject #7 <BR> [Expected Result]<BR> UE expected to camp & data services",Pass,,,,
-6055,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_MM_CUSTOMIZE_T3240_TIMEOUT_VALUE,modem_sbp_config[78].SBP_MM_CUSTOMIZE_T3240_TIMEOUT_VALUE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCustomize T3240 Timeout valuebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0x1:If disable, UE support T3240 Timeout value as per spec<BR>0x1:If enable, UE supports Customize T3240 Timeout value",No,,__MM_CUSTOMIZE_T3240_TIMEOUT_VALUE__,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 23G on PLMN 46000F<BR>-> Trigger CS connection release after CS registration is done<BR>->Observe T3212 should run with 12 sec<BR>[Expected Result]<BR>Observe T3212 should run with 12 sec,Untested,,,,
-6056,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_MM_CUSTOMIZE_T3311_TIMEOUT_VALUE_FOR_RSIM,modem_sbp_config[95].SBP_MM_CUSTOMIZE_T3311_TIMEOUT_VALUE_FOR_RSIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow custom ATTACH retry T3311 timer value on RSIM/AKA stackbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Use T3311 value as mentioend in 3GPP spec 24.008<BR>0x01:Allow custom ATTACH retry T3311 timer value on RSIM/AKA stack .,No,,__MM_CUSTOMIZE_T3311_TIMEOUT_VALUE_FOR_RSIM__,VSIM 1.0,Modem - Multiple SIM,,,Test in machine (Y/N) N<BR>Test Time (minutes) 10 mins <BR>[Init] <BR>Configure MM_CUSTOM_T3311_TIMER_VALUE_ON_AKA_STACK in custom_mm_config.c <BR>[Test Step]<BR>1. Enable RSIM & AKS Stack (virtual card)<BR>2. Perform PS attach request & start T3311<BR>[Expected Result]<BR>Attach retry T3311 timer value based on initial configur value,Untested,,,,
+6054,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_MM_CONVERT_RAU_SR_REJECT_CAUSE7_TO_111_DURING_CSFB,modem_sbp_config[100].SBP_MM_CONVERT_RAU_SR_REJECT_CAUSE7_TO_111_DURING_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConvert RAU/Service Reject cause #7 to #111 during CSFBbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:GMM shall not convert RAU or Service reject cause #7 to #111 during CSFB<BR>1:GMM shall convert RAU or Service reject cause #7 to #111 during CSFB,No,,__MM_CONVERT_RAU_SR_REJECT_CAUSE7_TO_111_DURING_CSFB,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) : N<BR> Test Time (minutes) : 10 mins<BR> [Init] NA<BR> [Test Step ] Perform CSFB Call, & trigger Data services Network send RAU reject #7 <BR> [Expected Result]<BR> UE expected to camp & data services",Pass,,,,
+6055,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_MM_CUSTOMIZE_T3240_TIMEOUT_VALUE,modem_sbp_config[78].SBP_MM_CUSTOMIZE_T3240_TIMEOUT_VALUE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCustomize T3240 Timeout valuebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0x1:If enable, UE supports Customize T3240 Timeout value<BR>0x1:If disable, UE support T3240 Timeout value as per spec",No,,__MM_CUSTOMIZE_T3240_TIMEOUT_VALUE__,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 23G on PLMN 46000F<BR>-> Trigger CS connection release after CS registration is done<BR>->Observe T3212 should run with 12 sec<BR>[Expected Result]<BR>Observe T3212 should run with 12 sec,Untested,,,,
+6056,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_MM_CUSTOMIZE_T3311_TIMEOUT_VALUE_FOR_RSIM,modem_sbp_config[95].SBP_MM_CUSTOMIZE_T3311_TIMEOUT_VALUE_FOR_RSIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAllow custom ATTACH retry T3311 timer value on RSIM/AKA stackbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Allow custom ATTACH retry T3311 timer value on RSIM/AKA stack .<BR>0x00:Use T3311 value as mentioend in 3GPP spec 24.008,No,,__MM_CUSTOMIZE_T3311_TIMEOUT_VALUE_FOR_RSIM__,VSIM 1.0,Modem - Multiple SIM,,,Test in machine (Y/N) N<BR>Test Time (minutes) 10 mins <BR>[Init] <BR>Configure MM_CUSTOM_T3311_TIMER_VALUE_ON_AKA_STACK in custom_mm_config.c <BR>[Test Step]<BR>1. Enable RSIM & AKS Stack (virtual card)<BR>2. Perform PS attach request & start T3311<BR>[Expected Result]<BR>Attach retry T3311 timer value based on initial configur value,Untested,,,,
6057,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_MM_CUST_PROC_CAUSE,modem_sbp_config[77].SBP_MM_CUST_PROC_CAUSE,OTA and OTA BY OP,no,no,no,yes,Convert MM/GMM Reject cause based on HPLMN and VPLMN,BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:If this SBP is enabled, MM will convert various reject cause based on cusotmer requirement .<BR>0:If this SBP is disabled, UE will behave as per Network reject cause",No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) : Y<BR> Test Time (minutes) 15 mins<BR> [Init]<BR> Configure MCF NVRAM_MM_GMM_REJECT_cAUSE_MAPPING_LID {0x04,0x07,46001,46001,0xff,0xff,0xff,0x014,0x00} <BR> [Test Step]<BR> UE perform GMM Attach request on HPLMN( i.e. 46001)& Network send attach reject with cause #7. ( If you want ot use other HPLMN, please update the MCF NVRAM_MM_GMM_REJECT_CAUSE_MAPPING_LID param3, param4. with the respective HPLMN )<BR><BR> <BR> <BR> [Expected Result]<BR> UE convert attach reject cause #7 to reject cause #14 & GPRS is still in service",Untested,,,,
6058,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[9].SBP_MM_DISABLE_FORCE_LU_AFTER_INTER_SYSTEM_CHANGE_FROM_S1,modem_sbp_config[9].SBP_MM_DISABLE_FORCE_LU_AFTER_INTER_SYSTEM_CHANGE_FROM_S1,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger LU after coming to 23g from 4g only if different LAbit 0:0:MM will force LU after inter system change from S1bit 1:1:MM will not force LU after inter system change from S1",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0:This feature will not trigger LU during inter system change from S1 bit<BR>0x1:This FeatureTrigger LU after coming to 23g from 4g only if different LA .MM will force LU after inter system change from S1bit,No,,,[WCDMA Protocol Baseline]IRAT,Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) 10 mins<BR> [Init]<BR> boot up the device & UE register in LTE <BR> [Test Step]<BR> UE perform IRAT to 23G on same register LA. <BR> <BR> [Expected Result]<BR> UE is expected to trigger LU irrespective of registered LA is same or not,Untested,,,,
6059,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[1].SBP_MM_DISABLE_PREVIOUS_RPLMN_FROM_NVRAM,modem_sbp_config[1].SBP_MM_DISABLE_PREVIOUS_RPLMN_FROM_NVRAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable to use previous registered PLMN from NVRAM for manual selection modebit 0:0:Turn-off. Use previous RPLMN from NVRAMbit 1:1:Turn-on. Not use previous RPLMN from NVRAM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
@@ -6042,7 +6042,7 @@
6063,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[1].SBP_MM_IGNORE_EQPLMN_IN_MANUAL_MODE,modem_sbp_config[1].SBP_MM_IGNORE_EQPLMN_IN_MANUAL_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether to ignore EQPLMN in manual modebit 0:0:Turn-off. Do not ignore EQPLMN in manual modebit 1:1:Turn-on. Ignore EQPLMN in manual mode",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6064,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[1].SBP_MM_IGNORE_PLAY_EQPLMN,modem_sbp_config[1].SBP_MM_IGNORE_PLAY_EQPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIgnore equivalent PLMNs if registered PLMN is Play.bit 0:0:Disabled. Do not ignore EPLMNs if registered PLMN is Playbit 1:1:Enabled. Ignore EPLMNs if registered PLMN is Play",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6065,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[1].SBP_MM_IGNORE_YOIGO_EQPLMN,modem_sbp_config[1].SBP_MM_IGNORE_YOIGO_EQPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIgnore equivalent PLMNs if registered PLMN is Yoigo.bit 0:0:Disabled. Do not ignore EPLMNs if registered PLMN is Yoigobit 1:1:Enabled. Ignore EPLMNs if registered PLMN is Yoigo",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6066,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_MM_IMSI_DETACH_WHEN_MM_CONN_ACTIVE,modem_sbp_config[10].SBP_MM_IMSI_DETACH_WHEN_MM_CONN_ACTIVE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure option of IMSI detach in MM connection active statebit 0:0:Do not allow IMSI detach in MM connection active statebit 1:1:Allow IMSI detach in MM connection active state",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0:if disable sending of IMSI detach during MM conneciton active is not allowe.d<BR>0x1:If enable allow MM to send IMSI detach when MM connection active,No,,__MM_IMSI_DETACH_WHEN_MM_CONN_ACTIVE__,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 23G <BR>-> Trigger CS Call <BR>-> SIM error<BR>[Expected Result]<BR>UE should do IMSI deatch even when the MM state is MM connection active,Untested,,,,
+6066,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_MM_IMSI_DETACH_WHEN_MM_CONN_ACTIVE,modem_sbp_config[10].SBP_MM_IMSI_DETACH_WHEN_MM_CONN_ACTIVE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure option of IMSI detach in MM connection active statebit 0:0:Do not allow IMSI detach in MM connection active statebit 1:1:Allow IMSI detach in MM connection active state",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x1:If enable allow MM to send IMSI detach when MM connection active<BR>0x0:if disable sending of IMSI detach during MM conneciton active is not allowe.d,No,,__MM_IMSI_DETACH_WHEN_MM_CONN_ACTIVE__,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 23G <BR>-> Trigger CS Call <BR>-> SIM error<BR>[Expected Result]<BR>UE should do IMSI deatch even when the MM state is MM connection active,Untested,,,,
6067,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[1].SBP_MM_INTERNATIONAL_HPPLMN_SEARCH,modem_sbp_config[1].SBP_MM_INTERNATIONAL_HPPLMN_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRequire UE to perform international HPPLMN search when it registers on a US PLMN and the HPPLMN belongs to Canadabit 0:0:Disabled. Not search HPPLMNs in other countriesbit 1:1:Enabled. Search HPPLMNs in other countries",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6068,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_MM_LU_REJ_17_IN_MANUAL_MODE,modem_sbp_config[16].SBP_MM_LU_REJ_17_IN_MANUAL_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport specific cause for LU reject #17 in manual mode.bit 0:0:Turn-off. Not apply the specific cause for LU reject #17bit 1:1:Turn-on. Apply the specific cause for LU reject #17",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6069,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_MM_NOT_STAY_ON_FBLA_FOR_REG_PROV,modem_sbp_config[6].SBP_MM_NOT_STAY_ON_FBLA_FOR_REG_PROV,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAdd LAI in the list of 'forbidden location areas for roaming' if reject cause 12 is received.bit 0:0:not supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,No,,__MM_NOT_STAY_ON_FBLA_FOR_REG_PROV__,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 23G<BR>-> Trigger LAU reject with cause 12 <BR>-> MM will stay in limited service <BR>[Expected Result]<BR>The mobile station shall store the LAI in the list of "forbidden location areas for regional provision of service".<BR>The MS shall perform a cell selection when back to the MM IDLE state according to 3GPP TS 43.022 [82] and<BR>3GPP TS 25.304 [98].,Untested,,,,
@@ -6050,24 +6050,24 @@
6071,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[3].SBP_MM_PERFORM_PLMN_SEARCH_AFTER_LU_ABNORMAL,modem_sbp_config[3].SBP_MM_PERFORM_PLMN_SEARCH_AFTER_LU_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNWSEL performs search after LU abnormal.bit 0:0:Turn-off. Not perform PLMN selection when test SIM is insertedbit 1:1:Turn-on. Perform PLMN selection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6072,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[14].SBP_MM_REL11_LR_REJ_CONGESTION,modem_sbp_config[14].SBP_MM_REL11_LR_REJ_CONGESTION,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet abnormal cout to max for reject with cause 22 which follows R11 of 3GPP spec.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0x1:If enable, Device follows LR11 behavior to set abnormal count to maximum value<BR>0x0:If disable, Device follow LR9 behavior",No,,__DISABLE_REL11_LR_REJ_CONGESTION__,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 23G in TDD mode<BR>-> Trigger RAU reject with cause 22 <BR>-> UE should set the RAU attempt counter to 5<BR>[Expected Result]<BR>UE should set the RAU attempt counter to 5,Untested,,,,
6073,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[2].SBP_MM_SEARCH_HPLMN_BEFORE_RPLMN,modem_sbp_config[2].SBP_MM_SEARCH_HPLMN_BEFORE_RPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSearch HPLMN before RPLMNbit 0:0:Turn-off. Search RPLMN before HPLMNbit 1:1:Turn-on. Search HPLMN before RPLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6074,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_MM_SKIP_LU_AFTER_CSFB_FOR_EAFR,modem_sbp_config[22].SBP_MM_SKIP_LU_AFTER_CSFB_FOR_EAFR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMM_SKIP_LU_AFTER_CSFB_FOR_EAFRbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:UE shall perform LU after CSFB call release. Alternatively current camped PLMN will be checked in CONFIGURE_SKIP_LU_AFTER_CSFB_FOR_EAFR_PLMN (defined under MM custom config file) to take decision, and will skip LU even SBP is disabled<BR>1:UE shall skip LU after CSFB call release and trigger automatic fast return to LTE feature. If UE could not return to LTE after triggering fast return to LTE, it shall trigger LU after camping back in GSM or UMTS RAT",No,,__MM_SKIP_LU_AFTER_FOR_EAFR__,[WCDMA Protocol Baseline]AFR,Modem - 3GPP Spec.,,,Test in machine (Y/N) : N<BR> Test Time (minutes) : NA<BR> [Init] : NA<BR> [Test Step]<BR> Perform CSFB call & click disconnect after 1 mins<BR> [Expected Result]<BR> UE is expected to move to LTE after call release,Pass,,,,
-6075,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[29].SBP_MM_STRICT_PRECONDITION_FOR_REL7_MANUAL_RHPLMN_SEL,modem_sbp_config[29].SBP_MM_STRICT_PRECONDITION_FOR_REL7_MANUAL_RHPLMN_SEL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply strict precondition for manual R/HPLMN selection of R7 optimizationbit 0:0:Disabled. Apply this optimizationbit 1:1:Enabled. Only apply the optimization during first power-on.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6074,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_MM_SKIP_LU_AFTER_CSFB_FOR_EAFR,modem_sbp_config[22].SBP_MM_SKIP_LU_AFTER_CSFB_FOR_EAFR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMM_SKIP_LU_AFTER_CSFB_FOR_EAFRbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:UE shall skip LU after CSFB call release and trigger automatic fast return to LTE feature. If UE could not return to LTE after triggering fast return to LTE, it shall trigger LU after camping back in GSM or UMTS RAT<BR>0:UE shall perform LU after CSFB call release. Alternatively current camped PLMN will be checked in CONFIGURE_SKIP_LU_AFTER_CSFB_FOR_EAFR_PLMN (defined under MM custom config file) to take decision, and will skip LU even SBP is disabled",No,,__MM_SKIP_LU_AFTER_FOR_EAFR__,[WCDMA Protocol Baseline]AFR,Modem - 3GPP Spec.,,,Test in machine (Y/N) : N<BR> Test Time (minutes) : NA<BR> [Init] : NA<BR> [Test Step]<BR> Perform CSFB call & click disconnect after 1 mins<BR> [Expected Result]<BR> UE is expected to move to LTE after call release,Pass,,,,
+6075,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[29].SBP_MM_STRICT_PRECONDITION_FOR_REL7_MANUAL_RHPLMN_SEL,modem_sbp_config[29].SBP_MM_STRICT_PRECONDITION_FOR_REL7_MANUAL_RHPLMN_SEL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply strict precondition for manual R/HPLMN selection of R7 optimizationbit 0:0:Disabled. Apply this optimizationbit 1:1:Enabled. Only apply the optimization during first power-on.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6076,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[0].SBP_MM_TRY_ABNORMAL_LAI_ONCE_MORE,modem_sbp_config[0].SBP_MM_TRY_ABNORMAL_LAI_ONCE_MORE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf only one PLMN is available and this PLMN was already rejected four times (i.e. attempt counter >=4), the terminal device shall attempt to access the already rejected network once more.bit 0:0:Disable. Do not apply the rule of for Steer of Roaming (Managed Roaming)bit 1:1:Enable. apply the rule of for Steer of Roaming (Managed Roaming)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6077,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_MOBILITY_BAND_PREFERENCE,modem_sbp_config[91].SBP_MOBILITY_BAND_PREFERENCE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBand prefer for mobilitybit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,"1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175",,[LTE Protocol Baseline]Cell_Reselection,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-6078,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_MOBILITY_WB_MEAS_WO_NVM_CHK,modem_sbp_config[96].SBP_MOBILITY_WB_MEAS_WO_NVM_CHK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBand preference should not check NVRAMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,SBP_MOBILITY_BAND_PREFERENCE,[WCDMA Protocol Baseline]CellReselection,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6077,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[91].SBP_MOBILITY_BAND_PREFERENCE,modem_sbp_config[91].SBP_MOBILITY_BAND_PREFERENCE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBand prefer for mobilitybit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,"1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175",,[LTE Protocol Baseline]Cell_Reselection,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6078,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_MOBILITY_WB_MEAS_WO_NVM_CHK,modem_sbp_config[96].SBP_MOBILITY_WB_MEAS_WO_NVM_CHK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBand preference should not check NVRAMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,SBP_MOBILITY_BAND_PREFERENCE,[WCDMA Protocol Baseline]CellReselection,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6079,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[7].SBP_MODE_1_PS_ONLY_LTE_NETWORK_SUPPORT,modem_sbp_config[7].SBP_MODE_1_PS_ONLY_LTE_NETWORK_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport PS only LTE network under voice centric settingbit 0:0:Disabled. Not support to stay at network which does not support CS fallbackbit 1:1:Enabled. Support to stay at network which does not support CS fallback",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6080,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_MP_LTE_DOWNLINK_LAA_r13,modem_sbp_config[103].SBP_MP_LTE_DOWNLINK_LAA_r13,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRel-13 downlink Licensed-Assisted Access(LAA) featurebit 0:0:Disabledbit 1:1:Enabled<BR><BR>If set this flag to 1, LAA will be enabled, if set this flag to 0, LAA will be disabled.<BR><BR>The LAA feature will be supported from Petrus MP3.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,Licensed-Assisted Access using LTE - LTE_LAA,Modem - 3GPP Spec.,,,"Test in machine (Y)<BR>Test Time (5 minutes) <BR> [Init]<BR> [Test Step] <BR> [Expected Result]<BR> 1), check the UE-EUTRAN-Capability: downlinkLAA-r13<BR> 2), Insert T-Mobile SIM, LAA capability will be supported<BR> 3), Insert other SIM, LAA capability will not be supported",Untested,,,,
+6080,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_MP_LTE_DOWNLINK_LAA_r13,modem_sbp_config[103].SBP_MP_LTE_DOWNLINK_LAA_r13,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRel-13 downlink Licensed-Assisted Access(LAA) featurebit 0:0:Disabledbit 1:1:Enabled<BR><BR>If set this flag to 1, LAA will be enabled, if set this flag to 0, LAA will be disabled.<BR><BR>The LAA feature will be supported from Petrus MP3.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,Licensed-Assisted Access using LTE - LTE_LAA,Modem - 3GPP Spec.,,,"Test in machine (Y)<BR>Test Time (5 minutes) <BR> [Init]<BR> [Test Step] <BR> [Expected Result]<BR> 1), check the UE-EUTRAN-Capability: downlinkLAA-r13<BR> 2), Insert T-Mobile SIM, LAA capability will be supported<BR> 3), Insert other SIM, LAA capability will not be supported",Untested,,,,
6081,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_MTC_SUPPORT,modem_sbp_config[8].SBP_MTC_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport machine-type communication.bit 0:0:Disabled. Not support machine-type communicationbit 1:1:Enabled. Support machine-type communication",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6082,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_MT_CSFB_IRAT,modem_sbp_config[88].SBP_MT_CSFB_IRAT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSelect 23G when T3417ext timeout for MT CSFBbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disabled.,No,,__DISABLE_SBP_MT_CSFB_IRAT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6083,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_NA_PS_PERFORMANCE_ENH,modem_sbp_config[76].SBP_NA_PS_PERFORMANCE_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhancement for PS performancebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,[LTE Protocol Baseline]Cell_Selection,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6083,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_NA_PS_PERFORMANCE_ENH,modem_sbp_config[76].SBP_NA_PS_PERFORMANCE_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhancement for PS performancebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,[LTE Protocol Baseline]Cell_Selection,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6084,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[73].SBP_NON_PS_SIM_REGISTER_FIRST,modem_sbp_config[73].SBP_NON_PS_SIM_REGISTER_FIRST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNon-PS SIM will preempt PS SIM's RF resource and try to search&register with full RF resourcebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x00, 0x01",No,,,MD Config,Modem - Customer Requirement,,,In Attached File,Pass,,,,
6085,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_NOTIFY_MBMSAL_E911_EVENT_USING_EMCS,modem_sbp_config[79].SBP_NOTIFY_MBMSAL_E911_EVENT_USING_EMCS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]<BR>Configuration of SBP FeatureNotify Emergency callback session to MBMSAL through AT+EMCS.<BR><BR>bit:0: disable. AT+EMCS would not notify MBMSAL about the event of emergency callback session.<BR>bit:1: enable. AT+EMCS would notify MBMSAL about the event of emergency call back session so that it could do corresponding actions.",BIT,1,,1,0x0,NR15.R3.MD700.MP,,0x1,No,,,VzW E911,Modem - Operator Requirement,,,"Test in machine (Y/N) N<BR>Test Time (minutes)<BR>[Init] <BR>Make an E911 call while consuming a eMBMS stream.<BR>Perform "30. E911 Interaction VZ_TC_eMBMSIOT_7422"<BR><BR>[Test Step] <BR>1. Select a stream service after eMBMS APP display the service<BR>2. After 1 min of the stream start, use the DUT to originate an E911 call<BR>3. Bring the eMBMS app to foreground<BR>4. Bring the E911 call to foreground, then end the E911 call.<BR>5. Bring back the resident application and select a streaming<BR>6. Stop the stream<BR><BR>[Expected Result]<BR>After step 1, the app start playing streaming<BR>After step 2, The E911 call goes through, The Resident app displays "Out of Coverage" in the log tab<BR>After step 3, Veirfy eMBMS stream session has been stopped running<BR>After step 4, The E911 call ends<BR>After step 5, the app start playing streaming<BR>After step 6, The stream stops",Pass,,,,
-6086,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_NOT_CHANGE_REJECT_CAUSE_0_TO_111,modem_sbp_config[102].SBP_NOT_CHANGE_REJECT_CAUSE_0_TO_111,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDon't change reject cause 0 to 111bit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disable.,No,,__SBP_NOT_CHANGE_REJECT_CAUSE_0_TO_111__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6087,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[80].SBP_NOT_CLEAR_ATT_ATTEMPT_CNT_IN_E2C,modem_sbp_config[80].SBP_NOT_CLEAR_ATT_ATTEMPT_CNT_IN_E2C,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDon't clear attach attempt counter during inter-RAT from C2K to LTEbit 0:0:Not clearbit 1:1:Clear",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Clear attach attempt counter during inter-RAT from C2K to LTE<BR>1:Don't clear attach attempt counter during inter-RAT from C2K to LTE,No,,__SBP_NOT_CLEAR_ATT_ATTEMPT_CNT_IN_E2C__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6088,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_NOT_PREFER_HPLMNWACT_INFO,modem_sbp_config[26].SBP_NOT_PREFER_HPLMNWACT_INFO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot prefer to use EF-HPLMNwACT info received from SIM/USIMbit 0:0:Turn-off. Use EF-HPLMNwACT infobit 1:1:Turn-on. Not use EF-HPLMNwACT info",BIT,1,,1,DEFAULT_VALUE : 0 <BR>__NOT_PREFER_HPLMNWACT_INFO__ : 1,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6089,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_NOT_REPORT_IMS_UL_DATA_STATUS,modem_sbp_config[23].SBP_NOT_REPORT_IMS_UL_DATA_STATUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not report UL Data Status for IMS PDNbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Report UL data status for IMS PDN<BR>1:Do not Report UL data status for IMS PDN,No,,,[WCDMA Protocol Baseline]GMM,Modem - Operator Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+6086,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_NOT_CHANGE_REJECT_CAUSE_0_TO_111,modem_sbp_config[102].SBP_NOT_CHANGE_REJECT_CAUSE_0_TO_111,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDon't change reject cause 0 to 111bit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable.<BR>1:Enabled.,No,,__SBP_NOT_CHANGE_REJECT_CAUSE_0_TO_111__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6087,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[80].SBP_NOT_CLEAR_ATT_ATTEMPT_CNT_IN_E2C,modem_sbp_config[80].SBP_NOT_CLEAR_ATT_ATTEMPT_CNT_IN_E2C,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDon't clear attach attempt counter during inter-RAT from C2K to LTEbit 0:0:Not clearbit 1:1:Clear",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Don't clear attach attempt counter during inter-RAT from C2K to LTE<BR>0:Clear attach attempt counter during inter-RAT from C2K to LTE,No,,__SBP_NOT_CLEAR_ATT_ATTEMPT_CNT_IN_E2C__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6088,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_NOT_PREFER_HPLMNWACT_INFO,modem_sbp_config[26].SBP_NOT_PREFER_HPLMNWACT_INFO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot prefer to use EF-HPLMNwACT info received from SIM/USIMbit 0:0:Turn-off. Use EF-HPLMNwACT infobit 1:1:Turn-on. Not use EF-HPLMNwACT info",BIT,1,,1,DEFAULT_VALUE : 0 <BR>__NOT_PREFER_HPLMNWACT_INFO__ : 1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6089,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_NOT_REPORT_IMS_UL_DATA_STATUS,modem_sbp_config[23].SBP_NOT_REPORT_IMS_UL_DATA_STATUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not report UL Data Status for IMS PDNbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Do not Report UL data status for IMS PDN<BR>0:Report UL data status for IMS PDN,No,,,[WCDMA Protocol Baseline]GMM,Modem - Operator Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
6090,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[80].SBP_NOT_SEARCH_IMMEDIATE_IF_FIRST_FOUND_NON_HPPLMN,modem_sbp_config[80].SBP_NOT_SEARCH_IMMEDIATE_IF_FIRST_FOUND_NON_HPPLMN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurenon-support search based on PLMN FOUND IND if first PLMN FOUND is not high prioritybit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: not support<BR>1: support,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
-6091,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_NOT_TRIGGER_AUTO_RESELECTION_WHEN_SET_AUTO_MODE_FROM_MANUAL_MODE,modem_sbp_config[85].SBP_NOT_TRIGGER_AUTO_RESELECTION_WHEN_SET_AUTO_MODE_FROM_MANUAL_MODE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if trigger auto-reselection when set auto mode from manual modebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6091,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_NOT_TRIGGER_AUTO_RESELECTION_WHEN_SET_AUTO_MODE_FROM_MANUAL_MODE,modem_sbp_config[85].SBP_NOT_TRIGGER_AUTO_RESELECTION_WHEN_SET_AUTO_MODE_FROM_MANUAL_MODE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if trigger auto-reselection when set auto mode from manual modebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6092,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_NO_3G_FULL_BAND_SEARCH_DURING_23G_REDIR,modem_sbp_config[57].SBP_NO_3G_FULL_BAND_SEARCH_DURING_23G_REDIR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] his feature enables UE to avoid 3G<BR>fullband search during 2G to 3G redirection",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
6093,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_NO_3G_FULL_BAND_SEARCH_DURING_CSFB_REDIR,modem_sbp_config[40].SBP_NO_3G_FULL_BAND_SEARCH_DURING_CSFB_REDIR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables UE to not perform 3G full band search during CSFB redirection",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
6094,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_NO_CHANGERAT_RETRY_FOR_EMERGENCY_CALL_REJECT,modem_sbp_config[55].SBP_NO_CHANGERAT_RETRY_FOR_EMERGENCY_CALL_REJECT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable change RAT retry for non emergency call number dialled as a emergency callbit 0:0:Enable change RAT retry for non emergency call number dialled as a emergency callbit 1:1:Disable change RAT retry for non emergency call number dialled as a emergency call",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1,No,,,CC,Modem Application - Modem Control,,,,Pass,,,,
@@ -6075,12 +6075,12 @@
6096,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[7].SBP_NO_OPTIONAL_RAU_AFTER_CCO_FAILURE,modem_sbp_config[7].SBP_NO_OPTIONAL_RAU_AFTER_CCO_FAILURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNo optional RAU after CCO failurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x1:UE shall not perform RAU after resumption of PS session post Inter-RAT cell change failure<BR>0x0:UE shall perform RAU after resumption of PS session post Inter-RAT cell change failure,No,,__TMO_NO_OPTIONAL_RAU_AFTER_CCO_FAILURE__,[WCDMA Protocol Baseline]GMM,Modem - Operator Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
6097,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_NO_RECOVERY_WHEN_CSINVALID_ON_NONDATASIM_WHEN_IN_VIDLE,modem_sbp_config[82].SBP_NO_RECOVERY_WHEN_CSINVALID_ON_NONDATASIM_WHEN_IN_VIDLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDon't perform recovery search for non-data sim and CS sim is invalid when in virtual idle modebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6098,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_NO_SR_TRIGGERED_TAU_DURING_T3411,modem_sbp_config[70].SBP_NO_SR_TRIGGERED_TAU_DURING_T3411,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot allow immediate TAU triggered by SR if T3411 is runningbit 0:0:Allowbit 1:1:Not allow",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,__NO_SR_TRIGGERED_TAU_DURING_T3411__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6099,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_NO_SUPPORT_A5_3,modem_sbp_config[4].SBP_NO_SUPPORT_A5_3,OTA and OTA BY OP,no,no,no,yes,"The A5/3 algorithm is one of cipher modes used in GSM after the MS enters dedicated state and starts ciphering. <BR> If the MS support A5/3 algorithm, it will report its capability on the CLASSMARK to the network and the network may request the MS to start ciphering using A5/3.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:A5_3support is disabled<BR>0:A5_3 support is enabled,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6100,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_NR_DELAY_BUDGET_REPORTING,modem_sbp_config[103].SBP_NR_DELAY_BUDGET_REPORTING,OTA and OTA BY OP,no,no,no,yes,Configuration of SBP Feature NR Delay Budget Reporting,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF Dump,Pass,,,,
-6101,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_NR_OVERHEATING_ASSISTANCE,modem_sbp_config[104].SBP_NR_OVERHEATING_ASSISTANCE,OTA and OTA BY OP,no,no,no,yes,Configuration of SBP Feature NR Overheating Assistance information,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF Dump,Pass,,,,
+6099,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_NO_SUPPORT_A5_3,modem_sbp_config[4].SBP_NO_SUPPORT_A5_3,OTA and OTA BY OP,no,no,no,yes,"The A5/3 algorithm is one of cipher modes used in GSM after the MS enters dedicated state and starts ciphering. <BR> If the MS support A5/3 algorithm, it will report its capability on the CLASSMARK to the network and the network may request the MS to start ciphering using A5/3.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:A5_3 support is enabled<BR>1:A5_3support is disabled,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6100,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_NR_DELAY_BUDGET_REPORTING,modem_sbp_config[103].SBP_NR_DELAY_BUDGET_REPORTING,OTA and OTA BY OP,no,no,no,yes,Configuration of SBP Feature NR Delay Budget Reporting,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF Dump,Pass,,,,
+6101,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_NR_OVERHEATING_ASSISTANCE,modem_sbp_config[104].SBP_NR_OVERHEATING_ASSISTANCE,OTA and OTA BY OP,no,no,no,yes,Configuration of SBP Feature NR Overheating Assistance information,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF Dump,Pass,,,,
6102,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_NR_SRS_TX_SWITCH,modem_sbp_config[103].SBP_NR_SRS_TX_SWITCH,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature NR SRS tx(antenna) switch<BR>0: Not supported<BR>1: Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1,No,,,Massive MIMO (3D-MIMO) - SRS TX Antenna Switch,Modem,,,Not required since MP1 feature will not use SBP.,Untested,,,,
6103,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_NVRAM_MAP_EMM_CAUSE,modem_sbp_config[88].SBP_NVRAM_MAP_EMM_CAUSE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReject cause mapping by NVRAMbit 0:0:Disable. Follow spec reject cause handlingbit 1:1:Enabled. User can map network reject cause to other reject cause that user want.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Follow spec reject cause handling.<BR>1:Enabled. User can map network reject cause to other reject cause that user want.,No,,__SBP_NVRAM_MAP_EMM_CAUSE__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6104,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_NVRAM_MAP_MM_GMM_CAUSE,modem_sbp_config[96].SBP_NVRAM_MAP_MM_GMM_CAUSE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature Enable to map MM/GMM reject cause to new cause from NVRAM record configured by customerbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"{0x0-0xf},[0x0-0xf},{{0xf-0xf}:sim_plmn:The PLMN ID derived from IMSI.<BR>0xf:reserve2:The field is reserved for the future needs<BR>{0x00 ~0x0a}:mm_cause :The reject cause was received from the network.<BR>{0x0000 ~0x8000}:mm_msg :: MM/GMM OTA message type applied the reject cause conversion.<BR>0xff:reserve1:The field is reserved for the future needs<BR>{0x0~0xf],{0x0~0xf},{0x0~0xf}:camp_on_plmn:The camped PLMN which sent the reject cause.<BR>{0x00 ~0xff}:new_cause_on_hplmn:The new reject cause for HPLMN<BR>{0~99} {111}:new_cause_on_vplmn : The new reject cause for VPLMN<BR>{ 0x0~0xff }:reserve3:The field is reserved for the future needs",No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) : Y<BR> Test Time (minutes) 10 mins<BR> [Init]<BR> Configure NVRAM_EF_MM_GMM_REJECT_CAUSE_MAPPING_LID to {2561,7,[0x20,0x60,0x1f],[255,255,255],255,255,255,111,14},<BR><BR> Boot up the device & UE send attach request in 23G.<BR> [Test Step]<BR> Network send attach reject with cause #7. <BR> <BR> [Expected Result]<BR> UE is expected toconvert cause #7 to cause #14 & GPRS remain in service.",Untested,,,,
+6104,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[96].SBP_NVRAM_MAP_MM_GMM_CAUSE,modem_sbp_config[96].SBP_NVRAM_MAP_MM_GMM_CAUSE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature Enable to map MM/GMM reject cause to new cause from NVRAM record configured by customerbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"{0x0-0xf},[0x0-0xf},{{0xf-0xf}:sim_plmn:The PLMN ID derived from IMSI.<BR>{0x00 ~0x0a}:mm_cause :The reject cause was received from the network.<BR>{0~99} {111}:new_cause_on_vplmn : The new reject cause for VPLMN<BR>0xf:reserve2:The field is reserved for the future needs<BR>0xff:reserve1:The field is reserved for the future needs<BR>{0x00 ~0xff}:new_cause_on_hplmn:The new reject cause for HPLMN<BR>{ 0x0~0xff }:reserve3:The field is reserved for the future needs<BR>{0x0000 ~0x8000}:mm_msg :: MM/GMM OTA message type applied the reject cause conversion.<BR>{0x0~0xf],{0x0~0xf},{0x0~0xf}:camp_on_plmn:The camped PLMN which sent the reject cause.",No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) : Y<BR> Test Time (minutes) 10 mins<BR> [Init]<BR> Configure NVRAM_EF_MM_GMM_REJECT_CAUSE_MAPPING_LID to {2561,7,[0x20,0x60,0x1f],[255,255,255],255,255,255,111,14},<BR><BR> Boot up the device & UE send attach request in 23G.<BR> [Test Step]<BR> Network send attach reject with cause #7. <BR> <BR> [Expected Result]<BR> UE is expected toconvert cause #7 to cause #14 & GPRS remain in service.",Untested,,,,
6105,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_NWSEL_BACKUP_RPLMN_IN_AUTO_MODE,modem_sbp_config[16].SBP_NWSEL_BACKUP_RPLMN_IN_AUTO_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThe UE backups previous RPLMN when receiving network reject or abnormal cases.bit 0:0:Turn-off. Not backup previous RPLMNbit 1:1:Turn-on. Backup previous RPLMN",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6106,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_NWSEL_CUSTOMIZE_EHPLMN,modem_sbp_config[34].SBP_NWSEL_CUSTOMIZE_EHPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNWSEL uses customized EHPLMN for network selection.bit 0:0:Turn-off. Do not use customized EHPLMNbit 1:1:Turn-on. Use customized EHPLMN for network selection",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6107,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[73].SBP_NWSEL_DISABLE_STORED_RPLMN_FROM_NVRAM,modem_sbp_config[73].SBP_NWSEL_DISABLE_STORED_RPLMN_FROM_NVRAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable to use stored registered PLMN from NVRAM for manual selection modebit 0:0:Turn-off. Use stored RPLMN from NVRAMbit 1:1:Turn-on. Not use stored RPLMN from NVRAM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
@@ -6096,61 +6096,61 @@
6117,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[29].SBP_NWSEL_SEARCH_ALL_EHPLMN_TOGETHER,modem_sbp_config[29].SBP_NWSEL_SEARCH_ALL_EHPLMN_TOGETHER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE searches all EHPLMNs together regardless priority.bit 0:0:Disabled. UE searches each EHPLMN according to prioritybit 1:1:Enabled. UE searches all EHPLMN at the same time",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6118,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_NWSEL_SEARCH_ALL_EQ_PLMN_TOGETHER,modem_sbp_config[86].SBP_NWSEL_SEARCH_ALL_EQ_PLMN_TOGETHER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE searches all EQ_PLMNs together.bit 0:0:Disabled. UE searches each EQ_PLMN one by onebit 1:1:Enabled. UE searches all EQ_PLMNs together",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6119,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_NW_BSRVCC_SUPPORT_CHECK,modem_sbp_config[76].SBP_NW_BSRVCC_SUPPORT_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if delay bSRVCC based on NW capabilitybit 0:0:Always allow bSRVCCbit 1:1:Delay bSRVCC until check NW support or call alerting",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (minutes) <BR> [Init] <BR> [Test Step] <BR> [Expected Result],Pass,,,,
-6120,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_OMIT_ESM_INFORMATION_FLAG,modem_sbp_config[18].SBP_OMIT_ESM_INFORMATION_FLAG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureESM information procedure is not supported by some network. By enabling SBP_OMIT_ESM_INFORMATION_FLAG, UE will omit doing ESM information procedure with network.bit 0:0:Disable: APN and PCO will be transferred by ESM information procedure.bit 1:1:Enabled: APN and PCO are transferred to network directly in initial attach PDN connectivity request",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 0:disable<BR>bit 1:enable,No,,,[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,"Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>Use OP06 or OP147 <BR>[Test Step] <BR>UE initial attach PDN connectivity request to network<BR>[Expected Result]<BR>UE will omit doing ESM information procedure with network. Saying that if SBP_OMIT_ESM_INFORMATION_FLAG is on, UE will compose both APN and PCO (if provided) in initial attach PDN connectivity request directly to omit doing ESM information procedure with network.",Pass,,,,
-6121,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_OMIT_PTMSI_TYPE_FOR_TESTSIM,modem_sbp_config[17].SBP_OMIT_PTMSI_TYPE_FOR_TESTSIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOmit sending PTMSI Type for Test SIMbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:PMTSI is omitted in RAU request<BR>0:PTMSI is used in RAU request,No,,__OMIT_PTMSI_TYPE_FOR_TESTSIM__,[WCDMA Protocol Baseline]GMM,Modem - MTK Optimization/Proprietary,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-6122,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_ONE_APN_FOR_ONE_PDN,modem_sbp_config[35].SBP_ONE_APN_FOR_ONE_PDN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to allow UE to establish multiple PDNs using the same APNbit 0:0:UE is allowed to establish multiple PDN connections using the same APN.bit 1:1:UE is not allowed to establish multiple PDN connections using the same APN.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+6120,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_OMIT_ESM_INFORMATION_FLAG,modem_sbp_config[18].SBP_OMIT_ESM_INFORMATION_FLAG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureESM information procedure is not supported by some network. By enabling SBP_OMIT_ESM_INFORMATION_FLAG, UE will omit doing ESM information procedure with network.bit 0:0:Disable: APN and PCO will be transferred by ESM information procedure.bit 1:1:Enabled: APN and PCO are transferred to network directly in initial attach PDN connectivity request",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:enable<BR>bit 0:disable,No,,,[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,"Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>Use OP06 or OP147 <BR>[Test Step] <BR>UE initial attach PDN connectivity request to network<BR>[Expected Result]<BR>UE will omit doing ESM information procedure with network. Saying that if SBP_OMIT_ESM_INFORMATION_FLAG is on, UE will compose both APN and PCO (if provided) in initial attach PDN connectivity request directly to omit doing ESM information procedure with network.",Pass,,,,
+6121,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_OMIT_PTMSI_TYPE_FOR_TESTSIM,modem_sbp_config[17].SBP_OMIT_PTMSI_TYPE_FOR_TESTSIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOmit sending PTMSI Type for Test SIMbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:PTMSI is used in RAU request<BR>1:PMTSI is omitted in RAU request,No,,__OMIT_PTMSI_TYPE_FOR_TESTSIM__,[WCDMA Protocol Baseline]GMM,Modem - MTK Optimization/Proprietary,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+6122,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_ONE_APN_FOR_ONE_PDN,modem_sbp_config[35].SBP_ONE_APN_FOR_ONE_PDN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to allow UE to establish multiple PDNs using the same APNbit 0:0:UE is allowed to establish multiple PDN connections using the same APN.bit 1:1:UE is not allowed to establish multiple PDN connections using the same APN.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
6123,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_ONLY_ADD_FTAI_TO_EMC_LIST,modem_sbp_config[72].SBP_ONLY_ADD_FTAI_TO_EMC_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOnly add FTAI to emergency FTAI lists if FTAI need to be added during emergencybit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Only add FTAI to emergency FTAI list.<BR>0:Add FTAI to both emergency and normal FTAI list..,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6124,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[0].SBP_OOS_EARLY_IND,modem_sbp_config[0].SBP_OOS_EARLY_IND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure early OOS indication reportingbit 0:0:Early OOS indication reporting is disabledbit 1:1:Early OOS indication reporting is enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Modem report Out of service immediately after loss of coverage<BR>0:After out of service lower layer perform search if not cell found then report Modem report Out of service.,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 10 mins <BR>[Init] Perfrom OOS <BR>[Test Step] UE move to OOS<BR>[Expected Result] Modem report OOS to AP,Pass,,,,
+6124,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[0].SBP_OOS_EARLY_IND,modem_sbp_config[0].SBP_OOS_EARLY_IND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure early OOS indication reportingbit 0:0:Early OOS indication reporting is disabledbit 1:1:Early OOS indication reporting is enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:After out of service lower layer perform search if not cell found then report Modem report Out of service.<BR>1:Modem report Out of service immediately after loss of coverage,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 10 mins <BR>[Init] Perfrom OOS <BR>[Test Step] UE move to OOS<BR>[Expected Result] Modem report OOS to AP,Pass,,,,
6125,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_OP01_AT_SUPPORT,modem_sbp_config[12].SBP_OP01_AT_SUPPORT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuretest AT commands for OP01bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,NO,Dependent to compile option __OP01__,AT Command,Modem Application - Modem Control,,,"[Init] <BR>load: op01 load <BR>sim card:CMCC card<BR> [Test Step] <BR>send at command such as AT^DSCI,AT^MTV? to modem<BR> [Expected Result]<BR>modem can handle AT command",Pass,,,,
6126,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_OP01_COMMON_FEATURE,modem_sbp_config[11].SBP_OP01_COMMON_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis feature option is used to enable CMCC (OP01) miscellaneous common features to pass CMCC certificatesbit 0:0:Not Supported OP01 Common Featurebit 1:1:Supported OP01 Common Feature",BIT,1,,1,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y)<BR><BR>Run PCT regression test,Pass,,,,
6127,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[5].SBP_OP01_ROAMING_RAT_ORDER,modem_sbp_config[5].SBP_OP01_ROAMING_RAT_ORDER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. This SBP is not used anymore.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6128,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_OP01_SIM_LOCK,modem_sbp_config[65].SBP_OP01_SIM_LOCK,Not Support,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureCheck card type and restrict non-cmcc card's capabilitybit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,No,,,SBP_OP01_SIM_LOCK,Modem - Operator Requirement,,,"not support MCF, no need to test",Untested,,,,
-6129,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_OP01_TEST_MODE_CONSIDER_SIM,modem_sbp_config[6].SBP_OP01_TEST_MODE_CONSIDER_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOP01_TEST_MODE_CONSIDER_SIMbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,no,value dependent to compile option __OP01__,NW,Modem Application - Modem Control,,,Test in machine <BR>[Init] <BR>op01 load insert test sim<BR>[Test Step] <BR>GCF case 9.2.2.1.4<BR> [Expected Result] <BR>case pass,Pass,,,,
+6129,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_OP01_TEST_MODE_CONSIDER_SIM,modem_sbp_config[6].SBP_OP01_TEST_MODE_CONSIDER_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOP01_TEST_MODE_CONSIDER_SIMbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,no,value dependent to compile option __OP01__,NW,Modem Application - Modem Control,,,Test in machine <BR>[Init] <BR>op01 load insert test sim<BR>[Test Step] <BR>GCF case 9.2.2.1.4<BR> [Expected Result] <BR>case pass,Pass,,,,
6130,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_OP09_C2K,modem_sbp_config[33].SBP_OP09_C2K,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureChina Telecom C2K featurebit 0:0:Disabled. China Telecom C2K feature is not supported.bit 1:1:Enabled. China Telecom C2K feature is supported.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6131,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[26].SBP_OP09_LTE_ROAMING,modem_sbp_config[26].SBP_OP09_LTE_ROAMING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after UMOLYA.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6132,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[15].SBP_OP09_SIM_LOCK,modem_sbp_config[15].SBP_OP09_SIM_LOCK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. This SBP is not used anymore.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
+6132,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[15].SBP_OP09_SIM_LOCK,modem_sbp_config[15].SBP_OP09_SIM_LOCK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. This SBP is not used anymore.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6133,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_OP12_17OCT,modem_sbp_config[101].SBP_OP12_17OCT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP enables the implement of 2017OCT VzW requirement but we do not release to customer. => Should phase out in Gen93 also phased out in Gen97.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,VzW Power-on and SIM Activation,Modem - Operator Requirement,,,,Untested,,,,
-6134,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_OP12_C2K,modem_sbp_config[33].SBP_OP12_C2K,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureVerizon Wireless C2K featurebit 0:0:Disable Verizon Wireless C2K feature.bit 1:1:Enable Verizon Wireless C2K feature.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
-6135,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_OP12_DISABLE_LTE_ROAMING,modem_sbp_config[33].SBP_OP12_DISABLE_LTE_ROAMING,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable LTE band 4/5 for Verizon device when roaming.bit 0:0:Turn-off. Do not turn off any LTE bandbit 1:1:Turn-on. Disable LTE band 4/5 when roaming",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6134,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_OP12_C2K,modem_sbp_config[33].SBP_OP12_C2K,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureVerizon Wireless C2K featurebit 0:0:Disable Verizon Wireless C2K feature.bit 1:1:Enable Verizon Wireless C2K feature.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
+6135,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_OP12_DISABLE_LTE_ROAMING,modem_sbp_config[33].SBP_OP12_DISABLE_LTE_ROAMING,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable LTE band 4/5 for Verizon device when roaming.bit 0:0:Turn-off. Do not turn off any LTE bandbit 1:1:Turn-on. Disable LTE band 4/5 when roaming",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6136,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_OPTIMIZATION_FOR_DRX_CYCLE_COEF_CHANGE,modem_sbp_config[100].SBP_OPTIMIZATION_FOR_DRX_CYCLE_COEF_CHANGE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhen CS and PS is configured with diff DRX Cycle length then select the minimun of bothbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,MD Config,Modem - Customer Requirement,,,"1. The changes are guarded under SBP_OPTIMIZATION_FOR_DRX_CYCLE_COEF_CHANGE and by default this SBP is OFF. <BR>To set this SBP, please enable the compilation option __OPTIMIZATION_FOR_DRXCYCLELENGTH_CHANGE__ in makefile<BR>Currently the changes are for China PLMN 46001, if this change needs to be extended for more PLMNs, the respective <BR>PLMNs can be added in custom_rrc_config.c file under CUSTOM_DRX_CYCLE_LENGTH_CHANGE_FOR_PLMN_LIST.<BR>2. Suppose CS alone is attached. <BR>3. Suppose SBP is off.<BR>4. Provide different value to CS Domain DRXCycleLength and PS domain DRXCycleLength in SIB1. <BR>5. If CS Domain DRXCycleLength is more than PS domain DRXCycleLength, then UE would configure CS Domain DRXCycleLength and N/W won't be in sync with UE and some paging might be missed.<BR>5. Suppose SBP is on.<BR>6. Repeat step 4.<BR>7. If CS Domain DRXCycleLength is more than PS domain DRXCycleLength, then UE would configure minimum of CS Domain DRXCycleLength and PS Domain DRXCycleLength i.e. UE would configure PS Domain DRXCycleLength and N/W would be in sync with UE.",Untested,,,,
-6137,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_ORANGE_HPPLMN_DEFAULT_TIMER,modem_sbp_config[24].SBP_ORANGE_HPPLMN_DEFAULT_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet the default value of higher priority PLMN search timer to 18-minute.bit 0:0:Turn-off. Not set the HPPLMN timer to 18 minbit 1:1:Turn-on. Set the HPPLMN timer to 18 min",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6137,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_ORANGE_HPPLMN_DEFAULT_TIMER,modem_sbp_config[24].SBP_ORANGE_HPPLMN_DEFAULT_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet the default value of higher priority PLMN search timer to 18-minute.bit 0:0:Turn-off. Not set the HPPLMN timer to 18 minbit 1:1:Turn-on. Set the HPPLMN timer to 18 min",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6138,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[3].SBP_ORANGE_H_PLUS,modem_sbp_config[3].SBP_ORANGE_H_PLUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables UE to display H+ icon accoridng to Orange requirement",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
6139,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[53].SBP_PAGING_MONITOR_TIMEOUT_TO_GEOSCAN,modem_sbp_config[53].SBP_PAGING_MONITOR_TIMEOUT_TO_GEOSCAN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureforce to do a GEO scan when paging timeoutbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6140,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[13].SBP_PAM_CAUSE65_SUPPORT,modem_sbp_config[13].SBP_PAM_CAUSE65_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to support the handling of SM/ESM reject cause value 65 (maximum number of bearers reached)bit 0:0:UE does not support the handling of SM/ESM reject cause value 65.bit 1:1:UE supports the handling of SM/ESM reject cause value 65.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
-6141,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_PAM_OP08_SELECT_EMERGENCY_PDN_TYPE,modem_sbp_config[57].SBP_PAM_OP08_SELECT_EMERGENCY_PDN_TYPE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete because the handling of emergency PDN type selection is moved to another modulebit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
-6142,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_PAM_OP147_BACKOFF_TIMER_DEFAULT_VALUE,modem_sbp_config[60].SBP_PAM_OP147_BACKOFF_TIMER_DEFAULT_VALUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet Default Back-Off Timer Value as 4 Hours for Cause #27 When Back-Off Timer Not Presentbit 0:0:UE follows the back-off mechanism as specified in TS24.301 when receiving ESM cause #27 in the PDN CONNECTIVITY REJECT where NW does not include the back-off timer IE.bit 1:1:UE starts the back-off timer with 4-hour timer length when receiving ESM cause #27 in the PDN CONNECTIVITY REJECT where NW does not include the back-off timer IE.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+6141,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_PAM_OP08_SELECT_EMERGENCY_PDN_TYPE,modem_sbp_config[57].SBP_PAM_OP08_SELECT_EMERGENCY_PDN_TYPE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete because the handling of emergency PDN type selection is moved to another modulebit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+6142,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_PAM_OP147_BACKOFF_TIMER_DEFAULT_VALUE,modem_sbp_config[60].SBP_PAM_OP147_BACKOFF_TIMER_DEFAULT_VALUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet Default Back-Off Timer Value as 4 Hours for Cause #27 When Back-Off Timer Not Presentbit 0:0:UE follows the back-off mechanism as specified in TS24.301 when receiving ESM cause #27 in the PDN CONNECTIVITY REJECT where NW does not include the back-off timer IE.bit 1:1:UE starts the back-off timer with 4-hour timer length when receiving ESM cause #27 in the PDN CONNECTIVITY REJECT where NW does not include the back-off timer IE.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
6143,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[74].SBP_PERFORM_COMBINED_SEARCH_DURING_CSFB,modem_sbp_config[74].SBP_PERFORM_COMBINED_SEARCH_DURING_CSFB,OTA and OTA BY OP,no,no,no,no,This feature enables UE to performcombined search(redirected + stored) during CSFB,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
6144,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[0].SBP_PERMANENT_AUTO_SEL_MODE,modem_sbp_config[0].SBP_PERMANENT_AUTO_SEL_MODE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePermanent Auto Selection Modebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,AT Command,Modem Application - Modem Control,,,"After manual selection an unavailable PLMN, UE can still perform auto selection for a while",Pass,,,,
-6145,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_PIB_SYNC_TO_PLMN_LIST_WITH_DIFF_REMOVAL,modem_sbp_config[38].SBP_PIB_SYNC_TO_PLMN_LIST_WITH_DIFF_REMOVAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to remove blocked EPLMN during the running period of back-off timer if it is not in the latest EPLMN listbit 0:0:The blocked EPLMN list remains intact during the running period of the back-off timer.bit 1:1:A blocked EPLMN can be removed from the back-off timer in some case.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
-6146,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_PINGPONG_AVOIDANCE_ENH,modem_sbp_config[82].SBP_PINGPONG_AVOIDANCE_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if pingpong history table is enabled for avoiding reselection pingpongbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,__PINGPONG_AVOIDANCE_ENH_DISABLED__,[WCDMA Protocol Baseline]CellReselection,Modem - 3GPP Spec.,,,Test in machine (N) <BR>Test Time (minutes) <BR>[Init] <BR>[Test Step] <BR>[Expected Result],Pass,,,,
-6147,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_PLMNLIST_ENHANCE_WHEN_NO_IMS_PDN,modem_sbp_config[67].SBP_PLMNLIST_ENHANCE_WHEN_NO_IMS_PDN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhance the PLMN list when there is no IMS PDNbit 0:0:Disable. Do not enhance the PLMN list when there is no IMS PDN.bit 1:1:Enabled. Enhance the PLMN list when there is no IMS PDN.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Do not enhance the PLMN list when there is no IMS PDN.<BR>1:Enabled. Enhance the PLMN list when there is no IMS PDN.,No,,__ENABLE_PLMNLIST_ENHANCE_WHEN_NO_IMS_PDN__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6148,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[28].SBP_PLMNLIST_IN_CONNECTED_MODE,modem_sbp_config[28].SBP_PLMNLIST_IN_CONNECTED_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureImprove user PLMN LIST in connected modebit 0:0:Disable. Do PLMN LIST until connection releasedbit 1:1:Enabled. Release the connection to do PLMN LIST",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Release the connection to do PLMN LIST.<BR>0:Disable. Do PLMN LIST until connection released.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6149,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_PLMN_LIST_IGNORE_PS_PAGING_WHEN_IMS_DEREG,modem_sbp_config[69].SBP_PLMN_LIST_IGNORE_PS_PAGING_WHEN_IMS_DEREG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIgnore PS paging to speed up PLMN LIST when IMS is not registeredbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Ignore PS paging to speed up PLMN LIST when IMS is not registered.<BR>0:Disable. Don't ignore PS paging to speed up PLMN LIST when IMS is not registered.,No,,__DISABLE_PLMN_LIST_IGNORE_PS_PAGING_WHEN_IMS_DEREG__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6150,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[30].SBP_PLMN_LIST_IN_VIRTUAL_MODE,modem_sbp_config[30].SBP_PLMN_LIST_IN_VIRTUAL_MODE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable PLMN list in virtual mode.bit 0:0:Turn-off. Do not enable PLMN list in virtual modebit 1:1:Turn-on. Enable PLMN list in virtual mode",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6145,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_PIB_SYNC_TO_PLMN_LIST_WITH_DIFF_REMOVAL,modem_sbp_config[38].SBP_PIB_SYNC_TO_PLMN_LIST_WITH_DIFF_REMOVAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to remove blocked EPLMN during the running period of back-off timer if it is not in the latest EPLMN listbit 0:0:The blocked EPLMN list remains intact during the running period of the back-off timer.bit 1:1:A blocked EPLMN can be removed from the back-off timer in some case.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+6146,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_PINGPONG_AVOIDANCE_ENH,modem_sbp_config[82].SBP_PINGPONG_AVOIDANCE_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if pingpong history table is enabled for avoiding reselection pingpongbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,__PINGPONG_AVOIDANCE_ENH_DISABLED__,[WCDMA Protocol Baseline]CellReselection,Modem - 3GPP Spec.,,,Test in machine (N) <BR>Test Time (minutes) <BR>[Init] <BR>[Test Step] <BR>[Expected Result],Pass,,,,
+6147,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_PLMNLIST_ENHANCE_WHEN_NO_IMS_PDN,modem_sbp_config[67].SBP_PLMNLIST_ENHANCE_WHEN_NO_IMS_PDN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnhance the PLMN list when there is no IMS PDNbit 0:0:Disable. Do not enhance the PLMN list when there is no IMS PDN.bit 1:1:Enabled. Enhance the PLMN list when there is no IMS PDN.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Enhance the PLMN list when there is no IMS PDN.<BR>0:Disable. Do not enhance the PLMN list when there is no IMS PDN.,No,,__ENABLE_PLMNLIST_ENHANCE_WHEN_NO_IMS_PDN__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6148,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[28].SBP_PLMNLIST_IN_CONNECTED_MODE,modem_sbp_config[28].SBP_PLMNLIST_IN_CONNECTED_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureImprove user PLMN LIST in connected modebit 0:0:Disable. Do PLMN LIST until connection releasedbit 1:1:Enabled. Release the connection to do PLMN LIST",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Do PLMN LIST until connection released.<BR>1:Enabled. Release the connection to do PLMN LIST.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6149,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[69].SBP_PLMN_LIST_IGNORE_PS_PAGING_WHEN_IMS_DEREG,modem_sbp_config[69].SBP_PLMN_LIST_IGNORE_PS_PAGING_WHEN_IMS_DEREG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIgnore PS paging to speed up PLMN LIST when IMS is not registeredbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Don't ignore PS paging to speed up PLMN LIST when IMS is not registered.<BR>1:Enabled. Ignore PS paging to speed up PLMN LIST when IMS is not registered.,No,,__DISABLE_PLMN_LIST_IGNORE_PS_PAGING_WHEN_IMS_DEREG__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6150,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[30].SBP_PLMN_LIST_IN_VIRTUAL_MODE,modem_sbp_config[30].SBP_PLMN_LIST_IN_VIRTUAL_MODE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable PLMN list in virtual mode.bit 0:0:Turn-off. Do not enable PLMN list in virtual modebit 1:1:Turn-on. Enable PLMN list in virtual mode",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6151,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_PLMN_LIST_WITHOUT_ABORT_DATA_TRANSFER,modem_sbp_config[42].SBP_PLMN_LIST_WITHOUT_ABORT_DATA_TRANSFER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBlock PLMN List during data transferbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,NW,Modem Application - Modem Control,,,"When data is ongoing, AT+COPS=? (PLMN List) cannot be performed",Pass,,,,
-6152,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_PLMN_SEARCH_ABORT_SUPPORT,modem_sbp_config[11].SBP_PLMN_SEARCH_ABORT_SUPPORT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Not support any mmorebit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
-6153,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_POPLMN_EQUAL_PRIORITY_IN_FAST_ROAMING,modem_sbp_config[68].SBP_POPLMN_EQUAL_PRIORITY_IN_FAST_ROAMING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger fast roaming when the found PLMN is a POPLMN without consideration of prioritybit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6152,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_PLMN_SEARCH_ABORT_SUPPORT,modem_sbp_config[11].SBP_PLMN_SEARCH_ABORT_SUPPORT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Not support any mmorebit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6153,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_POPLMN_EQUAL_PRIORITY_IN_FAST_ROAMING,modem_sbp_config[68].SBP_POPLMN_EQUAL_PRIORITY_IN_FAST_ROAMING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger fast roaming when the found PLMN is a POPLMN without consideration of prioritybit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6154,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[65].SBP_POWER_ON_STORED_LIST_SEARCH,modem_sbp_config[65].SBP_POWER_ON_STORED_LIST_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable power-on stored list searchbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0~8,,,,MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
-6155,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_PREDICT_SEARCH_MECHANISM,modem_sbp_config[97].SBP_PREDICT_SEARCH_MECHANISM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNWSEL will set a bit to ask xRRC to search extra ARFCNs where UE has higher probability to find a cellbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+6155,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_PREDICT_SEARCH_MECHANISM,modem_sbp_config[97].SBP_PREDICT_SEARCH_MECHANISM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNWSEL will set a bit to ask xRRC to search extra ARFCNs where UE has higher probability to find a cellbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
6156,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_PREFER_3G_IN_23G_MODE,modem_sbp_config[58].SBP_PREFER_3G_IN_23G_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] The purpose of this SBP is to prefer 3G in 23G mode",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6157,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_PREFER_HIGH_PRIO_3G_IN_23G_MODE,modem_sbp_config[67].SBP_PREFER_HIGH_PRIO_3G_IN_23G_MODE,OTA and OTA BY OP,no,no,no,yes,"Sometimes in dual mode GSM/WCDMA, NW configures the high priority cell reselection criteria and 3G RAT has high priority than GSM.<BR>But sometimes, UE is not able to reselect to 3G RAT due to threshold set by NW is too high, Example -49dBm. To overcome, this case where NW has given unrealistic value, Reward the s_non_serving_utran to configurable value so that UE can reselect to 3G RAT faster and enhance user experience.<BR>Configurable value to reward s_non_serving_utran is defined in custom_gas_config.c, Parameter - gas_custom_umts_rscp_reward_threshold<BR>If this SBP is enabled then UE is not following the NW configuration thus it is not in accordance with 3GPP. So by default this SBP value is FALSE.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Relax 3GPP criteria during 2G to 3G high priority cell reselection so that UE can move faster to 3G<BR>0:Follow 3GPP criteria for 2G to 3G high priority cell reselection,No,,__PREFER_HIGH_PRIO_3G_IN_23G_MODE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-6158,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_PREFER_SEARCH_3G,modem_sbp_config[6].SBP_PREFER_SEARCH_3G,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP is to prefer 3G for RPLMN search, and it only affects first power-on search.bit 0:0:Disabled. Not prefer search 3Gbit 1:1:Enabled. Prefer search 3G",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
-6159,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_PREFER_SEARCH_4G,modem_sbp_config[6].SBP_PREFER_SEARCH_4G,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP is to prefer 4G for RPLMN search, and it only affects first power-on search.bit 0:0:Disabled. Not prefer search 4Gbit 1:1:Enabled. Prefer search 4G",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6157,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_PREFER_HIGH_PRIO_3G_IN_23G_MODE,modem_sbp_config[67].SBP_PREFER_HIGH_PRIO_3G_IN_23G_MODE,OTA and OTA BY OP,no,no,no,yes,"Sometimes in dual mode GSM/WCDMA, NW configures the high priority cell reselection criteria and 3G RAT has high priority than GSM.<BR>But sometimes, UE is not able to reselect to 3G RAT due to threshold set by NW is too high, Example -49dBm. To overcome, this case where NW has given unrealistic value, Reward the s_non_serving_utran to configurable value so that UE can reselect to 3G RAT faster and enhance user experience.<BR>Configurable value to reward s_non_serving_utran is defined in custom_gas_config.c, Parameter - gas_custom_umts_rscp_reward_threshold<BR>If this SBP is enabled then UE is not following the NW configuration thus it is not in accordance with 3GPP. So by default this SBP value is FALSE.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Follow 3GPP criteria for 2G to 3G high priority cell reselection<BR>1:Relax 3GPP criteria during 2G to 3G high priority cell reselection so that UE can move faster to 3G,No,,__PREFER_HIGH_PRIO_3G_IN_23G_MODE__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+6158,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_PREFER_SEARCH_3G,modem_sbp_config[6].SBP_PREFER_SEARCH_3G,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP is to prefer 3G for RPLMN search, and it only affects first power-on search.bit 0:0:Disabled. Not prefer search 3Gbit 1:1:Enabled. Prefer search 3G",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6159,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_PREFER_SEARCH_4G,modem_sbp_config[6].SBP_PREFER_SEARCH_4G,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThis SBP is to prefer 4G for RPLMN search, and it only affects first power-on search.bit 0:0:Disabled. Not prefer search 4Gbit 1:1:Enabled. Prefer search 4G",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6160,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[64].SBP_PREF_4G_IN_HOME_AFTER_FACTORY_RESET,modem_sbp_config[64].SBP_PREF_4G_IN_HOME_AFTER_FACTORY_RESET,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePerform LTE search when detecting home country PLMN in 2/3/4G after factory resetbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: not support<BR>1: support,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6161,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[75].SBP_PRIORITIZE_HPLMN_IN_SHARED_NETWORK,modem_sbp_config[75].SBP_PRIORITIZE_HPLMN_IN_SHARED_NETWORK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSelect HPLMN/EHPLMN rather than SPLMN/RPLMN in shared network.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6162,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_PRIORITIZE_NVRAM_EPSLOCI_WHEN_RPLMN_RAT_LTE,modem_sbp_config[95].SBP_PRIORITIZE_NVRAM_EPSLOCI_WHEN_RPLMN_RAT_LTE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePrioritize NVRAM EPSLOCI for obtaining RPLMN when RPLMN RAT is LTE.bit 0:0:Does not prioritize NVRAM EPSLOCIbit 1:1:Prioritize NVRAM EPSLOCI when RPLMN RAT is LTE",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: not support<BR>1: support,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6163,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[51].SBP_PRL_ENHANCE_FOR_INT_ROAM,modem_sbp_config[51].SBP_PRL_ENHANCE_FOR_INT_ROAM,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureperational sid validate for international roamingbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,Sprint System Selection,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6164,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_PRORITIZE_PS_SIGNALING_OVER_PLMN_SEARCH,modem_sbp_config[58].SBP_PRORITIZE_PS_SIGNALING_OVER_PLMN_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Start PLMN Search after ongoing PS signaling procedure is complete<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Disable<BR>0x01:Enable,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+6164,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_PRORITIZE_PS_SIGNALING_OVER_PLMN_SEARCH,modem_sbp_config[58].SBP_PRORITIZE_PS_SIGNALING_OVER_PLMN_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Start PLMN Search after ongoing PS signaling procedure is complete<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:Enable<BR>0x00:Disable,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
6165,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[81].SBP_PS_DATA_OFF_DEFAULT_MOBILE_DATA_VALUE_BEFORE_ECNCFG,modem_sbp_config[81].SBP_PS_DATA_OFF_DEFAULT_MOBILE_DATA_VALUE_BEFORE_ECNCFG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThe default mobile data value for PS DATA OFF before AT+ECNCFG is receivedbit 0:0:Mobile data offbit 1:1:Mobile data on",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:The mobile data is treated as on before AP sends AT+ECNCFG<BR>0:The mobile data is treated as off before AP sends AT+ECNCFG,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6166,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[80].SBP_PS_DATA_OFF_SWITCH,modem_sbp_config[80].SBP_PS_DATA_OFF_SWITCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature3GPP PS DATA OFF featurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1,No,,Feature could be enabled by enabling compiler option __SBP_PS_DATA_OFF_SWITCH__,[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] None<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
6167,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_R11_COMB_BUT_EPS_ABNORMAL_HANDLE,modem_sbp_config[12].SBP_R11_COMB_BUT_EPS_ABNORMAL_HANDLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureApply R11 combined attach but EPS abnormal handlingbit 0:0:Turn-off. Not apply R11 combined attach but EPS abnormal handlingbit 1:1:Turn-on. Apply R11 combined attach but EPS abnormal handling",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
-6168,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_R12_CHECK_SSAC_IN_CONNECTED,modem_sbp_config[31].SBP_R12_CHECK_SSAC_IN_CONNECTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Default enable after UMOLYAbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,__SBP_R12_CHECK_SSAC_IN_CONNECTED__ : 0x01<BR>DEFAULT_VALUE : 0x00,NR15.R3.MD700.MP,,0 disable<BR>1 enable,No,,,LTE Protocol (R13 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) Y<BR> Test Time (minutes) 5<BR> [Init] <BR>Set SBP<BR> [Test Step] <BR>Use SSAC setup connection<BR> [Expected Result]<BR>RRC connection setup successfully,Pass,,,,
-6169,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_R12_SELECT_23G_AFTER_ABNORMAL,modem_sbp_config[42].SBP_R12_SELECT_23G_AFTER_ABNORMAL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSelect 23G after ATTACH/TAU abnormalbit 0:0:Disabled. Do not select 23Gbit 1:1:Enabled. Select 23G after ATTACH/TAU abnormal",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6168,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_R12_CHECK_SSAC_IN_CONNECTED,modem_sbp_config[31].SBP_R12_CHECK_SSAC_IN_CONNECTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Default enable after UMOLYAbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,__SBP_R12_CHECK_SSAC_IN_CONNECTED__ : 0x01<BR>DEFAULT_VALUE : 0x00,NR15.R3.MD700.MP,,1 enable<BR>0 disable,No,,,LTE Protocol (R13 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) Y<BR> Test Time (minutes) 5<BR> [Init] <BR>Set SBP<BR> [Test Step] <BR>Use SSAC setup connection<BR> [Expected Result]<BR>RRC connection setup successfully,Pass,,,,
+6169,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_R12_SELECT_23G_AFTER_ABNORMAL,modem_sbp_config[42].SBP_R12_SELECT_23G_AFTER_ABNORMAL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSelect 23G after ATTACH/TAU abnormalbit 0:0:Disabled. Do not select 23Gbit 1:1:Enabled. Select 23G after ATTACH/TAU abnormal",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6170,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_R13_DOS_ENHANCE,modem_sbp_config[36].SBP_R13_DOS_ENHANCE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature3GPP Rel-13 Denial-of-Service related enhancementbit 0:0:Disabled. R13 DoS enhancement is NOT applied.bit 1:1:Enabled. R13 DoS enhancement is applied.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. R13 DoS enhancement is applied.<BR>0:Disabled. R13 DoS enhancement is NOT applied.,No,,__DISABLE_R13_DOS_ENHANCE__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6171,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[71].SBP_R13_DOS_PLMN_SPECIFIC_ATTEMPT_COUNTER,modem_sbp_config[71].SBP_R13_DOS_PLMN_SPECIFIC_ATTEMPT_COUNTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport PLMN-specific attempt counter and PLMN-specific PS-attempt counter as defined in TS24.301 5.3.7bbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6172,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_R13_NO_OTHER_2D1U_CA,modem_sbp_config[85].SBP_R13_NO_OTHER_2D1U_CA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature R13 No Other 2D1U CA to exclude other 2D1U CA combinations in UE Cap Info bit 0:Not Enabled,bit 1:Enabled",BIT,1,,1,1,NR15.R3.MD700.MP,,1:enabled ==> UE will not include other 2D1U according to 36.331 R13<BR>0:disable ==> UE will include other 2D1U according to 36.331 R12,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: <BR> Value changes in MCF dump<BR> check the reported CA capability after camping on LTE network,Pass,,,,
-6173,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_R14_EUTRAN_SHARING_ENH,modem_sbp_config[85].SBP_R14_EUTRAN_SHARING_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureR14 Enhanced EUTRAN sharingbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,"0x00, however, VMOLY is Rel-15 base and the default value should be set to 0x01 for VMOLY",NR15.R3.MD700.MP,,"0:Disable, not support R14 EUTRAN sharing<BR>1:Enable, support R14 EUTRAN sharing.",No,,,[LTE Protocol Baseline]Cell_Selection,Modem - 3GPP Spec.,,,Test in machine (Y/N) Y<BR> Test Time (minutes) 20mins<BR> [Init] 1 LTE cell with R14 EUTRAN Sharing configured in SIB1<BR> [Test Step] <BR>1. Set SBP_R14_EUTRAN_SHARING_ENH to TRUE(1)<BR>2. Perform manual PLMN LIST and check if each PLMN-ID/TAC/Cell_ID in SIB1 is correct.<BR> [Expected Result],Pass,,,,
-6174,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_RACH_FAIL_ENHANCEMENT,modem_sbp_config[60].SBP_RACH_FAIL_ENHANCEMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOptimization for the cell with RACH failedbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,No,__RACH_FAIL_ENHANCEMENT__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
+6173,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_R14_EUTRAN_SHARING_ENH,modem_sbp_config[85].SBP_R14_EUTRAN_SHARING_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureR14 Enhanced EUTRAN sharingbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,"0x00, however, VMOLY is Rel-15 base and the default value should be set to 0x01 for VMOLY",NR15.R3.MD700.MP,,"1:Enable, support R14 EUTRAN sharing.<BR>0:Disable, not support R14 EUTRAN sharing",No,,,[LTE Protocol Baseline]Cell_Selection,Modem - 3GPP Spec.,,,Test in machine (Y/N) Y<BR> Test Time (minutes) 20mins<BR> [Init] 1 LTE cell with R14 EUTRAN Sharing configured in SIB1<BR> [Test Step] <BR>1. Set SBP_R14_EUTRAN_SHARING_ENH to TRUE(1)<BR>2. Perform manual PLMN LIST and check if each PLMN-ID/TAC/Cell_ID in SIB1 is correct.<BR> [Expected Result],Pass,,,,
+6174,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_RACH_FAIL_ENHANCEMENT,modem_sbp_config[60].SBP_RACH_FAIL_ENHANCEMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureOptimization for the cell with RACH failedbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,No,__RACH_FAIL_ENHANCEMENT__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
6175,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[54].SBP_RAC_CAUSE18_NOT_CHANGE_UEMODE_BY_PLMN,modem_sbp_config[54].SBP_RAC_CAUSE18_NOT_CHANGE_UEMODE_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot change UEMODE when enter cause18 plmnbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
6176,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_RAC_CHANGE_USAGE_SETTING_BY_SIM,modem_sbp_config[23].SBP_RAC_CHANGE_USAGE_SETTING_BY_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureChange UE usage based on SIMbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
6177,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[54].SBP_RAC_CHANGE_VDP_BY_ROAMING,modem_sbp_config[54].SBP_RAC_CHANGE_VDP_BY_ROAMING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSwitch the VDP for EUTRAN when Home/Roamingbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,DEFAULT_VALUE : 0x00<BR>__RAC_CHANGE_VDP_BY_ROAMING__ : 0x01,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
@@ -6160,39 +6160,39 @@
6181,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[36].SBP_RAC_CLEAR_CAUSE18_WHEN_DETACH,modem_sbp_config[36].SBP_RAC_CLEAR_CAUSE18_WHEN_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE mode will not change to EPS only when UE recevied attach reject or detach with cause#18bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,NW,Modem Application - Modem Control,,,,Pass,,,,
6182,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[29].SBP_RAC_NW_LOSS_OPTIMIZATION,modem_sbp_config[29].SBP_RAC_NW_LOSS_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUI optimiztion when NW loss suddenlybit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1,No,,,NW,Modem Application - Modem Control,,,,Pass,,,,
6183,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_RAC_UEMODE_WITHOUT_CONSIDER_VDP,modem_sbp_config[21].SBP_RAC_UEMODE_WITHOUT_CONSIDER_VDP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE mode operation regardless of VDP settingbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,NW,Modem Application - Modem Control,,,,Pass,,,,
-6184,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[41].SBP_RAU_DELAY_FOR_CSFB,modem_sbp_config[41].SBP_RAU_DELAY_FOR_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo enable RAU Delay for CSFBbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x0:If SBP is disabled, PS procdure is ongoing<BR>0x1:If this SBP is enabled, the PS procedure is delay during CSFB until CS call is established",No,,__MM_RAU_DELAY_FOR_CSFB__,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6184,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[41].SBP_RAU_DELAY_FOR_CSFB,modem_sbp_config[41].SBP_RAU_DELAY_FOR_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo enable RAU Delay for CSFBbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x1:If this SBP is enabled, the PS procedure is delay during CSFB until CS call is established<BR>0x0:If SBP is disabled, PS procdure is ongoing",No,,__MM_RAU_DELAY_FOR_CSFB__,[WCDMA Protocol Baseline]MM,Modem Application - Modem Control,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
6185,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[82].SBP_REATTACH_AFTER_MT_DETACH_ABNORMAL_B,modem_sbp_config[82].SBP_REATTACH_AFTER_MT_DETACH_ABNORMAL_B,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConvert MT Detach Request abnormal case b to reattachbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Not transfer NW detach abnormal case b to reattach.<BR>1:Transfer NW detach abnormal case b to reattach.,No,,__DISABLE_REATTACH_AFTER_MT_DETACH_ABNORMAL_B__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6186,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_RECOVERY_ENHANCEMENT,modem_sbp_config[86].SBP_RECOVERY_ENHANCEMENT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE use sniffer for recoverybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6186,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[86].SBP_RECOVERY_ENHANCEMENT,modem_sbp_config[86].SBP_RECOVERY_ENHANCEMENT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE use sniffer for recoverybit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6187,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_RECOVERY_SNIFFER_PREFER_LTE,modem_sbp_config[68].SBP_RECOVERY_SNIFFER_PREFER_LTE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePrefer LTE during recovery sniffer after OOSbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1:0: not support<BR>1: support,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
-6188,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_REDUCE_T3311_TIMEOUT_FOR_RAU,modem_sbp_config[103].SBP_REDUCE_T3311_TIMEOUT_FOR_RAU,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureShorten the T3311 timeout value for RAUbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x01:If enable, Use T3311 timer value of 5 secs when RLC ACK fails with cause GPRS Resume discard<BR>0x00:Use t3311 timer for rau as per spec :",No,,__REDUCE_T3311_TIMEOUT_FOR_RAU__,[GSM Protocol Baseline]GMM,Modem - 3GPP Spec.,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 2G <BR>-> Trigger PS data cnf with cause DC_Status_GAS_RLC_GPRS_Resume_Discard<BR>-> T3311 should run with reduced time 5 sec<BR>[Expected Result]<BR>T3311 should run with reduced time 5 sec,Untested,,,,
+6188,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_REDUCE_T3311_TIMEOUT_FOR_RAU,modem_sbp_config[103].SBP_REDUCE_T3311_TIMEOUT_FOR_RAU,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureShorten the T3311 timeout value for RAUbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x00:Use t3311 timer for rau as per spec :<BR>0x01:If enable, Use T3311 timer value of 5 secs when RLC ACK fails with cause GPRS Resume discard",No,,__REDUCE_T3311_TIMEOUT_FOR_RAU__,[GSM Protocol Baseline]GMM,Modem - 3GPP Spec.,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 2G <BR>-> Trigger PS data cnf with cause DC_Status_GAS_RLC_GPRS_Resume_Discard<BR>-> T3311 should run with reduced time 5 sec<BR>[Expected Result]<BR>T3311 should run with reduced time 5 sec,Untested,,,,
6189,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_REG_HISTORY_FOR_PLMN_SELECTION,modem_sbp_config[20].SBP_REG_HISTORY_FOR_PLMN_SELECTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUse registration history for PLMN selection optimization.bit 0:0:Turn-off. Not use registration historybit 1:1:Turn-on. Use registration history",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6190,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_REJ_13_SEARCH_NEXT_BEFORE_OTHER_LA_OR_TA,modem_sbp_config[63].SBP_REJ_13_SEARCH_NEXT_BEFORE_OTHER_LA_OR_TA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo search other PLMNs after UE receives reject cause #13bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6191,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_REL10_LTE_PS_ACC_CONGESTION,modem_sbp_config[33].SBP_REL10_LTE_PS_ACC_CONGESTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDecide behavior of EPS only result with cause #22bit 0:0:Disable. Follow R11 behavior for eps only result with cause #22bit 1:1:Enabled. Follow R9/R10 behavior for eps only result with cause #22",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. Follow R9/R10 behavior for eps only result with cause #22.<BR>0:Disable. Follow R11 behavior for eps only result with cause #22.,No,,__REL10_LTE_PS_ACC_CONGESTION__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6192,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_RELEASE_PS_CONN_FOR_EUTRAN_UPDATE,modem_sbp_config[8].SBP_RELEASE_PS_CONN_FOR_EUTRAN_UPDATE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRelease PS connection for EUTRAN updatebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:NAS shall not release PMM connection when EUTRAN capablity is changes<BR>1:NAS shall release PMM connection when EUTRAN capability is changed.,No,,__RELEASE_PS_CONN_FOR_EUTRAN_UPDATE__,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+6190,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_REJ_13_SEARCH_NEXT_BEFORE_OTHER_LA_OR_TA,modem_sbp_config[63].SBP_REJ_13_SEARCH_NEXT_BEFORE_OTHER_LA_OR_TA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo search other PLMNs after UE receives reject cause #13bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6191,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[33].SBP_REL10_LTE_PS_ACC_CONGESTION,modem_sbp_config[33].SBP_REL10_LTE_PS_ACC_CONGESTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDecide behavior of EPS only result with cause #22bit 0:0:Disable. Follow R11 behavior for eps only result with cause #22bit 1:1:Enabled. Follow R9/R10 behavior for eps only result with cause #22",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. Follow R11 behavior for eps only result with cause #22.<BR>1:Enabled. Follow R9/R10 behavior for eps only result with cause #22.,No,,__REL10_LTE_PS_ACC_CONGESTION__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6192,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_RELEASE_PS_CONN_FOR_EUTRAN_UPDATE,modem_sbp_config[8].SBP_RELEASE_PS_CONN_FOR_EUTRAN_UPDATE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRelease PS connection for EUTRAN updatebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:NAS shall release PMM connection when EUTRAN capability is changed.<BR>0:NAS shall not release PMM connection when EUTRAN capablity is changes,No,,__RELEASE_PS_CONN_FOR_EUTRAN_UPDATE__,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
6193,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_RELEASE_RRC_CONNECTION_LOCALLY_AFTER_T3380_FIFTH_EXPIRY,modem_sbp_config[101].SBP_RELEASE_RRC_CONNECTION_LOCALLY_AFTER_T3380_FIFTH_EXPIRY,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRelease RRC connection locally after first expiry of T3380bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x1:If enable, After 5 expiry of T3380 PDP activation timer, MS shall trigger SCRI",No,,__RELEASE_RRC_CONNECTION _LOCALLY_AFTER_T3380_FIFTH_EXPIRY__,[WCDMA Protocol Baseline]PDP_Management,Modem - 3GPP Spec.,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR>[Init] DUT boot up <BR>[Test Step] > Trigger CS and PS registration in 3G <BR>-> Trigger connection release from SM<BR>-> If N/W does not release the RRC connection then MM will send the force connection release req to RRCE to release the RRC connection<BR>[Expected Result]<BR>MM will send the force connection release req to RRCE to release the RRC connection,Untested,,,,
-6194,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[29].SBP_REL_12_EPLMN_LIST_HANDLING,modem_sbp_config[29].SBP_REL_12_EPLMN_LIST_HANDLING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRel-12 conformance not to delete equivalent PLMN list for #9,#10 and #40 RAU/TAU procedure.bit 0:0:Disabled. Delete EPLMN list when receiving #9, #10 or #40bit 1:1:Enabled. Do not delete EPLMN list when receiving #9, #10 or #40",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6195,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PDP_DEACT,modem_sbp_config[61].SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PDP_DEACT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce PS release during PLMN list Req on PDP Deactivatebit 0:0:During Manual PLMN list Req, keep PS signaling connection once all PDP gets deactivatedbit 1:1:During Manual PLMN list Req, release PS signaling connection(if not released by NW) once all PDP gets deactivated",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"1:During Manual PLMN list Req, release PS signaling connection(if not released by NW) once all PDP gets deactivated<BR>0:During Manual PLMN list Req, keep PS signaling connection once all PDP gets deactivated",No,,__SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PDP_DEACT,[WCDMA Protocol Baseline]PLMNList,Modem - 3GPP Spec.,,,Test in machine (Y/N) : N<BR> Test Time (minutes) :NA<BR> [Init] <BR> [Test Step]<BR> 1. Perform PDP deactivation <BR> 2. Network not send RRC connection release <BR> [Expected Result]<BR> 3. UE send SCRI after 10 secs,Pass,,,,
+6194,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[29].SBP_REL_12_EPLMN_LIST_HANDLING,modem_sbp_config[29].SBP_REL_12_EPLMN_LIST_HANDLING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRel-12 conformance not to delete equivalent PLMN list for #9,#10 and #40 RAU/TAU procedure.bit 0:0:Disabled. Delete EPLMN list when receiving #9, #10 or #40bit 1:1:Enabled. Do not delete EPLMN list when receiving #9, #10 or #40",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6195,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PDP_DEACT,modem_sbp_config[61].SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PDP_DEACT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce PS release during PLMN list Req on PDP Deactivatebit 0:0:During Manual PLMN list Req, keep PS signaling connection once all PDP gets deactivatedbit 1:1:During Manual PLMN list Req, release PS signaling connection(if not released by NW) once all PDP gets deactivated",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0:During Manual PLMN list Req, keep PS signaling connection once all PDP gets deactivated<BR>1:During Manual PLMN list Req, release PS signaling connection(if not released by NW) once all PDP gets deactivated",No,,__SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PDP_DEACT,[WCDMA Protocol Baseline]PLMNList,Modem - 3GPP Spec.,,,Test in machine (Y/N) : N<BR> Test Time (minutes) :NA<BR> [Init] <BR> [Test Step]<BR> 1. Perform PDP deactivation <BR> 2. Network not send RRC connection release <BR> [Expected Result]<BR> 3. UE send SCRI after 10 secs,Pass,,,,
6196,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[73].SBP_REMOVE_BLACK_CELLS_FROM_REDIR_LIST,modem_sbp_config[73].SBP_REMOVE_BLACK_CELLS_FROM_REDIR_LIST,OTA and OTA BY OP,no,no,no,yes,"In some scenarios, when UE perform CSFB call the best GSM cell is a bad cell that the network will not response the call after the location update procedure. This feature is for customer to control whether UE will remove the black cells from redirection list to skip camp on those cells for CSFB call.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. UE will not remove the black cells from redirection list.<BR>1:Enable. UE will remove the black cells from redirection list.,No,,__DISABLE_REMOVE_BLACK_CELLS_FROM_REDIR_LIST__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
6197,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_REPORT_CALLED_NUMBER_SUBADDRESS_TYPE,modem_sbp_config[42].SBP_REPORT_CALLED_NUMBER_SUBADDRESS_TYPE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo send the type of called party subaddress to APbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,CC,Modem Application - Modem Control,,,,Pass,,,,
6198,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_REPORT_CELL_INFO_IN_CREG_WHEN_CONNECTED_MODE,modem_sbp_config[22].SBP_REPORT_CELL_INFO_IN_CREG_WHEN_CONNECTED_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport cell info in CREG when connectedbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Report cell info in CREG when connected<BR>0:Not Report cell info in CREG when connected,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
-6199,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_REPORT_CSG_LIST_IN_SIGNAL_DECREASING_ORDER,modem_sbp_config[11].SBP_REPORT_CSG_LIST_IN_SIGNAL_DECREASING_ORDER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport CSG list according to signal strength.bit 0:0:Disabled. Not report CSG list in signal decreasing orderbit 1:1:Enabled. Report CSG list in signal decreasing order",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6200,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_REPORT_EIND16_IF_INVALID_SIM_INFO_CHANGED,modem_sbp_config[58].SBP_REPORT_EIND16_IF_INVALID_SIM_INFO_CHANGED,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport EIND:16 only if Invalid SIM Information changedbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,AT Command,Modem Application - Modem Control,,,"After UE boot-up, check whether AP behaves normally",Pass,,,,
-6201,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[32].SBP_REPORT_MBMS_IN_SERVICE_FOR_SIB15_ONLY_CELL,modem_sbp_config[32].SBP_REPORT_MBMS_IN_SERVICE_FOR_SIB15_ONLY_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTreat LTE cell as support MBMS even only SIB15 broadcast.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:UE treat LTE cell as MBMS supported if only SIB15(No SIB13) broadcast.<BR>0:UE treat LTE cell as MBMS non-supported if only SIB15(No SIB13) broadcast.,No,No,No,MBMS support in LTE (eMBMS),Modem - 3GPP Spec.,,,,Pass,,,,
+6199,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[11].SBP_REPORT_CSG_LIST_IN_SIGNAL_DECREASING_ORDER,modem_sbp_config[11].SBP_REPORT_CSG_LIST_IN_SIGNAL_DECREASING_ORDER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport CSG list according to signal strength.bit 0:0:Disabled. Not report CSG list in signal decreasing orderbit 1:1:Enabled. Report CSG list in signal decreasing order",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6200,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_REPORT_EIND16_IF_INVALID_SIM_INFO_CHANGED,modem_sbp_config[58].SBP_REPORT_EIND16_IF_INVALID_SIM_INFO_CHANGED,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport EIND:16 only if Invalid SIM Information changedbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,AT Command,Modem Application - Modem Control,,,"After UE boot-up, check whether AP behaves normally",Pass,,,,
+6201,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[32].SBP_REPORT_MBMS_IN_SERVICE_FOR_SIB15_ONLY_CELL,modem_sbp_config[32].SBP_REPORT_MBMS_IN_SERVICE_FOR_SIB15_ONLY_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTreat LTE cell as support MBMS even only SIB15 broadcast.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:UE treat LTE cell as MBMS non-supported if only SIB15(No SIB13) broadcast.<BR>1:UE treat LTE cell as MBMS supported if only SIB15(No SIB13) broadcast.,No,No,No,MBMS support in LTE (eMBMS),Modem - 3GPP Spec.,,,,Pass,,,,
6202,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[61].SBP_REPORT_PS_DETACH_IN_EUTRAN_MT_REATTACH,modem_sbp_config[61].SBP_REPORT_PS_DETACH_IN_EUTRAN_MT_REATTACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurereport ps domain only when reattach bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
6203,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_REQUEST_ATTACH_WITH_HIGH_PS,modem_sbp_config[76].SBP_REQUEST_ATTACH_WITH_HIGH_PS,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after LR13bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
6204,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[76].SBP_REQUEST_ATTACH_WITH_HIGH_PS_FOR_DATA_SIM,modem_sbp_config[76].SBP_REQUEST_ATTACH_WITH_HIGH_PS_FOR_DATA_SIM,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after LR13bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
6205,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_REQUEST_FIRST_PDP_ACT_WITH_HIGH_PS,modem_sbp_config[77].SBP_REQUEST_FIRST_PDP_ACT_WITH_HIGH_PS,Not Support,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP FeatureFirst PDP Activation request shall take High PS bit, Obsolute 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,NA,No,,,MD Config,Modem - Customer Requirement,,,NA,Untested,,,,
6206,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[101].SBP_RESEL_PINGPONG_AVOIDANCE_FEATURE,modem_sbp_config[101].SBP_RESEL_PINGPONG_AVOIDANCE_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl if apply reselection pingpong avoidance featurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,[LTE Protocol Baseline]Cell_Reselection,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6207,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_RESET_2G_PARAMS_AFTER_PLMN_LIST,modem_sbp_config[102].SBP_RESET_2G_PARAMS_AFTER_PLMN_LIST,OTA and OTA BY OP,no,no,no,yes,Manual PLMN List will trigger power scan everytime to ensure no cell is missed out.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:PLMN list will re-use previous scan results if applicable<BR>1:Trigger power scan for every List procedure,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6208,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED,modem_sbp_config[62].SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReset T3402 value after five attepmt to attach failedbit 0:0:Disable. Do not reset T3402 after five attepmt to attach failed.bit 1:1:Enabled. Reset T3402 value after five attepmt to attach failed.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. Do not reset T3402 after five attepmt to attach failed.<BR>1:Enabled. Reset T3402 value after five attepmt to attach failed.,No,,__DO_NOT_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6209,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[3].SBP_RESUME_GPRS_AFTER_LU_ABNORMAL,modem_sbp_config[3].SBP_RESUME_GPRS_AFTER_LU_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure resume of PS session after abnormal LUbit 0:0:Do not resume PS session after abnormal LUbit 1:1:Resume PS session after abnormal LU",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,To disable compilation option __DISABLE_RESUME_GPRS_AFTER_LU_ABNORMAL__ is required,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR> [Init] DUT boot up <BR> [Test Step] >Trigger Location update registration<BR>Trigger Lower layer fail<BR>Observe whether GMM operation is resumed or not,Pass,,,,
+6208,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED,modem_sbp_config[62].SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReset T3402 value after five attepmt to attach failedbit 0:0:Disable. Do not reset T3402 after five attepmt to attach failed.bit 1:1:Enabled. Reset T3402 value after five attepmt to attach failed.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. Reset T3402 value after five attepmt to attach failed.<BR>0:Disable. Do not reset T3402 after five attepmt to attach failed.,No,,__DO_NOT_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6209,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[3].SBP_RESUME_GPRS_AFTER_LU_ABNORMAL,modem_sbp_config[3].SBP_RESUME_GPRS_AFTER_LU_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure resume of PS session after abnormal LUbit 0:0:Do not resume PS session after abnormal LUbit 1:1:Resume PS session after abnormal LU",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,To disable compilation option __DISABLE_RESUME_GPRS_AFTER_LU_ABNORMAL__ is required,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) : 10 mins <BR> [Init] DUT boot up <BR> [Test Step] >Trigger Location update registration<BR>Trigger Lower layer fail<BR>Observe whether GMM operation is resumed or not,Pass,,,,
6210,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[73].SBP_RETRY_ECC_SEARCH_DURING_SUSPEND_SEARCH,modem_sbp_config[73].SBP_RETRY_ECC_SEARCH_DURING_SUSPEND_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry normal search when emergnecy call comes during current search is due to suspendbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1,No,,,CC,Modem Application - Modem Control,,,,Pass,,,,
6211,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_RETRY_IVSR_AFTER_GUARD_TIMER,modem_sbp_config[62].SBP_RETRY_IVSR_AFTER_GUARD_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf UE is rejected again after IVSR, recover again after guard timer expiry.bit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6212,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_RETRY_PARAMETER_RESTORATION_OF_ILM,modem_sbp_config[40].SBP_RETRY_PARAMETER_RESTORATION_OF_ILM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl modem whether to override NW-provided back-off timer and re-attempt indicator in inter-layer message if they need to be changed according to the handling of back-off mechanismbit 0:0:Modem can override back-off timer and re-attempt indicator in inter-layer message.bit 1:1:Modem can not override back-off timer and re-attempt indicator in inter-layer message.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+6212,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_RETRY_PARAMETER_RESTORATION_OF_ILM,modem_sbp_config[40].SBP_RETRY_PARAMETER_RESTORATION_OF_ILM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl modem whether to override NW-provided back-off timer and re-attempt indicator in inter-layer message if they need to be changed according to the handling of back-off mechanismbit 0:0:Modem can override back-off timer and re-attempt indicator in inter-layer message.bit 1:1:Modem can not override back-off timer and re-attempt indicator in inter-layer message.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
6213,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_RETRY_SEND_PAGING_RESPONSE,modem_sbp_config[72].SBP_RETRY_SEND_PAGING_RESPONSE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRetry send paging response when t3126 expiredbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,,,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6214,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_RETURN_RPLMN_RAT_AFTER_MANUAL_SEARCH_FAIL,modem_sbp_config[68].SBP_RETURN_RPLMN_RAT_AFTER_MANUAL_SEARCH_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReturn RPLMN+RAT after manual search failbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,DEFAULT_VALUE : 0 <BR>__RETURN_RPLMN_RAT_AFTER_MANUAL_SEARCH_FAIL__ : 1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6214,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[68].SBP_RETURN_RPLMN_RAT_AFTER_MANUAL_SEARCH_FAIL,modem_sbp_config[68].SBP_RETURN_RPLMN_RAT_AFTER_MANUAL_SEARCH_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReturn RPLMN+RAT after manual search failbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,DEFAULT_VALUE : 0 <BR>__RETURN_RPLMN_RAT_AFTER_MANUAL_SEARCH_FAIL__ : 1,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6215,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_ROAMING_DISABLE_N1_MODE,modem_sbp_config[103].SBP_ROAMING_DISABLE_N1_MODE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurenot disable N1 normal service when Roamingbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine Y<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE should not camp on NR in roaming,Pass,,,,
-6216,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[27].SBP_ROAMING_NOT_ALLOW_AS_NO_SUITABLE,modem_sbp_config[27].SBP_ROAMING_NOT_ALLOW_AS_NO_SUITABLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRoaming not allow cause behaves the same as no suitable cell cause.bit 0:0:Turn-off. Roaming not allow is not the same as no suitable cellbit 1:1:Turn-on. Roaming not allow behaves the same as no suitable cell",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6216,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[27].SBP_ROAMING_NOT_ALLOW_AS_NO_SUITABLE,modem_sbp_config[27].SBP_ROAMING_NOT_ALLOW_AS_NO_SUITABLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRoaming not allow cause behaves the same as no suitable cell cause.bit 0:0:Turn-off. Roaming not allow is not the same as no suitable cellbit 1:1:Turn-on. Roaming not allow behaves the same as no suitable cell",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6217,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_ROAMING_REJ_CAUSE_7_8_MAPPING_TO_15,modem_sbp_config[56].SBP_ROAMING_REJ_CAUSE_7_8_MAPPING_TO_15,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReject cause #7/#8 mapping to reject cause #15 in roaming PLMNbit 0:0:Disable. Follow spec #7/#8 handlingbit 1:1:Enabled. Reject cause mapping #7 or #8 to #15 and follow #15 handling in roaming PLMN",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. AUTH reject mapping to cause #15 and follow #15 handling.<BR>0:Disable. Follow spec AUTH reject handling.,No,,__SBP_LTE_AUTH_REJ_MAPPING_TO_15__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6218,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_ROHC_COMPR_DECOMPR_TRACE,modem_sbp_config[72].SBP_ROHC_COMPR_DECOMPR_TRACE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePrint RoHC Compression and Decompression Info on PS intergratedbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N): N<BR>Test Time (minutes): 5<BR><BR>[Init] <BR>Attach to LTE and IMS PDN is activated. VoLTE icon is available.<BR><BR>[Test Step] <BR>1. Start MO VoLTE call<BR><BR>[Expected Result]<BR>ROHC traces are outputted by MOD_ENPDCP in PS Integrated View. You can find the following traces.<BR><BR>[ENPDCP][UL][ROHC] DRB RoHC data compressed<BR>[ENPDCP][DL][ROHC] DRB RoHC data processed,Pass,,,,
6219,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[2].SBP_RPLMN_HPLMN_COMBINED_SEARCH,modem_sbp_config[2].SBP_RPLMN_HPLMN_COMBINED_SEARCH,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureallow searching HPLMN/RPLMN together during power-on/recover searchbit 0:0:Turn-off. Not search RPLMN and HPLMN togetherbit 1:1:Turn-on. Search RPLMN and HPLMN together",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
@@ -6214,7 +6214,7 @@
6235,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_SAT_USSD_INFORM_USER_WHEN_NO_ALPHA_ID,modem_sbp_config[94].SBP_SAT_USSD_INFORM_USER_WHEN_NO_ALPHA_ID,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature enable inform user when no alpha id presentbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6236,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[28].SBP_SAT_USSD_NOT_INFORM_USER,modem_sbp_config[28].SBP_SAT_USSD_NOT_INFORM_USER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot inform user about the response of SAT USSD through +CUSD URCbit 0:0:Inform user SAT USSD resultbit 1:1:Not inform user SAT USSD result(MD send +CUSD: 3)",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
6237,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[71].SBP_SAT_ZERO_POLICY_WAIT_FOR_CALL,modem_sbp_config[71].SBP_SAT_ZERO_POLICY_WAIT_FOR_CALL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWait for call disconnection if REFRESH policy is zerobit 0:0:Disablebit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,SIM Refresh,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6238,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_SAVE_T3402_IN_NVRAM,modem_sbp_config[40].SBP_SAVE_T3402_IN_NVRAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresave the T3402 value and the PLMN to NVRAM when power offbit 0:0:Disable. UE will use the T3402 as default value as TS24.301 requiredbit 1:1:Enabled. UE will store the T3402 value when power off and UE can use the value later after power on again",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. UE will store the T3402 value when power off and UE can use the value later after power on again.<BR>0:Disable. UE will use the T3402 as default value as TS24.301 required.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6238,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_SAVE_T3402_IN_NVRAM,modem_sbp_config[40].SBP_SAVE_T3402_IN_NVRAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresave the T3402 value and the PLMN to NVRAM when power offbit 0:0:Disable. UE will use the T3402 as default value as TS24.301 requiredbit 1:1:Enabled. UE will store the T3402 value when power off and UE can use the value later after power on again",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. UE will use the T3402 as default value as TS24.301 required.<BR>1:Enabled. UE will store the T3402 value when power off and UE can use the value later after power on again.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6239,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_SCA_CONFIGURED_BY_CUSTOMER,modem_sbp_config[31].SBP_SCA_CONFIGURED_BY_CUSTOMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIs SCA configured by customer in custom filebit 0:0:Disabled. SCA is not configured by customer in custom filebit 1:1:Enabled. SCA is configured by customer in custom file(If customer did not use the file to configure, MD will load EFsmsp's SCA)",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
6240,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[10].SBP_SCC_T3396_REMAINS_WHEN_PLMN_CHANGE,modem_sbp_config[10].SBP_SCC_T3396_REMAINS_WHEN_PLMN_CHANGE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to keep T3396 running when PLMN changebit 0:0:Stop T3396 when PLMN change.bit 1:1:Keep T3396 running when PLMN change.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
6241,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[13].SBP_SDM_ALWAYS_CS_WHEN_2G,modem_sbp_config[13].SBP_SDM_ALWAYS_CS_WHEN_2G,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Please refer to NVRAM_EF_SDM_ADS_PROFILE_LID for same funtionalitybit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
@@ -6229,42 +6229,42 @@
6250,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_SDM_RETRY_IMS_WHEN_IMS_SEND_FAIL,modem_sbp_config[24].SBP_SDM_RETRY_IMS_WHEN_IMS_SEND_FAIL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Please refer to NVRAM_EF_SDM_ADS_PROFILE_LID for same funtionalitybit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
6251,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[14].SBP_SDM_TRY_CS_WHEN_2G_VOICE_CALL,modem_sbp_config[14].SBP_SDM_TRY_CS_WHEN_2G_VOICE_CALL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Please refer to NVRAM_EF_SDM_ADS_PROFILE_LID for same funtionalitybit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
6252,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[40].SBP_SEARCH_23G_FOR_AC_BARRED_MO_CSFB,modem_sbp_config[40].SBP_SEARCH_23G_FOR_AC_BARRED_MO_CSFB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhen network is ac barred for CSFB, then force select 2/3G to process the CS servicebit 0:0:Disabled. UE will not force select 2/3G to process the CS service when network is ac barred forbit 1:1:Enabled. UE will force select 2/3G to process the CS service when network is ac barred for CSFB",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. UE will force select 2/3G to process the CS service when network is ac barred for CSFB<BR>0:Disabled. UE will not force select 2/3G to process the CS service when network is ac barred for CSFB,No,,__EMM_SEARCH_23G_FOR_AC_BARRED_MO_CSFB__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6253,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_SEARCH_4G_WHEN_FIRST_PS_ATTACH,modem_sbp_config[20].SBP_SEARCH_4G_WHEN_FIRST_PS_ATTACH,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSearch 4G when first PS attach.bit 0:0:Disabled. Not search 4G when first PS attachbit 1:1:Enabled. Search 4G when first PS attach",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
-6254,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_SEARCH_AVAILABLE_PLMN_IMMEDIATELY,modem_sbp_config[20].SBP_SEARCH_AVAILABLE_PLMN_IMMEDIATELY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSearch found PLMN directly and do not consider if found PLMN is the PLMN of highest priority.bit 0:0:Disabled. Consider network priority when a PLMN is foundbit 1:1:Enabled. Not consider network priority when a PLMN is found",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6253,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_SEARCH_4G_WHEN_FIRST_PS_ATTACH,modem_sbp_config[20].SBP_SEARCH_4G_WHEN_FIRST_PS_ATTACH,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSearch 4G when first PS attach.bit 0:0:Disabled. Not search 4G when first PS attachbit 1:1:Enabled. Search 4G when first PS attach",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+6254,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_SEARCH_AVAILABLE_PLMN_IMMEDIATELY,modem_sbp_config[20].SBP_SEARCH_AVAILABLE_PLMN_IMMEDIATELY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSearch found PLMN directly and do not consider if found PLMN is the PLMN of highest priority.bit 0:0:Disabled. Consider network priority when a PLMN is foundbit 1:1:Enabled. Not consider network priority when a PLMN is found",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6255,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_SEARCH_LTE_FIRST_EVEN_NO_ACT_IN_SIM,modem_sbp_config[95].SBP_SEARCH_LTE_FIRST_EVEN_NO_ACT_IN_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNWSEL will search LTE first even there is no LTE ACT in SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
6256,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[71].SBP_SEARCH_LTE_ON_T3402_EXPIRY,modem_sbp_config[71].SBP_SEARCH_LTE_ON_T3402_EXPIRY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSearch RAT_LTE for KT operator as soon as ABNORMAL_RAI_TIMER/T3402_TIMER has expiredbit 0:0:Not Enablebit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6257,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[20].SBP_SEARCH_NOT_PREFERRED_AVAILABLE_PLMN,modem_sbp_config[20].SBP_SEARCH_NOT_PREFERRED_AVAILABLE_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWith fast roaming, if no preferred network in this country, UE can directly search not preferred but available network.bit 0:0:Disabled. Still need to wait for fullband searchbit 1:1:Enabled. UE can directly search not preferred but available network",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6258,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_SEARCH_NR_FIRST_EVEN_NO_ACT_IN_SIM,modem_sbp_config[95].SBP_SEARCH_NR_FIRST_EVEN_NO_ACT_IN_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNWSEL will search NR first even there is no NR ACT in SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+6258,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_SEARCH_NR_FIRST_EVEN_NO_ACT_IN_SIM,modem_sbp_config[95].SBP_SEARCH_NR_FIRST_EVEN_NO_ACT_IN_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNWSEL will search NR first even there is no NR ACT in SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
6259,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[67].SBP_SEARCH_TARGET_RAT_ONLY_FOR_MANUAL_SEARCH,modem_sbp_config[67].SBP_SEARCH_TARGET_RAT_ONLY_FOR_MANUAL_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSearch the PLMN/RAT selected by the user and skip other RATs for manual searchbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,DEFAULT_VALUE :0 <BR>__SEARCH_TARGET_RAT_ONLY_FOR_MANUAL_SEARCH__ : 1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6260,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[29].SBP_SEARCH_THIS_RAT_HIGHEST_NETWORK,modem_sbp_config[29].SBP_SEARCH_THIS_RAT_HIGHEST_NETWORK,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureFor fast roaming special optimization, if current found network is the highest priority network of current RAT. Search it immediately to speed up camp-on.bit 0:0:Turn-off. Do not search the highest priority network of current RAT immediatelybit 1:1:Turn-on. Search the highest priority network of current RAT immediately",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6261,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_SEARCH_WHEN_RUDE_WAKEUP,modem_sbp_config[42].SBP_SEARCH_WHEN_RUDE_WAKEUP,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo send the Screen on REQ when received AT+EFD=3,1bit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,DEFAULT_VALUE :0 <BR>__SEARCH_WHEN_RUDE_WAKEUP__ : 1,NR15.R3.MD700.MP,,0,Yes,,,MD Config,Modem - Customer Requirement,,,covered by SBP framework UT/IT result,Pass,,,,
6262,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_SEL_AUTO_MODE_FROM_MANUAL_MODE_IF_REFRESH_TYPE_RESET,modem_sbp_config[42].SBP_SEL_AUTO_MODE_FROM_MANUAL_MODE_IF_REFRESH_TYPE_RESET,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureChange PLMN sel mode to AUTO if sim resetbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,NW,Modem Application - Modem Control,,,"Trigger SIM refresh and perform manual selection, check whether UE can behave normally",Pass,,,,
-6263,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_SEND_NW_REG_REJ_CAUSE_IND,modem_sbp_config[70].SBP_SEND_NW_REG_REJ_CAUSE_IND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSend NW Reject cause URC to APbit 0:0:Not Enablebit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6264,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING,modem_sbp_config[35].SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBy turning on SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING, PCO will be seperated into plain and cipher parts. The plain part will be transferred in Inital Attach PDN Connectivity Request. And the cipher part will be transferred using ESM information procedure.bit 0:0:Disable: PCO will transfered using ESM information procedurebit 1:1:Enable: PCO is seperated into plain/cipher part. The plain part will be transferred in Inital Attach PDN Connectivity Request. The cipher part will be transferred using ESM information procedure",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 0:disable<BR>bit 1:enable,No,,"if enablng compile option __SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING__, SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING will be turned on also.",[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,"Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>enablng compile option __SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING__<BR>[Test Step]<BR>UE initial attach PDN connectivity request to network<BR>[Expected Result]<BR>If PCO are provieded, UE will transfered it using ESM information procedure as TS24.301 illustrated. By turning on SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING, PCO will be seperated into plain and cipher parts. The plain part will be transferred in Inital Attach PDN Connectivity Request. And the cipher part will be transferred using ESM information procedure. Note that APN will be transfered using ESM information procedure.",Pass,,,,
-6265,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_SESSION_CONGESTION_CONTROL_SUPPORT,modem_sbp_config[38].SBP_SESSION_CONGESTION_CONTROL_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to support session management level congestion control (T3396/Back-off timer)bit 0:0:UE does not support the T3396/Back-off timer feature.bit 1:1:UE supports the T3396/Back-off timer feature.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+6263,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_SEND_NW_REG_REJ_CAUSE_IND,modem_sbp_config[70].SBP_SEND_NW_REG_REJ_CAUSE_IND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSend NW Reject cause URC to APbit 0:0:Not Enablebit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6264,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING,modem_sbp_config[35].SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureBy turning on SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING, PCO will be seperated into plain and cipher parts. The plain part will be transferred in Inital Attach PDN Connectivity Request. And the cipher part will be transferred using ESM information procedure.bit 0:0:Disable: PCO will transfered using ESM information procedurebit 1:1:Enable: PCO is seperated into plain/cipher part. The plain part will be transferred in Inital Attach PDN Connectivity Request. The cipher part will be transferred using ESM information procedure",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:enable<BR>bit 0:disable,No,,"if enablng compile option __SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING__, SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING will be turned on also.",[LTE Protocol Baseline]PDN_Management,Modem - 3GPP Spec.,,,"Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>enablng compile option __SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING__<BR>[Test Step]<BR>UE initial attach PDN connectivity request to network<BR>[Expected Result]<BR>If PCO are provieded, UE will transfered it using ESM information procedure as TS24.301 illustrated. By turning on SBP_SEPARATE_PCO_IN_LTE_FOR_CIPHERING, PCO will be seperated into plain and cipher parts. The plain part will be transferred in Inital Attach PDN Connectivity Request. And the cipher part will be transferred using ESM information procedure. Note that APN will be transfered using ESM information procedure.",Pass,,,,
+6265,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_SESSION_CONGESTION_CONTROL_SUPPORT,modem_sbp_config[38].SBP_SESSION_CONGESTION_CONTROL_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to support session management level congestion control (T3396/Back-off timer)bit 0:0:UE does not support the T3396/Back-off timer feature.bit 1:1:UE supports the T3396/Back-off timer feature.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
6266,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[66].SBP_SET_AS_REL_R9_IN_CHINA,modem_sbp_config[66].SBP_SET_AS_REL_R9_IN_CHINA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureset as release to R9 in China when CA disabledbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,1,NR15.R3.MD700.MP,,0:disabled<BR>1:enabled,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N) : N<BR>Test Time (minutes) : 10<BR>[Init] set UE CA capability disabled, CMCC SIM inserted<BR>[Test Step] <BR>1. camp on CMCC network<BR>[Expected Result] <BR>check the reported AS release value for SBP in & off",Pass,,,,
6267,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_SET_FOLLOW_ON_REQUEST_FOR_IMS_PDP,modem_sbp_config[23].SBP_SET_FOLLOW_ON_REQUEST_FOR_IMS_PDP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet FOR bit in RAU for IMS PDPbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:If this SBP is enabled, UE shall set FOR( follow-on request) bit in RAU procedure if PDP context status contains IMS PDP.",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-6268,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_SET_FOR_BIT_IN_ATTACH_RAU_WHEN_DATA_ENABLED,modem_sbp_config[77].SBP_SET_FOR_BIT_IN_ATTACH_RAU_WHEN_DATA_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Set FOR bit in GMM ATTACH or RAU when data enabled and PDP activation will follow<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Enable<BR>0x00:Disable,No,,__SBP_ENABLE_SET_FOR_BIT_IN_ATTACH_RAU_WHEN_DATA_ENABLED__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6269,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_SET_MS_NW_CAPA_TO_DEFAULT_SIZE,modem_sbp_config[99].SBP_SET_MS_NW_CAPA_TO_DEFAULT_SIZE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureByte_3 of MS_NETWORK_CAPABILITY is not included in GMM_ATTACH_REQ and RAU_REQ when test SIM is inserted and RAT_MODE does not support LTEbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Byte_3 of MS_NETWORK_CAPABILITY is included in GMM_ATTACH_REQ and RAU_REQ when test SIM is inserted and RAT_MODE does not support LTE<BR>0:Byte_3 of MS_NETWORK_CAPABILITY is not included in GMM_ATTACH_REQ and RAU_REQ when test SIM is inserted and RAT_MODE does not support LTE,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,,Pass,,,,
-6270,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_SET_RAT_MODE_LTE_ONLY,modem_sbp_config[85].SBP_SET_RAT_MODE_LTE_ONLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature to avoid setting rat mode to LWG for CT4G card as CT does not have WG and can impact the performance. Note that if rat mode set to C2K only, the performance issue with WG rat mode will not happen, so rat mode change to LTE Only is not needed.<BR>Bit 0 is Disabled; Bit 1 is Enabled.<BR>To add new operator for the feature, customer can modify the custom released file: custom_nvram_extra.c. Add the corresponding PLMN to the array table "customCtPlmn".",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,NW,Modem Application - Modem Control,,,"Plug in CT card. rat mode set to non C2K only mode(ex: LWG).<BR>After enabling the SBP, rat mode should be locked at LTE.",Pass,,,,
-6271,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_SHORT_T3417EXT,modem_sbp_config[62].SBP_SHORT_T3417EXT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet short T3417EXT for specific opearatorbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. Set short T3417EXT for specific opearator.<BR>0:Disable. Don't Set short T3417EXT for specific opearator.,No,,__SHORT_T3417EXT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6272,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_SIM_BLOCK_AT_CSIM,modem_sbp_config[99].SBP_SIM_BLOCK_AT_CSIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature disable CSIM at commandsbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
-6273,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_SIM_DETECTION_ENHANCE_MODE,modem_sbp_config[56].SBP_SIM_DETECTION_ENHANCE_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. This SBP is not used anymore.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
-6274,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_SIM_EUICC_SUPPORT,modem_sbp_config[102].SBP_SIM_EUICC_SUPPORT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport eUICC as GSMA SGP.22bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
+6268,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_SET_FOR_BIT_IN_ATTACH_RAU_WHEN_DATA_ENABLED,modem_sbp_config[77].SBP_SET_FOR_BIT_IN_ATTACH_RAU_WHEN_DATA_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Set FOR bit in GMM ATTACH or RAU when data enabled and PDP activation will follow<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Disable<BR>0x01:Enable,No,,__SBP_ENABLE_SET_FOR_BIT_IN_ATTACH_RAU_WHEN_DATA_ENABLED__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6269,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_SET_MS_NW_CAPA_TO_DEFAULT_SIZE,modem_sbp_config[99].SBP_SET_MS_NW_CAPA_TO_DEFAULT_SIZE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureByte_3 of MS_NETWORK_CAPABILITY is not included in GMM_ATTACH_REQ and RAU_REQ when test SIM is inserted and RAT_MODE does not support LTEbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Byte_3 of MS_NETWORK_CAPABILITY is not included in GMM_ATTACH_REQ and RAU_REQ when test SIM is inserted and RAT_MODE does not support LTE<BR>1:Byte_3 of MS_NETWORK_CAPABILITY is included in GMM_ATTACH_REQ and RAU_REQ when test SIM is inserted and RAT_MODE does not support LTE,No,,,Modem Configuration Framework,Modem - Customer Requirement,,,,Pass,,,,
+6270,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_SET_RAT_MODE_LTE_ONLY,modem_sbp_config[85].SBP_SET_RAT_MODE_LTE_ONLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature to avoid setting rat mode to LWG for CT4G card as CT does not have WG and can impact the performance. Note that if rat mode set to C2K only, the performance issue with WG rat mode will not happen, so rat mode change to LTE Only is not needed.<BR>Bit 0 is Disabled; Bit 1 is Enabled.<BR>To add new operator for the feature, customer can modify the custom released file: custom_nvram_extra.c. Add the corresponding PLMN to the array table "customCtPlmn".",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,NW,Modem Application - Modem Control,,,"Plug in CT card. rat mode set to non C2K only mode(ex: LWG).<BR>After enabling the SBP, rat mode should be locked at LTE.",Pass,,,,
+6271,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[62].SBP_SHORT_T3417EXT,modem_sbp_config[62].SBP_SHORT_T3417EXT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet short T3417EXT for specific opearatorbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. Don't Set short T3417EXT for specific opearator.<BR>1:Enabled. Set short T3417EXT for specific opearator.,No,,__SHORT_T3417EXT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6272,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_SIM_BLOCK_AT_CSIM,modem_sbp_config[99].SBP_SIM_BLOCK_AT_CSIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature disable CSIM at commandsbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
+6273,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_SIM_DETECTION_ENHANCE_MODE,modem_sbp_config[56].SBP_SIM_DETECTION_ENHANCE_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. This SBP is not used anymore.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
+6274,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[102].SBP_SIM_EUICC_SUPPORT,modem_sbp_config[102].SBP_SIM_EUICC_SUPPORT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport eUICC as GSMA SGP.22bit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6275,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[64].SBP_SIM_FAST_RECOVERY_REPORT,modem_sbp_config[64].SBP_SIM_FAST_RECOVERY_REPORT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable URC for fast recovery counterbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6276,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[92].SBP_SIM_UPDATE_RPM_VER,modem_sbp_config[92].SBP_SIM_UPDATE_RPM_VER,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUpdating EF RPM Version Implemented during SIM power onbit 0:0:Disablebit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,SIM Application Toolkit - Class 1 & 2 & 3,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6277,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_SKIP_POWER_SCAN_4G2_CSFB_REDIRECTION,modem_sbp_config[94].SBP_SKIP_POWER_SCAN_4G2_CSFB_REDIRECTION,OTA and OTA BY OP,no,no,no,yes,"If 2G fails to find a cell from Stored and redirection list, RR will further not trigger any power scan to find a cell.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Power scan will be triggred to find a cell.<BR>1:Will not trigger any power scan to find a cell.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
6278,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[56].SBP_SKIP_VDP_IE_IN_ATTACH_TAU_REQ,modem_sbp_config[56].SBP_SKIP_VDP_IE_IN_ATTACH_TAU_REQ,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not include the VDP IE in ATTACH and TAU requestbit 0:0:Disable. Follow spec handlingbit 1:1:Enabled. Do not include the VDP IE in ATTACH and TAU request",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Follow spec handling.<BR>1:Enabled. Do not include the VDP IE in ATTACH and TAU request.,No,,__SKIP_VDP_IE_IN_ATTACH_TAU_REQ__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6279,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[15].SBP_SLT,modem_sbp_config[15].SBP_SLT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureInternal use for system level test.bit 0:0:Turn-off. Not support system level testbit 1:1:Turn-on. Support system level test",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Untested,,,,
-6280,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_SMART_RELEASE,modem_sbp_config[103].SBP_SMART_RELEASE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger local release for PLMN list procedurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
+6280,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[103].SBP_SMART_RELEASE,modem_sbp_config[103].SBP_SMART_RELEASE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger local release for PLMN list procedurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
6281,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_SMS_SETTINGS_FOR_KT,modem_sbp_config[43].SBP_SMS_SETTINGS_FOR_KT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable SMS customizations for KT operatorbit 0:0:SMS customizations for KT operator not enabledbit 1:1:SMS customizations for KT operator enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
6282,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_SMS_SETTINGS_FOR_LGU,modem_sbp_config[43].SBP_SMS_SETTINGS_FOR_LGU,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable SMS customizations for LGU operatorbit 0:0:SMS customizations for LGU operator not enabledbit 1:1:SMS customizations for LGU operator enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"[0,1]",Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
6283,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_SMS_SETTINGS_FOR_SKT,modem_sbp_config[43].SBP_SMS_SETTINGS_FOR_SKT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable SMS customizations for SKT operatorbit 0:0:SMS customizations for SKT operator not enabledbit 1:1:SMS customizations for SKT operator enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,SMS,Modem Application - Modem Control,,,,Pass,,,,
6284,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[25].SBP_SM_DISABLE_PS_SIG_CONN_RETRY_TIMER,modem_sbp_config[25].SBP_SM_DISABLE_PS_SIG_CONN_RETRY_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable SM PS signalling connection retry timerbit 0:0:SM enable PS Signalling connection retry mechanismbit 1:1:SM disable PS Signalling connection retry mechanism",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:SM Enable Retry of PS Signaling Connection Establishment<BR>0:SM Disable Retry of PS Signaling Connection Establishment,No,,__SM_DISABLE_PS_SIG_CONN_RETRY_TIMER__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6285,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[52].SBP_SO2_OPEN_GPS_EARLY,modem_sbp_config[52].SBP_SO2_OPEN_GPS_EARLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurepower on GPS earlybit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,[C2K Protocol Baseline]C2K_AGPS,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 15<BR>[Init] download Gen97 load to phone<BR>[Test Step]<BR>1, Open MCF tool, <BR>2, Load MCF DB,<BR>3, Modify LID item, NVRAM_EF_SBP_MODEM_CONFIG_LID, GID:6300<BR>4, Generate OTA file<BR>5, Add OP-OTA tag<BR>6, Generate OP-OTA file,<BR>7, Put OTA/OP-OTA files to Android file system ,<BR>8, Open MTK EM mode (Telephony -> MCF -> Sim1/Sim2), then select OTA/OP-OTA files<BR>9. Check if value modified in OP-OTA file after reboot handset<BR>[Expected Result]<BR>value is changed as expected.",Pass,,,,
-6286,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_SPRINT_MD1_ROAMING_CONTROL,modem_sbp_config[34].SBP_SPRINT_MD1_ROAMING_CONTROL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSPRINT MD1 Int. Voice roaming controlbit 0:0:Not Enabled, disable international Voice roaming control for Sprintbit 1:1:Enabled, enable international Voice roaming control for Sprint",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6287,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_SRVCC_DRX_INC_GAP,modem_sbp_config[31].SBP_SRVCC_DRX_INC_GAP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureuse LTE connected DRX period as measurement gapbit 0:0:Do not use LTE connected DRX period as measurement gapbit 1:1:Use LTE connected DRX period as measurement gap",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Do not use LTE connected DRX period as measurement gap<BR>1:Use LTE connected DRX period as measurement gap,No,,"SBP_CMCC_SRVCC_CDRX_EHEN,SBP_SRVCC_STOP_UAS_MEAS, SBP_SRVCC_STOP_EAS_MEAS",[LTE Protocol Baseline]IRAT_4_2,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-6288,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_SRVCC_STOP_EAS_MEAS,modem_sbp_config[31].SBP_SRVCC_STOP_EAS_MEAS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature2G measurement priority is higher than 4G inter-freq when SRVCCbit 0:0:2G and 4G inter-frequency measurement have equal prioritybit 1:1:2G measurement priority is higher than 4G inter-frequency during VoLTE call on CMCC PLMN",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:2G and 4G inter-frequency measurement have equal priority<BR>1:2G measurement priority is higher than 4G inter-frequency during VoLTE call on CMCC PLMN,No,,"SBP_CMCC_SRVCC_CDRX_EHEN,SBP_SRVCC_STOP_UAS_MEAS,SBP_SRVCC_DRX_INC_GAP",[LTE Protocol Baseline]IRAT_4_2,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6286,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_SPRINT_MD1_ROAMING_CONTROL,modem_sbp_config[34].SBP_SPRINT_MD1_ROAMING_CONTROL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSPRINT MD1 Int. Voice roaming controlbit 0:0:Not Enabled, disable international Voice roaming control for Sprintbit 1:1:Enabled, enable international Voice roaming control for Sprint",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6287,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_SRVCC_DRX_INC_GAP,modem_sbp_config[31].SBP_SRVCC_DRX_INC_GAP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureuse LTE connected DRX period as measurement gapbit 0:0:Do not use LTE connected DRX period as measurement gapbit 1:1:Use LTE connected DRX period as measurement gap",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Use LTE connected DRX period as measurement gap<BR>0:Do not use LTE connected DRX period as measurement gap,No,,"SBP_CMCC_SRVCC_CDRX_EHEN,SBP_SRVCC_STOP_UAS_MEAS, SBP_SRVCC_STOP_EAS_MEAS",[LTE Protocol Baseline]IRAT_4_2,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6288,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_SRVCC_STOP_EAS_MEAS,modem_sbp_config[31].SBP_SRVCC_STOP_EAS_MEAS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature2G measurement priority is higher than 4G inter-freq when SRVCCbit 0:0:2G and 4G inter-frequency measurement have equal prioritybit 1:1:2G measurement priority is higher than 4G inter-frequency during VoLTE call on CMCC PLMN",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:2G measurement priority is higher than 4G inter-frequency during VoLTE call on CMCC PLMN<BR>0:2G and 4G inter-frequency measurement have equal priority,No,,"SBP_CMCC_SRVCC_CDRX_EHEN,SBP_SRVCC_STOP_UAS_MEAS,SBP_SRVCC_DRX_INC_GAP",[LTE Protocol Baseline]IRAT_4_2,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6289,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[31].SBP_SRVCC_STOP_UAS_MEAS,modem_sbp_config[31].SBP_SRVCC_STOP_UAS_MEAS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuremake 2G measurement priority higher than 3G when SRVCCbit 0:0:2G and 3G measurement have equal prioritybit 1:1:2G measurement priority is higher than 3G during VoLTE call on CMCC PLMN",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:2G and 3G measurement have equal prioritybit<BR>1:2G measurement priority is higher than 3G during VoLTE call on CMCC PLMN,No,,"SBP_CMCC_SRVCC_CDRX_EHEN,SBP_SRVCC_DRX_INC_GAP,SBP_SRVCC_STOP_EAS_MEAS",[LTE Protocol Baseline]IRAT_4_3,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6290,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_STAR_SHORT_STRING_AS_CALL,modem_sbp_config[4].SBP_STAR_SHORT_STRING_AS_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureShort string is intended to be treated as CC operationbit 0:0:Short string should not be treated as CC operationbit 1:1:Short string is intended to be treated as CC operation",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,CC,Modem Application - Modem Control,,,,Pass,,,,
6291,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[45].SBP_STATUS_1X_ADV_SUPPORT,modem_sbp_config[45].SBP_STATUS_1X_ADV_SUPPORT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureC2K 1xRTT advanced feature.bit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:the feature is closed pemanently,No,NA,NA,1xRTT,Modem - 3GPP2 Spec.,,,"The feature is disabled permanently, NO Need to Test",Untested,,,,
@@ -6276,7 +6276,7 @@
6297,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_CDG_AVOIDANCE,modem_sbp_config[50].SBP_STATUS_CDG_AVOIDANCE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCDG EVDO Channel Avoidance Featurebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6298,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_CDG_BSR,modem_sbp_config[50].SBP_STATUS_CDG_BSR,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCDG BSR (Better Service Reselection) Featurebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6299,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[44].SBP_STATUS_CHINATELECOM_CARDLOCK,modem_sbp_config[44].SBP_STATUS_CHINATELECOM_CARDLOCK,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSTATUS_CHINATELECOM_CARDLOCKbit 0:0:Not enabledbit 1:1:Enabled<BR>Obsolete. This SBP is not used anymore.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Obsolete. This SBP is not used anymore.,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6300,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[44].SBP_STATUS_CHINATELECOM_EXTENSIONS,modem_sbp_config[44].SBP_STATUS_CHINATELECOM_EXTENSIONS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureChinaTelecom related featuresbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:China Telecom SIM card inserted.<BR>0:Not China Telecom SIM card inserted.,,,,1xRTT,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 15<BR>[Init] download Gen97 load to phone<BR>[Test Step]<BR>1, Open MCF tool, <BR>2, Load MCF DB,<BR>3, Modify LID item, NVRAM_EF_SBP_MODEM_CONFIG_LID, GID:6300<BR>4, Generate OTA file<BR>5, Add OP-OTA tag<BR>6, Generate OP-OTA file,<BR>7, Put OTA/OP-OTA files to Android file system ,<BR>8, Open MTK EM mode (Telephony -> MCF -> Sim1/Sim2), then select OTA/OP-OTA files<BR>9. Check if value modified in OP-OTA file after reboot handset<BR>[Expected Result]<BR>value is changed as expected.",Pass,,,,
+6300,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[44].SBP_STATUS_CHINATELECOM_EXTENSIONS,modem_sbp_config[44].SBP_STATUS_CHINATELECOM_EXTENSIONS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureChinaTelecom related featuresbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not China Telecom SIM card inserted.<BR>1:China Telecom SIM card inserted.,,,,1xRTT,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 15<BR>[Init] download Gen97 load to phone<BR>[Test Step]<BR>1, Open MCF tool, <BR>2, Load MCF DB,<BR>3, Modify LID item, NVRAM_EF_SBP_MODEM_CONFIG_LID, GID:6300<BR>4, Generate OTA file<BR>5, Add OP-OTA tag<BR>6, Generate OP-OTA file,<BR>7, Put OTA/OP-OTA files to Android file system ,<BR>8, Open MTK EM mode (Telephony -> MCF -> Sim1/Sim2), then select OTA/OP-OTA files<BR>9. Check if value modified in OP-OTA file after reboot handset<BR>[Expected Result]<BR>value is changed as expected.",Pass,,,,
6301,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[44].SBP_STATUS_CO_CLOCK,modem_sbp_config[44].SBP_STATUS_CO_CLOCK,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. The co clock feature.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0,1",No,NA,NA,Co-TSX,Modem - Operator Requirement,,,No need to test,Untested,,,,
6302,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_CT_AUTO_REG_WHEN_MCC_CHANGED,modem_sbp_config[49].SBP_STATUS_CT_AUTO_REG_WHEN_MCC_CHANGED,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAuto registration when MCC is changed.bit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6303,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[48].SBP_STATUS_DO_APERSISTENCE_AVOID,modem_sbp_config[48].SBP_STATUS_DO_APERSISTENCE_AVOID,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurestore and use DO APERSISTENCEbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
@@ -6287,7 +6287,7 @@
6308,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[48].SBP_STATUS_HVOLTE,modem_sbp_config[48].SBP_STATUS_HVOLTE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresupport DAN/DCN in hVolte modebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Support<BR>0x00:Not Support,No,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
6309,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[46].SBP_STATUS_IDLE_GEO_LIST,modem_sbp_config[46].SBP_STATUS_IDLE_GEO_LIST,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurethe use of idle geo listbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6310,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[46].SBP_STATUS_IPV6,modem_sbp_config[46].SBP_STATUS_IPV6,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureversion 6 of the Internet Protocol (IPv6) feature. 0 Not support IPv6bit ; 1 support IPv6",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0,1",No,,,MD Config,Modem - Customer Requirement,,,c2k IPv6 test.,Pass,,,,
-6311,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_LBS_DATA_LOGGING,modem_sbp_config[50].SBP_STATUS_LBS_DATA_LOGGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresupports LBS data loggingbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:not support LBS logging.<BR>1:support LBS logging.,,,,[C2K Protocol Baseline]C2K_AGPS,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 15<BR>[Init] download Gen97 load to phone<BR>[Test Step]<BR>1, Open MCF tool, <BR>2, Load MCF DB,<BR>3, Modify LID item, NVRAM_EF_SBP_MODEM_CONFIG_LID, GID:6300<BR>4, Generate OTA file<BR>5, Add OP-OTA tag<BR>6, Generate OP-OTA file,<BR>7, Put OTA/OP-OTA files to Android file system ,<BR>8, Open MTK EM mode (Telephony -> MCF -> Sim1/Sim2), then select OTA/OP-OTA files<BR>9. Check if value modified in OP-OTA file after reboot handset<BR>[Expected Result]<BR>value is changed as expected.",Pass,,,,
+6311,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_LBS_DATA_LOGGING,modem_sbp_config[50].SBP_STATUS_LBS_DATA_LOGGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresupports LBS data loggingbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:support LBS logging.<BR>0:not support LBS logging.,,,,[C2K Protocol Baseline]C2K_AGPS,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 15<BR>[Init] download Gen97 load to phone<BR>[Test Step]<BR>1, Open MCF tool, <BR>2, Load MCF DB,<BR>3, Modify LID item, NVRAM_EF_SBP_MODEM_CONFIG_LID, GID:6300<BR>4, Generate OTA file<BR>5, Add OP-OTA tag<BR>6, Generate OP-OTA file,<BR>7, Put OTA/OP-OTA files to Android file system ,<BR>8, Open MTK EM mode (Telephony -> MCF -> Sim1/Sim2), then select OTA/OP-OTA files<BR>9. Check if value modified in OP-OTA file after reboot handset<BR>[Expected Result]<BR>value is changed as expected.",Pass,,,,
6312,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[46].SBP_STATUS_MIP,modem_sbp_config[46].SBP_STATUS_MIP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIP Mobility Support or not. 0 Not Support Moblie IP feature; 1 Support Moblie IP feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0,1",No,,,MD Config,Modem - Customer Requirement,,,lab test: MIP case,Pass,,,,
6313,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[46].SBP_STATUS_MIP_DMU,modem_sbp_config[46].SBP_STATUS_MIP_DMU,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureVerizon Wireless Dynamic Mobile IP Key Update procedure featurebit 0:0:Disable DMU for Moblie IP featurebit 1:1:Enable DMU for Moblie IP feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0,1",No,,,MD Config,Modem - Customer Requirement,,,lab test: MIP cases.,Pass,,,,
6314,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[44].SBP_STATUS_MODEM_TURNON_AUTO,modem_sbp_config[44].SBP_STATUS_MODEM_TURNON_AUTO,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTurn on modem automatically when test modem without APbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
@@ -6298,7 +6298,7 @@
6319,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_STATUS_SHO_OPTIMIZATION,modem_sbp_config[79].SBP_STATUS_SHO_OPTIMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether MS needs to reduce soft handoff times when good signalbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP, trigger a voice call by 1xRTT<BR>[Test Step] The signal strength of a neighbour cell greater than Tadd first and then less than Tadd<BR>[Expected Result] MS did not add this neighbour cell to Aset",Pass,,,,
6320,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_SID_MAPPING_MCC,modem_sbp_config[49].SBP_STATUS_SID_MAPPING_MCC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureC2K 1xRTT use System ID to map MCC(Mobile Country Code), not use the MCC in Extend System Parameter Messagebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Vzw GMSS cases,Pass,,,,
6321,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[47].SBP_STATUS_SILENT_REDIAL_ON_SIB8,modem_sbp_config[47].SBP_STATUS_SILENT_REDIAL_ON_SIB8,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSilent Redial with SIB8 1xRTT collocation Frequency Brocadcast feature request by Vzw specbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6322,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_STATUS_SLC_INVALID_SECTORID_CHK,modem_sbp_config[43].SBP_STATUS_SLC_INVALID_SECTORID_CHK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurewhether the sector ID of EV-DO is to be checkedbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] set the subnetId to all zero, the power on ue on this evdo cell<BR>[Expected Result] EVDO could not camp on this subnetId invalid cell",Pass,,,,
+6322,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[43].SBP_STATUS_SLC_INVALID_SECTORID_CHK,modem_sbp_config[43].SBP_STATUS_SLC_INVALID_SECTORID_CHK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurewhether the sector ID of EV-DO is to be checkedbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] set the subnetId to all zero, the power on ue on this evdo cell<BR>[Expected Result] EVDO could not camp on this subnetId invalid cell",Pass,,,,
6323,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_SPRINT_1X_SYS_LOST,modem_sbp_config[49].SBP_STATUS_SPRINT_1X_SYS_LOST,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. No needed after UMOLYA as feature is opened without a SBP to controlbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x01,NR15.R3.MD700.MP,,This SBP was obsolete,No,,,1xRTT,Modem - 3GPP2 Spec.,,,This SBP was obsolete,Untested,,,,
6324,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[51].SBP_STATUS_SPRINT_AT_CMD,modem_sbp_config[51].SBP_STATUS_SPRINT_AT_CMD,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSprint required AT commandbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0-1:int: 0-1,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6325,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_SPRINT_BSR,modem_sbp_config[49].SBP_STATUS_SPRINT_BSR,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurereject not most preferred system while idle handoffbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,Sprint System Selection,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
@@ -6307,13 +6307,13 @@
6328,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_STATUS_SPRINT_DDTM,modem_sbp_config[60].SBP_STATUS_SPRINT_DDTM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDDTM feature for Sprint networkbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"For Sprint, enable DDTM feature(AT+DDTM=1); ping in EVDO, 1xRTT can not make registration and ignore paging",Pass,,,,
6329,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_SPRINT_MO_SMS_BREAK_BSR,modem_sbp_config[50].SBP_STATUS_SPRINT_MO_SMS_BREAK_BSR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether continue to do BSR after sending SMSbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,sprint TC3824,Pass,,,,
6330,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[52].SBP_STATUS_SPRINT_OPTM_WARM_RESET,modem_sbp_config[52].SBP_STATUS_SPRINT_OPTM_WARM_RESET,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresession restore with re-nego IDP and keepalive while warm resetbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] warm power on to EVDO camp on<BR>[Expected Result] EVDO renego EVDO session after power on,Pass,,,,
-6331,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_SPRINT_PERSISTENCE_FAIL,modem_sbp_config[50].SBP_STATUS_SPRINT_PERSISTENCE_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether do system determination when PERSISTENCE FAILbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,sprint test cases,Pass,,,,
-6332,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_SPRINT_QC_REDIRECT,modem_sbp_config[49].SBP_STATUS_SPRINT_QC_REDIRECT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresystem acquiring move away from current channel when Quick Redirectbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step]switch the current channel to the target channel.<BR>[Expected Result]switch the current channel to the target channel.,Pass,,,,
-6333,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[52].SBP_STATUS_SPRINT_REPORT_SO,modem_sbp_config[52].SBP_STATUS_SPRINT_REPORT_SO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurereport SO to user interfacebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,"for Sprint, make a voice call, check the SO in EM",Pass,,,,
-6334,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_SPRINT_SMS,modem_sbp_config[50].SBP_STATUS_SPRINT_SMS,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSMS in emergency modebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Support SPRINT SMS.<BR>0:not support SPRINT SMS.,,,,[C2K Protocol Baseline]1xRTT_SMS,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
+6331,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_SPRINT_PERSISTENCE_FAIL,modem_sbp_config[50].SBP_STATUS_SPRINT_PERSISTENCE_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether do system determination when PERSISTENCE FAILbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,sprint test cases,Pass,,,,
+6332,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_SPRINT_QC_REDIRECT,modem_sbp_config[49].SBP_STATUS_SPRINT_QC_REDIRECT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresystem acquiring move away from current channel when Quick Redirectbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step]switch the current channel to the target channel.<BR>[Expected Result]switch the current channel to the target channel.,Pass,,,,
+6333,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[52].SBP_STATUS_SPRINT_REPORT_SO,modem_sbp_config[52].SBP_STATUS_SPRINT_REPORT_SO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurereport SO to user interfacebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"for Sprint, make a voice call, check the SO in EM",Pass,,,,
+6334,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_SPRINT_SMS,modem_sbp_config[50].SBP_STATUS_SPRINT_SMS,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSMS in emergency modebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:not support SPRINT SMS.<BR>1:Support SPRINT SMS.,,,,[C2K Protocol Baseline]1xRTT_SMS,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
6335,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[51].SBP_STATUS_SPRINT_SMS_CMAS,modem_sbp_config[51].SBP_STATUS_SPRINT_SMS_CMAS,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Always enabled after UMOLYAbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,[C2K Protocol Baseline]1xRTT_SMS,Modem - 3GPP2 Spec.,,,,Pass,,,,
6336,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[51].SBP_STATUS_SPRINT_SMS_DISABLE_SO_NEG,modem_sbp_config[51].SBP_STATUS_SPRINT_SMS_DISABLE_SO_NEG,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresupport service option negotiationbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:support SO negotiation.<BR>1:not support SO negotiation.,,,,[C2K Protocol Baseline]1xRTT_SMS,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
-6337,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[53].SBP_STATUS_SPRINT_TRAFF_NEW_CH_LOGGING_LAST_CHANNEL,modem_sbp_config[53].SBP_STATUS_SPRINT_TRAFF_NEW_CH_LOGGING_LAST_CHANNEL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether MS needs to save the channel in ECAM as last channelbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP, a 1xRTT channel is not in CCLM<BR>[Test Step] MS received a ECAM with this channel<BR>[Expected Result] Save this channel as last channel",Pass,,,,
+6337,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[53].SBP_STATUS_SPRINT_TRAFF_NEW_CH_LOGGING_LAST_CHANNEL,modem_sbp_config[53].SBP_STATUS_SPRINT_TRAFF_NEW_CH_LOGGING_LAST_CHANNEL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether MS needs to save the channel in ECAM as last channelbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP, a 1xRTT channel is not in CCLM<BR>[Test Step] MS received a ECAM with this channel<BR>[Expected Result] Save this channel as last channel",Pass,,,,
6338,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[50].SBP_STATUS_SPRINT_TRAFF_NEW_CH_NOT_LOGGING_MRU,modem_sbp_config[50].SBP_STATUS_SPRINT_TRAFF_NEW_CH_NOT_LOGGING_MRU,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether MS needs to add new channel to MRU table in traffic statebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP, trigger a voice call by 1xRTT<BR>[Test Step] MS handoff to another channel<BR>[Expected Result] Save the target channel to MRU table",Pass,,,,
6339,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[45].SBP_STATUS_SYS_CSS_1X_MAPE_HOME_SYS_AVOID_FEATURE,modem_sbp_config[45].SBP_STATUS_SYS_CSS_1X_MAPE_HOME_SYS_AVOID_FEATURE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureHome system avoidance once MAPE registration failure occured releated features of c2k modem request by Vzw specbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01,,,,Sprint System Selection,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6340,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[46].SBP_STATUS_SYS_CSS_1X_ONLY_REJECT_REDIR_IF_NEG_IN_PRL_FEATURE,modem_sbp_config[46].SBP_STATUS_SYS_CSS_1X_ONLY_REJECT_REDIR_IF_NEG_IN_PRL_FEATURE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurereject C2K system found negative in NAM or PRLbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
@@ -6322,15 +6322,15 @@
6343,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[45].SBP_STATUS_SYS_ENH_SYSTEM_SELECT_FEATURE,modem_sbp_config[45].SBP_STATUS_SYS_ENH_SYSTEM_SELECT_FEATURE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDefault band system select features of c2k modem request by Vzw spec.bit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6344,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[45].SBP_STATUS_SYS_ERI_FEATURE,modem_sbp_config[45].SBP_STATUS_SYS_ERI_FEATURE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete.This feature is implemented by APbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,Sprint System Selection,Modem - Operator Requirement,,,,Untested,,,,
6345,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[44].SBP_STATUS_SYS_OPTION_OTASP,modem_sbp_config[44].SBP_STATUS_SYS_OPTION_OTASP,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSTATUS_SYS_OPTION_OTASPbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:support OTASP,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6346,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[45].SBP_STATUS_SYS_REGISTRATION_THROTTLING_FEATURE,modem_sbp_config[45].SBP_STATUS_SYS_REGISTRATION_THROTTLING_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRegistration Throttling to avoid draining battery in area where MS continously fails to register due to Max Access Probe failuresbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine,<BR>Init:<BR>config a 1xRTT cell which ignore any access attempt<BR>Test Step:<BR>1. power on the phone;<BR>2. UE camp on the cell;<BR>3. UE tries to register to the cell 8 times;<BR>Expected Result:<BR>after step3, UE does not make register in 3mins;",Pass,,,,
+6346,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[45].SBP_STATUS_SYS_REGISTRATION_THROTTLING_FEATURE,modem_sbp_config[45].SBP_STATUS_SYS_REGISTRATION_THROTTLING_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRegistration Throttling to avoid draining battery in area where MS continously fails to register due to Max Access Probe failuresbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine,<BR>Init:<BR>config a 1xRTT cell which ignore any access attempt<BR>Test Step:<BR>1. power on the phone;<BR>2. UE camp on the cell;<BR>3. UE tries to register to the cell 8 times;<BR>Expected Result:<BR>after step3, UE does not make register in 3mins;",Pass,,,,
6347,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_STATUS_SYS_REG_THROTTLING_ENHANCE,modem_sbp_config[55].SBP_STATUS_SYS_REG_THROTTLING_ENHANCE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featureforbid the regostration as rulebit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,none,Pass,,,,
-6348,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[45].SBP_STATUS_SYS_SAFETY_NET_REGISTRATION_FEATURE,modem_sbp_config[45].SBP_STATUS_SYS_SAFETY_NET_REGISTRATION_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePerform safety net registration in network that may result in the network not knowing the whereabouts of the MS for extended periodsbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,none,Pass,,,,
-6349,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[54].SBP_STATUS_VZW_1XRTT_DISABLE_AHO_OPTIMIZE,modem_sbp_config[54].SBP_STATUS_VZW_1XRTT_DISABLE_AHO_OPTIMIZE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature1XRTT access handoff optimizebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"Vzw, MT call testing in poor signal",Pass,,,,
+6348,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[45].SBP_STATUS_SYS_SAFETY_NET_REGISTRATION_FEATURE,modem_sbp_config[45].SBP_STATUS_SYS_SAFETY_NET_REGISTRATION_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePerform safety net registration in network that may result in the network not knowing the whereabouts of the MS for extended periodsbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,none,Pass,,,,
+6349,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[54].SBP_STATUS_VZW_1XRTT_DISABLE_AHO_OPTIMIZE,modem_sbp_config[54].SBP_STATUS_VZW_1XRTT_DISABLE_AHO_OPTIMIZE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature1XRTT access handoff optimizebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,"Vzw, MT call testing in poor signal",Pass,,,,
6350,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[55].SBP_STATUS_VZW_1XRTT_SYSTEM_LOST_SEARCH_FOR_UOI_SR,modem_sbp_config[55].SBP_STATUS_VZW_1XRTT_SYSTEM_LOST_SEARCH_FOR_UOI_SR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSystem lost search for UOI SRbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"Vzw, MO call test in poor signal",Pass,,,,
6351,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[46].SBP_STATUS_VZW_DATA_ENHANCEMENT,modem_sbp_config[46].SBP_STATUS_VZW_DATA_ENHANCEMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature Data service special features developed for Verizon:<BR>0 Not support Data service special features;<BR>1 support Data service special features",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0,1",No,,,MD Config,Modem - Customer Requirement,,,VZW data test,Pass,,,,
-6352,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[48].SBP_STATUS_VZW_DISABLE_EVDO_SUSPEND_TIMING,modem_sbp_config[48].SBP_STATUS_VZW_DISABLE_EVDO_SUSPEND_TIMING,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEVDO suspend timing is invalid or notbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step]config susepnd time parameter in the connection close message.<BR>[Expected Result] AT response the susepnd time to AN in the connection close message.,Pass,,,,
-6353,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[47].SBP_STATUS_VZW_E911,modem_sbp_config[47].SBP_STATUS_VZW_E911,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMultimode E911 releated features of c2k modem request by Vzw specbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01,,,,VzW E911,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6354,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_VZW_FEMTOCELL_FEATURE,modem_sbp_config[49].SBP_STATUS_VZW_FEMTOCELL_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIndicate whether the current system is in femtocell according to VzW specbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step]Report the VAL_CLC_CELL_INFO_MSG to VAL when EVDO camps on.<BR>[Expected Result]Report the VAL_CLC_CELL_INFO_MSG to VAL when EVDO camps on.,Pass,,,,
+6352,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[48].SBP_STATUS_VZW_DISABLE_EVDO_SUSPEND_TIMING,modem_sbp_config[48].SBP_STATUS_VZW_DISABLE_EVDO_SUSPEND_TIMING,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEVDO suspend timing is invalid or notbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step]config susepnd time parameter in the connection close message.<BR>[Expected Result] AT response the susepnd time to AN in the connection close message.,Pass,,,,
+6353,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[47].SBP_STATUS_VZW_E911,modem_sbp_config[47].SBP_STATUS_VZW_E911,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureMultimode E911 releated features of c2k modem request by Vzw specbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01,,,,OP12 E911,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+6354,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_VZW_FEMTOCELL_FEATURE,modem_sbp_config[49].SBP_STATUS_VZW_FEMTOCELL_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIndicate whether the current system is in femtocell according to VzW specbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step]Report the VAL_CLC_CELL_INFO_MSG to VAL when EVDO camps on.<BR>[Expected Result]Report the VAL_CLC_CELL_INFO_MSG to VAL when EVDO camps on.,Pass,,,,
6355,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[49].SBP_STATUS_VZW_LTE_MMO_SCAN,modem_sbp_config[49].SBP_STATUS_VZW_LTE_MMO_SCAN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureRat change to LTE using MPSR manner when EVDO is in connected statebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step]EVDO sends CLC_ERRC_EVDO_PS_CONNECTION_STATUS_IND to LTE.<BR>[Expected Result]EVDO sends CLC_ERRC_EVDO_PS_CONNECTION_STATUS_IND to LTE.,Pass,,,,
6356,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[48].SBP_STATUS_VZW_LTE_SIB8_TIMING,modem_sbp_config[48].SBP_STATUS_VZW_LTE_SIB8_TIMING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUtilize the CDMA-LTE timing relation in SIB8 to accelerate 1xRTT/EVDO cell search procedurebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,IRAT(C2K-LTE),Modem - Operator Requirement,,,"Test in machine (Y/N): Y<BR> Test Time (minutes): 240<BR> [Init] power up, camp on LTE/1xRTT on SPRINT network<BR> [Test Step] start LTE->EVDO Irat measure<BR> [Expected Result] EVDO can find ncell with LTE SIB8 timing quickly",Pass,,,,
6357,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[47].SBP_STATUS_VZW_MEID_ME,modem_sbp_config[47].SBP_STATUS_VZW_MEID_ME,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport MEID ME in Status Responsebit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,test case: C.S0073-B section 2.2.3,Pass,,,,
@@ -6341,56 +6341,56 @@
6362,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[48].SBP_STATUS_VZW_SUPL,modem_sbp_config[48].SBP_STATUS_VZW_SUPL,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuresupport C2K SUPL AGPS in C2K networkbit 0:0:Not enabledbit 1:1:Enabled<BR>phase out, not used.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:not support SUPL.,No,,,[C2K Protocol Baseline]C2K_AGPS,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6363,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[47].SBP_STATUS_VZW_TDO,modem_sbp_config[47].SBP_STATUS_VZW_TDO,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurewait TDO to camp on DObit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0,,,,EVDO,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6364,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[48].SBP_STATUS_VZW_TX_CLOSELOOP,modem_sbp_config[48].SBP_STATUS_VZW_TX_CLOSELOOP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIndicate whether the \"Tx power up faster and down slower\" funtion will be open or nobit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,VzW CDMA-Less,Modem - Operator Requirement,,,"Enter EVDO connect state,set 8960 instrument at all up Rpcbit or all down Rpcbit mode",Pass,,,,
-6365,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[54].SBP_STATUS_VZW_UNSOLICITED_LOCATION_NOTIFICATION,modem_sbp_config[54].SBP_STATUS_VZW_UNSOLICITED_LOCATION_NOTIFICATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurewhether MS need report unsolicited location notification to networkbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] evdo idle handoff to another subnetId cell<BR>[Expected Result] UE report a location_notification OTA message to network,Pass,,,,
+6365,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[54].SBP_STATUS_VZW_UNSOLICITED_LOCATION_NOTIFICATION,modem_sbp_config[54].SBP_STATUS_VZW_UNSOLICITED_LOCATION_NOTIFICATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurewhether MS need report unsolicited location notification to networkbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] evdo idle handoff to another subnetId cell<BR>[Expected Result] UE report a location_notification OTA message to network,Pass,,,,
6366,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_STMSI_PAGING_ATTACK_HANDLING,modem_sbp_config[84].SBP_STMSI_PAGING_ATTACK_HANDLING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureS-TMSI paging attack handlingbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable the handling of S-TMSI paging attack.<BR>1:Enable the handling of S-TMSI paging attack.,No,,__ENABLE_SBP_STMSI_PAGING_ATTACK_HANDLING__,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Pass,,,,
6367,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[58].SBP_SUPPORT_A5_4,modem_sbp_config[58].SBP_SUPPORT_A5_4,OTA and OTA BY OP,no,no,no,yes,"The A5/4 algorithm is one of cipher modes used in GSM after the MS enters dedicated state and starts ciphering. <BR>If the MS support A5/4 algorithm, it will report this capability support on the CLASSMARK to the network and the network,<BR>if supports this cipher algorithm, may request the MS to start ciphering using A5/4.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Support for A5_4 is disabled.<BR>0:Support for A5_4 is enabled.,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6368,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_SUPPORT_GEA1,modem_sbp_config[79].SBP_SUPPORT_GEA1,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable GEA1 Encryption Algorithm bit. <BR>The GEA1 algorithm is one of cipher modes used in GPRS after the MS enters transfer state and starts ciphering. If the MS support GEA1 algorithm, it will report this capability support on the CLASSMARK to the network and the network, if supports this cipher algorithm, may request the MS to start ciphering using GEA1.<BR>This SBP is present under SBP feature flag __DISABLE_GEA1__ which is used in setting the SBP value",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:GEA1 Enabled<BR>0x00:GEA1 Disabled,No,,This SBP is present under SBP feature flag __DISABLE_GEA1__ which is used in setting the SBP value,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for GEA1 on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
+6368,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_SUPPORT_GEA1,modem_sbp_config[79].SBP_SUPPORT_GEA1,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable GEA1 Encryption Algorithm bit. <BR>The GEA1 algorithm is one of cipher modes used in GPRS after the MS enters transfer state and starts ciphering. If the MS support GEA1 algorithm, it will report this capability support on the CLASSMARK to the network and the network, if supports this cipher algorithm, may request the MS to start ciphering using GEA1.<BR>This SBP is present under SBP feature flag __DISABLE_GEA1__ which is used in setting the SBP value",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:GEA1 Disabled<BR>0x01:GEA1 Enabled,No,,This SBP is present under SBP feature flag __DISABLE_GEA1__ which is used in setting the SBP value,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for GEA1 on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
6369,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_SUPPORT_GEA2,modem_sbp_config[87].SBP_SUPPORT_GEA2,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable GEA2 Encryption Algorithmbit.<BR>The GEA2 algorithm is one of cipher modes used in GPRS after the MS enters transfer state and starts ciphering. If the MS support GEA2 algorithm, it will report this capability support on the CLASSMARK to the network and the network, if supports this cipher algorithm, may request the MS to start ciphering using GEA2.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:GEA2 Enabled<BR>0x00:GEA2 Disabled,No,,This SBP is present under SBP feature flag __DISABLE_GEA2__ which is used in setting the SBP value,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for GEA2 on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
-6370,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_SUPPORT_GEA3,modem_sbp_config[87].SBP_SUPPORT_GEA3,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable GEA3 Encryption Algorithm bit.<BR><BR>The GEA3 algorithm is one of cipher modes used in GPRS after the MS enters transfer state and starts ciphering. If the MS support GEA3 algorithm, it will report this capability support on the CLASSMARK to the network and the network, if supports this cipher algorithm, may request the MS to start ciphering using GEA3.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:GEA3 Enabled<BR>0x00:GEA3 Disabled,No,,This SBP is present under SBP feature flag __DISABLE_GEA3__ which is used in setting the SBP value,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for GEA3 on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
+6370,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_SUPPORT_GEA3,modem_sbp_config[87].SBP_SUPPORT_GEA3,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable GEA3 Encryption Algorithm bit.<BR><BR>The GEA3 algorithm is one of cipher modes used in GPRS after the MS enters transfer state and starts ciphering. If the MS support GEA3 algorithm, it will report this capability support on the CLASSMARK to the network and the network, if supports this cipher algorithm, may request the MS to start ciphering using GEA3.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:GEA3 Disabled<BR>0x01:GEA3 Enabled,No,,This SBP is present under SBP feature flag __DISABLE_GEA3__ which is used in setting the SBP value,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for GEA3 on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
6371,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_SUPPORT_GEA4,modem_sbp_config[79].SBP_SUPPORT_GEA4,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Enable GEA4 Encryption Algorithm bit. <BR>The GEA4 algorithm is one of cipher modes used in GPRS after the MS enters transfer state and starts ciphering. If the MS support GEA4 algorithm, it will report this capability support on the CLASSMARK to the network and the network, if supports this cipher algorithm, may request the MS to start ciphering using GEA4.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:GEA4 Disabled<BR>0x01:GEA4 Enabled,No,,This SBP is present under SBP feature flag __GEA4_ALGORITHM_SUPPORT_CAPABILITY__ which is used in setting the SBP value. This SBP can be configured using feature flag __DISABLE_GEA4__.The feature is coded under __A54_ALGORITHM_SUPPORT__ flag which is us,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for GEA4 on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
6372,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[78].SBP_SYNC_RAU,modem_sbp_config[78].SBP_SYNC_RAU,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf RRC_CNX is abruptly released perform RAU to sync UE and network state to not miss MT pagebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:SYNC RAU would not be applied for gemini interruptions inorder to sync the lost connection with the network<BR>1:SYNC RAU would be applied for gemini interruptions inorder to sync the lost connection with the network,No,,__ENABLE_SYNC_RAU__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6373,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_T3346_POWER_ON_RESTART,modem_sbp_config[19].SBP_T3346_POWER_ON_RESTART,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Always enabled after UMOLY if compile option __REL10__ is enabledbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disabled.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6374,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_T3402_POWER_ON_RESTART,modem_sbp_config[19].SBP_T3402_POWER_ON_RESTART,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureT3402 power-on restart supportbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Restart the T3402 timers that are not expired yet at modem power-on.<BR>0:Not restart the T3402 timers that are not expired yet at modem power-on.,No,,__SBP_T3402_POWER_ON_RESTART__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6373,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_T3346_POWER_ON_RESTART,modem_sbp_config[19].SBP_T3346_POWER_ON_RESTART,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. Always enabled after UMOLY if compile option __REL10__ is enabledbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6374,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[19].SBP_T3402_POWER_ON_RESTART,modem_sbp_config[19].SBP_T3402_POWER_ON_RESTART,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureT3402 power-on restart supportbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not restart the T3402 timers that are not expired yet at modem power-on.<BR>1:Restart the T3402 timers that are not expired yet at modem power-on.,No,,__SBP_T3402_POWER_ON_RESTART__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6375,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[22].SBP_T3402_STOP_WHEN_MANUAL_SELECT,modem_sbp_config[22].SBP_T3402_STOP_WHEN_MANUAL_SELECT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureStop T3402 when manual selectionbit 0:0:Disable. Spec behaviorbit 1:1:Enabled. Stop T3402 when manual selection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Stop T3402 when manual selection.<BR>0:Disable. Spec behavior.,No,,__SBP_T3402_STOP_WHEN_MANUAL_SELECT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6376,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_TC01_ATP_TABLES,modem_sbp_config[17].SBP_TC01_ATP_TABLES,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUse TC01 ATP tables or notbit 0:0:Disabled. Not use TC01 ATP tables for MTK turnkeybit 1:1:Enabled. Use TC01 ATP tables for TC01",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
-6377,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_TCM_ENABLE_INACTIVITY_TIMER,modem_sbp_config[34].SBP_TCM_ENABLE_INACTIVITY_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDeactivate long time (inactivity timer) inactive PDN (no UL/DL packets)bit 0:0:Disable Inactivity Timerbit 1:1:Enable Inactivity Timer",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable Inactivity Timer feature<BR>0:Disable Inactivity Timer feature,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6377,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[34].SBP_TCM_ENABLE_INACTIVITY_TIMER,modem_sbp_config[34].SBP_TCM_ENABLE_INACTIVITY_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDeactivate long time (inactivity timer) inactive PDN (no UL/DL packets)bit 0:0:Disable Inactivity Timerbit 1:1:Enable Inactivity Timer",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable Inactivity Timer feature<BR>1:Enable Inactivity Timer feature,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6378,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[57].SBP_TCM_IMS_ROAMING_ALWAYS_ON,modem_sbp_config[57].SBP_TCM_IMS_ROAMING_ALWAYS_ON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeaturePretend UE to support IMS-Roaming in TCM and PAM modules for testingbit 0:0:Not to pretend UE to support IMS-Roaming in TCM and PAM modules for testingbit 1:1:Pretend UE to support IMS-Roaming in TCM and PAM modules for testing",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:If this PDN does not support PS DATA OFF, the UE will not run PS DATA OFF logic on this PDN. The UE runs the existing MTK data off logic.<BR>1:If this PDN does not support PS DATA OFF, the UE will run PS DATA OFF logic on this PDN",No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6379,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_TCM_QOS_SIG_IND_ENABLED,modem_sbp_config[23].SBP_TCM_QOS_SIG_IND_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAuto set Signaling-Indication flag in Requested QoSbit 0:0:Not auto set Signaling-Indication flag in Requested QoSbit 1:1:Would auto set Signaling-Indication flag in Requested QoS",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Would auto set Signaling-Indication flag in Requested QoS when defining one PDN as an IMS PDN ( \<IM_CN_Signalling_Flag_Ind\> == 1 )<BR>0:Not auto set Signaling-Indication flag in Requested QoS when defining one PDN as an IMS PDN ( \<IM_CN_Signalling_Flag_Ind\> == 1 ),No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6379,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[23].SBP_TCM_QOS_SIG_IND_ENABLED,modem_sbp_config[23].SBP_TCM_QOS_SIG_IND_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAuto set Signaling-Indication flag in Requested QoSbit 0:0:Not auto set Signaling-Indication flag in Requested QoSbit 1:1:Would auto set Signaling-Indication flag in Requested QoS",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not auto set Signaling-Indication flag in Requested QoS when defining one PDN as an IMS PDN ( \<IM_CN_Signalling_Flag_Ind\> == 1 )<BR>1:Would auto set Signaling-Indication flag in Requested QoS when defining one PDN as an IMS PDN ( \<IM_CN_Signalling_Flag_Ind\> == 1 ),No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6380,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[77].SBP_TDD_ECSFB_AVOID_LU_FAIL_CELLS,modem_sbp_config[77].SBP_TDD_ECSFB_AVOID_LU_FAIL_CELLS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature4G2 eCSFB to avoid selection of LU fail cellsbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
6381,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[25].SBP_TERMINAL_CAPABILITY_FLEX,modem_sbp_config[25].SBP_TERMINAL_CAPABILITY_FLEX,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo support flexible UICC/CLF interface settingbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6382,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[39].SBP_TFTLIB_PF_REALLOC,modem_sbp_config[39].SBP_TFTLIB_PF_REALLOC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureThe memory locations of TFT packet filters will be re-allocated from dynamic memory address to static memory address to avoid dynamically allocated memory consumption.bit 0:0:Disable. The packet filters in the dynamic memory address will not be re-allocated to static memory addressbit 1:1:Enable. If the memory address of packet filter is dynamically allocated, the packet filter will be re-allocated to static memory address if the static memory address is available.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"1:If the memory address of packet filter is dynamically allocated, the packet filter will be re-allocated to static memory address if the static memory address is available.<BR>0:The packet fileters in the dynamic memory address will not be moved (re-allocated) to static memory address.",No,,,5G Protocol (R15 Baseline),Modem - 3GPP Spec.,,,Test in machine (N) <BR>[Init] <BR>Read NVRAM.<BR> [Expected Result]<BR>modem_sbp_config[39].SBP_TFTLIB_PF_REALLOC is NOT in NVRAM.,Pass,,,,
-6383,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[37].SBP_TFT_UL_PF_CHECK,modem_sbp_config[37].SBP_TFT_UL_PF_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCheck if the resulting TFT contains any uplink packet filter according to 3GPP 24.301 CR1938.bit 0:0:Disable. The UE will not check if the uplink packet filter exists in the resulting TFTbit 1:1:Enable. If the uplink packet filter does not exist in the resulting TFT, the UE will reply with Semantic errors in packet filters",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:If the uplink packet filter does not exist in the resulting TFT, UE will reply with ESm case #44 "semantic errors in packet fitler(s)"<BR>0:The UE will not check if the uplink packter fitler existes in the resulting TFT.",No,,,5G Protocol (R15 Baseline),Modem - 3GPP Spec.,,,Test in machine (N) <BR>[Init] <BR>Read NVRAM.<BR> [Expected Result]<BR>modem_sbp_config[37].SBP_TFT_UL_PF_CHECK is NOT in NVRAM.,Pass,,,,
-6384,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_THROTTLE_COUNTER_RESET_EXEMPTION,modem_sbp_config[35].SBP_THROTTLE_COUNTER_RESET_EXEMPTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to avoid resetting the throttling counter in case of RA or P-CSCF errorbit 0:0:Throttling counter will always be reset.bit 1:1:Throttling counter will not always be reset.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Enabled<BR>0x01:Disabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
+6383,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[37].SBP_TFT_UL_PF_CHECK,modem_sbp_config[37].SBP_TFT_UL_PF_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCheck if the resulting TFT contains any uplink packet filter according to 3GPP 24.301 CR1938.bit 0:0:Disable. The UE will not check if the uplink packet filter exists in the resulting TFTbit 1:1:Enable. If the uplink packet filter does not exist in the resulting TFT, the UE will reply with Semantic errors in packet filters",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:The UE will not check if the uplink packter fitler existes in the resulting TFT.<BR>1:If the uplink packet filter does not exist in the resulting TFT, UE will reply with ESm case #44 "semantic errors in packet fitler(s)"",No,,,5G Protocol (R15 Baseline),Modem - 3GPP Spec.,,,Test in machine (N) <BR>[Init] <BR>Read NVRAM.<BR> [Expected Result]<BR>modem_sbp_config[37].SBP_TFT_UL_PF_CHECK is NOT in NVRAM.,Pass,,,,
+6384,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[35].SBP_THROTTLE_COUNTER_RESET_EXEMPTION,modem_sbp_config[35].SBP_THROTTLE_COUNTER_RESET_EXEMPTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureControl whether to avoid resetting the throttling counter in case of RA or P-CSCF errorbit 0:0:Throttling counter will always be reset.bit 1:1:Throttling counter will not always be reset.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:Disabled<BR>0x00:Enabled,,,,MD Config,Modem - Customer Requirement,,,Legacy Feature,Pass,,,,
6385,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_TIN_DELETE_NOT_USE_MAPPED_GUTI,modem_sbp_config[70].SBP_TIN_DELETE_NOT_USE_MAPPED_GUTI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDo not use mapped GUTI to attach when TIN is deletedbit 0:0:Disable. Can use mapped GUTI to attach when TIN is deleted.bit 1:1:Enabled. Do not use mapped GUTI to attach when TIN is deleted.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. Can use mapped GUTI to attach when TIN is deleted.<BR>1:Enabled. Do not use mapped GUTI to attach when TIN is deleted.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6386,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_TIN_DELETE_USE_IMSI,modem_sbp_config[70].SBP_TIN_DELETE_USE_IMSI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUse IMSI to attach when TIN is deletedbit 0:0:Disable. Will not directely use IMSI for ATTACH REQ when TIN is deletedbit 1:1:Enabled. Use IMSI for ATTACH REQ when TIN is deleted.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. Will not directely use IMSI for ATTACH REQ when TIN is deleted.<BR>1:Enabled. Use IMSI for ATTACH REQ when TIN is deleted.,No,,__ENABLE_LTE_TIN_DELETE_USE_IMSI__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6386,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[70].SBP_TIN_DELETE_USE_IMSI,modem_sbp_config[70].SBP_TIN_DELETE_USE_IMSI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUse IMSI to attach when TIN is deletedbit 0:0:Disable. Will not directely use IMSI for ATTACH REQ when TIN is deletedbit 1:1:Enabled. Use IMSI for ATTACH REQ when TIN is deleted.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. Use IMSI for ATTACH REQ when TIN is deleted.<BR>0:Disable. Will not directely use IMSI for ATTACH REQ when TIN is deleted.,No,,__ENABLE_LTE_TIN_DELETE_USE_IMSI__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6387,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[16].SBP_TMOUS_VOLTE_FT,modem_sbp_config[16].SBP_TMOUS_VOLTE_FT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTMOUS VOLTE enhancementbit 0:0:UE can not trigger early radio link failurebit 1:1:UE can trigger early radio link failure during VOLTE call",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:UE can not trigger early radio link failure<BR>1:UE can trigger early radio link failure during VOLTE call,No,,__TMOUS_VOLTE_FT__,Voice over LTE,Modem IMS - VoLTE,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6388,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[3].SBP_TMO_ECC_NOTIFICATION_ENABLE,modem_sbp_config[3].SBP_TMO_ECC_NOTIFICATION_ENABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure TMO ECC Notificationbit 0:0:USSD not supported while ECC is ongoing but integrity is OFFbit 1:1:USSD is supported while ECC is ongoing but integrity is OFF",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x0:Disable Modem will not actively control the RAT mode, but listen to the setting from AT command or NVRAM.<BR>0x1:Enable. Modem will actively control the RAT mode. The setting from AT command is ignored .",No,,__TMO_ECC_NOTIFICATION_ENABLE__,[WCDMA Protocol Baseline]IRAT,Modem - 3GPP Spec.,,,NA,Pass,,,,
6389,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[6].SBP_TMO_GBA,modem_sbp_config[6].SBP_TMO_GBA,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete. No need to support this feature for new SPEC versionbit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-6390,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_TMO_IRAT_SET_ACTIVE_FLAG,modem_sbp_config[8].SBP_TMO_IRAT_SET_ACTIVE_FLAG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE will set the 'active' flag in the TAU request after IRAT from 2/3G to 4Gbit 0:0:Disabled. UE will not set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G.bit 1:1:Enabled. UE will set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. UE will not set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G.<BR>1:Enabled. UE will set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G.,No,,__TMO_IRAT_SET_ACTIVE_FLAG__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6390,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[8].SBP_TMO_IRAT_SET_ACTIVE_FLAG,modem_sbp_config[8].SBP_TMO_IRAT_SET_ACTIVE_FLAG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE will set the 'active' flag in the TAU request after IRAT from 2/3G to 4Gbit 0:0:Disabled. UE will not set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G.bit 1:1:Enabled. UE will set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. UE will set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G.<BR>0:Disabled. UE will not set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G.,No,,__TMO_IRAT_SET_ACTIVE_FLAG__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6391,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[2].SBP_TMO_PLMN_MATCHING,modem_sbp_config[2].SBP_TMO_PLMN_MATCHING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo prevent the issue of network configuration, treat T-Mobile 31026f and 310260 as equivalentbit 0:0:Turn-off. Not treat TMO PLMNs as matchingbit 1:1:Turn-on. Treat TMO PLMNs as matching",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6392,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[7].SBP_TMO_REMOTE_SIM_LOCK,modem_sbp_config[7].SBP_TMO_REMOTE_SIM_LOCK,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureT-Mobile Remote SIM-ME Lockbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
+6392,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[7].SBP_TMO_REMOTE_SIM_LOCK,modem_sbp_config[7].SBP_TMO_REMOTE_SIM_LOCK,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureT-Mobile Remote SIM-ME Lockbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6393,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[95].SBP_TREAT_PLMN_FROM_IMSI_IN_OPLMN_AS_EHPLMN,modem_sbp_config[95].SBP_TREAT_PLMN_FROM_IMSI_IN_OPLMN_AS_EHPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureIf EHPLMN presents and does not contain the PLMN of IMSI, we would treat the PLMN of IMSI as HPLMN only when OPLMNs contains this PLMN of IMSI toobit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6394,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[94].SBP_TRIGGER_AFR_AFTER_RLF,modem_sbp_config[94].SBP_TRIGGER_AFR_AFTER_RLF,OTA and OTA BY OP,no,no,no,yes,"This is a feature in which when CSFB call triggered in 2G and RLF happens, then 2G will trigger AFR to higher RAT.There will be no call re-establishment triggered in 2G after RLF when this SBP will be on due to AFR triggered. In non CSFB call case, this SBP has no impact on re-establishment and higher layer can still trigger re-establishment after RLF.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable. AFR shall not be triggered after 2G CSFB call failed due to RLF.<BR>1:Enabled. AFR shall be triggered after 2G CSFB call failed due to RLF.,No,,__TRIGGER_AFR_AFTER_RLF__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-6395,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_TRIGGER_ATTACH_WITH_IMSI,modem_sbp_config[99].SBP_TRIGGER_ATTACH_WITH_IMSI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet the IMSI as MS identity in GMM ATTACH REQUESTbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x1:If enable, GMM trigger ATTACH REQUEST in 3G with MS Identity as IMSI even though UE has valid PTMSI<BR>0x0:If disable, GMM trigger ATTACH REQEUST in 3G as per spec",No,,__TRIGGER_ATTACH_WITH_IMSI__,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,NA,Pass,,,,
-6396,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_TRIGGER_GPRS_DETACH_WITH_POWER_OFF_ON_SIM_DISABLED,modem_sbp_config[100].SBP_TRIGGER_GPRS_DETACH_WITH_POWER_OFF_ON_SIM_DISABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger GPRS detach with POWER OFF on SIM disabledbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:When AT+ESIMPOWER =10 (SIM disabled) has been received, Modem behaves as SIM DISABLE but perform as normal GPRS DETACH REQUEST.<BR>1:When AT+ESIMPOWER =10 (SIM disabled) has been received, Modem behaves as SIM DISABLE but perform as POWER_OFF_GPRS_DETACH_REQUEST.",No,,,[WCDMA Protocol Baseline]SIB_READ_MODIFY,Modem - 3GPP Spec.,,,,Pass,,,,
-6397,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_TRY_RACH_BAR_CELL_DURING_STORE_LIST,modem_sbp_config[79].SBP_TRY_RACH_BAR_CELL_DURING_STORE_LIST,Not Support,no,no,no,yes,0:0:Not Supportedbit,BIT,1,,1,,NR15.R3.MD700.MP,,0:not support<BR>1:support,,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+6395,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[99].SBP_TRIGGER_ATTACH_WITH_IMSI,modem_sbp_config[99].SBP_TRIGGER_ATTACH_WITH_IMSI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSet the IMSI as MS identity in GMM ATTACH REQUESTbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x0:If disable, GMM trigger ATTACH REQEUST in 3G as per spec<BR>0x1:If enable, GMM trigger ATTACH REQUEST in 3G with MS Identity as IMSI even though UE has valid PTMSI",No,,__TRIGGER_ATTACH_WITH_IMSI__,[WCDMA Protocol Baseline]GMM,Modem Application - Modem Control,,,NA,Pass,,,,
+6396,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[100].SBP_TRIGGER_GPRS_DETACH_WITH_POWER_OFF_ON_SIM_DISABLED,modem_sbp_config[100].SBP_TRIGGER_GPRS_DETACH_WITH_POWER_OFF_ON_SIM_DISABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTrigger GPRS detach with POWER OFF on SIM disabledbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:When AT+ESIMPOWER =10 (SIM disabled) has been received, Modem behaves as SIM DISABLE but perform as POWER_OFF_GPRS_DETACH_REQUEST.<BR>0:When AT+ESIMPOWER =10 (SIM disabled) has been received, Modem behaves as SIM DISABLE but perform as normal GPRS DETACH REQUEST.",No,,,[WCDMA Protocol Baseline]SIB_READ_MODIFY,Modem - 3GPP Spec.,,,,Pass,,,,
+6397,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_TRY_RACH_BAR_CELL_DURING_STORE_LIST,modem_sbp_config[79].SBP_TRY_RACH_BAR_CELL_DURING_STORE_LIST,Not Support,no,no,no,yes,0:0:Not Supportedbit,BIT,1,,1,,NR15.R3.MD700.MP,,1:support<BR><BR>0:not support,,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6398,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[59].SBP_T_PLUS_W,modem_sbp_config[59].SBP_T_PLUS_W,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable T+W featurebit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
6399,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[85].SBP_UDC,modem_sbp_config[85].SBP_UDC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureEnable Uplink Data Compression(UDC)bit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,1:support<BR>0:not support,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-6400,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_UECAP_SIZE_DYNAMIC_ADJUST,modem_sbp_config[60].SBP_UECAP_SIZE_DYNAMIC_ADJUST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE cap size dynamic adjustmentbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,1:support<BR>0:not support,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+6400,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[60].SBP_UECAP_SIZE_DYNAMIC_ADJUST,modem_sbp_config[60].SBP_UECAP_SIZE_DYNAMIC_ADJUST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUE cap size dynamic adjustmentbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,0:not support<BR>1:support,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
6401,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[87].SBP_UL1D_CS_CS3_THD_DOCOMO_EN,modem_sbp_config[87].SBP_UL1D_CS_CS3_THD_DOCOMO_EN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCS3 Threshold incresed by 2dbbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:enable<BR>bit 0:disable,Yes,,No,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) :Y<BR> Test Steps:<BR> Step1: Power on UE (AT)<BR> Step2: Start U-Plane by UE/NW<BR> Step3: The U-Plane is connected successfully.<BR> Step4: Power up WCDMA2 for radio link addition<BR> Step5: Power up WCDMA3 for radio link addition<BR> Step6: Power down WCDMA3 for radio link replacement<BR> Step7: Power up WCDMA4 for radio link replacement,Pass,,,,
6402,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[71].SBP_UL1D_CS_TRIGGER_EXTEND_RLF_EN,modem_sbp_config[71].SBP_UL1D_CS_TRIGGER_EXTEND_RLF_EN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureCS triggers Extend RLF Timerbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,,,,CS triggered extended RLF,Modem - Customer Requirement,,,Not possible.,Untested,,,,
-6403,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_UMAC_TVM_DECREASE_TRANSMITTED,modem_sbp_config[12].SBP_UMAC_TVM_DECREASE_TRANSMITTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDecrease TVM value by data transmitted in current TTI. SBP for internal test only.<BR>bit 0=Disabled. The TVM will not decrease data volumn transmitted in current TTI. <BR>bit 1=Enabled. it will decrease TVM for the data transmitted in currnet TTI.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. it will decrease TVM for the data transmitted in currnet TTI.<BR>0:Disabled. The TVM will not decrease data volumn transmitted in current TTI.,No,,,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for 3g Data on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
+6403,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_UMAC_TVM_DECREASE_TRANSMITTED,modem_sbp_config[12].SBP_UMAC_TVM_DECREASE_TRANSMITTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDecrease TVM value by data transmitted in current TTI. SBP for internal test only.<BR>bit 0=Disabled. The TVM will not decrease data volumn transmitted in current TTI. <BR>bit 1=Enabled. it will decrease TVM for the data transmitted in currnet TTI.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. The TVM will not decrease data volumn transmitted in current TTI.<BR>1:Enabled. it will decrease TVM for the data transmitted in currnet TTI.,No,,,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for 3g Data on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
6404,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[12].SBP_UMAC_TVM_FAVOR_POW_PERF,modem_sbp_config[12].SBP_UMAC_TVM_FAVOR_POW_PERF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUsed to reduce power consumption by decreasing TVM value.SBP for internal test only<BR>bit 0:Disabled. The TVM will not decrease data volumn transmitted in current TTI in DCH.<BR>bit 1:Enabled. it will decrease TVM for the data transmitted in currnet TTI in DCH. <BR>It may make UE back to FACH when TVM is near threshold.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. The TVM will not decrease data volumn transmitted in current TTI in DCH.<BR>1:Enabled. it will decrease TVM for the data transmitted in currnet TTI in DCH.,No,,,MD Config,Modem - Customer Requirement,,,Test in machine : (Y) <BR> Test Time (10) <BR> [Init] GCF Testcases for 3g Data on Anite<BR> [Test Step] <BR> [Expected Result],Pass,,,,
-6405,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[0].SBP_UMTS_CB_OFF,modem_sbp_config[0].SBP_UMTS_CB_OFF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure Cell Broadcast enabling in UMTS networkbit 0:0:Cell Broadcast in UMTS network is enabledbit 1:1:Cell Broadcast in UMTS network is disabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0:Disable this feature means UMTS cell broadcase will be usual way<BR>0x1:Enable this feature means UMTS cell broadcast is turned off.,No,,__3G_CB_OFF__,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,NA,Pass,,,,
+6405,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[0].SBP_UMTS_CB_OFF,modem_sbp_config[0].SBP_UMTS_CB_OFF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure Cell Broadcast enabling in UMTS networkbit 0:0:Cell Broadcast in UMTS network is enabledbit 1:1:Cell Broadcast in UMTS network is disabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x1:Enable this feature means UMTS cell broadcast is turned off.<BR>0x0:Disable this feature means UMTS cell broadcase will be usual way,No,,__3G_CB_OFF__,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,NA,Pass,,,,
6406,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[93].SBP_UNCOMP_CNTXT_USE_IR,modem_sbp_config[93].SBP_UNCOMP_CNTXT_USE_IR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureAlways use IR while uncompressed context is selectedbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): N<BR>Test Time (minutes): 10<BR><BR>[Init] <BR>Attach to LTE and IMS PDN is activated. VoLTE icon is available.<BR><BR>[Test Step] <BR>1. Start and keep VoLTE call, and do cell handover many times<BR><BR>[Expected Result]<BR>ROHC sends IR packet when using ROHC uncompressed profile <BR> for ROHC compression. This can be found in L2 trace. E.g.,<BR><BR>[ROHC-C][CNTXT] (cid 0, profile_id 0x0) is created for rb_idx 2 <BR>[ROHC-C][PKT] rohc_c_pt: 1, pt_ext: -1 [1:IR 14:UO0 18:UOR2 21:R0]<BR><BR>profile_id 0x0 represents ROHC uncompressed profile<BR>rohc_c_pt 1 represents IR packet",Pass,,,,
6407,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[79].SBP_UPDATE_CFU_ICON,modem_sbp_config[79].SBP_UPDATE_CFU_ICON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUpdate the CFIS/CPHS filebit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
6408,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_UPDATE_SIB19_INFO,modem_sbp_config[42].SBP_UPDATE_SIB19_INFO,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] This feature enables UE to avoid sending SIB19 info indication to L4C",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6409,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_URC_UMTS_PS_RAB_STATUS,modem_sbp_config[42].SBP_URC_UMTS_PS_RAB_STATUS,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature Send URC for UMTS PS RAB statusbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,Yes,,,AT Command,Modem Application - Modem Control,,,"After UE registering, check whether AP behaves normally",Pass,,,,
-6410,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_USER_REQ_NOT_INIT_GMM_PROC_WHEN_ABNORMAL_T3302_RUNNING,modem_sbp_config[17].SBP_USER_REQ_NOT_INIT_GMM_PROC_WHEN_ABNORMAL_T3302_RUNNING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUser request not trigger ATTACH/RAU in attempt-to-update state and T3302 runningbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:User request not trigger ATTACH or RAU in attempt-to-update state and T3302 running .<BR>0:User trigger ATTACH or RAU in attempt-to-update state and T3302 running,No,,,[WCDMA Protocol Baseline]GMM,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
-6411,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_USER_REQ_NOT_INIT_MM_PROC_WHEN_ABNORMAL_T3212_RUNNING,modem_sbp_config[17].SBP_USER_REQ_NOT_INIT_MM_PROC_WHEN_ABNORMAL_T3212_RUNNING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure whether to allow user to trigger LU in attempt-to-update state and T3212 runningbit 0:0:Allow User request to trigger LU in attempt-to-update state and T3212 runningbit 1:1:Do not allow user to trigger LU in attempt-to-update state and T3212 running",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:UE will trigger LU when MM is in attempting to update state and T3212 running<BR>1:UE will not trigger LU when MM is in attempting to update state and T3212 running,No,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
+6409,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[42].SBP_URC_UMTS_PS_RAB_STATUS,modem_sbp_config[42].SBP_URC_UMTS_PS_RAB_STATUS,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature Send URC for UMTS PS RAB statusbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,Yes,,,AT Command,Modem Application - Modem Control,,,"After UE registering, check whether AP behaves normally",Pass,,,,
+6410,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_USER_REQ_NOT_INIT_GMM_PROC_WHEN_ABNORMAL_T3302_RUNNING,modem_sbp_config[17].SBP_USER_REQ_NOT_INIT_GMM_PROC_WHEN_ABNORMAL_T3302_RUNNING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureUser request not trigger ATTACH/RAU in attempt-to-update state and T3302 runningbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:User trigger ATTACH or RAU in attempt-to-update state and T3302 running<BR>1:User request not trigger ATTACH or RAU in attempt-to-update state and T3302 running .,No,,,[WCDMA Protocol Baseline]GMM,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+6411,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[17].SBP_USER_REQ_NOT_INIT_MM_PROC_WHEN_ABNORMAL_T3212_RUNNING,modem_sbp_config[17].SBP_USER_REQ_NOT_INIT_MM_PROC_WHEN_ABNORMAL_T3212_RUNNING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureConfigure whether to allow user to trigger LU in attempt-to-update state and T3212 runningbit 0:0:Allow User request to trigger LU in attempt-to-update state and T3212 runningbit 1:1:Do not allow user to trigger LU in attempt-to-update state and T3212 running",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:UE will not trigger LU when MM is in attempting to update state and T3212 running<BR>0:UE will trigger LU when MM is in attempting to update state and T3212 running,No,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
6412,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[88].SBP_USE_IMSI_IN_EMERGENCY_ATTACH,modem_sbp_config[88].SBP_USE_IMSI_IN_EMERGENCY_ATTACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureForce to use IMSI in Emergency Attach Requestbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled.<BR>1:Enabled.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6413,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[51].SBP_USE_RESTRICTIVE_SYSTEM_MATCH_FEATURE,modem_sbp_config[51].SBP_USE_RESTRICTIVE_SYSTEM_MATCH_FEATURE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurerestrictive match when validate a C2K systembit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6414,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_USE_SM_QOS_SUBSCRIBED,modem_sbp_config[4].SBP_USE_SM_QOS_SUBSCRIBED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSM use QoS Subscribed Valuebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:UE shall use MTK default QoS setting (sdu_error_ratio=4; reliability_class=3; delivery_order=2; Rest all values as subscribed)<BR>1:UE shall use subscribed values(0x00) for all QoS params,No,,__USE_SM_QOS_SUBSCRIBED__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6414,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[4].SBP_USE_SM_QOS_SUBSCRIBED,modem_sbp_config[4].SBP_USE_SM_QOS_SUBSCRIBED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSM use QoS Subscribed Valuebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:UE shall use subscribed values(0x00) for all QoS params<BR>0:UE shall use MTK default QoS setting (sdu_error_ratio=4; reliability_class=3; delivery_order=2; Rest all values as subscribed),No,,__USE_SM_QOS_SUBSCRIBED__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6415,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[3].SBP_USIM_CSP_SUPPORT,modem_sbp_config[3].SBP_USIM_CSP_SUPPORT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureTo Support CSP file Under USIM Applicationbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6416,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[38].SBP_VDM_ADS_ECMP_SET_TO_WLAN,modem_sbp_config[38].SBP_VDM_ADS_ECMP_SET_TO_WLAN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after UMOLY. User could refer to NVRAM_EF_VDM_ADS_PROFILE_LID for the same funtionality.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
6417,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[29].SBP_VDM_CONVERT_ATD_TO_ATDE_FOR_ECC_CHECK,modem_sbp_config[29].SBP_VDM_CONVERT_ATD_TO_ATDE_FOR_ECC_CHECK,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureObsolete after UMOLY. User could refer to NVRAM_EF_VDM_ADS_PROFILE_LID for the same funtionality.bit 0:0:N/Abit 1:1:N/A",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
@@ -6400,52 +6400,52 @@
6421,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[51].SBP_VOICE_ROAM_BARRING,modem_sbp_config[51].SBP_VOICE_ROAM_BARRING,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurevoice roam settingbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,Sprint System Selection,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6422,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_VOLTE_END_TRIGGER_NW_RELEASE_DATA_SIM,modem_sbp_config[84].SBP_VOLTE_END_TRIGGER_NW_RELEASE_DATA_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport the trigger of direct connection release when volte call ended on data SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,L+L,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6423,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[84].SBP_VOLTE_END_TRIGGER_NW_RELEASE_NONDATA_SIM,modem_sbp_config[84].SBP_VOLTE_END_TRIGGER_NW_RELEASE_NONDATA_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureSupport the trigger of direct connection release when volte call ended on non-data SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,L+L,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-6424,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_VOLTE_END_TRIGGER_REEST_DATA_SIM,modem_sbp_config[97].SBP_VOLTE_END_TRIGGER_REEST_DATA_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNo trigger of further reestablishment when network ignores TRIGGER_RELEASE A2 on DATA SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,SBP_VOLTE_END_TRIGGER_NW_RELEASE_DATA_SIM,L+L,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6424,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_VOLTE_END_TRIGGER_REEST_DATA_SIM,modem_sbp_config[97].SBP_VOLTE_END_TRIGGER_REEST_DATA_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNo trigger of further reestablishment when network ignores TRIGGER_RELEASE A2 on DATA SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,SBP_VOLTE_END_TRIGGER_NW_RELEASE_DATA_SIM,L+L,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6425,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[97].SBP_VOLTE_END_TRIGGER_REEST_NONDATA_SIM,modem_sbp_config[97].SBP_VOLTE_END_TRIGGER_REEST_NONDATA_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNo trigger of further reestablishment when network ignores TRIGGER_RELEASE A2 on NON DATA SIMbit 0:0:Disabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,SBP_VOLTE_END_TRIGGER_NW_RELEASE_NONDATA_SIM,L+L,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
6426,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[63].SBP_VPLMN_WITH_HPLMN_IN_EPLMN_AS_HIGHEST_PLMN,modem_sbp_config[63].SBP_VPLMN_WITH_HPLMN_IN_EPLMN_AS_HIGHEST_PLMN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureNot perform auto reselection if home PLMN is in Equivalent PLMN listbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: not support<BR>1: support,,,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
6427,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[53].SBP_VZW_INTERNATIONAL_ROAMING_REG,modem_sbp_config[53].SBP_VZW_INTERNATIONAL_ROAMING_REG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureDisable VzW international roaming registration featurebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,Vzw test case:<BR>VZ_TC_GLOBALFIT_8323,Pass,,,,
6428,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[52].SBP_VZW_PSW_BYPASS_BAD_SECTOR,modem_sbp_config[52].SBP_VZW_PSW_BYPASS_BAD_SECTOR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featurebypass bad sector in sync acq phase for VZW networkbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,"Vzw network, MO/MT call in poor signal",Pass,,,,
-6429,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[53].SBP_VZW_REFRESH_PROCEED_DURING_THE_CALL,modem_sbp_config[53].SBP_VZW_REFRESH_PROCEED_DURING_THE_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuretear down the current call and allow ISIM/USIM/CSIM refresh when it comesbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,VZW UICC CSIM,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
-6430,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_VZW_REPORT_LTE_RS_SNR,modem_sbp_config[18].SBP_VZW_REPORT_LTE_RS_SNR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport VZW defined L1 filtered RSRPbit 0:0:LTE RSRP of LTE signal strength indicator according to conventional metricbit 1:1:LTE RSRP of LTE signal strength indicator according to VzW requirement",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:LTE RSRP of LTE signal strength indicator according to VzW requirement<BR>0:LTE RSRP of LTE signal strength indicator according to conventional metric,No,,,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-6431,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_WAIT_RLC_ACK_FOR_RB_RELEASE,modem_sbp_config[72].SBP_WAIT_RLC_ACK_FOR_RB_RELEASE,Not Support,no,no,no,no,Configuration of SBP FeatureWait RLC ack for RB releasebit 0:0:Waitbit 1:1:Don't wait,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Wait for rlc ack<BR>0:Dont wait,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6432,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_WAIT_RRC_CONN_REL_FOR_SET_RAT_MODE,modem_sbp_config[24].SBP_WAIT_RRC_CONN_REL_FOR_SET_RAT_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWait for network to release RRC conn for set rat modebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:It means that UE forcefully releases the RR connection to initating rat mode change procedure to access stratum<BR>0:It means that UE waits for RR connection to get released by network before initating rat mode change procedure to access stratum,No,,,MD Config,Modem - Customer Requirement,,,1. Perform Data Services .<BR>2. Change the RAT mode .,Pass,,,,
+6429,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[53].SBP_VZW_REFRESH_PROCEED_DURING_THE_CALL,modem_sbp_config[53].SBP_VZW_REFRESH_PROCEED_DURING_THE_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Featuretear down the current call and allow ISIM/USIM/CSIM refresh when it comesbit 0:0:Not enabledbit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,OP12 UICC CSIM,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
+6430,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[18].SBP_VZW_REPORT_LTE_RS_SNR,modem_sbp_config[18].SBP_VZW_REPORT_LTE_RS_SNR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureReport VZW defined L1 filtered RSRPbit 0:0:LTE RSRP of LTE signal strength indicator according to conventional metricbit 1:1:LTE RSRP of LTE signal strength indicator according to VzW requirement",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:LTE RSRP of LTE signal strength indicator according to conventional metric<BR>1:LTE RSRP of LTE signal strength indicator according to VzW requirement,No,,,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6431,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_WAIT_RLC_ACK_FOR_RB_RELEASE,modem_sbp_config[72].SBP_WAIT_RLC_ACK_FOR_RB_RELEASE,Not Support,no,no,no,no,Configuration of SBP FeatureWait RLC ack for RB releasebit 0:0:Waitbit 1:1:Don't wait,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Dont wait<BR>1:Wait for rlc ack,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+6432,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[24].SBP_WAIT_RRC_CONN_REL_FOR_SET_RAT_MODE,modem_sbp_config[24].SBP_WAIT_RRC_CONN_REL_FOR_SET_RAT_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWait for network to release RRC conn for set rat modebit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:It means that UE waits for RR connection to get released by network before initating rat mode change procedure to access stratum<BR>1:It means that UE forcefully releases the RR connection to initating rat mode change procedure to access stratum,No,,,MD Config,Modem - Customer Requirement,,,1. Perform Data Services .<BR>2. Change the RAT mode .,Pass,,,,
6433,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[13].SBP_WRAP_AROUND_INT_FAIL,modem_sbp_config[13].SBP_WRAP_AROUND_INT_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWhether to do re-attach when integrity check is failed for NAS messagebit 0:0:Disabled. Discard NAS message when integrity check failed.bit 1:1:Enabled. Discard NAS message and perform re-attach procedure when integrity check failed.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled. Discard NAS message when integrity check failed.<BR>1:Enabled. Discard NAS message and perform re-attach procedure when integrity check failed.,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-6434,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_WW_SUPPORT_BAND_AND_CA_COMB_FILTER,modem_sbp_config[72].SBP_WW_SUPPORT_BAND_AND_CA_COMB_FILTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWorldwide LTE support band and CA band combination filteringbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,1,NR15.R3.MD700.MP,,0:disable<BR>1:enabled ==> UE filters out unnecessary LTE support band and CA band combination in the EUTRA Capability according to the worldwide LTE band and CA band combination database,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+6434,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[72].SBP_WW_SUPPORT_BAND_AND_CA_COMB_FILTER,modem_sbp_config[72].SBP_WW_SUPPORT_BAND_AND_CA_COMB_FILTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP FeatureWorldwide LTE support band and CA band combination filteringbit 0:0:Not Enabledbit 1:1:Enabled",BIT,1,,1,1,NR15.R3.MD700.MP,,1:enabled ==> UE filters out unnecessary LTE support band and CA band combination in the EUTRA Capability according to the worldwide LTE band and CA band combination database<BR>0:disable,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
6435,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[21].SBP_X2G_HO_START_CPHR_CR0585_ENABLE,modem_sbp_config[21].SBP_X2G_HO_START_CPHR_CR0585_ENABLE,OTA and OTA BY OP,no,no,no,yes,"This SBP is related to 3GPP CR number 0585. According to this 3GPP CR, if 3G in CS call, was not ciphered and network sent HANDOVER COMMAND TO GERAN message in which START CIPHER IE is received, then this HO should not be accepted and HO FAILURE needs be sent to NW.This SBP helps in deciding whether such HO(CIPHER IE received) to GERAN shall be accepted or rejected.<BR>This CR is by default supported and customer can turn off this CR by setting the SBP value to 0.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"1:this 3GPP CR shall be enabled,HO with cipher IE shall NOT be accepted if 3G call was not ciphered<BR>0:this 3GPP CR shall be disabled,HO with cipher IE shall be accepted even though 3G was not ciphered",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
6436,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,sbp_mode,sbp_mode,Not Support,no,no,no,no,"[MCF] SBP ID(Phase out, use NVRAM_EF_SBP_IDS_LID instead)",UNSIGNED INT,4,,,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
6437,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config,modem_sbp_data_config,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data",UNSIGNED CHAR,62,62,,,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-6438,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[19].SBP_2G_FB_DECODE_INTV_IN_VM,modem_sbp_data_config[19].SBP_2G_FB_DECODE_INTV_IN_VM,OTA and OTA BY OP,no,no,no,yes,"2G FB/SB decode interval, number of frames between two FB/SB decode attempt.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00:Use MTK Default value (16 frames)<BR>0x01: Period:1 GSM TDMA frame<BR>0x02: Period:2 GSM TDMA frame,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6439,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[17].SBP_2G_PWR_SCAN_PRD_IN_VM,modem_sbp_data_config[17].SBP_2G_PWR_SCAN_PRD_IN_VM,OTA and OTA BY OP,no,no,no,yes,2G power scan period in Virtual Mode.,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x02: Period:2 GSM TDMA frame<BR>0x00:Use MTK Default value (51 or 102 frames)<BR>0x01: Period:1 GSM TDMA frame,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6440,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[18].SBP_2G_SCAN_NUM_PER_PRD_IN_VM,modem_sbp_data_config[18].SBP_2G_SCAN_NUM_PER_PRD_IN_VM,OTA and OTA BY OP,no,no,no,yes,Number of frames to be scanned in virtual mode per period for 2G,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00:Use MTK Default value (4 or frames)<BR>0x01: Period:1 GSM TDMA frame<BR>0x02: Period:2 GSM TDMA frame,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6441,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[35].SBP_2G_STANDBY_MEAS_FB_DECODE_INTV_IN_VM,modem_sbp_data_config[35].SBP_2G_STANDBY_MEAS_FB_DECODE_INTV_IN_VM,OTA and OTA BY OP,no,no,no,yes,"This SBP is used to give measurement configurations to GL1 by GSM RR when UE is camped on other than 2G RAT<BR> and other SIM is doing data transfer (current SIM is in virtual mode). In virtual mode, 2G cannot do continuous<BR> measurements, hence, measurement FB decode intervals (in frames) is provided to GL1 by GRR via SBP.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,2:2 GSM TDMA frames<BR>0:Use MTK default value 16 frames.<BR>1:1 GSM TDMA frame,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6442,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[34].SBP_2G_STANDBY_MEAS_NUM_PER_PRD_IN_VM,modem_sbp_data_config[34].SBP_2G_STANDBY_MEAS_NUM_PER_PRD_IN_VM,OTA and OTA BY OP,no,no,no,yes,"2G measurement length for 2G measurements in Virtual standby mode. <BR>This SBP is used to give measurement configurations to GL1 by GSM RR when UE is camped on other than 2G RAT and other SIM is doing data transfer (current SIM is in virtual mode). In virtual mode, 2G cannot do continuousmeasurements, hence, measurement length (in frames) is provided to GL1 by GRR via SBP.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,2:2G can measure 4 frames in given frame period in standby state<BR>0:Follow normal IDLE mode measurements (4 or 8 frames)<BR>1:2G can measure 8 frames in given frame period in flight mode,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6443,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[33].SBP_2G_STANDBY_MEAS_PRD_IN_VM,modem_sbp_data_config[33].SBP_2G_STANDBY_MEAS_PRD_IN_VM,OTA and OTA BY OP,no,no,no,yes,"This SBP is used to give measurement configurations to GL1 by GSM RR when UE is camped on other than 2G RAT and other SIM is doing data transfer (current SIM is in virtual mode). In virtual mode, 2G cannot do continuous measurements, hence, measurement period (in frames) is provided to GL1 by GRR via SBP.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,2:2G can measure in every 102 frame period in standby state<BR>1:2G can measure in every 51 frame period in flight mode<BR>0:Follow normal IDLE mode measurements (51 or 102 frames),No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-6445,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[29].SBP_BAR_CELL_RSRP_THRESHOLD,modem_sbp_data_config[29].SBP_BAR_CELL_RSRP_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data RSRP threshold (in dBm) to bar a RA failure cell",BIT,8,,8,0x46,NR15.R3.MD700.MP,,0x46:-70 dBm<BR>0x4B:-75 dBm<BR>0x41:-65 dBm<BR>0x37:-55 dBm<BR>0x32:-50 dBm<BR>0x55:-85 dBm<BR>0x50:-80 dBm<BR>0x5A:-90 dBm<BR>0x3c:-60 dBm,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config the parameter<BR> [Expected Result]<BR>Bar the cell,Pass,,,,
-6446,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[28].SBP_BAR_CELL_SINR_THRESHOLD,modem_sbp_data_config[28].SBP_BAR_CELL_SINR_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataSINR threshold (in dB) to bar a RA failure cell",BIT,8,,8,0x0a,NR15.R3.MD700.MP,,0x19:-25 dB<BR>0x23:-35 dB<BR>0x14:-20 dB<BR>0x05:-5 dB<BR>0x0a:-10 dB<BR>0x28:-40 dB<BR>0x1e:-30 dB<BR>0x0f:-15 dB<BR>0x00:-0 dB,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config the parameter<BR> [Expected Result]<BR>Bar the cell,Pass,,,,
+6438,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[19].SBP_2G_FB_DECODE_INTV_IN_VM,modem_sbp_data_config[19].SBP_2G_FB_DECODE_INTV_IN_VM,OTA and OTA BY OP,no,no,no,yes,"2G FB/SB decode interval, number of frames between two FB/SB decode attempt.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x02: Period:2 GSM TDMA frame<BR>0x01: Period:1 GSM TDMA frame<BR>0x00:Use MTK Default value (16 frames),No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6439,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[17].SBP_2G_PWR_SCAN_PRD_IN_VM,modem_sbp_data_config[17].SBP_2G_PWR_SCAN_PRD_IN_VM,OTA and OTA BY OP,no,no,no,yes,2G power scan period in Virtual Mode.,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00:Use MTK Default value (51 or 102 frames)<BR>0x01: Period:1 GSM TDMA frame<BR>0x02: Period:2 GSM TDMA frame,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6440,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[18].SBP_2G_SCAN_NUM_PER_PRD_IN_VM,modem_sbp_data_config[18].SBP_2G_SCAN_NUM_PER_PRD_IN_VM,OTA and OTA BY OP,no,no,no,yes,Number of frames to be scanned in virtual mode per period for 2G,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00:Use MTK Default value (4 or frames)<BR>0x02: Period:2 GSM TDMA frame<BR>0x01: Period:1 GSM TDMA frame,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6441,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[35].SBP_2G_STANDBY_MEAS_FB_DECODE_INTV_IN_VM,modem_sbp_data_config[35].SBP_2G_STANDBY_MEAS_FB_DECODE_INTV_IN_VM,OTA and OTA BY OP,no,no,no,yes,"This SBP is used to give measurement configurations to GL1 by GSM RR when UE is camped on other than 2G RAT<BR> and other SIM is doing data transfer (current SIM is in virtual mode). In virtual mode, 2G cannot do continuous<BR> measurements, hence, measurement FB decode intervals (in frames) is provided to GL1 by GRR via SBP.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:Use MTK default value 16 frames.<BR>1:1 GSM TDMA frame<BR>2:2 GSM TDMA frames,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6442,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[34].SBP_2G_STANDBY_MEAS_NUM_PER_PRD_IN_VM,modem_sbp_data_config[34].SBP_2G_STANDBY_MEAS_NUM_PER_PRD_IN_VM,OTA and OTA BY OP,no,no,no,yes,"2G measurement length for 2G measurements in Virtual standby mode. <BR>This SBP is used to give measurement configurations to GL1 by GSM RR when UE is camped on other than 2G RAT and other SIM is doing data transfer (current SIM is in virtual mode). In virtual mode, 2G cannot do continuousmeasurements, hence, measurement length (in frames) is provided to GL1 by GRR via SBP.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,1:2G can measure 8 frames in given frame period in flight mode<BR>2:2G can measure 4 frames in given frame period in standby state<BR>0:Follow normal IDLE mode measurements (4 or 8 frames),No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6443,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[33].SBP_2G_STANDBY_MEAS_PRD_IN_VM,modem_sbp_data_config[33].SBP_2G_STANDBY_MEAS_PRD_IN_VM,OTA and OTA BY OP,no,no,no,yes,"This SBP is used to give measurement configurations to GL1 by GSM RR when UE is camped on other than 2G RAT and other SIM is doing data transfer (current SIM is in virtual mode). In virtual mode, 2G cannot do continuous measurements, hence, measurement period (in frames) is provided to GL1 by GRR via SBP.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:Follow normal IDLE mode measurements (51 or 102 frames)<BR>2:2G can measure in every 102 frame period in standby state<BR>1:2G can measure in every 51 frame period in flight mode,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6445,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[29].SBP_BAR_CELL_RSRP_THRESHOLD,modem_sbp_data_config[29].SBP_BAR_CELL_RSRP_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data RSRP threshold (in dBm) to bar a RA failure cell",BIT,8,,8,0x46,NR15.R3.MD700.MP,,0x41:-65 dBm<BR>0x5A:-90 dBm<BR>0x46:-70 dBm<BR>0x4B:-75 dBm<BR>0x37:-55 dBm<BR>0x55:-85 dBm<BR>0x3c:-60 dBm<BR>0x50:-80 dBm<BR>0x32:-50 dBm,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config the parameter<BR> [Expected Result]<BR>Bar the cell,Pass,,,,
+6446,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[28].SBP_BAR_CELL_SINR_THRESHOLD,modem_sbp_data_config[28].SBP_BAR_CELL_SINR_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataSINR threshold (in dB) to bar a RA failure cell",BIT,8,,8,0x0a,NR15.R3.MD700.MP,,0x0f:-15 dB<BR>0x1e:-30 dB<BR>0x05:-5 dB<BR>0x0a:-10 dB<BR>0x14:-20 dB<BR>0x19:-25 dB<BR>0x28:-40 dB<BR>0x23:-35 dB<BR>0x00:-0 dB,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config the parameter<BR> [Expected Result]<BR>Bar the cell,Pass,,,,
6447,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[27].SBP_BAR_CELL_TIME,modem_sbp_data_config[27].SBP_BAR_CELL_TIME,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataBar timer for the RA failure weak signal cell (in second)",BIT,8,,8,5,NR15.R3.MD700.MP,,1~30:value in seconds,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config the parameter<BR> [Expected Result]<BR>Bar the cell,Pass,,,,
6448,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[9].SBP_DATA_HIF_MTU_256BYTES_BASE,modem_sbp_data_config[9].SBP_DATA_HIF_MTU_256BYTES_BASE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataObsolete from all generations",BIT,8,,8,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
6449,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[7].SBP_DATA_LTE_EDDA,modem_sbp_data_config[7].SBP_DATA_LTE_EDDA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Datadefine if UE supports LTE EDDA and with which periodical timer",BIT,8,,8,0x04,NR15.R3.MD700.MP,,0x00 ~ 0x06,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Config the parameter EDDA<BR> [Expected Result]<BR>Trigger EDDA,Pass,,,,
6450,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[32].SBP_DATA_RUIM,modem_sbp_data_config[32].SBP_DATA_RUIM,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataSBP_DATA_RUIMbit 0:0:0bit 1:1:1",BIT,8,,8,0x01,NR15.R3.MD700.MP,,1,(Empty),,,[C2K Protocol Baseline]C2K_UIM,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
6451,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[31].SBP_DATA_SUPPORT_NAM_COUNT,modem_sbp_data_config[31].SBP_DATA_SUPPORT_NAM_COUNT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Datamodem of C2K rat supported NAM numberbit 1:1:1",BIT,8,,8,0x01,NR15.R3.MD700.MP,,0x01,,,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6452,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[0].SBP_DATA_VAMOS,modem_sbp_data_config[0].SBP_DATA_VAMOS,OTA and OTA BY OP,no,no,no,yes,"This feature is defined in 3GPP TS45.001 Ch.13(after R9). <BR>If the MS support VAMOS, the VAMOS level could be VAMOS-I or VAMOS-II. <BR>The MS will report its capability on the CLASSMARK to the network and the NW may assign channel mode with VAMOS mode.",BIT,8,,8,0x02,NR15.R3.MD700.MP,,2:VAMOS_2 Supported(Doc)<BR>1:VAMOS_1 Supported(Doc)<BR>0:Not Supported(Doc),No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
+6452,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[0].SBP_DATA_VAMOS,modem_sbp_data_config[0].SBP_DATA_VAMOS,OTA and OTA BY OP,no,no,no,yes,"This feature is defined in 3GPP TS45.001 Ch.13(after R9). <BR>If the MS support VAMOS, the VAMOS level could be VAMOS-I or VAMOS-II. <BR>The MS will report its capability on the CLASSMARK to the network and the NW may assign channel mode with VAMOS mode.",BIT,8,,8,0x02,NR15.R3.MD700.MP,,0:Not Supported(Doc)<BR>2:VAMOS_2 Supported(Doc)<BR>1:VAMOS_1 Supported(Doc),No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
6454,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[16].SBP_ECBM_MODE_TIMER_MIN,modem_sbp_data_config[16].SBP_ECBM_MODE_TIMER_MIN,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataObsolete after UMOLY.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
6455,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[15].SBP_ECBM_MODE_TIMER_SEC,modem_sbp_data_config[15].SBP_ECBM_MODE_TIMER_SEC,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataObsolete after UMOLY.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
6457,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[40].SBP_EMERGENCY_CALLBACK_MODE,modem_sbp_data_config[40].SBP_EMERGENCY_CALLBACK_MODE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Dataconfigure the mode of emergency call back mode to determine if UE need to enter ECBM mode or not after ECC is terminatedbit 0:0:C2K will not enter ECBM mode after ECC is disconnectedbit 1:1:C2K will enter ECBM mode after ECC is disconnectedbit 2:2:C2K will not enter ECBM mode after ECC is disconnected in CHINA, BUT will enter ECBM mode after ECC is disconnected outside of CHINA",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0,,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-6463,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[14].SBP_EUTRAN_DISABLE_TD_TIMER_VALUE,modem_sbp_data_config[14].SBP_EUTRAN_DISABLE_TD_TIMER_VALUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataEUTRAN Disable TD timer value, N means N minutes while 255 means that we use the default value, high priority search period T.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6464,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[10].SBP_EUTRAN_DISABLE_TIMER_VALUE,modem_sbp_data_config[10].SBP_EUTRAN_DISABLE_TIMER_VALUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataEUTRAN Disable timer value, N means N minutes while 255 means that we use the default value 12 minutes.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-6465,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[6].SBP_GERAN_TO_EUTRAN_SUPPORT_IN_GERAN_PTM,modem_sbp_data_config[6].SBP_GERAN_TO_EUTRAN_SUPPORT_IN_GERAN_PTM,OTA and OTA BY OP,no,no,no,yes,"This feature is used to configure GERAN to E-UTRA support in GERAN packet transfer mode in MS Radio Access capability UE report this capability to network in MS Radio Access capability IE and based on UE capability value, Network will take further action.",BIT,8,,8,0x02,NR15.R3.MD700.MP,,"0x02:CCN towards E-UTRAN, E-UTRAN Neighbour Cell measurement reporting and Network controlled cell reselectionto E-UTRAN supported in addition to capabilities indicated by '0x01'<BR>0x03:PS Handover to EUTRAN supported in addition to capabilities indicated by 0x01 and 0x10 (currently not supported)'<BR>0x00:None<BR>0x01:E-UTRAN Neighbour Cell measurements and MS autonomous cell reselection to E-UTRAN supported",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+6463,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[14].SBP_EUTRAN_DISABLE_TD_TIMER_VALUE,modem_sbp_data_config[14].SBP_EUTRAN_DISABLE_TD_TIMER_VALUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataEUTRAN Disable TD timer value, N means N minutes while 255 means that we use the default value, high priority search period T.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6464,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[10].SBP_EUTRAN_DISABLE_TIMER_VALUE,modem_sbp_data_config[10].SBP_EUTRAN_DISABLE_TIMER_VALUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataEUTRAN Disable timer value, N means N minutes while 255 means that we use the default value 12 minutes.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
+6465,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[6].SBP_GERAN_TO_EUTRAN_SUPPORT_IN_GERAN_PTM,modem_sbp_data_config[6].SBP_GERAN_TO_EUTRAN_SUPPORT_IN_GERAN_PTM,OTA and OTA BY OP,no,no,no,yes,"This feature is used to configure GERAN to E-UTRA support in GERAN packet transfer mode in MS Radio Access capability UE report this capability to network in MS Radio Access capability IE and based on UE capability value, Network will take further action.",BIT,8,,8,0x02,NR15.R3.MD700.MP,,"0x01:E-UTRAN Neighbour Cell measurements and MS autonomous cell reselection to E-UTRAN supported<BR>0x02:CCN towards E-UTRAN, E-UTRAN Neighbour Cell measurement reporting and Network controlled cell reselectionto E-UTRAN supported in addition to capabilities indicated by '0x01'<BR>0x03:PS Handover to EUTRAN supported in addition to capabilities indicated by 0x01 and 0x10 (currently not supported)'<BR>0x00:None",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
6466,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[23].SBP_HVOLTE_MODE,modem_sbp_data_config[23].SBP_HVOLTE_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataDefault hVoLTE Modebit 0:0:hVoLTE SRLTE modebit 1:1:hVoLTE LTE only mode",BIT,8,,8,0x01,NR15.R3.MD700.MP,,0-1,No,,,VzW hVoLTE,Modem - Operator Requirement,,,,Pass,,,,
6467,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[4].SBP_IDC_802_ANT_ISOLATION,modem_sbp_data_config[4].SBP_IDC_802_ANT_ISOLATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataSet antenna isolation between LTE and WiFibit 7:7:ANT_ISOLATION_7bit 8:8:ANT_ISOLATION_8bit 9:9:ANT_ISOLATION_9bit 10:10:ANT_ISOLATION_10bit 11:11:ANT_ISOLATION_11bit 12:12:ANT_ISOLATION_12bit 13:13:ANT_ISOLATION_13bit 14:14:ANT_ISOLATION_14bit 15:15:ANT_ISOLATION_15bit 16:16:ANT_ISOLATION_16bit 17:17:ANT_ISOLATION_17bit 18:18:ANT_ISOLATION_18bit 19:19:ANT_ISOLATION_19bit 20:20:ANT_ISOLATION_20bit 21:21:ANT_ISOLATION_21bit 22:22:ANT_ISOLATION_22bit 23:23:ANT_ISOLATION_23bit 24:24:ANT_ISOLATION_24",BIT,8,,8,0x0c,NR15.R3.MD700.MP,,0x07~0x18,No,,,MD Config,Modem - Customer Requirement,,,N/A (not use),Untested,,,,
6468,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[5].SBP_IDC_DISABLE_CUSTOM,modem_sbp_data_config[5].SBP_IDC_DISABLE_CUSTOM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataSet whether to apply MTK solution or notbit 0:0:WiFi sidelobe: not force, BT sidelobe: not force, Harmonic: not force, Intermodulation: not forcebit 1:1:WiFi sidelobe: force, BT sidelobe: not force, Harmonic: not force, Intermodulation: not forcebit 2:2:WiFi sidelobe: not force, BT sidelobe: force, Harmonic: not force, Intermodulation: not forcebit 3:3:WiFi sidelobe: force, BT sidelobe: force, Harmonic: not force, Intermodulation: not forcebit 4:4:WiFi sidelobe: not force, BT sidelobe: not force, Harmonic: force, Intermodulation: not forcebit 5:5:WiFi sidelobe: force, BT sidelobe: not force, Harmonic: force, Intermodulation: not forcebit 6:6:WiFi sidelobe: not force, BT sidelobe: force, Harmonic: force, Intermodulation: not forcebit 7:7:WiFi sidelobe: force, BT sidelobe: force, Harmonic: force, Intermodulation: not forcebit 8:8:WiFi sidelobe: not force, BT sidelobe: not force, Harmonic: not force, Intermodulation: forcebit 9:9:WiFi sidelobe: force, BT sidelobe: not force, Harmonic: not force, Intermodulation: forcebit 10:10:WiFi sidelobe: not force, BT sidelobe: force, Harmonic: not force, Intermodulation: forcebit 11:11:WiFi sidelobe: force, BT sidelobe: force, Harmonic: not force, Intermodulation: forcebit 12:12:WiFi sidelobe: not force, BT sidelobe: not force, Harmonic: force, Intermodulation: forcebit 13:13:WiFi sidelobe: force, BT sidelobe: not force, Harmonic: force, Intermodulation: forcebit 14:14:WiFi sidelobe: not force, BT sidelobe: force, Harmonic: force, Intermodulation: forcebit 15:15:WiFi sidelobe: force, BT sidelobe: force, Harmonic: force, Intermodulation: force",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00~0x0f,No,,,MD Config,Modem - Customer Requirement,,,"MCF Tool => <BR>Other LID ->NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID <BR>=>modem_sbp_data_config[5]->SBP_IDC_DISABLE_CUSTOM<BR><BR>PS Intergreate Trace=> <BR>"[L1][IDC] cause = %Mel1_rat_set_cause_enum, isConsysEnbl = %d, is LteStateChng = %d, idcEn =%d, InfDetectorEn = %d, customSbp =%d, GpsBlankEn =%d, R11FeatureEn =%d, direct path status =%d" <BR>=> (check :customSbp)",Pass,,,,
6469,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[1].SBP_IDC_EN,modem_sbp_data_config[1].SBP_IDC_EN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataEnable IDC featurebit 0:0:IDC disablebit 1:1:IDC enable",BIT,8,,8,0x01,NR15.R3.MD700.MP,,0x00~0x01,No,,__DISABLE_IDC__,MD Config,Modem - Customer Requirement,,,"MCF Tool => <BR>Other LID ->NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID <BR>=>modem_sbp_data_config[1] -> SBP_IDC_EN<BR><BR>PS Intergreate Trace=> <BR>"[L1][IDC] cause = %Mel1_rat_set_cause_enum, isConsysEnbl = %d, is LteStateChng = %d, idcEn =%d, InfDetectorEn = %d, customSbp =%d, GpsBlankEn =%d, R11FeatureEn =%d, direct path status =%d"<BR><BR>=> (check: idcEn)",Pass,,,,
6470,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[3].SBP_IDC_GPS_BLANK_EN,modem_sbp_data_config[3].SBP_IDC_GPS_BLANK_EN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataEnable GPS blanking featurebit 0:0:GPS_BLANK is disabledbit 1:1:GPS_BLANK is enabled",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00~0x01,No,,MT6739,MD Config,Modem - Customer Requirement,,,"MCF Tool => <BR>Other LID ->NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID <BR>=> modem_sbp_data_config[3] -> SBP_IDC_GPS_BLANK_EN<BR><BR><BR>PS Intergreate Trace=> <BR>"[L1][IDC] cause = %Mel1_rat_set_cause_enum, isConsysEnbl = %d, is LteStateChng = %d, idcEn =%d, InfDetectorEn = %d, customSbp =%d, GpsBlankEn =%d, R11FeatureEn =%d, direct path status =%d"<BR><BR>=> (check: GpsBlankEn )",Pass,,,,
6471,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[2].SBP_IDC_IM_LTE_TX_PWR,modem_sbp_data_config[2].SBP_IDC_IM_LTE_TX_PWR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataSet LTE max Tx power when IDC is enabledbit 1:1:TX_PWR_1bit 2:2:TX_PWR_2bit 3:3:TX_PWR_3bit 4:4:TX_PWR_4bit 5:5:TX_PWR_5bit 6:6:TX_PWR_6bit 7:7:TX_PWR_7bit 8:8:TX_PWR_8bit 9:9:TX_PWR_9bit 10:10:TX_PWR_10bit 11:11:TX_PWR_11bit 12:12:TX_PWR_12bit 13:13:TX_PWR_13bit 14:14:TX_PWR_14bit 15:15:TX_PWR_15bit 16:16:TX_PWR_16bit 17:17:TX_PWR_17bit 18:18:TX_PWR_18bit 19:19:TX_PWR_19bit 20:20:TX_PWR_20bit 21:21:TX_PWR_21bit 22:22:TX_PWR_22bit 23:23:TX_PWR_23",BIT,8,,8,17,NR15.R3.MD700.MP,,0x01~0x17,No,,,MD Config,Modem - Customer Requirement,,,"MCF Tool => <BR>Other LID ->NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID <BR>=>modem_sbp_data_config[2] -> SBP_IDC_IM_TX_PWR<BR><BR>PS Intergreate Trace=> <BR>"[L1][IDC] nr_idc_power+backoff_ntf()" isWfScan =%d, isMdNeedPowerbackoff =%d, wifi_tragger_bmp =%d, bt_trigger_bmp =%d, band= %d, old TX power =%d, new TX power = %d"<BR>=> (check: isMdNeedPowerbackoff & old TX power & new TX power )",Pass,,,,
-6473,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[30].SBP_IRAT_IN_VIRTUAL_MODE,modem_sbp_data_config[30].SBP_IRAT_IN_VIRTUAL_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataIRAT Measure/Reselect in Virtual Modebit 0:0:All offbit 1:1:Partial on: 2G measure/reselect 3/4G and 3G measure/reselect 2/4Gbit 2:2:All on: 2G measure/reselect 3/4G, 3G measure/reselect 2/4G, 4G measure/reselect 2/3G",BIT,8,,8,0x01,NR15.R3.MD700.MP,,"0:All off<BR>2:All on; 2G measure/reselect 3/4G, 3G measure/reselect 2/4G, 4G measure/reselect 2/3G<BR>1:Partial on; 2G measure/reselect 3/4G and 3G measure/reselect 2/4G",No,,SBP_ERRC_IRAT_MEASURE_IN_VIRTUAL_MODE,IRAT in V-idle,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
-6477,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[41].SBP_LPP_SERVER_UNSYNC_WITH_ENB_MFBI_WORKAROUND,modem_sbp_data_config[41].SBP_LPP_SERVER_UNSYNC_WITH_ENB_MFBI_WORKAROUND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataConvert band setting when LPP OTDOA measurement request band setting is unsynchronized with eNB MFBI settingbit 0:0:Not convert LPP server OTDOA measurement request band settingbit 1:1:Convert LPP server OTDOA measurement request band setting and report network originally configured band in measurement resultbit 2:2:Convert LPP server OTDOA measurement request band setting and report converted band in measurement result",BIT,8,,8,0x01,NR15.R3.MD700.MP,,1:Convert LPP server OTDOA measurement request band setting and report network originally configured band in measurement result<BR>2:Convert LPP server OTDOA measurement request band setting and report converted band in measurement result<BR>0:Not convert LPP server OTDOA measurement request band setting,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
-6478,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[24].SBP_LTE_CONN_RACH_FAIL,modem_sbp_data_config[24].SBP_LTE_CONN_RACH_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataDecide RACH failure handlingbit 0:0:Not Supportedbit 1:1:LTE_CONN_RACH_FAIL_PROFILE_1bit 2:2:LTE_CONN_RACH_FAIL_PROFILE_2bit 3:3:LTE_CONN_RACH_FAIL_PROFILE_3bit 4:4:LTE_CONN_RACH_FAIL_PROFILE_4",BIT,8,,8,0x00,NR15.R3.MD700.MP,,"3:LTE_CONN_RACH_FAIL_PROFILE_3, see doc description<BR>4:LTE_CONN_RACH_FAIL_PROFILE_4, see doc description<BR>2:LTE_CONN_RACH_FAIL_PROFILE_2, see doc description<BR>0:Not Support<BR>1:LTE_CONN_RACH_FAIL_PROFILE_1, see doc description",No,,__SBP_EMM_CONN_FAIL_ABNORMAL_B__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+6473,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[30].SBP_IRAT_IN_VIRTUAL_MODE,modem_sbp_data_config[30].SBP_IRAT_IN_VIRTUAL_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataIRAT Measure/Reselect in Virtual Modebit 0:0:All offbit 1:1:Partial on: 2G measure/reselect 3/4G and 3G measure/reselect 2/4Gbit 2:2:All on: 2G measure/reselect 3/4G, 3G measure/reselect 2/4G, 4G measure/reselect 2/3G",BIT,8,,8,0x01,NR15.R3.MD700.MP,,"1:Partial on; 2G measure/reselect 3/4G and 3G measure/reselect 2/4G<BR>2:All on; 2G measure/reselect 3/4G, 3G measure/reselect 2/4G, 4G measure/reselect 2/3G<BR>0:All off",No,,SBP_ERRC_IRAT_MEASURE_IN_VIRTUAL_MODE,IRAT in V-idle,Modem - Multiple SIM,,,"Test in machine: N <BR>Test Time: 10 mins <BR>Test Step: Follow MCF RD IT SOP, and do MCF dump then check the value has been updated<BR>Expected Result: The value has been updated",Pass,,,,
+6477,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[41].SBP_LPP_SERVER_UNSYNC_WITH_ENB_MFBI_WORKAROUND,modem_sbp_data_config[41].SBP_LPP_SERVER_UNSYNC_WITH_ENB_MFBI_WORKAROUND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataConvert band setting when LPP OTDOA measurement request band setting is unsynchronized with eNB MFBI settingbit 0:0:Not convert LPP server OTDOA measurement request band settingbit 1:1:Convert LPP server OTDOA measurement request band setting and report network originally configured band in measurement resultbit 2:2:Convert LPP server OTDOA measurement request band setting and report converted band in measurement result",BIT,8,,8,0x01,NR15.R3.MD700.MP,,0:Not convert LPP server OTDOA measurement request band setting<BR>1:Convert LPP server OTDOA measurement request band setting and report network originally configured band in measurement result<BR>2:Convert LPP server OTDOA measurement request band setting and report converted band in measurement result,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
+6478,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[24].SBP_LTE_CONN_RACH_FAIL,modem_sbp_data_config[24].SBP_LTE_CONN_RACH_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataDecide RACH failure handlingbit 0:0:Not Supportedbit 1:1:LTE_CONN_RACH_FAIL_PROFILE_1bit 2:2:LTE_CONN_RACH_FAIL_PROFILE_2bit 3:3:LTE_CONN_RACH_FAIL_PROFILE_3bit 4:4:LTE_CONN_RACH_FAIL_PROFILE_4",BIT,8,,8,0x00,NR15.R3.MD700.MP,,"3:LTE_CONN_RACH_FAIL_PROFILE_3, see doc description<BR>2:LTE_CONN_RACH_FAIL_PROFILE_2, see doc description<BR>4:LTE_CONN_RACH_FAIL_PROFILE_4, see doc description<BR>0:Not Support<BR>1:LTE_CONN_RACH_FAIL_PROFILE_1, see doc description",No,,__SBP_EMM_CONN_FAIL_ABNORMAL_B__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6480,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[42].SBP_MDT_BATTERY_LEVEL,modem_sbp_data_config[42].SBP_MDT_BATTERY_LEVEL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataMinimum battery level to open GPS for MDT requestbit 0:0:Do not check battery levelbit 10:10:10% of available batterybit 20:20:20% of available battery",BIT,8,,8,0x0A,NR15.R3.MD700.MP,,0:Do not check battery level<BR>20:20% of available battery<BR>10:10% of available battery,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
6481,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[37].SBP_MDT_UI_LOCATION_OFF_GPS_REPORT_MODE,modem_sbp_data_config[37].SBP_MDT_UI_LOCATION_OFF_GPS_REPORT_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataMDT GPS location reporting mode- when UI location setting OFFbit 0:0:Not reportbit 1:1:Report the lastest stored locationbit 2:2:Open GPS chip to get and report location information",BIT,8,,8,0x01,NR15.R3.MD700.MP,,1:Report the latest stored location<BR>0:Not report<BR>2:Open GPS chip to get and report location information,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
-6482,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[36].SBP_MDT_UI_LOCATION_OFF_STORE_REPORT_MODE,modem_sbp_data_config[36].SBP_MDT_UI_LOCATION_OFF_STORE_REPORT_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataMDT store location reporting mode- when UI location setting OFFbit 0:0:Not reportbit 1:1:Report the lastest stored location",BIT,8,,8,0x01,NR15.R3.MD700.MP,,0:Not report<BR>1:Report the lastest stored location,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
+6482,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[36].SBP_MDT_UI_LOCATION_OFF_STORE_REPORT_MODE,modem_sbp_data_config[36].SBP_MDT_UI_LOCATION_OFF_STORE_REPORT_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataMDT store location reporting mode- when UI location setting OFFbit 0:0:Not reportbit 1:1:Report the lastest stored location",BIT,8,,8,0x01,NR15.R3.MD700.MP,,1:Report the lastest stored location<BR>0:Not report,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
6483,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[20].SBP_MDVSIM_KI_IDX,modem_sbp_data_config[20].SBP_MDVSIM_KI_IDX,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataMDVSIM Ki start index valuebit 0:0:Default Ki start index:0",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0~16:Ki,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6484,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[21].SBP_MDVSIM_OPC_IDX,modem_sbp_data_config[21].SBP_MDVSIM_OPC_IDX,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataMDVSIM OPc start index valuebit 16:16:Default OPc start index:16",BIT,8,,8,0x10,NR15.R3.MD700.MP,,0~16:OPc,No,,,SIM,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6486,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[22].SBP_SDM_RETRY_TIMER,modem_sbp_data_config[22].SBP_SDM_RETRY_TIMER,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataObsolete. Please refer to NVRAM_EF_SDM_ADS_PROFILE_LID for same funtionality",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
@@ -6456,7 +6456,7 @@
6491,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[11].SBP_SS_DISABLE_AFR_TIMER_PERIOD,modem_sbp_data_config[11].SBP_SS_DISABLE_AFR_TIMER_PERIOD,OTA and OTA BY OP,no,no,no,yes,"Purpose:<BR>If CSFB is triggered by CS-SS(Supplementary Service), disable AFR for a period defined by SBP. <BR>If SS operation fails, it keeps DUT in CS (2G/3G) for next SS operation, so retry can have better chance to pass<BR>Use Timing: SS operation over CSFB<BR>Default Settings: 4 sec",BIT,8,,8,0x04,NR15.R3.MD700.MP,,int/short/long: 0x00~0x0F<BR>:0x00: Disabled<BR>~0x00: timer in seconds,No,,SBP_MM_TRY_PENDING_SS_AS_CSFB_AFTER_IRAT_TO_4G,MD Config,Modem - Customer Requirement,,,"[Init]<BR>Device is registered in LTE<BR>The operator supports Supplementary service over CS and not IMS, so that the device has to perform CSFB to complete SS operation<BR><BR>[Test Steps]<BR>trigger Supplementary service over CSFB for example call waiting.<BR><BR>[Expected results]<BR><BR>SBP enabled:<BR>If SS operation successful, UE can go back to 4G immediately<BR>If SS operation fails, UE should stay in 3G for 4sec, not immediate back to LTE<BR><BR>SBP disabled<BR>UE can go back to 4G immediately<BR><BR>Note:<BR>There is a dependency upon SBP_MM_TRY_PENDING_SS_AS_CSFB_AFTER_IRAT_TO_4G",Pass,,,,
6492,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[25].SBP_VDM_ADS_SEL_ALGO_MASK_WFCP_VDP_PRIORITY_GROUP1,modem_sbp_data_config[25].SBP_VDM_ADS_SEL_ALGO_MASK_WFCP_VDP_PRIORITY_GROUP1,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataObsolete after UMOLY.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0xff,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
6493,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[26].SBP_VDM_ADS_SEL_ALGO_MASK_WFCP_VDP_PRIORITY_GROUP2,modem_sbp_data_config[26].SBP_VDM_ADS_SEL_ALGO_MASK_WFCP_VDP_PRIORITY_GROUP2,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataObsolete after UMOLY.",BIT,8,,8,0xfe,NR15.R3.MD700.MP,,0x00,No,,,MD Config,Modem - Customer Requirement,,,"This SBP is no use, no need to do test.",Untested,,,,
-6494,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[8].WORLD_MODE_C,modem_sbp_data_config[8].WORLD_MODE_C,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataWorld Mode: CDMAbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,World Phone,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
+6494,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[8].WORLD_MODE_C,modem_sbp_data_config[8].WORLD_MODE_C,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataWorld Mode: CDMAbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,World Phone,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6495,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[8].WORLD_MODE_G,modem_sbp_data_config[8].WORLD_MODE_G,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataWorld Mode: GSMbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,World Phone,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6496,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[8].WORLD_MODE_LF,modem_sbp_data_config[8].WORLD_MODE_LF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataWorld Mode: LTE-FDDbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,World Phone,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
6497,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[8].WORLD_MODE_LT,modem_sbp_data_config[8].WORLD_MODE_LT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP DataWorld Mode: LTE-TDDbit 0:0:Not Supportedbit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,World Phone,Modem Application - Modem Control,,,covered by SBP framework UT/IT result,Pass,,,,
@@ -6465,204 +6465,204 @@
6500,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,sbp_mode,sbp_mode,Not Support,no,no,no,no,"[MCF] SBP ID(Phase out, use NVRAM_EF_SBP_IDS_LID instead)",UNSIGNED INT,4,,,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
6501,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",allow_3gpp2_sms_over_ims,allow_3gpp2_sms_over_ims,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]allow 3GPP2 SMS over IMS",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:allow 3GPP2 SMS over IMS<BR>0:Not allow 3GPP2 SMS over IMS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6502,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",allow_stk_over_ims,allow_stk_over_ims,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]allow STK SMS over IMS",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Trigger SMS from STK<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
-6503,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",always_cs_when_2g,always_cs_when_2g,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]always try CS when 2G",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not always try CS when 2G<BR>1:always try CS when 2G,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register 2G normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
-6504,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",always_cs_when_3g,always_cs_when_3g,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]always try CS when 3G",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:always try CS when 3g<BR>0:Not always try CS when 3g,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register 3G normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
+6503,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",always_cs_when_2g,always_cs_when_2g,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]always try CS when 2G",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:always try CS when 2G<BR>0:Not always try CS when 2G,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register 2G normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
+6504,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",always_cs_when_3g,always_cs_when_3g,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]always try CS when 3G",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not always try CS when 3g<BR>1:always try CS when 3g,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register 3G normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6505,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",check_wifi_first,check_wifi_first,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]check wifi first, regardless of WFC profile",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6506,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_ap_retry,enable_ap_retry,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]enable AP retry",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:enable AP retry<BR>0:disable AP retry,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
-6507,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_rp_error_retry,enable_rp_error_retry,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]enable_rp_error_retry",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:enable rp error retry<BR>0:disable rp error retry,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
-6508,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_sms_exit_ecbm_feature,enable_sms_exit_ecbm_feature,Not Support,no,no,no,no,enable MO SMS will exit ECBM feature,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:disable MO SMS will exit ECBM feature<BR>0x01:enable MO SMS will exit ECBM feature,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. inserted VZW SIM card and register normal service<BR>3. dial ECC<BR>4. user hang up call if call connected<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Untested,,,,
+6507,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_rp_error_retry,enable_rp_error_retry,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]enable_rp_error_retry",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0:disable rp error retry<BR>1:enable rp error retry,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
+6508,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_sms_exit_ecbm_feature,enable_sms_exit_ecbm_feature,Not Support,no,no,no,no,enable MO SMS will exit ECBM feature,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:enable MO SMS will exit ECBM feature<BR>0x00:disable MO SMS will exit ECBM feature,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. inserted VZW SIM card and register normal service<BR>3. dial ECC<BR>4. user hang up call if call connected<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Untested,,,,
6509,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_sms_over_sgs,enable_sms_over_sgs,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]enable SMS over SGs",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register 4G normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6510,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_sms_over_wifi,enable_sms_over_wifi,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]enable SMS over Wifi",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0:disable SMS over Wifi<BR>1:enable SMS over Wifi,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register limit service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS over WIFI normally. Provide the pass log to RD to check,Pass,,,,
-6511,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_sms_to_911_feature,enable_sms_to_911_feature,Not Support,no,no,no,no,enable_sms_to_911_feature,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:enable_sms_to_911_feature<BR>0x00:disable_sms_to_911_feature,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. inserted VZW SIM card and register limit service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Untested,,,,
+6511,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",enable_sms_to_911_feature,enable_sms_to_911_feature,Not Support,no,no,no,no,enable_sms_to_911_feature,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:disable_sms_to_911_feature<BR>0x01:enable_sms_to_911_feature,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. inserted VZW SIM card and register limit service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Untested,,,,
6512,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",imcsms_retry_for_202_rev,imcsms_retry_for_202_rev,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]retry if 202 is not recevied",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:retry if 202 is not received<BR>0:not retry if 202 is not received,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6513,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",ims_smart_congestion_report_to_ap,ims_smart_congestion_report_to_ap,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]smart congestion report to AP",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:not report smart congestion to AP<BR>1:report smart congestion to AP,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
-6514,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",general_retry_pref_for_cs_fail,prefer_retry_domain.general_retry_pref_for_cs_fail,OTA BY OP,no,no,no,yes,general retry pref for cs fail,ENUM,1,,,0x00,NR15.R3.MD700.MP,,2:retry IMS only<BR>4:retry prefer CS then IMS<BR>5:retry prefer IMS then CS<BR>1:retry CS only<BR>0:retry none for CS fail<BR>3:retry WIFI and CS only,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
+6514,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",general_retry_pref_for_cs_fail,prefer_retry_domain.general_retry_pref_for_cs_fail,OTA BY OP,no,no,no,yes,general retry pref for cs fail,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:retry none for CS fail<BR>4:retry prefer CS then IMS<BR>2:retry IMS only<BR>1:retry CS only<BR>3:retry WIFI and CS only<BR>5:retry prefer IMS then CS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] Modify the MCF value and power on<BR>[Expected Result] UE can attach on network normally. Provide the pass log to RD to check,Pass,,,,
6515,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",general_retry_pref_for_ims_fail,prefer_retry_domain.general_retry_pref_for_ims_fail,OTA BY OP,no,no,no,yes,general retry pref for ims fail,ENUM,1,,,0x01,NR15.R3.MD700.MP,,4:retry preference cs then ims<BR>3:retry preference wifi and cs only<BR>1:retry preference cs only<BR>5:retry preference ims then cs<BR>0:retry preference none<BR>2:retry preference ims only,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6516,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",max_cs_trial_num,prefer_retry_domain.max_cs_trial_num,OTA BY OP,no,no,no,yes,max cs trial num,UNSIGNED SHORT,2,,,"0x01, 0x00,",NR15.R3.MD700.MP,,0~255:max cs trial number,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6517,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",max_ims_trial_num,prefer_retry_domain.max_ims_trial_num,OTA BY OP,no,no,no,yes,max ims trial num,UNSIGNED SHORT,2,,,"0x01, 0x00,",NR15.R3.MD700.MP,,0~255:max ims trial number,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6518,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",max_total_trial_num,prefer_retry_domain.max_total_trial_num,OTA BY OP,no,no,no,yes,max total trial num,UNSIGNED SHORT,2,,,"0x02, 0x00,",NR15.R3.MD700.MP,,0~255:max total trial number,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6519,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",when_TR1M_expires,prefer_retry_domain.special_retry_pref.when_TR1M_expires,OTA BY OP,no,no,no,yes,retry prefer for TR1M expires,ENUM,1,,,0x05,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
-6520,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",prefer_sms_over_sgs_to_ims,prefer_sms_over_sgs_to_ims,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]prefer SMS over SGs to IMS",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:prefer SMS over SGs to IMS<BR>0:not prefer SMS over SGs to IMS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Send SMS<BR>[Expected Result] UE can send SMS over SGS normally. Provide the pass log to RD to check,Pass,,,,
+6520,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",prefer_sms_over_sgs_to_ims,prefer_sms_over_sgs_to_ims,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]prefer SMS over SGs to IMS",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:not prefer SMS over SGs to IMS<BR>1:prefer SMS over SGs to IMS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Send SMS<BR>[Expected Result] UE can send SMS over SGS normally. Provide the pass log to RD to check,Pass,,,,
6521,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",sdm_retry_timer,sdm_retry_timer,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]SDM retry timer",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~255:sdm retry timer,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register normal service<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
-6522,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",sms_over_ip_allowed,sms_over_ip_allowed,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]sms over ip preference",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:SMS over IP is allowed<BR>0:SMS over IP is not allowed,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
+6522,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",sms_over_ip_allowed,sms_over_ip_allowed,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]sms over ip preference",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0:SMS over IP is not allowed<BR>1:SMS over IP is allowed,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6523,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",sms_over_wifi_preference,sms_over_wifi_preference,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]sms over wifi preference",UNSIGNED CHAR,1,,,0x04,NR15.R3.MD700.MP,,1:wifi preferred<BR>3:wifi only<BR>2:cellular preferred<BR>0:cellular only,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for SMS<BR>3. Send SMS<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
-6524,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",try_cs_when_2g_voice_call,try_cs_when_2g_voice_call,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]try CS when 2G voice call",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:try CS when 2G voice call ongoing<BR>0:not try CS when 2G voice call ongoing,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register 2G normal service<BR>3. dial call<BR>4. Send SMS during call ongoing<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
+6524,1347,NVRAM_EF_SDM_ADS_PROFILE_LID,"1,2",try_cs_when_2g_voice_call,try_cs_when_2g_voice_call,OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]try CS when 2G voice call",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:not try CS when 2G voice call ongoing<BR>1:try CS when 2G voice call ongoing,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. register 2G normal service<BR>3. dial call<BR>4. Send SMS during call ongoing<BR>[Expected Result] UE can send SMS normally. Provide the pass log to RD to check,Pass,,,,
6525,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile,nvram_sim_profile,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profile,UNSIGNED CHAR,36,36,,"0xff, 0xff, 0xff, 0xff, 0x7f, 0x9f, 0x00, 0xdf, 0xff, 0x00, 0x00, 0x1f, 0xe2, 0x08, 0x11, 0x06, 0xc7, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x51, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,",NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
-6526,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit1,nvram_sim_profile[5].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Language Selection bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6526,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit1,nvram_sim_profile[5].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Language Selection bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6527,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit1,nvram_sim_profile[27].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileAlignment left supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6528,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[25].bit1,nvram_sim_profile[25].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : CSG Cell Selectionbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6528,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[25].bit1,nvram_sim_profile[25].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : CSG Cell Selectionbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6529,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit1,nvram_sim_profile[3].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SELECT ITEM bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6530,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit1,nvram_sim_profile[24].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent Browsing Statusbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6531,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit1,nvram_sim_profile[22].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SET FRAMESbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6532,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit1,nvram_sim_profile[21].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of UTRAN PS with extended parametersbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6530,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit1,nvram_sim_profile[24].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent Browsing Statusbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6531,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit1,nvram_sim_profile[22].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SET FRAMESbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6532,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit1,nvram_sim_profile[21].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of UTRAN PS with extended parametersbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6533,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[4].bit1,nvram_sim_profile[4].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SET UP EVENT LIST bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
6534,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[20].bit1,nvram_sim_profile[20].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileWMLbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6535,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[17].bit1,nvram_sim_profile[17].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :DISPLAY TEXT(variable time out)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6535,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[17].bit1,nvram_sim_profile[17].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :DISPLAY TEXT(variable time out)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6536,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit1,nvram_sim_profile[0].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProfile Downloadbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6537,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit1,nvram_sim_profile[16].bit1,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileTCP,UICC in client mode , remote connectionbit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6538,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit1,nvram_sim_profile[15].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileDisplay can be resized as defined in clause 5.3.3bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6537,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit1,nvram_sim_profile[16].bit1,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileTCP,UICC in client mode , remote connectionbit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6538,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit1,nvram_sim_profile[15].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileDisplay can be resized as defined in clause 5.3.3bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6539,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[12].bit1,nvram_sim_profile[12].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCSDbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6540,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[6].bit1,nvram_sim_profile[6].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :power on card bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6541,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit1,nvram_sim_profile[11].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :OPEN CHANNELbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6541,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit1,nvram_sim_profile[11].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :OPEN CHANNELbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6542,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[9].bit1,nvram_sim_profile[9].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSoft Keys support for SELECT ITEMbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6543,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit1,nvram_sim_profile[7].bit1,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileProactive UICC :TIMER MANAGEMENT(start,stop)bit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6543,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit1,nvram_sim_profile[7].bit1,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileProactive UICC :TIMER MANAGEMENT(start,stop)bit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6544,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[8].bit1,nvram_sim_profile[8].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileDISPLAY TEXTbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
-6545,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[34].bit1,nvram_sim_profile[34].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: GET INPUT (Variable Time out)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6545,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[34].bit1,nvram_sim_profile[34].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: GET INPUT (Variable Time out)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6546,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit1,nvram_sim_profile[28].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle normal supported by Terminalbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6547,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit1,nvram_sim_profile[33].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileURI support for SEND SHORT MESSAGEbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6548,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit1,nvram_sim_profile[2].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :DISPLAY TEXT bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6549,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit1,nvram_sim_profile[29].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profile I-WLAN bearer supportbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6548,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit1,nvram_sim_profile[2].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :DISPLAY TEXT bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6549,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit1,nvram_sim_profile[29].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profile I-WLAN bearer supportbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6550,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit1,nvram_sim_profile[1].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCommand resultbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6551,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit1,nvram_sim_profile[32].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of DNS server address request for OPEN CHANNEL related to packet data service bearerbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6551,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit1,nvram_sim_profile[32].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of DNS server address request for OPEN CHANNEL related to packet data service bearerbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6552,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit1,nvram_sim_profile[30].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: Contactless State Changed bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6553,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit1,nvram_sim_profile[31].bit1,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of IMS as a bearer for BIPbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6554,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[23].bit1to4,nvram_sim_profile[23].bit1to4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMax no of frames supportedbit 0:0:Not supported bit 1:1:supported,BIT,4,,4,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6554,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[23].bit1to4,nvram_sim_profile[23].bit1to4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMax no of frames supportedbit 0:0:Not supported bit 1:1:supported,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6555,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[18].bit1to4,nvram_sim_profile[18].bit1to4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProtocol Version Support,BIT,4,,4,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6556,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[13].bit1to5,nvram_sim_profile[13].bit1to5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileNo of characters supported down the terminal deisplay - clause 5.3.1,BIT,5,,5,0x08,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6556,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[13].bit1to5,nvram_sim_profile[13].bit1to5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileNo of characters supported down the terminal deisplay - clause 5.3.1,BIT,5,,5,0x08,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6557,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[14].bit1to7,nvram_sim_profile[14].bit1to7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileNo of characters supported down the terminal display - clause 5.3.2,BIT,7,,7,0x11,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6558,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[26].bit1to8,nvram_sim_profile[26].bit1to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6559,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[10].bit1to8,nvram_sim_profile[10].bit1to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMax num of soft keys available,BIT,8,,8,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6558,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[26].bit1to8,nvram_sim_profile[26].bit1to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,8,,8,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6559,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[10].bit1to8,nvram_sim_profile[10].bit1to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMax num of soft keys available,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6560,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[19].bit1to8,nvram_sim_profile[19].bit1to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileReserved by CCAT,BIT,8,,8,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6561,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[12].bit2,nvram_sim_profile[12].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileGPRSbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6562,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit2,nvram_sim_profile[0].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSMS-PP Data downloadbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6562,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit2,nvram_sim_profile[0].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSMS-PP Data downloadbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6563,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[8].bit2,nvram_sim_profile[8].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSEND DTMF command bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
-6564,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[34].bit2,nvram_sim_profile[34].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileData Connection Status Change Event support ? PDP Connectionbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6564,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[34].bit2,nvram_sim_profile[34].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileData Connection Status Change Event support ? PDP Connectionbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6565,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit2,nvram_sim_profile[27].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileAlignment centre supported by Terminalbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6566,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[9].bit2,nvram_sim_profile[9].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSoft keys support for SETUP MENUbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6567,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[25].bit2,nvram_sim_profile[25].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: Contactless state requestbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6568,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit2,nvram_sim_profile[33].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileIMS URI supported for SET UP CALLbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6569,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit2,nvram_sim_profile[11].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :CLOSE CHANNEL bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6570,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit2,nvram_sim_profile[28].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle bold supported by Terminabit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6569,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit2,nvram_sim_profile[11].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :CLOSE CHANNEL bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6570,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit2,nvram_sim_profile[28].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle bold supported by Terminabit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6571,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit2,nvram_sim_profile[32].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of Network Access Name reuse indication for CLOSE CHANNEL related to packet data service bearerbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6572,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit2,nvram_sim_profile[24].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: MMS Transfer status bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6573,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit2,nvram_sim_profile[22].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET FRAME STATUSbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6574,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit2,nvram_sim_profile[21].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :Provide local info(battery state)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6575,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit2,nvram_sim_profile[15].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileText wrapping as defined in caluse 5.3.4bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6576,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit2,nvram_sim_profile[29].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: PROVIDE LOCAL INFORMATION (WSID of the current I-WLAN connection)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6577,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit2,nvram_sim_profile[31].bit2,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileprovide location info, H(e)NB IP addressbit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6578,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit2,nvram_sim_profile[16].bit2,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileUDP ,UICC in client mode , remote connectionbit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6576,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit2,nvram_sim_profile[29].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: PROVIDE LOCAL INFORMATION (WSID of the current I-WLAN connection)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6577,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit2,nvram_sim_profile[31].bit2,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileprovide location info, H(e)NB IP addressbit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6578,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit2,nvram_sim_profile[16].bit2,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileUDP ,UICC in client mode , remote connectionbit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6579,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[20].bit2,nvram_sim_profile[20].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileXHTMLbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6580,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[17].bit2,nvram_sim_profile[17].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET INKEY(help suppport while wait )bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6581,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit2,nvram_sim_profile[30].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of CSG cell discovery bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6582,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[4].bit2,nvram_sim_profile[4].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : MT callbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
-6583,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit2,nvram_sim_profile[2].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET INKEY bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6584,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[6].bit2,nvram_sim_profile[6].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :power off cardbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6583,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit2,nvram_sim_profile[2].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET INKEY bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6584,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[6].bit2,nvram_sim_profile[6].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :power off cardbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6585,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit2,nvram_sim_profile[7].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :TIMER MANAGEMENT(get current value) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6586,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit2,nvram_sim_profile[5].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Browser Terminationbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6587,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit2,nvram_sim_profile[1].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall control by NAAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6586,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit2,nvram_sim_profile[5].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Browser Terminationbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6587,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit2,nvram_sim_profile[1].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall control by NAAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6588,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit2,nvram_sim_profile[3].bit2,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SEND SHORTMESSAGE with 3GPP-SMS-TDPU bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6589,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit3,nvram_sim_profile[29].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileTERMINAL APPLICATIONS bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6590,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[17].bit3,nvram_sim_profile[17].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileUSB(BIP supported bearers)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6591,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit3,nvram_sim_profile[28].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle italic supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6592,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[12].bit3,nvram_sim_profile[12].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileBluetoothbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6592,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[12].bit3,nvram_sim_profile[12].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileBluetoothbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6593,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit3,nvram_sim_profile[2].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET INPUT bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6594,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit3,nvram_sim_profile[27].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileAlignment right supported by Terminalbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6595,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit3,nvram_sim_profile[24].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: Frame Information changed bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6596,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit3,nvram_sim_profile[3].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SEND SS bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6597,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit3,nvram_sim_profile[5].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Data Available bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6594,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit3,nvram_sim_profile[27].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileAlignment right supported by Terminalbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6595,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit3,nvram_sim_profile[24].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: Frame Information changed bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6596,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit3,nvram_sim_profile[3].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SEND SS bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6597,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit3,nvram_sim_profile[5].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Data Available bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6598,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit3,nvram_sim_profile[15].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileText scrolling as defined in caluse 5.3.5bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6599,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit3,nvram_sim_profile[22].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMMS notification downloadbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6600,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit3,nvram_sim_profile[21].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :PLAY TONE(melody tones and themes tones)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6601,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit3,nvram_sim_profile[16].bit3,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileTCP,UICC in server modebit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6601,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit3,nvram_sim_profile[16].bit3,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileTCP,UICC in server modebit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6602,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[20].bit3,nvram_sim_profile[20].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileHTMLbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6603,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[4].bit3,nvram_sim_profile[4].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : CALL connected bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
-6604,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit3,nvram_sim_profile[30].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileConfirmation parameters supported for OPEN CHANNEL in Terminal Server Modebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6604,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit3,nvram_sim_profile[30].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileConfirmation parameters supported for OPEN CHANNEL in Terminal Server Modebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6605,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit3,nvram_sim_profile[33].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMedia Type Voice supported for SET UP CALL and Call Control by USIMbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6606,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[8].bit3,nvram_sim_profile[8].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :PROVIDE LOCAL INFO(NMR)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
6607,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit3,nvram_sim_profile[7].bit3,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileProactive UICC :PROVIDE LOCAL INFO(date ,timeand time zone)bit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6608,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit3,nvram_sim_profile[32].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: Poll Interval Negotiation bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6608,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit3,nvram_sim_profile[32].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: Poll Interval Negotiation bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6609,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit3,nvram_sim_profile[31].bit3,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileprovide location info, H(e)NB surronding macrocellsbit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6610,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit3,nvram_sim_profile[1].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall control by NAAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6610,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit3,nvram_sim_profile[1].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall control by NAAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6611,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[34].bit3,nvram_sim_profile[34].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileData Connection Status Change Event support ? PDN Connection bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6612,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit3,nvram_sim_profile[0].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCell Broadcast Data downloadbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6612,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit3,nvram_sim_profile[0].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCell Broadcast Data downloadbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6613,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[6].bit3,nvram_sim_profile[6].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :perform card apdu bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6614,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit3,nvram_sim_profile[11].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :RECEIVE DATAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6615,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[9].bit3to8,nvram_sim_profile[9].bit3to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,6,,6,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6614,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit3,nvram_sim_profile[11].bit3,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :RECEIVE DATAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6615,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[9].bit3to8,nvram_sim_profile[9].bit3to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,6,,6,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6616,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[25].bit3to8,nvram_sim_profile[25].bit3to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,6,,6,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6617,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit4,nvram_sim_profile[0].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMenu selectionbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6617,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit4,nvram_sim_profile[0].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMenu selectionbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6618,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[4].bit4,nvram_sim_profile[4].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : CALL disconnected bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
-6619,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[20].bit4,nvram_sim_profile[20].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCHTML bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6620,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit4,nvram_sim_profile[33].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMedia Type Video supported for SET UP CALL and Call Control by USIM bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6619,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[20].bit4,nvram_sim_profile[20].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCHTML bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6620,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit4,nvram_sim_profile[33].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMedia Type Video supported for SET UP CALL and Call Control by USIM bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6621,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[17].bit4,nvram_sim_profile[17].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET INKEY(variable timeout) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6622,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit4,nvram_sim_profile[29].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSteering of Roaming REFRESH support bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6623,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit4,nvram_sim_profile[22].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileALPHA identifier in REFRESH command bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6622,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit4,nvram_sim_profile[29].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSteering of Roaming REFRESH support bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6623,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit4,nvram_sim_profile[22].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileALPHA identifier in REFRESH command bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6624,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit4,nvram_sim_profile[21].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMultimedia calls in SET UP CALL bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6625,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit4,nvram_sim_profile[7].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileGET INKEY bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6625,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit4,nvram_sim_profile[7].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileGET INKEY bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6626,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit4,nvram_sim_profile[32].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProSe usage information reporting bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6627,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit4,nvram_sim_profile[3].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SEND USSD bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6628,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit4,nvram_sim_profile[31].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileLaunch parameters supported for OPEN CHANNEL in terminal server modebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6629,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit4,nvram_sim_profile[24].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: I-WLAN Access status bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6630,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit4,nvram_sim_profile[2].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :MORE TIME bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6631,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit4,nvram_sim_profile[27].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileFont size normal supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6632,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit4,nvram_sim_profile[1].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMO short message Control supportbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6631,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit4,nvram_sim_profile[27].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileFont size normal supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6632,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit4,nvram_sim_profile[1].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMO short message Control supportbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6633,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit4,nvram_sim_profile[30].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCommunication Control for IMS bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6634,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit4,nvram_sim_profile[28].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle underlined supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6634,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit4,nvram_sim_profile[28].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle underlined supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6635,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit4,nvram_sim_profile[16].bit4,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileTCP,UICC in client mode , Local connection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6636,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit4,nvram_sim_profile[15].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileText attributes clause 5.3.7bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6637,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit4,nvram_sim_profile[5].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Channel Status bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6636,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit4,nvram_sim_profile[15].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileText attributes clause 5.3.7bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6637,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit4,nvram_sim_profile[5].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Channel Status bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6638,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[8].bit4,nvram_sim_profile[8].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :PROVIDE LOCAL INFO(Language) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
6639,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[12].bit4,nvram_sim_profile[12].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileIrDAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6640,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[6].bit4,nvram_sim_profile[6].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :Get Reader Status(get reader status)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6641,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit4,nvram_sim_profile[11].bit4,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SEND DATA bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6642,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[18].bit4to8,nvram_sim_profile[18].bit4to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6642,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[18].bit4to8,nvram_sim_profile[18].bit4to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,4,,4,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6643,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[34].bit4to8,nvram_sim_profile[34].bit4to8,Not Support,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,5,,5,,NR15.R3.MD700.MP,,,,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
6644,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit5,nvram_sim_profile[1].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall contorl by NAAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6645,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit5,nvram_sim_profile[30].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of CAT over the modem interface bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6646,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit5,nvram_sim_profile[22].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileGeographical Location reporting bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6647,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit5,nvram_sim_profile[11].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET CHANNEL STATUS bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6648,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit5,nvram_sim_profile[5].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent :Access technology Changebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6649,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit5,nvram_sim_profile[29].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: ACTIVATE i.e class l is supported bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6650,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit5,nvram_sim_profile[32].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: PROVIDE LOCAL INFORMATION (Supported Radio Access Technologies) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6645,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit5,nvram_sim_profile[30].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport of CAT over the modem interface bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6646,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit5,nvram_sim_profile[22].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileGeographical Location reporting bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6647,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit5,nvram_sim_profile[11].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET CHANNEL STATUS bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6648,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit5,nvram_sim_profile[5].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent :Access technology Changebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6649,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit5,nvram_sim_profile[29].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: ACTIVATE i.e class l is supported bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6650,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit5,nvram_sim_profile[32].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: PROVIDE LOCAL INFORMATION (Supported Radio Access Technologies) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6651,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[8].bit5,nvram_sim_profile[8].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :PROVIDE LOCAL INFO(Timing Advance) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
6652,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit5,nvram_sim_profile[24].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent Network Rejection bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6653,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit5,nvram_sim_profile[2].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :PLAY TONE bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6653,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit5,nvram_sim_profile[2].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :PLAY TONE bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6654,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[12].bit5,nvram_sim_profile[12].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRS232bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6655,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit5,nvram_sim_profile[27].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileFont size large supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6655,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit5,nvram_sim_profile[27].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileFont size large supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6656,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit5,nvram_sim_profile[31].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileDirect communcation channel supported for OPEN channel in TS mode bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6657,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit5,nvram_sim_profile[7].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSET UP IDLE MODE TEXT bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6658,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[6].bit5,nvram_sim_profile[6].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :Get Reader Status(card reader identifier) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6659,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit5,nvram_sim_profile[28].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle strikethrough supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6660,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit5,nvram_sim_profile[3].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SET UP CALL bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6658,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[6].bit5,nvram_sim_profile[6].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :Get Reader Status(card reader identifier) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6659,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit5,nvram_sim_profile[28].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle strikethrough supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6660,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit5,nvram_sim_profile[3].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SET UP CALL bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6661,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit5,nvram_sim_profile[33].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: PROVIDE LOCAL INFORMATION (E-UTRAN Timing Advance Information) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6662,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit5,nvram_sim_profile[16].bit5,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileUDP,UICC in client mode , Local connectionbit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6663,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit5,nvram_sim_profile[0].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSMS-PP Data downloadbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6664,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit5,nvram_sim_profile[21].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileToolkit initiated GBA bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6663,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit5,nvram_sim_profile[0].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSMS-PP Data downloadbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6664,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit5,nvram_sim_profile[21].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileToolkit initiated GBA bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6665,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[4].bit5,nvram_sim_profile[4].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Location statusbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
6666,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[17].bit5,nvram_sim_profile[17].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :Provide Local Informatin(ESN) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6667,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit5,nvram_sim_profile[15].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6668,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[23].bit5to8,nvram_sim_profile[23].bit5to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6669,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[20].bit5to8,nvram_sim_profile[20].bit5to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,4,,4,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6670,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit6,nvram_sim_profile[11].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SERVICE SEARCHbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6667,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit5,nvram_sim_profile[15].bit5,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6668,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[23].bit5to8,nvram_sim_profile[23].bit5to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,4,,4,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6669,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[20].bit5to8,nvram_sim_profile[20].bit5to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,4,,4,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6670,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit6,nvram_sim_profile[11].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SERVICE SEARCHbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6671,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit6,nvram_sim_profile[7].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRUN AT COMMANDbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6672,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[17].bit6,nvram_sim_profile[17].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall Control on GPRSbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6673,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit6,nvram_sim_profile[29].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: GEOGRAPHICAL LOCATION REQUEST bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6674,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit6,nvram_sim_profile[30].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport for Incoming IMS Data event bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6675,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit6,nvram_sim_profile[28].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle text foreground colour supported by Terminal *bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6676,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit6,nvram_sim_profile[16].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileDirect communication channelbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6676,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit6,nvram_sim_profile[16].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileDirect communication channelbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6677,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[4].bit6,nvram_sim_profile[4].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : user Activitybit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1:Follow SAT spec,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6678,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit6,nvram_sim_profile[27].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileFont size small supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6678,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit6,nvram_sim_profile[27].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileFont size small supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6679,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit6,nvram_sim_profile[1].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileUCS2 Entry supportedbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6680,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit6,nvram_sim_profile[33].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileREFRESH with eUICC Profile State Change modebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6681,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit6,nvram_sim_profile[5].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Display parameters changebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6682,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit6,nvram_sim_profile[22].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive local information(meid)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6680,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit6,nvram_sim_profile[33].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileREFRESH with eUICC Profile State Change modebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6681,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit6,nvram_sim_profile[5].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Display parameters changebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6682,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit6,nvram_sim_profile[22].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive local information(meid)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6683,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit6,nvram_sim_profile[3].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SET UP MENUbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6684,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit6,nvram_sim_profile[32].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: WLAN Access status (if class e is supported)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6685,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit6,nvram_sim_profile[0].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileTimer Expirationbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6686,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit6,nvram_sim_profile[21].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :RETRIEVE MULTIMEDIA MESSAGEbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6687,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit6,nvram_sim_profile[24].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: HCI connectivity event (if class m is supported)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6685,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit6,nvram_sim_profile[0].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileTimer Expirationbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6686,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit6,nvram_sim_profile[21].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :RETRIEVE MULTIMEDIA MESSAGEbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6687,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit6,nvram_sim_profile[24].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent: HCI connectivity event (if class m is supported)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6688,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[8].bit6,nvram_sim_profile[8].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :LANGUAGE NOTIFICATIONbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
-6689,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit6,nvram_sim_profile[31].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall Control on GPRSbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6690,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[13].bit6,nvram_sim_profile[13].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileNo display capabilitybit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6689,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit6,nvram_sim_profile[31].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall Control on GPRSbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6690,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[13].bit6,nvram_sim_profile[13].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileNo display capabilitybit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6691,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit6,nvram_sim_profile[2].bit6,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :POLL INTERVAL bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6692,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[6].bit6to8,nvram_sim_profile[6].bit6to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,3,,3,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6693,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[15].bit6to8,nvram_sim_profile[15].bit6to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileWidth reducton when in menubit 0:0:Not supported bit 1:1:supported,BIT,3,,3,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6694,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[12].bit6to8,nvram_sim_profile[12].bit6to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileNO of channels supported by terminal,BIT,3,,3,0x07,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6695,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[8].bit7,nvram_sim_profile[8].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :LAUNCH BROWSER bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1:Follow SAT Spec,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6696,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit7,nvram_sim_profile[31].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive local information(imeisv) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6696,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit7,nvram_sim_profile[31].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive local information(imeisv) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6697,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[7].bit7,nvram_sim_profile[7].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSET UP CALL bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6698,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit7,nvram_sim_profile[30].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSupport for IMS Registration event bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6699,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit7,nvram_sim_profile[33].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileExtended Rejection Cause Code in Event: Network Rejection for E-UTRAN bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6700,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit7,nvram_sim_profile[32].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileWLAN bearer support (if class e is supported) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6700,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit7,nvram_sim_profile[32].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileWLAN bearer support (if class e is supported) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6701,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit7,nvram_sim_profile[0].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileUSSD Sting data object support in Call control by USIMbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6702,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit7,nvram_sim_profile[5].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent :Local Connection bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6703,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[13].bit7,nvram_sim_profile[13].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileNo Keypad avialablebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
@@ -6672,14 +6672,14 @@
6707,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[3].bit7,nvram_sim_profile[3].bit7,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileProactive UICC :PROVIDE LOCAL INFO(MCC,MNC,LAC,CELLID&IMEI) bit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6708,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit7,nvram_sim_profile[21].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :SUBMIT MULTIMEDIA MESSAGEbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6709,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit7,nvram_sim_profile[22].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive local information(nmr(utran/eutran)) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6710,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit7,nvram_sim_profile[24].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileE-UTRAN support in Event Network Rejection bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6711,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit7,nvram_sim_profile[2].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :POLLING OFF bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6710,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit7,nvram_sim_profile[24].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileE-UTRAN support in Event Network Rejection bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6711,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit7,nvram_sim_profile[2].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :POLLING OFF bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6712,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit7,nvram_sim_profile[29].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: PROVIDE LOCAL INFORMATION(Broadcast Network Information) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6713,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit7,nvram_sim_profile[11].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET SERVICE INFORMATION bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6714,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit7,nvram_sim_profile[1].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileUCS2 display supportedbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6715,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit7,nvram_sim_profile[28].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle text background colour supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6713,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit7,nvram_sim_profile[11].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :GET SERVICE INFORMATION bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6714,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[1].bit7,nvram_sim_profile[1].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileUCS2 display supportedbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6715,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[28].bit7,nvram_sim_profile[28].bit7,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileStyle text background colour supported by Terminal bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6716,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[27].bit7to8,nvram_sim_profile[27].bit7to8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileRFU,BIT,2,,2,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6717,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit8,nvram_sim_profile[32].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: PROVIDE LOCAL INFORMATION (WLAN identifier of the current WLAN connection) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6717,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[32].bit8,nvram_sim_profile[32].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: PROVIDE LOCAL INFORMATION (WLAN identifier of the current WLAN connection) bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6718,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[17].bit8,nvram_sim_profile[17].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :Proactive local information(search mode change)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6719,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[16].bit8,nvram_sim_profile[16].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileHSDPAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6720,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[33].bit8,nvram_sim_profile[33].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC: eUICC OPERATIONbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
@@ -6691,14 +6691,14 @@
6726,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[21].bit8,nvram_sim_profile[21].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :DISPLAY MULTIMEDIA MESSAGEbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6727,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[30].bit8,nvram_sim_profile[30].bit8,OTA and OTA BY OP,no,no,no,no,"SIM/USIM Terminal profileProactive UICC: Profile Container, Envelope Container, COMMAND CONTAINER and ENCAPSULATED SESSION CONTROL bit 0:0:Not supported bit 1:1:supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6728,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[5].bit8,nvram_sim_profile[5].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileEvent : Network Search Mode Change bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6729,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit8,nvram_sim_profile[22].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileUSSD data download and application modebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6730,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[14].bit8,nvram_sim_profile[14].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileVariable Size fontsbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6729,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[22].bit8,nvram_sim_profile[22].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileUSSD data download and application modebit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6730,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[14].bit8,nvram_sim_profile[14].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileVariable Size fontsbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6731,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[13].bit8,nvram_sim_profile[13].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileScreen sizing parametersbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6732,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit8,nvram_sim_profile[29].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSteering of Roaming for I-WLAN REFRESH supportbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6733,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit8,nvram_sim_profile[0].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall Control by NAAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6732,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[29].bit8,nvram_sim_profile[29].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileSteering of Roaming for I-WLAN REFRESH supportbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6733,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[0].bit8,nvram_sim_profile[0].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileCall Control by NAAbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6734,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[24].bit8,nvram_sim_profile[24].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileMultiple access technologies supported in Event Access Technology Change and PROVIDE LOCAL INFORMATIONbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6735,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[31].bit8,nvram_sim_profile[31].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :Proactive local information(search mode change)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
-6736,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit8,nvram_sim_profile[2].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :REFRESH bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
+6736,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[2].bit8,nvram_sim_profile[2].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :REFRESH bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6737,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[11].bit8,nvram_sim_profile[11].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :DECLARE SERVICEbit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Pass,,,,
6738,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[8].bit8,nvram_sim_profile[8].bit8,OTA and OTA BY OP,no,no,no,no,SIM/USIM Terminal profileProactive UICC :PROVIDE LOCAL INFO(Access technology)bit 0:0:Not supported bit 1:1:supported,BIT,1,,1,0x01,NR15.R3.MD700.MP,,,Yes,,,STK,Modem Application - Modem Control,,,RD IT done. No need for tester effort,Untested,,,,
6739,61195,NVRAM_EF_SMSAL_COMMON_PARAM_LID,"1,2",all_lang_on,all_lang_on,Not Support,no,no,no,yes,[RUNTIME]CB all language ON,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0~1,Yes,,,[LTE Protocol Baseline]PWS,Modem - 3GPP Spec.,,,Test in machine : N<BR><BR>Test Time (minutes)<BR>5<BR><BR>[Init]<BR>power on<BR>[Test Step]<BR>power on and coneect MCF tool<BR>[Expected Result]<BR>the value hould be in right default value,Untested,,,,
@@ -6761,38 +6761,38 @@
6796,2307,NVRAM_EF_SSDS_PDN_PROFILE_LID,"1,2",roaming_setting,pdn_path_entry[0~15].value.roaming_setting,Not Support,no,no,no,no,roaming setting,ENUM,1,,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
6797,2307,NVRAM_EF_SSDS_PDN_PROFILE_LID,"1,2",roaming_type,pdn_path_entry[0~15].value.roaming_type,Not Support,no,no,no,no,roaming type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
6798,2307,NVRAM_EF_SSDS_PDN_PROFILE_LID,"1,2",sim_type,pdn_path_entry[0~15].value.sim_type,Not Support,no,no,no,no,sim type,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
-6799,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",req_path,req_path_entry[0~31].action.req_path,OTA and OTA BY OP,no,no,no,no,request path type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,"17:return error 412<BR>0:Support XCAP and CS. And with PS prefer<BR>15:return error 12<BR>13:return error 10<BR>12:return error 8<BR>1:XCAP only<BR>18return error 2600<BR>2:CS only<BR>6:not support:return error 403<BR>4:not support:return error 832<BR>16:return error 404<BR>7:not support:return error 100<BR>19:CLIR/CW terminal based solution<BR>3:not support:return error 409<BR>9:no csfb, return error 31<BR>14:return error 11<BR>5:not support: return +CCWA:0xff,0, then OK<BR>8:XCAP only, Specail for call waiting:change to query operation<BR>10:CS even if IMS call exist<BR>11:return error 4",No,6811,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
+6799,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",req_path,req_path_entry[0~31].action.req_path,OTA and OTA BY OP,no,no,no,no,request path type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,"0:Support XCAP and CS. And with PS prefer<BR>6:not support:return error 403<BR>2:CS only<BR>18return error 2600<BR>1:XCAP only<BR>11:return error 4<BR>10:CS even if IMS call exist<BR>8:XCAP only, Specail for call waiting:change to query operation<BR>5:not support: return +CCWA:0xff,0, then OK<BR>15:return error 12<BR>13:return error 10<BR>12:return error 8<BR>4:not support:return error 832<BR>16:return error 404<BR>7:not support:return error 100<BR>3:not support:return error 409<BR>9:no csfb, return error 31<BR>19:CLIR/CW terminal based solution<BR>14:return error 11<BR>17:return error 412",No,6811,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
6800,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",is_valid,req_path_entry[0~31].is_valid,OTA and OTA BY OP,no,no,no,no,"this entry valid?<BR>if you want modify this value,need to set is_valid =TRUE",ENUM,1,,,0x00,NR15.R3.MD700.MP,,0~1,No,6801,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
6801,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_atcmd_type,req_path_entry[0~31].mask.check_atcmd_type,OTA and OTA BY OP,no,no,no,no,to check atcmd type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0~14,No,6811,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
6802,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_ims_domain,req_path_entry[0~31].mask.check_ims_domain,OTA and OTA BY OP,no,no,no,no,"check ims domain ?<BR>if you want check,set the value to TRUE",ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:not check<BR>1:check,No,6803,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
-6803,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_ims_registered,req_path_entry[0~31].mask.check_ims_registered,OTA and OTA BY OP,no,no,no,no,check if ims is registered ?<BR>if you want check set the value to TRUE,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:check<BR>0:not check,No,6811,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
+6803,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_ims_registered,req_path_entry[0~31].mask.check_ims_registered,OTA and OTA BY OP,no,no,no,no,check if ims is registered ?<BR>if you want check set the value to TRUE,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:not check<BR>1:check,No,6811,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
6804,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_lte_attached,req_path_entry[0~31].mask.check_lte_attached,Not Support,no,no,no,no,check lte attached ?<BR>if you want check set the value to TRUE,ENUM,1,,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
6805,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_reserved,req_path_entry[0~31].mask.check_reserved,Not Support,no,no,no,no,check_reserved<BR>if you want check set the value to TRUE,ENUM,8,8,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
-6806,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_roaming_type,req_path_entry[0~31].mask.check_roaming_type,OTA and OTA BY OP,no,no,no,no,check roaming type ?<BR>if you want check set the value to TRUE,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:check<BR>0:not check,No,6808,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
+6806,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_roaming_type,req_path_entry[0~31].mask.check_roaming_type,OTA and OTA BY OP,no,no,no,no,check roaming type ?<BR>if you want check set the value to TRUE,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:not check<BR>1:check,No,6808,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
6807,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",check_sim_type,req_path_entry[0~31].mask.check_sim_type,Not Support,no,no,no,no,check sim type ?<BR>if you want check set the value to TRUE,ENUM,1,,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
-6808,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",atcmd_type,req_path_entry[0~31].value.atcmd_type,OTA and OTA BY OP,no,no,no,no,atcmd type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,11:CUSTOM_SSDS_ATCMD_TYPE_GET_COLP<BR>8:CUSTOM_SSDS_ATCMD_TYPE_SET_CLIP<BR>1:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_FORWARDING<BR>4:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_BARRING<BR>13:CUSTOM_SSDS_ATCMD_TYPE_GET_COLR<BR>10:CUSTOM_SSDS_ATCMD_TYPE_SET_COLP<BR>6:CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR<BR>3:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING<BR>0:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_FORWARDING<BR>7:CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR<BR>14:CUSTOM_SSDS_ATCMD_TYPE_UNKNOWN<BR>9:CUSTOM_SSDS_ATCMD_TYPE_GET_CLIP<BR>5:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_BARRING<BR>12:CUSTOM_SSDS_ATCMD_TYPE_SET_COLR<BR>2:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING,No,6811,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
-6809,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",ims_domain,req_path_entry[0~31].value.ims_domain,OTA and OTA BY OP,no,no,no,no,ims domain,ENUM,1,,,0x00,NR15.R3.MD700.MP,,"1:roaming, but can not tell if its domestic or international<BR>3:International roaming<BR>0:No roaming<BR>2:Domistic roaming",No,6810,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
+6808,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",atcmd_type,req_path_entry[0~31].value.atcmd_type,OTA and OTA BY OP,no,no,no,no,atcmd type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,11:CUSTOM_SSDS_ATCMD_TYPE_GET_COLP<BR>9:CUSTOM_SSDS_ATCMD_TYPE_GET_CLIP<BR>4:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_BARRING<BR>13:CUSTOM_SSDS_ATCMD_TYPE_GET_COLR<BR>10:CUSTOM_SSDS_ATCMD_TYPE_SET_COLP<BR>1:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_FORWARDING<BR>6:CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR<BR>12:CUSTOM_SSDS_ATCMD_TYPE_SET_COLR<BR>3:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING<BR>0:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_FORWARDING<BR>5:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_BARRING<BR>14:CUSTOM_SSDS_ATCMD_TYPE_UNKNOWN<BR>8:CUSTOM_SSDS_ATCMD_TYPE_SET_CLIP<BR>7:CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR<BR>2:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING,No,6811,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
+6809,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",ims_domain,req_path_entry[0~31].value.ims_domain,OTA and OTA BY OP,no,no,no,no,ims domain,ENUM,1,,,0x00,NR15.R3.MD700.MP,,"2:Domistic roaming<BR>1:roaming, but can not tell if its domestic or international<BR>3:International roaming<BR>0:No roaming",No,6810,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
6810,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",ims_registered,req_path_entry[0~31].value.ims_registered,OTA and OTA BY OP,no,no,no,no,ims registered status,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:registed<BR>0:not registed,No,6811,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
6811,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",lte_attached,req_path_entry[0~31].value.lte_attached,Not Support,no,no,no,no,lte attached,ENUM,1,,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
6812,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",reserved,req_path_entry[0~31].value.reserved,Not Support,no,no,no,no,reserved,UNSIGNED CHAR,16,16,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
-6813,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",roaming_type,req_path_entry[0~31].value.roaming_type,OTA and OTA BY OP,no,no,no,no,roaming type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,3:CUSTOM_SSDS_ROAMING_TYPE_INTERNATIONAL<BR>2:CUSTOM_SSDS_ROAMING_TYPE_DOMESTIC<BR>0:CUSTOM_SSDS_ROAMING_TYPE_NO<BR>1:CUSTOM_SSDS_ROAMING_TYPE_UNKNOWN,No,6799,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
+6813,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",roaming_type,req_path_entry[0~31].value.roaming_type,OTA and OTA BY OP,no,no,no,no,roaming type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,2:CUSTOM_SSDS_ROAMING_TYPE_DOMESTIC<BR>3:CUSTOM_SSDS_ROAMING_TYPE_INTERNATIONAL<BR>0:CUSTOM_SSDS_ROAMING_TYPE_NO<BR>1:CUSTOM_SSDS_ROAMING_TYPE_UNKNOWN,No,6799,,SS,Modem Application - Modem Control,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,makesure SS go to the expected domain(PS).",Pass,,,,
6814,2305,NVRAM_EF_SSDS_REQUEST_PROFILE_LID,"1,2",sim_type,req_path_entry[0~31].value.sim_type,Not Support,no,no,no,no,sim type,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
-6815,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",rsp_path,response_path_entry[0~15].action.rsp_path,OTA and OTA BY OP,no,no,no,no,response path type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:CUSTOM_SSDS_CSFB_TYPE_ALWAYS<BR>3:CUSTOM_SSDS_CSFB_TYPE_NO_832<BR>8:CUSTOM_SSDS_CSFB_TYPE_NO<BR>4:CUSTOM_SSDS_CSFB_TYPE_NO_403<BR>1:CUSTOM_SSDS_CSFB_TYPE_ONCE<BR>5:CUSTOM_SSDS_CSFB_TYPE_NO_4<BR>7:CUSTOM_SSDS_CSFB_TYPE_NO_31<BR>2:CUSTOM_SSDS_CSFB_TYPE_NO_CCWA<BR>6:CUSTOM_SSDS_CSFB_TYPE_NO_409,No,"6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830",NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
+6815,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",rsp_path,response_path_entry[0~15].action.rsp_path,OTA and OTA BY OP,no,no,no,no,response path type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,7:CUSTOM_SSDS_CSFB_TYPE_NO_31<BR>6:CUSTOM_SSDS_CSFB_TYPE_NO_409<BR>2:CUSTOM_SSDS_CSFB_TYPE_NO_CCWA<BR>5:CUSTOM_SSDS_CSFB_TYPE_NO_4<BR>3:CUSTOM_SSDS_CSFB_TYPE_NO_832<BR>4:CUSTOM_SSDS_CSFB_TYPE_NO_403<BR>0:CUSTOM_SSDS_CSFB_TYPE_ALWAYS<BR>1:CUSTOM_SSDS_CSFB_TYPE_ONCE<BR>8:CUSTOM_SSDS_CSFB_TYPE_NO,No,"6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830",NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
6816,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",is_valid,response_path_entry[0~15].is_valid,OTA and OTA BY OP,no,no,no,no,this entry valid?<BR>if you want check set the value to TRUE,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:KAL_TRUE<BR>0:KAL_FALSE,No,"6815,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830",NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
6817,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_atcmd_type,response_path_entry[0~15].mask.check_atcmd_type,OTA and OTA BY OP,no,no,no,no,check atcmd type ?,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:KAL_TRUE<BR>0:KAL_FALSE,No,"6815,6816,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830",NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
-6818,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_ims_domain,response_path_entry[0~15].mask.check_ims_domain,OTA and OTA BY OP,no,no,no,no,check ims domain ?,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:KAL_FALSE<BR>1:KAL_TRUE,No,"6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
+6818,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_ims_domain,response_path_entry[0~15].mask.check_ims_domain,OTA and OTA BY OP,no,no,no,no,check ims domain ?,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:KAL_TRUE<BR>0:KAL_FALSE,No,"6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
6819,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_ims_registered,response_path_entry[0~15].mask.check_ims_registered,OTA and OTA BY OP,no,no,no,no,check if ims is registered ?,ENUM,1,,,0X00,NR15.R3.MD700.MP,,0:KAL_FALSE<BR>1:KAL_TRUE,No,"6815,6816,6817,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
6820,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_reserved,response_path_entry[0~15].mask.check_reserved,Not Support,no,no,no,no,check_reserved,ENUM,8,8,,0x00,NR15.R3.MD700.MP,,1:KAL_TRUE<BR>0:KAL_FALSE,No,"6815,6816,6817,6819,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
-6821,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_roaming_type,response_path_entry[0~15].mask.check_roaming_type,OTA and OTA BY OP,no,no,no,no,check roaming type ?,ENUM,1,,,0X00,NR15.R3.MD700.MP,,1:KAL_TRUE<BR>0:KAL_FALSE,No,"6815,6816,6817,6819,6820,6822,6823,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
-6822,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_rsp_id,response_path_entry[0~15].mask.check_rsp_id,OTA and OTA BY OP,no,no,no,no,check response ID ?,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:KAL_FALSE<BR>1:KAL_TRUE,No,"6815,6816,6817,6819,6820,6821,6823,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
+6821,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_roaming_type,response_path_entry[0~15].mask.check_roaming_type,OTA and OTA BY OP,no,no,no,no,check roaming type ?,ENUM,1,,,0X00,NR15.R3.MD700.MP,,0:KAL_FALSE<BR>1:KAL_TRUE,No,"6815,6816,6817,6819,6820,6822,6823,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
+6822,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_rsp_id,response_path_entry[0~15].mask.check_rsp_id,OTA and OTA BY OP,no,no,no,no,check response ID ?,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:KAL_TRUE<BR>0:KAL_FALSE,No,"6815,6816,6817,6819,6820,6821,6823,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
6823,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",check_sim_type,response_path_entry[0~15].mask.check_sim_type,OTA and OTA BY OP,no,no,no,no,check sim type ?,ENUM,1,,,0X00,NR15.R3.MD700.MP,,1:KAL_TRUE<BR>0:KAL_FALSE,No,"6815,6816,6817,6819,6820,6821,6822,6824,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
-6824,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",atcmd_type,response_path_entry[0~15].value.atcmd_type,OTA and OTA BY OP,no,no,no,no,atcmd type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,14:CUSTOM_SSDS_ATCMD_TYPE_UNKNOWN<BR>2:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING<BR>1:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_FORWARDING<BR>5:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_BARRING<BR>13:CUSTOM_SSDS_ATCMD_TYPE_GET_COLR<BR>4:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_BARRING<BR>9:CUSTOM_SSDS_ATCMD_TYPE_GET_CLIP<BR>8:CUSTOM_SSDS_ATCMD_TYPE_SET_CLIP<BR>7:CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR<BR>0:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_FORWARDING<BR>10:CUSTOM_SSDS_ATCMD_TYPE_SET_COLP<BR>12:CUSTOM_SSDS_ATCMD_TYPE_SET_COLR<BR>3:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING<BR>11:CUSTOM_SSDS_ATCMD_TYPE_GET_COLP<BR>6:CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR,No,"6815,6816,6817,6819,6820,6821,6822,6823,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
-6825,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",ims_domain,response_path_entry[0~15].value.ims_domain,OTA and OTA BY OP,no,no,no,no,ims domain,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:CUSTOM_SSDS_IMS_DOMAIN_TYPE_NONE<BR>2:CUSTOM_SSDS_IMS_DOMAIN_TYPE_LTE<BR>3:CUSTOM_SSDS_IMS_DOMAIN_TYPE_OTHERS<BR>1:CUSTOM_SSDS_IMS_DOMAIN_TYPE_WFC,No,"6815,6816,6817,6819,6820,6821,6822,6823,6824,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
+6824,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",atcmd_type,response_path_entry[0~15].value.atcmd_type,OTA and OTA BY OP,no,no,no,no,atcmd type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,9:CUSTOM_SSDS_ATCMD_TYPE_GET_CLIP<BR>4:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_BARRING<BR>0:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_FORWARDING<BR>1:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_FORWARDING<BR>11:CUSTOM_SSDS_ATCMD_TYPE_GET_COLP<BR>6:CUSTOM_SSDS_ATCMD_TYPE_SET_CLIR<BR>3:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_WAITING<BR>7:CUSTOM_SSDS_ATCMD_TYPE_GET_CLIR<BR>5:CUSTOM_SSDS_ATCMD_TYPE_GET_CALL_BARRING<BR>10:CUSTOM_SSDS_ATCMD_TYPE_SET_COLP<BR>13:CUSTOM_SSDS_ATCMD_TYPE_GET_COLR<BR>8:CUSTOM_SSDS_ATCMD_TYPE_SET_CLIP<BR>12:CUSTOM_SSDS_ATCMD_TYPE_SET_COLR<BR>14:CUSTOM_SSDS_ATCMD_TYPE_UNKNOWN<BR>2:CUSTOM_SSDS_ATCMD_TYPE_SET_CALL_WAITING,No,"6815,6816,6817,6819,6820,6821,6822,6823,6825,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
+6825,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",ims_domain,response_path_entry[0~15].value.ims_domain,OTA and OTA BY OP,no,no,no,no,ims domain,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:CUSTOM_SSDS_IMS_DOMAIN_TYPE_WFC<BR>3:CUSTOM_SSDS_IMS_DOMAIN_TYPE_OTHERS<BR>0:CUSTOM_SSDS_IMS_DOMAIN_TYPE_NONE<BR>2:CUSTOM_SSDS_IMS_DOMAIN_TYPE_LTE,No,"6815,6816,6817,6819,6820,6821,6822,6823,6824,6826,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
6826,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",ims_registered,response_path_entry[0~15].value.ims_registered,OTA and OTA BY OP,no,no,no,no,ims registered status,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:KAL_TRUE<BR>0:KAL_FALSE,No,"6815,6816,6817,6819,6820,6821,6822,6823,6824,6825,6827,6828,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
6827,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",reserved,response_path_entry[0~15].value.reserved,Not Support,no,no,no,no,reserved,UNSIGNED INT,32,8,,0x00,NR15.R3.MD700.MP,,,No,,NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,NA,Untested,,,,
-6828,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",roaming_type,response_path_entry[0~15].value.roaming_type,OTA and OTA BY OP,no,no,no,no,roaming type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,2:CUSTOM_SSDS_ROAMING_TYPE_DOMESTIC<BR>3:CUSTOM_SSDS_ROAMING_TYPE_INTERNATIONAL<BR>0:CUSTOM_SSDS_ROAMING_TYPE_NO<BR>1:CUSTOM_SSDS_ROAMING_TYPE_UNKNOWN,No,"6815,6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
+6828,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",roaming_type,response_path_entry[0~15].value.roaming_type,OTA and OTA BY OP,no,no,no,no,roaming type,ENUM,1,,,0x00,NR15.R3.MD700.MP,,3:CUSTOM_SSDS_ROAMING_TYPE_INTERNATIONAL<BR>1:CUSTOM_SSDS_ROAMING_TYPE_UNKNOWN<BR>0:CUSTOM_SSDS_ROAMING_TYPE_NO<BR>2:CUSTOM_SSDS_ROAMING_TYPE_DOMESTIC,No,"6815,6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6829,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
6829,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",rsp_id,response_path_entry[0~15].value.rsp_id,OTA and OTA BY OP,no,no,no,no,response ID,UNSIGNED INT,4,,,0x00,NR15.R3.MD700.MP,,0~999,No,"6815,6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6830",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB",Pass,,,,
-6830,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",sim_type,response_path_entry[0~15].value.sim_type,OTA and OTA BY OP,no,no,no,no,sim type,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:USIM<BR>0:ISIM<BR>2:CSIM<BR>3:SIM,No,"6815,6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB<BR>FO",Pass,,,,
+6830,2306,NVRAM_EF_SSDS_RESPONSE_PROFILE_LID,"1,2",sim_type,response_path_entry[0~15].value.sim_type,OTA and OTA BY OP,no,no,no,no,sim type,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,2:CSIM<BR>3:SIM<BR>1:USIM<BR>0:ISIM,No,"6815,6816,6817,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829",NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"1. Use MCF tool to configure test SBP feature with OP-A(01)<BR>2. Make sure device is not using OP-A for SIM SBP ID (e.g. insert non-OP-A SIM card to slot1 and remove it)<BR>3. Power up device without SIM card<BR>4. Insert OP-A SIM card to slot1<BR>5. Check ELT log to confirm SIM SBP ID is OP-A and SBP feature is as expected<BR>6. query Call forwarding (or other supplementary service) ,SS go to the PS domain;<BR>7a.After getting the OK , confirm UE doesn't CSFB<BR>else 7b .if there is no response from NW , confirm UE does CSFB<BR>FO",Pass,,,,
6831,2309,NVRAM_EF_SSDS_TIMER_VALUE_PROFILE_LID,"1,2",timer_value,disable_ut_timer_nw_no_resp_value_entry[0~0].action.timer_value,OTA and OTA BY OP,no,no,no,no,[MCF]timer value,UNSIGNED INT,4,,,10,NR15.R3.MD700.MP,,1~0xfffffffe,No,6832,NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,"Test in machine (Y/N) :Y<BR>Test Time (minutes) :5min<BR>[Init] <BR>Configure the machine doesn't response the tcp connection for xcap <BR>[Test Step] <BR>1. Use MCF tool to modify <BR> NVRAM_EF_SSDS_TIMER_VALUE_PROFILE_LID,moify this value:<BR> disable_ut_timer_nw_no_resp_value_entry[0].is_valid = 1<BR> disable_ut_timer_nw_no_resp_value_entry[0].action.timer_value = 15<BR>2. After reboot, operator Call forwarding <BR>[Expected Result]<BR>The call forwarding is over Ut/XCAP for the first time and after failure in the XCAP, UE will CSFB to do SS in the next 15s",Pass,,,,
6832,2309,NVRAM_EF_SSDS_TIMER_VALUE_PROFILE_LID,"1,2",is_valid,disable_ut_timer_nw_no_resp_value_entry[0~0].is_valid,OTA and OTA BY OP,no,no,no,no,[MCF]this entry valid?,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0/1,No,6831,NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,"Test in machine (Y/N) :Y<BR>Test Time (minutes) :5min<BR>[Init] <BR>Configure the machine doesn't response the tcp connection for xcap <BR>[Test Step] <BR>1. Use MCF tool to modify <BR> NVRAM_EF_SSDS_TIMER_VALUE_PROFILE_LID,moify this value:<BR> disable_ut_timer_nw_no_resp_value_entry[0].is_valid = 1<BR> disable_ut_timer_nw_no_resp_value_entry[0].action.timer_value = 15<BR>2. After reboot, operator Call forwarding <BR>[Expected Result]<BR>The call forwarding is over Ut/XCAP for the first time and after failure in the XCAP, UE will CSFB to do SS in the next 15s",Pass,,,,
6833,2309,NVRAM_EF_SSDS_TIMER_VALUE_PROFILE_LID,"1,2",check_reserved,disable_ut_timer_nw_no_resp_value_entry[0~0].mask.check_reserved,Not Support,no,yes,no,no,[INTERNAL]reserved,ENUM,8,8,,0x00,NR15.R3.MD700.MP,,,No,NO,NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,NA,Untested,,,,
@@ -6806,7 +6806,7 @@
6841,2309,NVRAM_EF_SSDS_TIMER_VALUE_PROFILE_LID,"1,2",check_reserved,reuse_pdn_timer_value_entry[0~0].mask.check_reserved,Not Support,no,yes,no,no,[INTERNAL]reserved,ENUM,8,8,,0x00,NR15.R3.MD700.MP,,,No,NO,NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,NA,Untested,,,,
6842,2309,NVRAM_EF_SSDS_TIMER_VALUE_PROFILE_LID,"1,2",reserved,reuse_pdn_timer_value_entry[0~0].value.reserved,Not Support,no,yes,no,no,[INTERNAL]reserved,UNSIGNED CHAR,8,8,,0x00,NR15.R3.MD700.MP,,,No,NO,NO,IMS-SS,Modem Application - Common-Feature-XCAP,,,NA,Untested,,,,
6843,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",access_stratum_release,access_stratum_release,OTA and OTA BY OP,no,no,no,no,[MCF] 3GPP TS 36.331 accessStratumRelease,UNSIGNED CHAR,1,,,0x07,NR15.R3.MD700.MP,,0x00: AccessStratumRelease_rel8<BR>0x01: AccessStratumRelease_rel9<BR>0x02: AccessStratumRelease_rel10<BR>0x03: AccessStratumRelease_rel11<BR>0x04: AccessStratumRelease_rel12<BR>0x05: AccessStratumRelease_rel13<BR>0x06: AccessStratumRelease_rel14<BR>0x07: AccessStratumRelease_rel15,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] LTE load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed.<BR>[Expected Result] Check this field in UE-EUTRA-Capability is matched as your MCF setting.",Untested,,,,
-6844,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",access_stratum_release.AS_RELEASE,access_stratum_release.AS_RELEASE,OTA and OTA BY OP,no,no,no,no,"[MCF] 3GPP TS 36.331 accessStratumReleaseEnumeration starting from Rel-8, please specify the decimal value. bit 0x00: Rel-8 ; bit 0x01: Rel-9 ; bit 0x02: Rel-10 ; bit 0x03: Rel-11 ; bit 0x04: Rel-12 ; bit 0x05: Rel-13 ; bit 0x06: Rel-14 ; bit 0x07: Rel-15",BIT,8,,8,0x07,NR15.R3.MD700.MP,,0x02:Rel-10<BR>0x03:Rel-11<BR>0x01:Rel-9<BR>0x07:Rel-15<BR>0x05:Rel-13<BR>0x06:Rel-14<BR>0x04:Rel-12<BR>0x00:Rel-8,Yes,,__MD97__/__MD95__/__LTE_R12__/__LTE_REPORT_CAP_AS_REL_10__/__LTE_REPORT_CAP_AS_REL_11__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,1. connect to NW<BR>2. check the AS release in UE Capability,Pass,,,,
+6844,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",access_stratum_release.AS_RELEASE,access_stratum_release.AS_RELEASE,OTA and OTA BY OP,no,no,no,no,"[MCF] 3GPP TS 36.331 accessStratumReleaseEnumeration starting from Rel-8, please specify the decimal value. bit 0x00: Rel-8 ; bit 0x01: Rel-9 ; bit 0x02: Rel-10 ; bit 0x03: Rel-11 ; bit 0x04: Rel-12 ; bit 0x05: Rel-13 ; bit 0x06: Rel-14 ; bit 0x07: Rel-15",BIT,8,,8,0x07,NR15.R3.MD700.MP,,0x03:Rel-11<BR>0x02:Rel-10<BR>0x04:Rel-12<BR>0x07:Rel-15<BR>0x01:Rel-9<BR>0x05:Rel-13<BR>0x06:Rel-14<BR>0x00:Rel-8,Yes,,__MD97__/__MD95__/__LTE_R12__/__LTE_REPORT_CAP_AS_REL_10__/__LTE_REPORT_CAP_AS_REL_11__,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,1. connect to NW<BR>2. check the AS release in UE Capability,Pass,,,,
6845,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",cat4_release,cat4_release,Not Support,no,no,yes,no,[DOC],UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01: AccessStratumRelease_rel9<BR>0x02: AccessStratumRelease_rel10<BR>0x03: AccessStratumRelease_rel11<BR>0x04: AccessStratumRelease_rel12<BR>0x05: AccessStratumRelease_rel13<BR>0x06: AccessStratumRelease_rel14<BR>0x07: AccessStratumRelease_rel15:Use cat4_release when CA is disabled.,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine (Y/N): NA<BR>Test Time (minutes): NA<BR>[Init] NA<BR>[Test Step] NA<BR>[Expected Result] NA,Untested,,,,
6846,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",interFreqProximityIndication_r9,csg_prox_ind_param_r9.interFreqProximityIndication_r9,OTA and OTA BY OP,no,no,no,no,This parameter defines whether the UE supports proximity indication for inter-frequency E-UTRAN cells whose CSG Identities are in the UE's CSG Whitelist.,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x0: Not supported<BR>0x1: Supported,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] LTE load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed.<BR>[Expected Result] Check this field in UE-EUTRA-Capability is matched as your MCF setting.",Untested,,,,
6847,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",interFreqProximityIndication_r9.interFreqProximityIndication_r9,csg_prox_ind_param_r9.interFreqProximityIndication_r9.interFreqProximityIndication_r9,OTA and OTA BY OP,no,no,no,no,This parameter defines whether the UE supports proximity indication for inter-frequency E-UTRAN cells whose CSG Identities are in the UE's CSG Whitelist.Use 0 or 1 to indicatebit 0:0:Not supportedbit 1:1:Supported,BIT,8,,8,0x01,NR15.R3.MD700.MP,,0x0: Not supported<BR>0x1: Supported,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] LTE load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed.<BR>[Expected Result] Check this field in UE-EUTRA-Capability is matched as your MCF setting.",Untested,,,,
@@ -7529,86 +7529,86 @@
7578,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",ue_category,ue_category,OTA and OTA BY OP,no,no,yes,no,"[DOC,MCF]",UNSIGNED CHAR,1,,,0xa1,NR15.R3.MD700.MP,,1~201,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
7579,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",ue_eutra_cap_ver,ue_eutra_cap_ver,Not Support,no,yes,no,no,[INTERNAL],UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,,No,,,[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,,Untested,,,,
7580,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode,background_search_status_in_test_mode,Not Support,no,no,no,no,"Background Search related parameter setting when UE in test mode. This is the octet which contains bits b1, b2, etc and is not used as a whole octet for anything.",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,Background search on NR,Modem - Operator Requirement,,,,Untested,,,,
-7581,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b1,background_search_status_in_test_mode.b1,OTA and OTA BY OP,no,no,no,no,5G Background Search support setting when UE is in test mode in 2G FDD.,BIT,1,,1,0,NR15.R3.MD700.MP,,0:5G background search not supported in test mode in 2G FDD<BR>1:5G background search supported in test mode in 2G FDD,Yes,,,Background search on NR,Modem - Operator Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in Nvram,Pass,,,,
+7581,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b1,background_search_status_in_test_mode.b1,OTA and OTA BY OP,no,no,no,no,5G Background Search support setting when UE is in test mode in 2G FDD.,BIT,1,,1,0,NR15.R3.MD700.MP,,1:5G background search supported in test mode in 2G FDD<BR>0:5G background search not supported in test mode in 2G FDD,Yes,,,Background search on NR,Modem - Operator Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in Nvram,Pass,,,,
7582,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b2,background_search_status_in_test_mode.b2,OTA and OTA BY OP,no,no,no,no,5G Background Search support setting when UE is in test mode in 3G FDD.,BIT,1,,1,0,NR15.R3.MD700.MP,,1:5G background search supported in test mode in 3G FDD<BR>0:5G background search not supported in test mode in 3G FDD,Yes,,,Background search on NR,Modem - Operator Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in Nvarm,Pass,,,,
-7583,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b3,background_search_status_in_test_mode.b3,OTA and OTA BY OP,no,no,no,no,5G Background Search support setting when UE is in test mode in 2G TDD.,BIT,1,,1,0,NR15.R3.MD700.MP,,1:5G background search supported in test mode in 2G TDD<BR>0:5G background search not supported in test mode in 2G TDD,Yes,,,Background search on NR,Modem - Operator Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in Nvram,Pass,,,,
+7583,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b3,background_search_status_in_test_mode.b3,OTA and OTA BY OP,no,no,no,no,5G Background Search support setting when UE is in test mode in 2G TDD.,BIT,1,,1,0,NR15.R3.MD700.MP,,0:5G background search not supported in test mode in 2G TDD<BR>1:5G background search supported in test mode in 2G TDD,Yes,,,Background search on NR,Modem - Operator Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in Nvram,Pass,,,,
7584,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b4,background_search_status_in_test_mode.b4,OTA and OTA BY OP,no,no,no,no,5G Background Search support setting when UE is in test mode in 3G TDD.,BIT,1,,1,0,NR15.R3.MD700.MP,,0:5G background search not supported in test mode in 3G TDD<BR>1:5G background search supported in test mode in 3G TDD,Yes,,,Background search on NR,Modem - Operator Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in Nvram,Pass,,,,
-7585,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b5,background_search_status_in_test_mode.b5,OTA and OTA BY OP,no,no,no,no,5G Background Search support setting when UE is in test mode in 4G.,BIT,1,,1,0,NR15.R3.MD700.MP,,1:5G background search supported in test mode in 4G<BR>0:5G background search not supported in test mode in 4G,Yes,,,Background search on NR,Modem - Operator Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in Nvram,Pass,,,,
+7585,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b5,background_search_status_in_test_mode.b5,OTA and OTA BY OP,no,no,no,no,5G Background Search support setting when UE is in test mode in 4G.,BIT,1,,1,0,NR15.R3.MD700.MP,,0:5G background search not supported in test mode in 4G<BR>1:5G background search supported in test mode in 4G,Yes,,,Background search on NR,Modem - Operator Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in Nvram,Pass,,,,
7586,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",background_search_status_in_test_mode.b6,background_search_status_in_test_mode.b6,Not Support,no,no,no,no,Background Search related parameter setting when UE in test mode.Reserved.,BIT,3,,3,0x00,NR15.R3.MD700.MP,,,,,,Background search on NR,Modem - Operator Requirement,,,,Untested,,,,
-7587,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_drb_with_ul_both_mcg_scg,mrdc_cap.general_params.fdd.split_drb_with_ul_both_mcg_scg,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
+7587,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_drb_with_ul_both_mcg_scg,mrdc_cap.general_params.fdd.split_drb_with_ul_both_mcg_scg,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
7588,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_srb_with_one_ul_path,mrdc_cap.general_params.fdd.split_srb_with_one_ul_path,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
7589,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",srb3,mrdc_cap.general_params.fdd.srb3,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
7590,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",v2x_eutra_v1530,mrdc_cap.general_params.fdd.v2x_eutra_v1530,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
-7591,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_drb_with_ul_both_mcg_scg,mrdc_cap.general_params.tdd.split_drb_with_ul_both_mcg_scg,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
+7591,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_drb_with_ul_both_mcg_scg,mrdc_cap.general_params.tdd.split_drb_with_ul_both_mcg_scg,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
7592,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_srb_with_one_ul_path,mrdc_cap.general_params.tdd.split_srb_with_one_ul_path,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
-7593,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",srb3,mrdc_cap.general_params.tdd.srb3,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
+7593,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",srb3,mrdc_cap.general_params.tdd.srb3,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
7594,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",v2x_eutra_v1530,mrdc_cap.general_params.tdd.v2x_eutra_v1530,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,,Untested,,,,
7595,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",pdcp_duplication_split_drb,mrdc_cap.pdcp_params.pdcp_duplication_split_drb,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / pdcp-ParametersMRDC-v1530 / pdcp-DuplicationSplitDRB,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7596,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",pdcp_duplication_split_srb,mrdc_cap.pdcp_params.pdcp_duplication_split_srb,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / pdcp-ParametersMRDC-v1530 / pdcp-DuplicationSplitSRB,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7597,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",lch_to_scell_restriction,nr_cap.mac_params.common.lch_to_scell_restriction,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersCommon / lch-ToSCellRestriction,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7598,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",lcp_restriction,nr_cap.mac_params.common.lcp_restriction,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersCommon / l lcp-Restriction,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7596,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",pdcp_duplication_split_srb,mrdc_cap.pdcp_params.pdcp_duplication_split_srb,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / pdcp-ParametersMRDC-v1530 / pdcp-DuplicationSplitSRB,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7597,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",lch_to_scell_restriction,nr_cap.mac_params.common.lch_to_scell_restriction,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersCommon / lch-ToSCellRestriction,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7598,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",lcp_restriction,nr_cap.mac_params.common.lcp_restriction,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersCommon / l lcp-Restriction,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7599,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",recommended_bit_rate,nr_cap.mac_params.common.recommended_bit_rate,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersCommon / recommendedBitRate,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7600,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",recommended_bit_rate_query,nr_cap.mac_params.common.recommended_bit_rate_query,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersCommon / recommendedBitRateQuery,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7601,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",logical_channel_sr_delay_timer,nr_cap.mac_params.fdd.logical_channel_sr_delay_timer,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / logicalChannelSR-DelayTimer for FDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7601,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",logical_channel_sr_delay_timer,nr_cap.mac_params.fdd.logical_channel_sr_delay_timer,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / logicalChannelSR-DelayTimer for FDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7602,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",long_drx_cycle,nr_cap.mac_params.fdd.long_drx_cycle,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / longDRX-Cycle for FDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7603,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",multiple_configured_grants,nr_cap.mac_params.fdd.multiple_configured_grants,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / multipleConfiguredGrants for FDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7604,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",multiple_sr_configurations,nr_cap.mac_params.fdd.multiple_sr_configurations,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / multipleSR-Configurations for FDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7604,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",multiple_sr_configurations,nr_cap.mac_params.fdd.multiple_sr_configurations,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / multipleSR-Configurations for FDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7605,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",short_drx_cycle,nr_cap.mac_params.fdd.short_drx_cycle,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / shortDRX-Cycle for FDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7606,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",skip_uplink_tx_dynamic,nr_cap.mac_params.fdd.skip_uplink_tx_dynamic,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / skipUplinkTxDynamic for FDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7607,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",logical_channel_sr_delay_timer,nr_cap.mac_params.tdd.logical_channel_sr_delay_timer,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / logicalChannelSR-DelayTimer for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7606,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",skip_uplink_tx_dynamic,nr_cap.mac_params.fdd.skip_uplink_tx_dynamic,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / skipUplinkTxDynamic for FDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7607,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",logical_channel_sr_delay_timer,nr_cap.mac_params.tdd.logical_channel_sr_delay_timer,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / logicalChannelSR-DelayTimer for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7608,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",long_drx_cycle,nr_cap.mac_params.tdd.long_drx_cycle,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / longDRX-Cycle for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7609,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",multiple_configured_grants,nr_cap.mac_params.tdd.multiple_configured_grants,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / multipleConfiguredGrants for TDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7609,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",multiple_configured_grants,nr_cap.mac_params.tdd.multiple_configured_grants,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / multipleConfiguredGrants for TDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7610,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",multiple_sr_configurations,nr_cap.mac_params.tdd.multiple_sr_configurations,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / multipleSR-Configurations for TDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7611,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",short_drx_cycle,nr_cap.mac_params.tdd.short_drx_cycle,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / shortDRX-Cycle for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7612,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",skip_uplink_tx_dynamic,nr_cap.mac_params.tdd.skip_uplink_tx_dynamic,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / skipUplinkTxDynamic for TDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7613,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",eutra_cgi_reporting,nr_cap.meas_params.common.eutra_cgi_reporting,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersCommon / eutra-CGI-Reporting,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7611,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",short_drx_cycle,nr_cap.mac_params.tdd.short_drx_cycle,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / shortDRX-Cycle for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7612,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",skip_uplink_tx_dynamic,nr_cap.mac_params.tdd.skip_uplink_tx_dynamic,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / mac-Parameters / mac-ParametersXDD-Diff / skipUplinkTxDynamic for TDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7613,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",eutra_cgi_reporting,nr_cap.meas_params.common.eutra_cgi_reporting,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersCommon / eutra-CGI-Reporting,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7614,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_fdd_tdd,nr_cap.meas_params.common.handover_fdd_tdd,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersCommon / handoverFDD-TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7615,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",nr_cgi_reporting,nr_cap.meas_params.common.nr_cgi_reporting,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersCommon / nr-CGI-Reporting,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7616,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_elte,nr_cap.meas_params.fdd.handover_elte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
+7615,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",nr_cgi_reporting,nr_cap.meas_params.common.nr_cgi_reporting,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersCommon / nr-CGI-Reporting,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7616,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_elte,nr_cap.meas_params.fdd.handover_elte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
7617,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_inter_f,nr_cap.meas_params.fdd.handover_inter_f,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverInterF for FDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7618,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte,nr_cap.meas_params.fdd.handover_lte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
7619,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_elte,nr_cap.meas_params.fr1.handover_elte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
-7620,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_inter_f,nr_cap.meas_params.fr1.handover_inter_f,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersFRX-Diff / handoverInterF for FR1,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7621,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte,nr_cap.meas_params.fr1.handover_lte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
+7620,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_inter_f,nr_cap.meas_params.fr1.handover_inter_f,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersFRX-Diff / handoverInterF for FR1,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7621,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte,nr_cap.meas_params.fr1.handover_lte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
7622,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_elte,nr_cap.meas_params.fr2.handover_elte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
7623,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_inter_f,nr_cap.meas_params.fr2.handover_inter_f,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersFRX-Diff / handoverInterF for FR2,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7624,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte,nr_cap.meas_params.fr2.handover_lte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
7625,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_elte,nr_cap.meas_params.tdd.handover_elte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
7626,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_inter_f,nr_cap.meas_params.tdd.handover_inter_f,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverInterF for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7627,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte,nr_cap.meas_params.tdd.handover_lte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
+7627,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte,nr_cap.meas_params.tdd.handover_lte,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
7628,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",continue_rohc_context,nr_cap.pdcp_params.continue_rohc_context,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / continueROHC-Context,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7629,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",max_number_rohc_context_sessions,nr_cap.pdcp_params.max_number_rohc_context_sessions,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / maxNumberROHC-ContextSessions,UNSIGNED SHORT,2,,,16,NR15.R3.MD700.MP,,"2, 4, 8, 12, 16, 24, 32, 48, 64, 128, 256, 512, 1024, 16384",Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value between any valid values<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7630,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",out_of_order_delivery,nr_cap.pdcp_params.out_of_order_delivery,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / outOfOrderDelivery,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7631,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",pdcp_duplication_mcg_or_scg_drb,nr_cap.pdcp_params.pdcp_duplication_mcg_or_scg_drb,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / pdcp-DuplicationMCG-OrSCG-DRB,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,3,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7632,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",pdcp_duplication_srb,nr_cap.pdcp_params.pdcp_duplication_srb,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / pdcp-DuplicationSRB,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7633,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0001,nr_cap.pdcp_params.rohc_profiles.profile_0x0001,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0001,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7634,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0002,nr_cap.pdcp_params.rohc_profiles.profile_0x0002,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0002,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7635,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0003,nr_cap.pdcp_params.rohc_profiles.profile_0x0003,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0003,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7632,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",pdcp_duplication_srb,nr_cap.pdcp_params.pdcp_duplication_srb,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / pdcp-DuplicationSRB,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7633,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0001,nr_cap.pdcp_params.rohc_profiles.profile_0x0001,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0001,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7634,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0002,nr_cap.pdcp_params.rohc_profiles.profile_0x0002,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0002,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7635,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0003,nr_cap.pdcp_params.rohc_profiles.profile_0x0003,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0003,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7636,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0004,nr_cap.pdcp_params.rohc_profiles.profile_0x0004,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0004,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7637,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0006,nr_cap.pdcp_params.rohc_profiles.profile_0x0006,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0006,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7637,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0006,nr_cap.pdcp_params.rohc_profiles.profile_0x0006,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0006,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7638,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0101,nr_cap.pdcp_params.rohc_profiles.profile_0x0101,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0101,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7639,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0102,nr_cap.pdcp_params.rohc_profiles.profile_0x0102,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0102,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7640,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0103,nr_cap.pdcp_params.rohc_profiles.profile_0x0103,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0103,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7641,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",profile_0x0104,nr_cap.pdcp_params.rohc_profiles.profile_0x0104,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / profile0x0104,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7642,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",short_sn,nr_cap.pdcp_params.short_sn,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / shortSN,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7642,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",short_sn,nr_cap.pdcp_params.short_sn,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / shortSN,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7643,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",uplink_only_rohc_profiles,nr_cap.pdcp_params.uplink_only_rohc_profiles,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / pdcp-Parameters / uplinkOnlyROHC-Profiles,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7644,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",am_with_short_sn,nr_cap.rlc_params.am_with_short_sn,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / rlc-Parameters / am-WithShortSN,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7644,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",am_with_short_sn,nr_cap.rlc_params.am_with_short_sn,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / rlc-Parameters / am-WithShortSN,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7645,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",um_with_long_sn,nr_cap.rlc_params.um_with_long_sn,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / rlc-Parameters / um-WithLongSN,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7646,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",um_with_short_sn,nr_cap.rlc_params.um_with_short_sn,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / rlc-Parameters / um-WithShortSN,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7647,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",delay_budget_reporting,nr_cap.ue_nr_capability_v1530.delay_budget_reporting,Not Support,no,no,no,no,Removed,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
7648,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",inactive_state,nr_cap.ue_nr_capability_v1530.inactive_state,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / inactiveState,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7649,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",mfbi_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.common.mfbi_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersCommon / mfbi-EUTRA,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7650,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",multi_ns_pmax_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.common.multi_ns_pmax_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersCommon / multiNS-Pmax-EUTRA,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7651,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",rs_sinr_meas_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.common.rs_sinr_meas_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersCommon / rs-SINR-MeasEUTRA,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7649,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",mfbi_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.common.mfbi_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersCommon / mfbi-EUTRA,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7650,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",multi_ns_pmax_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.common.multi_ns_pmax_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersCommon / multiNS-Pmax-EUTRA,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7651,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",rs_sinr_meas_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.common.rs_sinr_meas_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersCommon / rs-SINR-MeasEUTRA,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7652,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",rsrq_meas_wideband_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.fdd.rsrq_meas_wideband_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersXDD-Diff / rsrqMeasWidebandEUTRA for FDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-7653,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",rsrq_meas_wideband_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.tdd.rsrq_meas_wideband_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersXDD-Diff / rsrqMeasWidebandEUTRA for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7653,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",rsrq_meas_wideband_eutra,nr_cap.ue_nr_capability_v1530.inter_rat_params.eutra.tdd.rsrq_meas_wideband_eutra,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / interRAT-Parameters / eutra / eutra-ParametersXDD-Diff / rsrqMeasWidebandEUTRA for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7654,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",voice_over_eutra_5gc,nr_cap.ue_nr_capability_v1540.ims_params.common.voice_over_eutra_5gc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / nonCriticalExtension / ims-Parameters / ims-ParametersCommon / voiceOverEUTRA-5GC,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,VoNR,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7655,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",voice_over_nr,nr_cap.ue_nr_capability_v1540.ims_params.fr1.voice_over_nr,Not Support,no,no,no,no,UE-NR-Capability / nonCriticalExtension / nonCriticalExtension / ims-Parameters / ims-ParametersFRX-Diff / voiceOverNR for FR1,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,VoNR,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Untested,,,,
-7656,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",voice_over_nr,nr_cap.ue_nr_capability_v1540.ims_params.fr2.voice_over_nr,Not Support,no,no,no,no,UE-NR-Capability / nonCriticalExtension / nonCriticalExtension / ims-Parameters / ims-ParametersFRX-Diff / voiceOverNR for FR2,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,VoNR,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Untested,,,,
+7656,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",voice_over_nr,nr_cap.ue_nr_capability_v1540.ims_params.fr2.voice_over_nr,Not Support,no,no,no,no,UE-NR-Capability / nonCriticalExtension / nonCriticalExtension / ims-Parameters / ims-ParametersFRX-Diff / voiceOverNR for FR2,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,VoNR,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Untested,,,,
7657,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",overheating_ind,nr_cap.ue_nr_capability_v1540.overheating_ind,Not Support,no,no,no,no,Removed,ENUM,1,,,0x00,NR15.R3.MD700.MP,,,,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,,Untested,,,,
-7658,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",as_reflective_qos,nr_cap.ue_nr_capability_v1540.sdap_params.as_reflective_qos,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / nonCriticalExtension / sdap-Parameters / as-ReflectiveQoS,ENUM,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+7658,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",as_reflective_qos,nr_cap.ue_nr_capability_v1540.sdap_params.as_reflective_qos,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / nonCriticalExtension / sdap-Parameters / as-ReflectiveQoS,ENUM,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
7659,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,band5_and_band6_indicator,band5_and_band6_indicator,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-7660,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,customer_TM_enable,customer_TM_enable,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+7660,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,customer_TM_enable,customer_TM_enable,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,1,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7661,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,endPattern,endPattern,OTA,no,no,yes,no,"[MCF,DOC]#U_0xABCD1234_L_0xABCD1234:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",UNSIGNED INT,4,,,0xABCD1234,NR15.R3.MD700.MP,,any,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7662,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,isDataUpdate,isDataUpdate,OTA,no,no,yes,no,"[MCF,DOC]#U_1_L_1:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",UNSIGNED CHAR,1,,,0x1,NR15.R3.MD700.MP,,any,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7663,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,pa_section,pa_section,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",UNSIGNED CHAR,1,,,0x3,NR15.R3.MD700.MP,,any,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
@@ -7632,26 +7632,26 @@
7681,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,CA_IND_2,umtsCaBandIndicator.CA_IND_2,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,2,,,0,NR15.R3.MD700.MP,,"0, 261, 264, 267, 516, 517, 1281, 2049, 2817, 1026, 1282:CA",Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7682,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,CA_IND_3,umtsCaBandIndicator.CA_IND_3,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,2,,,0,NR15.R3.MD700.MP,,"0, 261, 264, 267, 516, 517, 1281, 2049, 2817, 1026, 1282:CA",Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7683,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,CA_IND_4,umtsCaBandIndicator.CA_IND_4,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,2,,,0,NR15.R3.MD700.MP,,"0, 261, 264, 267, 516, 517, 1281, 2049, 2817, 1026, 1282:CA",Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-7684,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,umtsIdleModeRxDOn,umtsIdleModeRxDOn,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,1,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+7684,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,umtsIdleModeRxDOn,umtsIdleModeRxDOn,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7685,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,HSDPA_MprBackOff,umtsMprBackOff.HSDPA_MprBackOff,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,20,20,,2,NR15.R3.MD700.MP,,0~4:power back off setting,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7686,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,HSUPA_MprBackOff,umtsMprBackOff.HSUPA_MprBackOff,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,20,20,,2,NR15.R3.MD700.MP,,0~4:power back off setting,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7687,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,HSUPA_MprBackOff_SUB,umtsMprBackOff.HSUPA_MprBackOff_SUB,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,100,"20,5",,0,NR15.R3.MD700.MP,,0~8:power back off setting,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-7688,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,isR6MprSubEn,umtsMprBackOff.isR6MprSubEn,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+7688,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,isR6MprSubEn,umtsMprBackOff.isR6MprSubEn,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7689,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,umtsPADriftCompensation,umtsPADriftCompensation,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",UNSIGNED INT,4,,,0x0,NR15.R3.MD700.MP,,any,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7690,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,dc2dcOffset,umtsRfPaControlTimingOffset.dc2dcOffset,OTA,no,no,yes,no,"[MCF,DOC]#U_65535:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",UNSIGNED SHORT,2,,,0x60,NR15.R3.MD700.MP,,any,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7691,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,maxOffset,umtsRfPaControlTimingOffset.maxOffset,OTA,no,no,yes,no,"[MCF,DOC]#U_65535:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",UNSIGNED SHORT,2,,,0x60,NR15.R3.MD700.MP,,any,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7692,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,vbiasOffset,umtsRfPaControlTimingOffset.vbiasOffset,OTA,no,no,yes,no,"[MCF,DOC]#U_65535:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",UNSIGNED SHORT,2,,,0x3B,NR15.R3.MD700.MP,,any,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7693,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,vgaOffset,umtsRfPaControlTimingOffset.vgaOffset,OTA,no,no,yes,no,"[MCF,DOC]#U_65535:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",UNSIGNED SHORT,2,,,0x60,NR15.R3.MD700.MP,,any,,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7694,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,vmOffset,umtsRfPaControlTimingOffset.vmOffset,OTA,no,no,yes,no,"[MCF,DOC]#U_65535:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",UNSIGNED SHORT,2,,,0x2A,NR15.R3.MD700.MP,,any,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-7695,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,umtsRfSettingByNVRAM,umtsRfSettingByNVRAM,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,1,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-7696,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,umtsRxDAlwaysOn,umtsRxDAlwaysOn,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-7697,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,rx_path_selection_enable,umtsRxPathSelection.rx_path_selection_enable,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+7695,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,umtsRfSettingByNVRAM,umtsRfSettingByNVRAM,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+7696,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,umtsRxDAlwaysOn,umtsRxDAlwaysOn,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+7697,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,rx_path_selection_enable,umtsRxPathSelection.rx_path_selection_enable,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7698,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,rx_path_type,umtsRxPathSelection.rx_path_type,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,2,NR15.R3.MD700.MP,,0:main only<BR>2:both<BR>1:rxd only,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-7699,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,vpa_fpwm_mode,vpa_fpwm_mode,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+7699,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,vpa_fpwm_mode,vpa_fpwm_mode,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7700,58626,NVRAM_EF_UL1_3G_RF_PARAMETER_LID,1,xPMU_PA_CONTROL,xPMU_PA_CONTROL,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2O-AND-V1.0EN_Modem_Design_RFSW_RF_NVRAM_LID_Introduction_Application_Note.docx",ENUM,1,,,1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7701,58706,NVRAM_EF_UL1_DAT_FEATURE_BY_RAT_LID,1,ap_scenario,ap_scenario,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",SHORT,2,,,-1,NR15.R3.MD700.MP,,0~7:DAT scenario,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7702,58706,NVRAM_EF_UL1_DAT_FEATURE_BY_RAT_LID,1,feature_enable,feature_enable,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
-7703,58678,NVRAM_EF_UL1_TAS_FEATURE_BY_RAT_LID,1,tas_enable,force_mode_tas_feature.tas_enable,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
+7703,58678,NVRAM_EF_UL1_TAS_FEATURE_BY_RAT_LID,1,tas_enable,force_mode_tas_feature.tas_enable,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7704,58678,NVRAM_EF_UL1_TAS_FEATURE_BY_RAT_LID,1,tas_state,force_mode_tas_feature.tas_state,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,0~23:TAS state,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7705,58678,NVRAM_EF_UL1_TAS_FEATURE_BY_RAT_LID,1,tas_enable_on_real_sim,tas_enable_on_real_sim,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",ENUM,1,,,1,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
7706,58678,NVRAM_EF_UL1_TAS_FEATURE_BY_RAT_LID,1,tas_enable_on_test_sim,tas_enable_on_test_sim,OTA,no,no,yes,no,"[MCF,DOC]:CS0070-AAF2I-AND-V1.0EN_Modem_Design_RFSW_ANT_Customization_Setting_Application_Note.docx",ENUM,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,Yes,,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
@@ -7872,8 +7872,8 @@
7921,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",ecbm_mode_timer_min,profile_common.ecbm_mode_timer_min,OTA BY OP,no,no,no,yes,Emergency call back mode timer - Minute (SBP_ECBM_MODE_TIMER_MIN),UNSIGNED CHAR,1,,,0x05,NR15.R3.MD700.MP,,0-255:Emergency call back mode timer - Minute (SBP_ECBM_MODE_TIMER_MIN),Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. inserted VZW SIM card and register normal service<BR>3. dial emergency call<BR>4. user hang up until emergency call connected<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7922,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",ecbm_mode_timer_sec,profile_common.ecbm_mode_timer_sec,OTA BY OP,no,no,no,yes,Emergency call back mode timer - Second (SBP_ECBM_MODE_TIMER_SEC),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. inserted VZW SIM card and register normal service<BR>3. dial emergency call<BR>4. user hang up until emergency call connected<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7923,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",guard_ecc_cellular_search_timer_length,profile_common.guard_ecc_cellular_search_timer_length,OTA BY OP,no,no,no,yes,The length of ecc cellular search timer,UNSIGNED CHAR,1,,,0x06,NR15.R3.MD700.MP,,0-255:The length of ecc cellular search timer,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7924,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",is_access_barring_enable,profile_common.is_access_barring_enable,OTA BY OP,no,no,no,yes,To enable access barring,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not enable access barring<BR>1:To enable access barring,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. Register normal service<BR>3. dial call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7925,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",is_ecbm_enable,profile_common.is_ecbm_enable,OTA BY OP,no,no,no,yes,To enable 3gpp and WFC Emergency call back mode,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not enable 3gpp and WFC Emergency call back mode<BR>1:To enable 3gpp and WFC Emergency call back mode,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. inserted VZW SIM card and register normal service<BR>3. dial emergency call<BR>4. user hang up until emergency call connected<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7924,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",is_access_barring_enable,profile_common.is_access_barring_enable,OTA BY OP,no,no,no,yes,To enable access barring,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:To enable access barring<BR>0:Not enable access barring,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. Register normal service<BR>3. dial call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7925,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",is_ecbm_enable,profile_common.is_ecbm_enable,OTA BY OP,no,no,no,yes,To enable 3gpp and WFC Emergency call back mode,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:To enable 3gpp and WFC Emergency call back mode<BR>0:Not enable 3gpp and WFC Emergency call back mode,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. inserted VZW SIM card and register normal service<BR>3. dial emergency call<BR>4. user hang up until emergency call connected<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7926,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",prefer_cellular_for_short_code_call,profile_common.prefer_cellular_for_short_code_call,OTA BY OP,no,no,no,yes,Prefer cellular RAN for short code call when available,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not prefer cellular RAN for short code call when available<BR>1:Prefer cellular RAN for short code call when available,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. Register normal service<BR>3. dial call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7927,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved1,profile_common.reserved1,OTA BY OP,no,no,no,yes,reserved1,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. Register normal service<BR>3. dial call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7929,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved2,profile_common.reserved2,OTA BY OP,no,no,no,yes,reserved2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. Register normal service<BR>3. dial call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
@@ -7895,9 +7895,9 @@
7946,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_enable_all_rat_when_no_available_domain,profile_emerg.allow_enable_all_rat_when_no_available_domain,OTA BY OP,no,no,no,yes,To allow enabling all RATs when there is no available domain,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7947,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_emb_eutran,profile_emerg.allow_ims_with_negative_emb_eutran,OTA BY OP,no,no,no,yes,To allow to request IMS emergency MO even if EMB service (E-UTRAN) shows false,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. IMS register for VoLTE<BR>3. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7948,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_emb_utran,profile_emerg.allow_ims_with_negative_emb_utran,OTA BY OP,no,no,no,yes,To allow to request IMS emergency MO even if EMB service (UTRAN) shows false,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7949,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_sib_emc_eutran,profile_emerg.allow_ims_with_negative_sib_emc_eutran,OTA BY OP,no,no,no,yes,To allow to request IMS emergency MO (limited service E-UTRAN) even if SIB indicates unsupported,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:To allow to request IMS emergency MO (limited service E-UTRAN) even if SIB indicates unsupported<BR>0:Not allow to request IMS emergency MO (limited service E-UTRAN) even if SIB indicates unsupported),Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7949,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_sib_emc_eutran,profile_emerg.allow_ims_with_negative_sib_emc_eutran,OTA BY OP,no,no,no,yes,To allow to request IMS emergency MO (limited service E-UTRAN) even if SIB indicates unsupported,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not allow to request IMS emergency MO (limited service E-UTRAN) even if SIB indicates unsupported)<BR>1:To allow to request IMS emergency MO (limited service E-UTRAN) even if SIB indicates unsupported,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7950,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_sib_emc_utran,profile_emerg.allow_ims_with_negative_sib_emc_utran,OTA BY OP,no,no,no,yes,To allow to request IMS emergency MO (limited service UTRAN) even if SIB indicates unsupported,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7951,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_volte_switch_off,profile_emerg.allow_ims_with_volte_switch_off,OTA BY OP,no,no,no,yes,To allow request IMS emergency MO even if volte switch is off,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:To allow request IMS emergency MO even if volte switch is off<BR>0:Not allow request IMS emergency MO even if volte switch is off,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7951,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_volte_switch_off,profile_emerg.allow_ims_with_volte_switch_off,OTA BY OP,no,no,no,yes,To allow request IMS emergency MO even if volte switch is off,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0:Not allow request IMS emergency MO even if volte switch is off<BR>1:To allow request IMS emergency MO even if volte switch is off,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7952,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_wifi_when_ims_is_not_registered,profile_emerg.allow_wifi_when_ims_is_not_registered,OTA BY OP,no,no,no,yes,To allow select WIFI even if IMS is not registered,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7953,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",ads_delay_resume_ads_for_cell_info_timer_length,profile_emerg.general_setting_emerg.ads_delay_resume_ads_for_cell_info_timer_length,OTA BY OP,no,no,no,yes,ADS delay resume ads for cell info timer,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7954,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",ads_guard_timer_length_min,profile_emerg.general_setting_emerg.ads_guard_timer_length_min,OTA BY OP,no,no,no,yes,ADS overall guard timer. minutes part,UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0-255:ADS overall guard timer minutes part for emergency call,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
@@ -7905,39 +7905,39 @@
7956,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",ads_guard_wait_ll_service_timer_length,profile_emerg.general_setting_emerg.ads_guard_wait_ll_service_timer_length,OTA BY OP,no,no,no,yes,wait ll service timer length,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7957,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_cs,profile_emerg.general_setting_emerg.allow_cs,OTA BY OP,no,no,no,yes,"To allow cs access(0:not allow ,1:allow , 2:only allow in HOME(Currently for normal call only), 3:only allow in ROAM(Currently for normal call only))",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7958,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_csfb_when_nas_detached,profile_emerg.general_setting_emerg.allow_csfb_when_nas_detached,OTA BY OP,no,no,no,yes,To allow to request for CSFB even if NAS detached,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7959,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims,profile_emerg.general_setting_emerg.allow_ims,OTA BY OP,no,no,no,yes,"To allow ims access(0:not allow ,1:allow , 2:only allow in HOME(Currently for normal call only), 3:only allow in ROAM(Currently for normal call only))",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,3:To allow ims access only in Roam<BR>0:Not allow ims access<BR>2:To allow ims access only allow in HOME<BR>1:To allow ims access,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7959,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims,profile_emerg.general_setting_emerg.allow_ims,OTA BY OP,no,no,no,yes,"To allow ims access(0:not allow ,1:allow , 2:only allow in HOME(Currently for normal call only), 3:only allow in ROAM(Currently for normal call only))",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,3:To allow ims access only in Roam<BR>1:To allow ims access<BR>2:To allow ims access only allow in HOME<BR>0:Not allow ims access,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7960,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_when_ims_unreged,profile_emerg.general_setting_emerg.allow_ims_when_ims_unreged,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if IMS unregistered,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7961,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_when_nas_detached,profile_emerg.general_setting_emerg.allow_ims_when_nas_detached,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if NAS detached,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7962,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_imsvops_eutran,profile_emerg.general_setting_emerg.allow_ims_with_negative_imsvops_eutran,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if IMSVoPS (E-UTRAN) shows false,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0:Not allow to request IMS MO establishment even if IMSVoPS (E-UTRAN) shows false<BR>1:To allow to request IMS MO establishment even if IMSVoPS (E-UTRAN) shows false,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7962,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_imsvops_eutran,profile_emerg.general_setting_emerg.allow_ims_with_negative_imsvops_eutran,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if IMSVoPS (E-UTRAN) shows false,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:To allow to request IMS MO establishment even if IMSVoPS (E-UTRAN) shows false<BR>0:Not allow to request IMS MO establishment even if IMSVoPS (E-UTRAN) shows false,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7963,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_imsvops_utran,profile_emerg.general_setting_emerg.allow_ims_with_negative_imsvops_utran,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if IMSVoPS (UTRAN) shows false,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:To allow to request IMS MO establishment even if IMSVoPS (UTRAN) shows false<BR>0:Not allow to request IMS MO establishment even if IMSVoPS (UTRAN) shows false,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7964,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_recursive_cs,profile_emerg.general_setting_emerg.allow_recursive_cs,OTA BY OP,no,no,no,yes,To allow recursive CS domain retries (e.g. CS --> IMS --> CS),UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7965,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_recursive_ims,profile_emerg.general_setting_emerg.allow_recursive_ims,OTA BY OP,no,no,no,yes,To allow recursive IMS domain retries (e.g. IMS --> CS --> IMS),UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7966,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_retry_cs_after_ims_fail,profile_emerg.general_setting_emerg.allow_retry_cs_after_ims_fail,OTA BY OP,no,no,no,yes,To allow retry CS after IMS fail,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7967,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_retry_cs_after_wfc_fail,profile_emerg.general_setting_emerg.allow_retry_cs_after_wfc_fail,OTA BY OP,no,no,no,yes,"To allow retry CS after WFC fail (just reserved, not available for emergency call now)",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7968,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_wfc,profile_emerg.general_setting_emerg.allow_wfc,OTA BY OP,no,no,no,yes,To allow WiFi calling,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:To allow WiFi calling<BR>0:Not allow WiFi calling,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7968,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_wfc,profile_emerg.general_setting_emerg.allow_wfc,OTA BY OP,no,no,no,yes,To allow WiFi calling,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0:Not allow WiFi calling<BR>1:To allow WiFi calling,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7969,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",max_attempt_c2k_cs_num,profile_emerg.general_setting_emerg.max_attempt_c2k_cs_num,OTA BY OP,no,no,no,yes,Maximum number of c2k cs attempts,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7970,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",max_attempt_consecutive_cs_num,profile_emerg.general_setting_emerg.max_attempt_consecutive_cs_num,OTA BY OP,no,no,no,yes,Maximum number of CS single-domain attempts (e.g. 2 means CS-->CS),UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0~255:Maximum number of CS single-domain attempts (e.g. 2 means CS-->CS),Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7971,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",max_attempt_consecutive_ims_num,profile_emerg.general_setting_emerg.max_attempt_consecutive_ims_num,OTA BY OP,no,no,no,yes,Maximum number of IMS single-domain attempts (e.g. 2 means IMS-->IMS),UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0~255:Maximum number of IMS single-domain attempts (e.g. 2 means IMS-->IMS),Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7972,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",max_attempt_total_num,profile_emerg.general_setting_emerg.max_attempt_total_num,OTA BY OP,no,no,no,yes,Maximum number of attempts (e.g. IMS-->IMS-->CS-->IMS means 4),UNSIGNED CHAR,1,,,0x0A,NR15.R3.MD700.MP,,0-255:Maximum number of attempts (e.g. IMS-->IMS-->CS-->IMS means 4),Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7973,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",max_attempt_wifi_num,profile_emerg.general_setting_emerg.max_attempt_wifi_num,OTA BY OP,no,no,no,yes,Maximum number of wifi attempts,UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0-255:Maximum number of wifi attempts,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7974,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",max_nw_selection_count,profile_emerg.general_setting_emerg.max_nw_selection_count,OTA BY OP,no,no,no,yes,Maximum number of NWSEL requests,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7975,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",prefer_cs_when_lte_roaming,profile_emerg.general_setting_emerg.prefer_cs_when_lte_roaming,OTA BY OP,no,no,no,yes,Preferred CS dommain when UE is in roaming LTE cell,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not preferred CS dommain when UE is in roaming LTE cell<BR>1:Preferred CS dommain when UE is in roaming LTE cell,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7975,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",prefer_cs_when_lte_roaming,profile_emerg.general_setting_emerg.prefer_cs_when_lte_roaming,OTA BY OP,no,no,no,yes,Preferred CS dommain when UE is in roaming LTE cell,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:Preferred CS dommain when UE is in roaming LTE cell<BR>0:Not preferred CS dommain when UE is in roaming LTE cell,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7976,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved1,profile_emerg.general_setting_emerg.reserved1,OTA BY OP,no,no,no,yes,reserved1,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7977,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved2,profile_emerg.general_setting_emerg.reserved2,OTA BY OP,no,no,no,yes,reserved2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7978,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved3,profile_emerg.general_setting_emerg.reserved3,OTA BY OP,no,no,no,yes,reserved3,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7979,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved4,profile_emerg.general_setting_emerg.reserved4,OTA BY OP,no,no,no,yes,reserved4,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7980,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved5,profile_emerg.general_setting_emerg.reserved5,OTA BY OP,no,no,no,yes,reserved5,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7983,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",stk_domain_sel_mode,profile_emerg.general_setting_emerg.stk_domain_sel_mode,OTA BY OP,no,no,no,yes,stk_domain_sel_mode,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,"0x00:stk domain select AUTO (NR, LTE, WIFI, WG, C2K)<BR>0x02:stk domain select CS only (WG, C2K)<BR>0x01:stk domain select IMS only (NR, LTE, WIFI)",Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7984,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_imsvops_ngran,profile_emerg.general_setting_emerg.allow_ims_with_negative_imsvops_ngran,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:To allow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false<BR>0x00:disallow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7984,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_imsvops_ngran,profile_emerg.general_setting_emerg.allow_ims_with_negative_imsvops_ngran,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:disallow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false<BR>0x01:To allow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7985,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",wait_for_ims_reg,profile_emerg.general_setting_emerg.wait_for_ims_reg,OTA BY OP,no,no,no,yes,To wait for the result of IMS reg or to reject the MO call directly,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7986,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",wait_for_irat,profile_emerg.general_setting_emerg.wait_for_irat,OTA BY OP,no,no,no,yes,To wait for the end of IRAT or to reject the MO call directly,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7987,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",wait_for_nas_nwsel,profile_emerg.general_setting_emerg.wait_for_nas_nwsel,OTA BY OP,no,no,no,yes,To wait for the end of PLMN selection procedures or to reject the MO call directly,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7988,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",wait_for_oos,profile_emerg.general_setting_emerg.wait_for_oos,OTA BY OP,no,no,no,yes,To wait for the end of OOS or to reject the MO call directly,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7989,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",prefer_cs_when_volte_unreged,profile_emerg.prefer_cs_when_volte_unreged,OTA BY OP,no,no,no,yes,To prefer CS when IMS is not registered on VoLTE,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:To prefer CS when IMS is not registered on VoLTE<BR>0:Not prefer CS when IMS is not registered on VoLTE,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7990,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",prefer_ims_in_lte_limited_srv,profile_emerg.prefer_ims_in_lte_limited_srv,OTA BY OP,no,no,no,yes,Prefer IMS domain in limited service,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0:Not prefer IMS domain when dialing emergency call in LTE limited service<BR>1:To prefer IMS domain when dialing emergency call in LTE limited service,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7991,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reject_ims_emerg_while_roaming,profile_emerg.reject_ims_emerg_while_roaming,OTA BY OP,no,no,no,yes,To reject IMS emergency call while UE is roaming,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not reject IMS emergency call while UE is roaming<BR>1:To reject IMS emergency call while UE is roaming,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7989,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",prefer_cs_when_volte_unreged,profile_emerg.prefer_cs_when_volte_unreged,OTA BY OP,no,no,no,yes,To prefer CS when IMS is not registered on VoLTE,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:Not prefer CS when IMS is not registered on VoLTE<BR>1:To prefer CS when IMS is not registered on VoLTE,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7990,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",prefer_ims_in_lte_limited_srv,profile_emerg.prefer_ims_in_lte_limited_srv,OTA BY OP,no,no,no,yes,Prefer IMS domain in limited service,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:To prefer IMS domain when dialing emergency call in LTE limited service<BR>0:Not prefer IMS domain when dialing emergency call in LTE limited service,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7991,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reject_ims_emerg_while_roaming,profile_emerg.reject_ims_emerg_while_roaming,OTA BY OP,no,no,no,yes,To reject IMS emergency call while UE is roaming,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:To reject IMS emergency call while UE is roaming<BR>0:Not reject IMS emergency call while UE is roaming,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7992,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved1,profile_emerg.reserved1,OTA BY OP,no,no,no,yes,reserved1,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-7994,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ecc_over_nr,profile_emerg.allow_ecc_over_nr,OTA BY OP,no,no,no,yes,"To Allow ECC over NR (0:not allow, 1:allow)",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:To Allow ECC over NR<BR>0x00:Disallow ECC over NR,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+7994,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ecc_over_nr,profile_emerg.allow_ecc_over_nr,OTA BY OP,no,no,no,yes,"To Allow ECC over NR (0:not allow, 1:allow)",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:Disallow ECC over NR<BR>0x01:To Allow ECC over NR,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7995,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",disable_retry_of_e911_in_france,profile_emerg.disable_retry_of_e911_in_france,OTA BY OP,no,no,no,yes,Disable retry of e911 flow when UE don't plug in SIM and UE in France,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:enable retry of e911 flow when UE don't plug in SIM and UE in France<BR>0x01:Disable retry of e911 flow when UE don't plug in SIM and UE in France,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7996,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved2,profile_emerg.reserved2,OTA BY OP,no,no,no,yes,reserved2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
7997,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved3,profile_emerg.reserved3,OTA BY OP,no,no,no,yes,reserved3,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial emergency call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
@@ -7978,13 +7978,13 @@
8032,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved4,profile_normal.general_setting_normal.reserved4,OTA BY OP,no,no,no,yes,reserved4,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8033,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved5,profile_normal.general_setting_normal.reserved5,OTA BY OP,no,no,no,yes,reserved5,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8036,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",stk_domain_sel_mode,profile_normal.general_setting_normal.stk_domain_sel_mode,OTA BY OP,no,no,no,yes,stk_domain_sel_mode,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,"0x01:stk domain select IMS only (NR, LTE, WIFI)<BR>0x02:stk domain select CS only (WG, C2K<BR>0x00:stk domain select AUTO (NR, LTE, WIFI, WG, C2K)",Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-8037,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_imsvops_ngran,profile_normal.general_setting_normal.allow_ims_with_negative_imsvops_ngran,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:To allow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false<BR>0x00:disallow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+8037,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_negative_imsvops_ngran,profile_normal.general_setting_normal.allow_ims_with_negative_imsvops_ngran,OTA BY OP,no,no,no,yes,To allow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:disallow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false<BR>0x01:To allow to request IMS MO establishment even if IMSVoPS (NGRAN) shows false,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8038,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",wait_for_ims_reg,profile_normal.general_setting_normal.wait_for_ims_reg,OTA BY OP,no,no,no,yes,To wait for the result of IMS reg or to reject the MO call directly,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8039,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",wait_for_irat,profile_normal.general_setting_normal.wait_for_irat,OTA BY OP,no,no,no,yes,To wait for the end of IRAT or to reject the MO call directly,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8040,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",wait_for_nas_nwsel,profile_normal.general_setting_normal.wait_for_nas_nwsel,OTA BY OP,no,no,no,yes,To wait for the end of PLMN selection procedures or to reject the MO call directly,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8041,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",wait_for_oos,profile_normal.general_setting_normal.wait_for_oos,OTA BY OP,no,no,no,yes,To wait for the end of OOS or to reject the MO call directly,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8042,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",need_check_emb_eutran_for_380_normal_cs_to_ims,profile_normal.need_check_emb_eutran_for_380_normal_cs_to_ims,OTA BY OP,no,no,no,yes,Need to check emb support eutran flag for 380_EMERGENCY_NORMAL_CS_TO_IMS,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:Need to check emb support eutran flag for 380_EMERGENCY_NORMAL_CS_TO_IMS<BR>0:No need to check emb support eutran flag for 380_EMERGENCY_NORMAL_CS_TO_IMS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-8043,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",need_check_emb_eutran_for_380_to_normal_cs,profile_normal.need_check_emb_eutran_for_380_to_normal_cs,OTA BY OP,no,no,no,yes,Need to check emb support eutran flag for 380_EMERGENCY_TO_NORMAL_CS,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0:No need to check emb support eutran flag for 380_EMERGENCY_TO_NORMAL_CS<BR>1:Need to check emb support eutran flag for 380_EMERGENCY_TO_NORMAL_CS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
+8043,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",need_check_emb_eutran_for_380_to_normal_cs,profile_normal.need_check_emb_eutran_for_380_to_normal_cs,OTA BY OP,no,no,no,yes,Need to check emb support eutran flag for 380_EMERGENCY_TO_NORMAL_CS,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:Need to check emb support eutran flag for 380_EMERGENCY_TO_NORMAL_CS<BR>0:No need to check emb support eutran flag for 380_EMERGENCY_TO_NORMAL_CS,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8044,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved1,profile_normal.reserved1,OTA BY OP,no,no,no,yes,reserved1,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8045,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reserved10,profile_normal.reserved10,Not Support,no,no,no,yes,reserved10,UNSIGNED CHAR,1,,,,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Untested,,,,
8046,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",redial_as_ecc_for_380_normal_cs_to_ims_case_13,profile_normal.redial_as_ecc_for_380_normal_cs_to_ims_case_13,OTA BY OP,no,no,no,yes,redial_as_ecc_for_380_normal_cs_to_ims_case_13,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:allow redial_as_ecc_for_380_normal_cs_to_ims_case_13<BR>0x00:disallow redial_as_ecc_for_380_normal_cs_to_ims_case_13,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
@@ -8001,12 +8001,12 @@
8057,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",reset_ssac_barring_lte_mobility,profile_normal.reset_ssac_barring_lte_mobility,OTA BY OP,no,no,no,yes,To allow lifting SSAC barring due to intra-LTE mobility,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8058,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",silent_redial_enable,profile_normal.silent_redial_enable,OTA BY OP,no,no,no,yes,Silent redial setting for hVoLTE,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8059,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",timer_length_retry_wg_cs_timer,profile_normal.timer_length_retry_wg_cs_timer,OTA BY OP,no,no,no,yes,timer length for retry WG-CS normal call,UNSIGNED CHAR,1,,,0x05,NR15.R3.MD700.MP,,,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
-8060,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",accept_network_act_pdn,cm_info.accept_network_act_pdn,OTA and OTA BY OP,no,no,no,no,Support Network Activated PDN<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
+8060,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",accept_network_act_pdn,cm_info.accept_network_act_pdn,OTA and OTA BY OP,no,no,no,no,Support Network Activated PDN<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8061,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",accept_network_act_pdn.accept_network_act_pdn,cm_info.accept_network_act_pdn.accept_network_act_pdn,Not Support,no,no,no,no,Support Network Activated PDN,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8062,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",accept_public_wifi,cm_info.accept_public_wifi,OTA and OTA BY OP,no,no,no,no,Support XCAP over public Wifi<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,8066,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>modify the configuration via MCF<BR>enable OTA file<BR>[Test Step]<BR>enable wifi<BR>enable wifi-calling<BR>enter flight mode<BR>get call forwarding setting via XCAP<BR>get the accept_public_wifi via ELT log<BR>[Expected Result]<BR>accept_public_wifi value is modified.,Pass,,,,
+8062,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",accept_public_wifi,cm_info.accept_public_wifi,OTA and OTA BY OP,no,no,no,no,Support XCAP over public Wifi<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,8066,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>modify the configuration via MCF<BR>enable OTA file<BR>[Test Step]<BR>enable wifi<BR>enable wifi-calling<BR>enter flight mode<BR>get call forwarding setting via XCAP<BR>get the accept_public_wifi via ELT log<BR>[Expected Result]<BR>accept_public_wifi value is modified.,Pass,,,,
8063,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",accept_public_wifi.accept_public_wifi,cm_info.accept_public_wifi.accept_public_wifi,Not Support,no,no,no,no,Support XCAP over public Wifi,BIT,8,,8,0x00,NR15.R3.MD700.MP,,bit 0:Disabled<BR>bit 1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-8064,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",apn_selection_rule,cm_info.apn_selection_rule,OTA and OTA BY OP,no,no,no,no,XCAP APN Selection Rule<BR>1:Dedicated XCAP APN Only<BR>2:Default APN Only<BR>3:Try Dedicated XCAP APN and then Default APN<BR>4:Try Default APN and then Dedicated XCAP APN<BR>5:No Need PDN,UNSIGNED CHAR,1,,,without custom option: 0x03<BR>3,NR15.R3.MD700.MP,,1:Dedicated XCAP APN Only<BR>2:Default APN Only<BR>3:Try Dedicated XCAP APN and then Default APN<BR>4:Try Default APN and then Dedicated XCAP APN<BR>5:No Need PDN,No,,"XCAP_SUPPORT, __NOT_TRY_DEFAULT_APN_FOR_XCAP__",IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>modify the configuration via MCF<BR>enable OTA file<BR>[Test Step]<BR>get call forwarding setting via XCAP<BR>get the apn_selection_rule via ELT log<BR>[Expected Result]<BR>apn_selection_rule value is modified.,Pass,,,,
-8065,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",apn_selection_rule.apn_selection_rule,cm_info.apn_selection_rule.apn_selection_rule,Not Support,no,no,no,no,XCAP APN Selection Rule,BIT,8,,8,0x03,NR15.R3.MD700.MP,,0x01:APN type "XCAP" only<BR>0x03:APN type "XCAP" then "DEFAULT"<BR>0x02:APN type "DEFAULT" only<BR>0x04:APN type "DEFAULT" then "XCAP",No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+8064,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",apn_selection_rule,cm_info.apn_selection_rule,OTA and OTA BY OP,no,no,no,no,XCAP APN Selection Rule<BR>1:Dedicated XCAP APN Only<BR>2:Default APN Only<BR>3:Try Dedicated XCAP APN and then Default APN<BR>4:Try Default APN and then Dedicated XCAP APN<BR>5:No Need PDN,UNSIGNED CHAR,1,,,without custom option: 0x03<BR>3,NR15.R3.MD700.MP,,5:No Need PDN<BR>1:Dedicated XCAP APN Only<BR>2:Default APN Only<BR>3:Try Dedicated XCAP APN and then Default APN<BR>4:Try Default APN and then Dedicated XCAP APN,No,,"XCAP_SUPPORT, __NOT_TRY_DEFAULT_APN_FOR_XCAP__",IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>modify the configuration via MCF<BR>enable OTA file<BR>[Test Step]<BR>get call forwarding setting via XCAP<BR>get the apn_selection_rule via ELT log<BR>[Expected Result]<BR>apn_selection_rule value is modified.,Pass,,,,
+8065,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",apn_selection_rule.apn_selection_rule,cm_info.apn_selection_rule.apn_selection_rule,Not Support,no,no,no,no,XCAP APN Selection Rule,BIT,8,,8,0x03,NR15.R3.MD700.MP,,0x01:APN type "XCAP" only<BR>0x04:APN type "DEFAULT" then "XCAP"<BR>0x03:APN type "XCAP" then "DEFAULT"<BR>0x02:APN type "DEFAULT" only,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8066,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",pdn_reject_code,cm_info.pdn_reject_code,OTA and OTA BY OP,no,no,no,no,16 set of PDN Reject codes for CSFB always,UNSIGNED SHORT,32,16,,0x0000,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>modify the APN XCAP used to make it fail by Android UI.<BR>run XCAP to see what reject code it is now.<BR>modify the reject code via MCF<BR>enable OTA file<BR>[Test Step]<BR>get call forwarding setting via XCAP.<BR>[Expected Result]<BR>SS is set to always CS fallback until reboot.,Pass,,,,
8067,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",pdn_releasing_timer,cm_info.pdn_releasing_timer,OTA and OTA BY OP,no,no,no,no,XCAP PDN releasing timer (in seconds)<BR>0~255:XCAP PDN releasing timer (in seconds),UNSIGNED SHORT,2,,,2,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>modify the configuration via MCF<BR>enable OTA file<BR>[Test Step]<BR>get call forwarding setting via XCAP<BR>get the pdn_releasing_timer via ELT log<BR>[Expected Result]<BR>pdn_releasing_timervalue is modified.,Pass,,,,
8068,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",pdn_retry_times,cm_info.pdn_retry_times,OTA and OTA BY OP,no,no,no,no,PDN Retry times<BR>0~255:PDN Retry times (in seconds),UNSIGNED CHAR,1,,,2,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]<BR>delete the APN which is used by XCAP by Android UI<BR>modify the configuration via MCF<BR>enable OTA file<BR>[Test Step]<BR>get call forwarding setting via XCAP<BR>get the pdn_retry_times via ELT log<BR>[Expected Result]<BR>check if the PDN retry time is same as MCF setting,Pass,,,,
@@ -8026,33 +8026,33 @@
8082,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",supportTMPIasUserName.supportTMPIasUserName,gba_info.supportTMPIasUserName.supportTMPIasUserName,Not Support,no,no,no,no,GBA support using TMPI as UserNamebit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8083,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",dns_server_ipv4v6_priority,http_info.dns_server_ipv4v6_priority,OTA and OTA BY OP,no,no,no,no,DNS IPv4 Ipv6 Preference<BR>0:DNS_SERVER_IPV6_FIRST<BR>1:DNS_SERVER_IPV4_FIRST,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:DNS_SERVER_IPV6_FIRST<BR>1:DNS_SERVER_IPV4_FIRST,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check DNS Server Priority in log<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 3<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to DNS_SERVER_IPV6_FIRST or DNS_SERVER_IPV4_FIRST (depend on this SIM)<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check DNS_SERVER_IPV6_FIRST or DNS_SERVER_IPV4_FIRST has been applied in log.,Pass,,,,
8084,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",dns_server_ipv4v6_priority.dns_server_ipv4v6_priority,http_info.dns_server_ipv4v6_priority.dns_server_ipv4v6_priority,Not Support,no,no,no,no,DNS IPv4 Ipv6 Preferencebit 0:0:DNS_SERVER_IPV6_FIRSTbit 1:1:DNS_SERVER_IPV4_FIRST,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8085,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_always_trust_ssl,http_info.support_always_trust_ssl,OTA and OTA BY OP,no,no,no,no,Enable SSL Trust in Client (Skip Client Certificate)<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,8162,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if skip ssl certificate check in log<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 3<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to Disabled or Enabled (depend on this SIM)<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check Disabled or Enabled has been applied in log.,Pass,,,,
+8085,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_always_trust_ssl,http_info.support_always_trust_ssl,OTA and OTA BY OP,no,no,no,no,Enable SSL Trust in Client (Skip Client Certificate)<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,8162,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if skip ssl certificate check in log<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 3<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to Disabled or Enabled (depend on this SIM)<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check Disabled or Enabled has been applied in log.,Pass,,,,
8086,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_always_trust_ssl.support_always_trust_ssl,http_info.support_always_trust_ssl.support_always_trust_ssl,Not Support,no,no,no,no,Enable SSL Trust in Client (Skip Client Certificate)bit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8087,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_gzip,http_info.support_gzip,OTA and OTA BY OP,no,no,no,no,Support HTTP header gzip compression<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if support gzip check in log<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 3<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to Disabled or Enabled (depend on this SIM)<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check Disabled or Enabled has been applied in log.,Pass,,,,
+8087,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_gzip,http_info.support_gzip,OTA and OTA BY OP,no,no,no,no,Support HTTP header gzip compression<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if support gzip check in log<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 3<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to Disabled or Enabled (depend on this SIM)<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check Disabled or Enabled has been applied in log.,Pass,,,,
8088,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_gzip.support_gzip,http_info.support_gzip.support_gzip,Not Support,no,no,no,no,Support HTTP header gzip compressionbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8089,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",saved_impi,sim_info.saved_impi,Not Support,no,yes,no,yes,***,CHAR,256,256,,"0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0...0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,",NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8090,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",saved_imsi,sim_info.saved_imsi,Not Support,no,yes,no,yes,***,CHAR,16,16,,"0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,",NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8091,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",saved_tmpi,sim_info.saved_tmpi,Not Support,no,yes,no,yes,***,CHAR,256,256,,"0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0...0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,",NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8092,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",saved_xui,sim_info.saved_xui,Not Support,no,yes,no,yes,***,CHAR,256,256,,"0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0...0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,",NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8093,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",attribute_need_quotation_mark,xcap_info.attribute_need_quotation_mark,OTA and OTA BY OP,no,no,no,no,SimservType Attribute needs Quotation mark<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,"8138,8144",XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP adds quotation mark in attribute "active" in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute call waiting<BR> [Expected Result]<BR> XCAP should not add quotation mark in attribute "active",Pass,,,,
+8093,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",attribute_need_quotation_mark,xcap_info.attribute_need_quotation_mark,OTA and OTA BY OP,no,no,no,no,SimservType Attribute needs Quotation mark<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,"8138,8144",XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP adds quotation mark in attribute "active" in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute call waiting<BR> [Expected Result]<BR> XCAP should not add quotation mark in attribute "active",Pass,,,,
8094,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",attribute_need_quotation_mark.attribute_need_quotation_mark,xcap_info.attribute_need_quotation_mark.attribute_need_quotation_mark,Not Support,no,no,no,no,SimservType Attribute needs Quotation markbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8095,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",auid,xcap_info.auid,OTA and OTA BY OP,no,no,no,no,XCAP Server AUID (String format)<BR>any:string that follows carrier xcap server AUID,STRING,64,64,,"simservs.ngn.etsi.org",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP AUID in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "xcap-test-auid"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP AUID in lower layer (HTTP) is "xcap-test-auid",Pass,,,,
-8096,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",cache_level,xcap_info.cache_level,OTA and OTA BY OP,no,no,no,no,Support XCAP cache mechanism<BR>0:No Cache<BR>1:Clear Cache after PUT message<BR>2:Always using Cache,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,2:Always using Cache<BR>0:No Cache<BR>1:Clear Cache after PUT message,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP cache level in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: No cache"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP can send repetitive GET messages in rows,Pass,,,,
+8096,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",cache_level,xcap_info.cache_level,OTA and OTA BY OP,no,no,no,no,Support XCAP cache mechanism<BR>0:No Cache<BR>1:Clear Cache after PUT message<BR>2:Always using Cache,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:No Cache<BR>1:Clear Cache after PUT message<BR>2:Always using Cache,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP cache level in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: No cache"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP can send repetitive GET messages in rows,Pass,,,,
8097,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",cache_level.cache_level,xcap_info.cache_level.cache_level,Not Support,no,no,no,no,Support XCAP cache mechanismbit 0:0:No Cachebit 1:1:Clear Cache after PUT messagebit 2:2:Always using Cache,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8098,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",digest_id,xcap_info.digest_id,OTA and OTA BY OP,no,no,no,no,XCAP HTTP Authenticatation ID (used in HTTP Digest) (String format)<BR>any:user digest id,STRING,64,64,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,8099,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check digest id in HTTP digest header.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "Test"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the digest id in HTTP digest header is "Test",Pass,,,,
8099,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",digest_pwd,xcap_info.digest_pwd,OTA and OTA BY OP,no,no,no,no,XCAP HTTP Authenticatation Password (used in HTTP Digest) (String format)<BR>any:user digest password,STRING,64,64,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,8098,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check digest pwd in HTTP digest header.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "Pwd"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the digest pwd in HTTP digest header is "Pwd",Pass,,,,
8100,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",enable_custom_user_agent_string,xcap_info.enable_custom_user_agent_string,OTA and OTA BY OP,no,no,no,no,Enable Custom User Agent String<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:"Disabled"<BR>1:"Enabled",No,"8057,8058,8059",XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check user agent header.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 10<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to 1 (Enabled) <BR> 2. Set user agent prefix "TEST_PREFIX"<BR> 3. Set user agent model "TEST_MODEL"<BR> 4. Set user agent default "TEST_DEFAULT"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check user agent is "TEST_PREFIXTEST_MODELTEST_DEFAULT 3gpp-gba" in HTTP header,Pass,,,,
8101,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",enable_custom_user_agent_string.enable_custom_user_agent_string,xcap_info.enable_custom_user_agent_string.enable_custom_user_agent_string,Not Support,no,no,no,no,Enable Custom User Agent Stringbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8102,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",exclusive_cb,xcap_info.exclusive_cb,OTA and OTA BY OP,no,no,no,no,Exclusive Call Barring Service<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP uses exclusive CB in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call barring<BR> [Expected Result]<BR> check if XCAP uses exclusive CB in lower layer.,Pass,,,,
+8102,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",exclusive_cb,xcap_info.exclusive_cb,OTA and OTA BY OP,no,no,no,no,Exclusive Call Barring Service<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP uses exclusive CB in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call barring<BR> [Expected Result]<BR> check if XCAP uses exclusive CB in lower layer.,Pass,,,,
8103,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",exclusive_cb.exclusive_cb,xcap_info.exclusive_cb.exclusive_cb,Not Support,no,no,no,no,Exclusive Call Barring Servicebit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8104,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",forwarding_number_use_sip_uri,xcap_info.forwarding_number_use_sip_uri,OTA and OTA BY OP,no,no,no,no,forwarding_number_use_sip_uri<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP uses sip prefix for target number in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding when busy <BR> [Expected Result]<BR> XCAP should use sip prefix in target number,Pass,,,,
+8104,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",forwarding_number_use_sip_uri,xcap_info.forwarding_number_use_sip_uri,OTA and OTA BY OP,no,no,no,no,forwarding_number_use_sip_uri<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP uses sip prefix for target number in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding when busy <BR> [Expected Result]<BR> XCAP should use sip prefix in target number,Pass,,,,
8105,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",forwarding_number_use_sip_uri.forwarding_number_use_sip_uri,xcap_info.forwarding_number_use_sip_uri.forwarding_number_use_sip_uri,Not Support,no,no,no,no,Call Forwarding number uses SIP URI formatbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8106,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",media_type,xcap_info.media_type,OTA and OTA BY OP,no,no,no,no,Support Media Type in Call Forwarding / Call Barring Rules<BR>0:MEDIA_TYPE_STANDARD<BR>1:MEDIA_TYPE_ONLY_AUDIO<BR>2:MEDIA_TYPE_SEPERATE<BR>3:MEDIA_TYPE_VIDEO_WITH_AUDIO,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,2:MEDIA_TYPE_SEPERATE<BR>0:MEDIA_TYPE_STANDARD<BR>3:MEDIA_TYPE_VIDEO_WITH_AUDIO<BR>1:MEDIA_TYPE_ONLY_AUDIO,No,8410,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP media tag in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: MEDIAT_TYPE_ONLY_AUDIO"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP media type in lower layer (HTTP) is "audio" only,Pass,,,,
-8107,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",media_type.media_type,xcap_info.media_type.media_type,Not Support,no,no,no,no,Support Media Type in Call Forwarding / Call Barring Rules<BR>0: MEDIA_TYPE_STANDARD<BR>1: MEDIA_TYPE_ONLY_AUDIO<BR>2: MEDIA_TYPE_SEPERATE<BR>3: MEDIA_TYPE_VIDEO_WITH_AUDIO,BIT,8,,8,0,NR15.R3.MD700.MP,,0:MEDIA_TYPE_STANDARD<BR>3:MEDIA_TYPE_VIDEO_WITH_AUDIO<BR>2:MEDIA_TYPE_SEPERATE<BR>1:MEDIA_TYPE_ONLY_AUDIO,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8108,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",need_check_isim_info,xcap_info.need_check_isim_info,OTA and OTA BY OP,no,no,no,no,Need to check ISIM information<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP check ISIM criteria in XCAP Client.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card (must ISIM type)<BR> [Test Step]<BR> 1. Config to "1: Emabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should check ISIM criteria,Pass,,,,
+8106,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",media_type,xcap_info.media_type,OTA and OTA BY OP,no,no,no,no,Support Media Type in Call Forwarding / Call Barring Rules<BR>0:MEDIA_TYPE_STANDARD<BR>1:MEDIA_TYPE_ONLY_AUDIO<BR>2:MEDIA_TYPE_SEPERATE<BR>3:MEDIA_TYPE_VIDEO_WITH_AUDIO,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,3:MEDIA_TYPE_VIDEO_WITH_AUDIO<BR>1:MEDIA_TYPE_ONLY_AUDIO<BR>0:MEDIA_TYPE_STANDARD<BR>2:MEDIA_TYPE_SEPERATE,No,8410,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP media tag in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: MEDIAT_TYPE_ONLY_AUDIO"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP media type in lower layer (HTTP) is "audio" only,Pass,,,,
+8107,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",media_type.media_type,xcap_info.media_type.media_type,Not Support,no,no,no,no,Support Media Type in Call Forwarding / Call Barring Rules<BR>0: MEDIA_TYPE_STANDARD<BR>1: MEDIA_TYPE_ONLY_AUDIO<BR>2: MEDIA_TYPE_SEPERATE<BR>3: MEDIA_TYPE_VIDEO_WITH_AUDIO,BIT,8,,8,0,NR15.R3.MD700.MP,,0:MEDIA_TYPE_STANDARD<BR>1:MEDIA_TYPE_ONLY_AUDIO<BR>2:MEDIA_TYPE_SEPERATE<BR>3:MEDIA_TYPE_VIDEO_WITH_AUDIO,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
+8108,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",need_check_isim_info,xcap_info.need_check_isim_info,OTA and OTA BY OP,no,no,no,no,Need to check ISIM information<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP check ISIM criteria in XCAP Client.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card (must ISIM type)<BR> [Test Step]<BR> 1. Config to "1: Emabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should check ISIM criteria,Pass,,,,
8109,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",need_check_isim_info.need_check_isim_info,xcap_info.need_check_isim_info.need_check_isim_info,Not Support,no,no,no,no,Need check isim infobit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8110,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",phone_context,xcap_info.phone_context,OTA and OTA BY OP,no,no,no,no,Special Phone context Domain Name for Forwarding Number (String format)<BR>any:string that follows forwarding number phone context specified by carrier,STRING,64,64,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,his test only can do in RD IT from check XCAP call forwarding number with phone-context in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "xcap-test-phone_context"<BR> 2. Execute call forwarding with target number without '+'<BR> [Expected Result]<BR> check the XCAP phone_context in lower layer (HTTP) is "xcap-test-phone_context",Pass,,,,
-8111,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_invalid_actions,xcap_info.remove_invalid_actions,OTA and OTA BY OP,no,no,no,no,Remove Non-3GPP defined Actions Element<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP removes non 3GPP defined action element in PUT request of lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should not put any non 3GPP defined action elements,Pass,,,,
+8111,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_invalid_actions,xcap_info.remove_invalid_actions,OTA and OTA BY OP,no,no,no,no,Remove Non-3GPP defined Actions Element<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP removes non 3GPP defined action element in PUT request of lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should not put any non 3GPP defined action elements,Pass,,,,
8112,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_invalid_actions.remove_invalid_actions,xcap_info.remove_invalid_actions.remove_invalid_actions,Not Support,no,no,no,no,Remove Non-3GPP defined Actions Elementbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8113,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",ruleid_baic,xcap_info.ruleid_baic,OTA and OTA BY OP,no,no,no,no,Rule ID for all incoming call barring (String format)<BR>any:string for that follows carrier xcap server rule id,STRING,96,96,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP Rule ID for Call Barring for all incoming call in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "xcap-test-ruleid_baic"<BR> 2. Execute all incoming call barring<BR> [Expected Result]<BR> check the XCAP CFB Rule ID in lower layer (HTTP) is "xcap-test-ruleid_cfb",Pass,,,,
8114,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",ruleid_baica,xcap_info.ruleid_baica,OTA and OTA BY OP,no,no,no,no,Rule ID for incoming call barring anonymous communication rejection (String format)<BR>any:string for that follows carrier xcap server rule id,STRING,96,96,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,8132,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP rule id of incoming call barring anonymous communication rejection in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "xcap-test-ruleid_baica"<BR> 2. Execute incoming call barring anonymous communication rejection<BR> [Expected Result]<BR> check the XCAP AUID in lower layer (HTTP) is "xcap-test-ruleid_baica",Pass,,,,
@@ -8065,7 +8065,7 @@
8121,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",ruleid_cfnrc,xcap_info.ruleid_cfnrc,OTA and OTA BY OP,no,no,no,no,Rule ID for call forwarding when not reachable (String format)<BR>any:string for that follows carrier xcap server rule id,STRING,96,96,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP ruleid of call forwarding when not reachable in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "xcap-test-ruleid_cfnrc"<BR> 2. Execute call forwarding when not reachable <BR> [Expected Result]<BR> check the XCAP AUID in lower layer (HTTP) is "xcap-test-ruleid_cfnrc",Pass,,,,
8122,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",ruleid_cfnry,xcap_info.ruleid_cfnry,OTA and OTA BY OP,no,no,no,no,Rule ID for call forwarding when unanswered(String format)<BR>any:string for that follows carrier xcap server rule id,STRING,96,96,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP ruleid of call forwarding when unanswered in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "xcap-test-ruleid_cfnry"<BR> 2. Execute call forwarding when unanswered<BR> [Expected Result]<BR> check the XCAP AUID in lower layer (HTTP) is "xcap-test-ruleid_cfnry",Pass,,,,
8123,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",ruleid_cfu,xcap_info.ruleid_cfu,OTA and OTA BY OP,no,no,no,no,Rule ID for call forwarding unconditional (String format)<BR>any:string for that follows carrier xcap server rule id,STRING,96,96,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check rule id for Call Forwarding Unconditional.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to http or https (depend on which SIM card)<BR> 2. Execute call forwarding unconditional<BR> [Expected Result]<BR> check if rule id is "xcap-test-ruleid_cfu",Pass,,,,
-8124,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",set_cfnrc_with_cfnl,xcap_info.set_cfnrc_with_cfnl,OTA and OTA BY OP,no,no,no,no,Update Call forwarding not logged-in after updating Call forwarding not reachable<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,"8130,8136",XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP updates cfnl with cfnrc in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding when not reachable<BR> [Expected Result]<BR> XCAP should send CFNL and CFNRc messages,Pass,,,,
+8124,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",set_cfnrc_with_cfnl,xcap_info.set_cfnrc_with_cfnl,OTA and OTA BY OP,no,no,no,no,Update Call forwarding not logged-in after updating Call forwarding not reachable<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,"8130,8136",XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP updates cfnl with cfnrc in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding when not reachable<BR> [Expected Result]<BR> XCAP should send CFNL and CFNRc messages,Pass,,,,
8125,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",set_cfnrc_with_cfnl.set_cfnrc_with_cfnl,xcap_info.set_cfnrc_with_cfnl.set_cfnrc_with_cfnl,Not Support,no,no,no,no,Update Call forwarding not logged-in after updating Call forwarding not reachablebit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8126,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_adding_namespace,xcap_info.support_adding_namespace,OTA and OTA BY OP,no,no,no,no,Support adding namespace<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP adds namespace in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should not add namespace if server doesn't has namespace in lower layer.,Pass,,,,
8127,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_adding_namespace.support_adding_namespace,xcap_info.support_adding_namespace.support_adding_namespace,Not Support,no,no,no,no,Support adding namespacebit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
@@ -8079,20 +8079,20 @@
8135,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_cb_no_action_allow.support_cb_no_action_allow,xcap_info.support_cb_no_action_allow.support_cb_no_action_allow,Not Support,no,no,no,no,Support no <action> and <allow> element in Call Barringbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8136,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_cfnl,xcap_info.support_cfnl,OTA and OTA BY OP,no,no,no,no,Support Call forwarding not logged-in<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP support CNFL in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding when not reachable<BR> [Expected Result]<BR> XCAP should send CFNL messages,Pass,,,,
8137,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_cfnl.support_cfnl,xcap_info.support_cfnl.support_cfnl,Not Support,no,no,no,no,Support Call forwarding not logged-inbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8138,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_clir_root,xcap_info.support_clir_root,OTA and OTA BY OP,no,no,no,no,Support PUT the whole CLIR Node<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP put the whole service of CLIR in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute CLIR<BR> [Expected Result]<BR> XCAP should not send the whole CLIR service,Pass,,,,
+8138,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_clir_root,xcap_info.support_clir_root,OTA and OTA BY OP,no,no,no,no,Support PUT the whole CLIR Node<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP put the whole service of CLIR in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute CLIR<BR> [Expected Result]<BR> XCAP should not send the whole CLIR service,Pass,,,,
8139,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_clir_root.support_clir_root,xcap_info.support_clir_root.support_clir_root,Not Support,no,no,no,no,Support PUT the whole CLIR Nodebit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8140,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_media_tag,xcap_info.support_media_tag,OTA and OTA BY OP,no,no,no,no,Support Media Tag in Call Forwarding / Call Barring Rules or not<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP add media tage in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should add media tag in low layer,Pass,,,,
+8140,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_media_tag,xcap_info.support_media_tag,OTA and OTA BY OP,no,no,no,no,Support Media Tag in Call Forwarding / Call Barring Rules or not<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP add media tage in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should add media tag in low layer,Pass,,,,
8141,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_media_tag.support_media_tag,xcap_info.support_media_tag.support_media_tag,Not Support,no,no,no,no,Support Media Tag in Call Forwarding / Call Barring Rules or notbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8142,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_put_cf_root,xcap_info.support_put_cf_root,OTA and OTA BY OP,no,no,no,no,Support PUT the Whole CF Node<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP puts the whole CF ruleset in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute MMI code *002#<BR> [Expected Result]<BR> XCAP should only put each rule in seperate HTTP message in lower layer,Pass,,,,
+8142,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_put_cf_root,xcap_info.support_put_cf_root,OTA and OTA BY OP,no,no,no,no,Support PUT the Whole CF Node<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP puts the whole CF ruleset in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute MMI code *002#<BR> [Expected Result]<BR> XCAP should only put each rule in seperate HTTP message in lower layer,Pass,,,,
8143,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_put_cf_root.support_put_cf_root,xcap_info.support_put_cf_root.support_put_cf_root,Not Support,no,no,no,no,Support PUT the Whole CF Nodebit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8144,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_put_cw_root,xcap_info.support_put_cw_root,OTA and OTA BY OP,no,no,no,no,Support PUT the whole CW Node<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP sends the whole service type of Call Waiting in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute call waiting<BR> [Expected Result]<BR> XCAP should not send the whole Call waiting service,Pass,,,,
+8144,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_put_cw_root,xcap_info.support_put_cw_root,OTA and OTA BY OP,no,no,no,no,Support PUT the whole CW Node<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP sends the whole service type of Call Waiting in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute call waiting<BR> [Expected Result]<BR> XCAP should not send the whole Call waiting service,Pass,,,,
8145,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_put_cw_root.support_put_cw_root,xcap_info.support_put_cw_root.support_put_cw_root,Not Support,no,no,no,no,Support PUT the whole CW Nodebit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8146,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_xcap_enhance,xcap_info.support_xcap_enhance,OTA and OTA BY OP,no,no,no,no,Enable XCAP 2.0<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP enables 2.0 in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: Disabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP shoudl not enable XCAP 2.0,Pass,,,,
8147,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_xcap_enhance.support_xcap_enhance,xcap_info.support_xcap_enhance.support_xcap_enhance,Not Support,no,no,no,no,Enable XCAP 2.0bit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8148,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",timer_inside_cfnry,xcap_info.timer_inside_cfnry,OTA and OTA BY OP,no,no,no,no,Timer inside Call forwarding not reachable<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP uses timer inside CFNRY rule in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding when no answered<BR> [Expected Result]<BR> XCAP should uses timer inside CFNRy,Pass,,,,
+8148,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",timer_inside_cfnry,xcap_info.timer_inside_cfnry,OTA and OTA BY OP,no,no,no,no,Timer inside Call forwarding not reachable<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP uses timer inside CFNRY rule in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding when no answered<BR> [Expected Result]<BR> XCAP should uses timer inside CFNRy,Pass,,,,
8149,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",timer_inside_cfnry.timer_inside_cfnry,xcap_info.timer_inside_cfnry.timer_inside_cfnry,Not Support,no,no,no,no,Timer inside Call forwarding not reachablebit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8150,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",total_exe_time,xcap_info.total_exe_time,OTA and OTA BY OP,no,no,no,no,XCAP Total Execution Timeout Value (in seconds)<BR>0~65536:unsigned integer to restrict xcap execution time in seconds,UNSIGNED SHORT,2,,,30,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP limits total execution time in 120 seconds.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "120"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should limit total execution time as 120 seconds,Pass,,,,
-8151,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",url_encoding,xcap_info.url_encoding,OTA and OTA BY OP,no,no,no,no,XCAP Server URL encoding option<BR>0:URL ENCODING NONE<BR>1:URL ENCODING DOC SELECTOR<BR>2:URL ENCODING NODE SELECTOR<BR>3:URL ENCODING DOC_SELECTOR + URL ENCODING NODE SELECTOR,UNSIGNED CHAR,1,,,3,NR15.R3.MD700.MP,,0:URL ENCODING NONE<BR>2:URL ENCODING NODE SELECTOR<BR>3:URL ENCODING DOC_SELECTOR + URL ENCODING NODE SELECTOR<BR>1:URL ENCODING DOC SELECTOR,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP URL encoding in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: URL ENCODING NONE"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP URL Encoding in lower layer (HTTP) is not encoded for "+",Pass,,,,
+8151,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",url_encoding,xcap_info.url_encoding,OTA and OTA BY OP,no,no,no,no,XCAP Server URL encoding option<BR>0:URL ENCODING NONE<BR>1:URL ENCODING DOC SELECTOR<BR>2:URL ENCODING NODE SELECTOR<BR>3:URL ENCODING DOC_SELECTOR + URL ENCODING NODE SELECTOR,UNSIGNED CHAR,1,,,3,NR15.R3.MD700.MP,,3:URL ENCODING DOC_SELECTOR + URL ENCODING NODE SELECTOR<BR>0:URL ENCODING NONE<BR>2:URL ENCODING NODE SELECTOR<BR>1:URL ENCODING DOC SELECTOR,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP URL encoding in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "0: URL ENCODING NONE"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP URL Encoding in lower layer (HTTP) is not encoded for "+",Pass,,,,
8152,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",url_encoding.url_encoding,xcap_info.url_encoding.url_encoding,Not Support,no,no,no,no,XCAP Server URL encoding optionbit 0:0:URL ENCODING NONEbit 1:1:URL ENCODING DOC SELECTORbit 2:2:URL ENCODING NODE SELECTORbit 3:3:URL ENCODING DOC_SELECTOR + URL ENCODING NODE SELECTOR,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8153,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",use_first_xui_element,xcap_info.use_first_xui_element,OTA and OTA BY OP,no,no,no,no,Use First element in XUI<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,his test only can do in RD IT from check if XCAP uses the first xui element in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP if XCAP uses the first xui element in lower layer.,Pass,,,,
8154,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",use_first_xui_element.use_first_xui_element,xcap_info.use_first_xui_element.use_first_xui_element,Not Support,no,no,no,no,Use First element in XUIbit 0:0:Disabledbit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
@@ -8106,18 +8106,18 @@
8162,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",xcap_protocol,xcap_info.xcap_protocol,OTA and OTA BY OP,no,no,no,no,XCAP Server Protocol (String format)<BR>"http":plain http<BR>"https":http/tls,STRING,6,6,,"http",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,8161,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check URL.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to http or https (depend on which SIM card)<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check URL has http:// or https://,Pass,,,,
8163,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",xcap_retry_times,xcap_info.xcap_retry_times,OTA and OTA BY OP,no,no,no,no,XCAP HTTP Connection Retry Times<BR>0~255:unsigned integer for retry times,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check retry times in log.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to 3<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check retry times in log is 3,Pass,,,,
8164,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",xcap_url,xcap_info.xcap_url,OTA and OTA BY OP,no,no,no,no,XCAP Server URL (String format)<BR>Format = {fqdn}|{ip}<BR>@{fqdn} = XCAP FQDN<BR>@{ip} = XCAP IP address<BR>any:string for that follows carrier xcap server url,STRING,128,128,,"",NR15.R3.MD700.MP,,any:values and format please reference to param. description,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check XCAP URL in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "xcap-test-url"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> check the XCAP URL in lower layer (HTTP) is "xcap-test-rul",Pass,,,,
-8165,58112,NVRAM_EF_CL1_CUST_PARAM_LID,1,band_class,band_support[0~4].band_class,OTA,no,no,no,no,band class info,ENUM,1,,,"MT6885 : 0,21,21,21,21<BR>MT6873 : 0,1,10,21,21<BR>MT6853 : 0,21,21,21,21",NR15.R3.MD700.MP,,1:BAND_CALSS_1<BR>0:BAND_CLASS_0<BR>10:BAND_CLASS_10<BR>21:BADN_CLASS_MAX,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
+8165,58112,NVRAM_EF_CL1_CUST_PARAM_LID,1,band_class,band_support[0~4].band_class,OTA,no,no,no,no,band class info,ENUM,1,,,"MT6885 : 0,21,21,21,21<BR>MT6873 : 0,1,10,21,21<BR>MT6853 : 0,21,21,21,21",NR15.R3.MD700.MP,,21:BADN_CLASS_MAX<BR>0:BAND_CLASS_0<BR>10:BAND_CLASS_10<BR>1:BAND_CALSS_1,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
8166,58112,NVRAM_EF_CL1_CUST_PARAM_LID,1,is_supported,band_support[0~4].is_supported,OTA,no,no,no,no,band support or not,ENUM,1,,,"MT6885 : 1,0,0,0,0<BR>MT6873 : 1,1,1,0,0<BR>MT6853 : 1,0,0,0,0",NR15.R3.MD700.MP,,1:TRUE<BR>0:FALSE,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
8167,58112,NVRAM_EF_CL1_CUST_PARAM_LID,1,sub_class,band_support[0~4].sub_class,OTA,no,no,no,no,sub class info,UNSIGNED INT,4,,,4294901760,NR15.R3.MD700.MP,,"4294901760:This is a default value, which is not used now.So we can ignore it.",Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8168,58112,NVRAM_EF_CL1_CUST_PARAM_LID,1,rx_diversity_enable,rx_diversity_enable,OTA,no,no,no,no,[MCF]RX diversity enable setting,ENUM,5,5,,1,NR15.R3.MD700.MP,,1:TRUE<BR>0:FALSE,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8169,58112,NVRAM_EF_CL1_CUST_PARAM_LID,1,rx_diversity_only_test_enable,rx_diversity_only_test_enable,OTA,no,no,no,no,[MCF]RX diversity only test enable setting,ENUM,5,5,,0,NR15.R3.MD700.MP,,1:TRUE<BR>0:FALSE,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8168,58112,NVRAM_EF_CL1_CUST_PARAM_LID,1,rx_diversity_enable,rx_diversity_enable,OTA,no,no,no,no,[MCF]RX diversity enable setting,ENUM,5,5,,1,NR15.R3.MD700.MP,,0:FALSE<BR>1:TRUE,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8169,58112,NVRAM_EF_CL1_CUST_PARAM_LID,1,rx_diversity_only_test_enable,rx_diversity_only_test_enable,OTA,no,no,no,no,[MCF]RX diversity only test enable setting,ENUM,5,5,,0,NR15.R3.MD700.MP,,0:FALSE<BR>1:TRUE,Yes,,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
8170,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,ant_tas_calibration_state_setting,ant_tas_calibration_state_setting,OTA,no,no,no,no,[MCF]TAS Calibration Initial State,ENUM,5,5,,"MMRFD_TAS_STATE0",NR15.R3.MD700.MP,,"MMRFD_TAS_STATE0"~"MMRFD_TAS_STATE23",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
-8171,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,dat_enable,dat_enable,OTA,no,no,no,no,[MCF]DAT Feature Option,ENUM,1,,,"C2K_DAT_ENABLE",NR15.R3.MD700.MP,,"C2K_DAT_ENABLE"<BR>"C2K_DAT_DISABLE",Yes,,,Dynamic antenna tunner (DAT),Modem Antenna - Antenna Tuner,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
-8172,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,tas_enable,force_mode_tas_feature.tas_enable,OTA,no,no,no,no,TAS Force Enable,ENUM,1,,,"C2K_TAS_DISABLE",NR15.R3.MD700.MP,,"C2K_TAS_ENABLE"<BR>"C2K_TAS_DISABLE",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
+8171,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,dat_enable,dat_enable,OTA,no,no,no,no,[MCF]DAT Feature Option,ENUM,1,,,"C2K_DAT_ENABLE",NR15.R3.MD700.MP,,"C2K_DAT_DISABLE"<BR>"C2K_DAT_ENABLE",Yes,,,Dynamic antenna tunner (DAT),Modem Antenna - Antenna Tuner,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
+8172,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,tas_enable,force_mode_tas_feature.tas_enable,OTA,no,no,no,no,TAS Force Enable,ENUM,1,,,"C2K_TAS_DISABLE",NR15.R3.MD700.MP,,"C2K_TAS_DISABLE"<BR>"C2K_TAS_ENABLE",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
8173,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,tas_state,force_mode_tas_feature.tas_state,OTA,no,no,no,no,TAS Force State,ENUM,1,,,"MMRFD_TAS_STATE0",NR15.R3.MD700.MP,,"MMRFD_TAS_STATE0"~"MMRFD_TAS_STATE23",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
8174,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,rscp_bias,rscp_bias_by_band[0~4].rscp_bias,OTA,no,no,no,no,RSCP Bias,CHAR,8,8,,0,NR15.R3.MD700.MP,,>=0,Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
8175,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,tas_enable_on_real_sim,tas_enable_on_real_sim,OTA,no,no,no,no,[MCF]TAS Feature Option,ENUM,1,,,"C2K_TAS_ENABLE",NR15.R3.MD700.MP,,"C2K_TAS_ENABLE"<BR>"C2K_TAS_DISABLE",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
-8176,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,tas_enable_on_test_sim,tas_enable_on_test_sim,OTA,no,no,no,no,[MCF]TAS Feature Option,ENUM,1,,,"C2K_TAS_DISABLE",NR15.R3.MD700.MP,,"C2K_TAS_ENABLE"<BR>"C2K_TAS_DISABLE",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
+8176,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,tas_enable_on_test_sim,tas_enable_on_test_sim,OTA,no,no,no,no,[MCF]TAS Feature Option,ENUM,1,,,"C2K_TAS_DISABLE",NR15.R3.MD700.MP,,"C2K_TAS_DISABLE"<BR>"C2K_TAS_ENABLE",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
8177,58129,NVRAM_EF_CL1_CUST_TAS_FEATURE_LID,1,tas_init_ant_state,tas_init_ant_state,OTA,no,no,no,no,[MCF]TAS Initial State,ENUM,1,,,"MMRFD_TAS_STATE0",NR15.R3.MD700.MP,,"MMRFD_TAS_STATE0"~"MMRFD_TAS_STATE23",Yes,,,Transmit Antenna Selection (TAS),Modem RF Front-end - TAS,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Pass,,,,
8178,58165,NVRAM_EF_CL1_CUST_UTAS_ALGORITHM_PARAMETER_LID,1,BRX_HYSTERESIS_DURATION,UTAS_BRX_PARAMETER.BRX_HYSTERESIS_DURATION,Not Support,no,no,no,no,Hysteresis duration for BRx switching,INT,4,,,12,NR15.R3.MD700.MP,,,Yes,,,1xRTT,Modem - 3GPP2 Spec.,,,,Untested,,,,
8179,58165,NVRAM_EF_CL1_CUST_UTAS_ALGORITHM_PARAMETER_LID,1,BRX_INCREASED_AMOUNT_DELTA_FOR_FAIL_PRESWITCHING,UTAS_BRX_PARAMETER.BRX_INCREASED_AMOUNT_DELTA_FOR_FAIL_PRESWITCHING,Not Support,no,no,no,no,Increased amount of delta for a failed pre-switching,INT,4,,,,NR15.R3.MD700.MP,,,Yes,,,1xRTT,Modem - 3GPP2 Spec.,,,,Untested,,,,
@@ -8172,25 +8172,25 @@
8228,58159,NVRAM_EF_CL1_L1D_TX_POWER_OFFSET_LID,1,maxPwrbackoff,maxPwrbackoff,Not Support,no,no,no,no,"[MCF]access max power backoff of band0-20, max power -= maxPwrbackoff[band], default 0",UNSIGNED SHORT,42,21,,0x00,NR15.R3.MD700.MP,,int 0~0xFFFF,(Empty),,,1xRTT,Modem - 3GPP2 Spec.,,,no need,Untested,,,,
8229,58163,NVRAM_EF_CL1_PCFE_DPD_OTFC_CUSTOM_PARA_LID,1,dpd_apt_temperature_th_by_rfic,dpd_otfc_custom.dpd_apt_temperature_th_by_rfic,OTA,no,no,no,no,min and max working temperature for DPD feature,SHORT,4,2,,dpd_otfc_custom.dpd_apt_temperature_th_by_rfic[0] : 0x41<BR>dpd_otfc_custom.dpd_apt_temperature_th_by_rfic[1] : 0x41,NR15.R3.MD700.MP,,"{0x41,0x41}:dpd and apt th temperature",(Empty),NA,NA,MD Config,Modem - Customer Requirement,,,no need to test,Untested,,,,
8230,58163,NVRAM_EF_CL1_PCFE_DPD_OTFC_CUSTOM_PARA_LID,1,reserved0,pcfe_custom.reserved0,OTA,no,no,no,no,reserved item for further developping,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:reseved,(Empty),NA,NA,MD Config,Modem - Customer Requirement,,,no need to test,Untested,,,,
-8231,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,1,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"Set power back off value uint 1/32 dB"<BR>"low temp":tbl[1]<BR>"high temp":tbl[0],(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8232,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,1,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""low temp":tbl[1]<BR>"If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"<BR>"high temp":tbl[0]",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8231,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,1,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"high temp":tbl[0]<BR>"low temp":tbl[1]<BR>"Set power back off value uint 1/32 dB",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8232,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,1,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"<BR>"low temp":tbl[1]<BR>"high temp":tbl[0]",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
8233,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,2,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"high temp":tbl[0]<BR>"low temp":tbl[1]<BR>"Set power back off value uint 1/32 dB",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
8234,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,2,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""low temp":tbl[1]<BR>"If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"<BR>"high temp":tbl[0]",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8235,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,3,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"Set power back off value uint 1/32 dB"<BR>"low temp":tbl[1]<BR>"high temp":tbl[0],(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8236,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,3,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"<BR>"high temp":tbl[0]<BR>"low temp":tbl[1]",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8237,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,4,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"Set power back off value uint 1/32 dB"<BR>"high temp":tbl[0]<BR>"low temp":tbl[1],(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8238,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,4,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""high temp":tbl[0]<BR>"If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"<BR>"low temp":tbl[1]",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8239,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,5,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"low temp":tbl[1]<BR>"high temp":tbl[0]<BR>"Set power back off value uint 1/32 dB",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
-8240,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,5,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""high temp":tbl[0]<BR>"If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"<BR>"low temp":tbl[1]",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8235,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,3,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"high temp":tbl[0]<BR>"low temp":tbl[1]<BR>"Set power back off value uint 1/32 dB",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8236,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,3,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""low temp":tbl[1]<BR>"high temp":tbl[0]<BR>"If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8237,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,4,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"low temp":tbl[1]<BR>"Set power back off value uint 1/32 dB"<BR>"high temp":tbl[0],(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8238,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,4,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""low temp":tbl[1]<BR>"high temp":tbl[0]<BR>"If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8239,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,5,back_off,tbl[0~1].back_off,OTA,no,no,no,no,Backoff Gain,SHORT,2,,,"9,0",NR15.R3.MD700.MP,,"high temp":tbl[0]<BR>"low temp":tbl[1]<BR>"Set power back off value uint 1/32 dB",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
+8240,58148,NVRAM_EF_CL1_TX_POWER_BACK_OFF_LID,5,temp,tbl[0~1].temp,OTA,no,no,no,no,Temperature,SHORT,2,,,"50,45",NR15.R3.MD700.MP,,""If temp is larger than value in high temp, Tx power back off the correspond value set in high temp tble"<BR>"high temp":tbl[0]<BR>"low temp":tbl[1]",(Empty),,,Modem Configuration Framework,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>0<BR>[Init]<BR>follow MCF RD IT plan<BR>[Test Step]<BR>None<BR>[Expected Result]<BR>None,Pass,,,,
8241,60483,NVRAM_EF_EL1_DAT_FEATURE_ENABLE_LID,1,dat_en,dat_en,Not Support,no,no,yes,no,"[MCF,DOC]",UNSIGNED SHORT,2,,,,NR15.R3.MD700.MP,,0x1,(Empty),,,Dynamic antenna tunner (DAT),Modem Antenna - Antenna Tuner,,,,Untested,,,,
8242,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,RF_RX_PATH0_EN,RF_RX_PATH0_EN,Not Support,no,no,no,no,[MCF] phaseout parameter,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:phaseout parameter,Yes,N/A,N/A,RAS,Modem - Customer Requirement,,,N/A. phaseout parameter,Untested,,,,
8243,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,RF_RX_PATH1_EN,RF_RX_PATH1_EN,Not Support,no,no,no,no,[MCF] phaseout parameter,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:phaseout parameter,Yes,N/A,N/A,RAS,Modem - Customer Requirement,,,N/A. phaseout parameter,Untested,,,,
-8244,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,is_nvram_vld,is_nvram_vld,OTA,no,no,no,no,"[MCF] flag to set this LID valid.<BR>If fill "1", all the parameters in this LID will take effect.<BR>If fill "0", all the parameters in this LID will not take effect. (This RX Path Config functionation is not enabled)",UNSIGNED CHAR,1,,,0x0,NR15.R3.MD700.MP,,1:enable:all the parameters in this LID will take effect<BR>0:disable:all the parameters in this LID will not take effect,Yes,,,RAS,Modem - Customer Requirement,,,Enable to check Rx path is forced on 2Rx or 4Rx which is set by other parameters in this LID.,Pass,,,,
-8245,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,rf_rx_pcc_path_2rx,rf_rx_pcc_path_2rx,OTA,no,no,no,no,[MCF]<BR>Valid when is_nvram_vld = TRUE. <BR>PCC will get this setting if it's 2RX cell (PCC supports 2RX band).<BR>2 bits: <BR>bit0 is PRX<BR>bit1 is DRX1.,UNSIGNED CHAR,1,,,0x3,NR15.R3.MD700.MP,,"3 (bit0/1 enable):PRX/DRX1 enable<BR>2 (bit 1 enable):DRX1 enable, PRX disable in 2Rx band<BR>0:PRX/DRX1 disable in 2Rx band<BR>1 (bit 0 enable):PRX enable, DRX1 disable in 2Rx band<BR>Other bit:no meaning",Yes,8244,,RAS,Modem - Customer Requirement,,,"LID: NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID<BR>1. is_nvram_vld set as 0x1 to enable.<BR>2. Adjust the value by nvram editor/MCF, or AT cmd to test each path",Pass,,,,
-8246,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,rf_rx_pcc_path_4rx,rf_rx_pcc_path_4rx,OTA,no,no,no,no,[MCF]<BR>Valid when is_nvram_vld = TRUE. <BR>PCC will get this setting if it's 4RX cell (PCC supports 4RX band) <BR>4 bits: <BR>bit0 is PRX<BR>bit1 is DRX1<BR>bit2 is DRX2<BR>bit3 is DRX3.,UNSIGNED CHAR,1,,,0xF,NR15.R3.MD700.MP,,1~8:each bit stands for each path:<BR>2:bit1 is DRX1 enable<BR>1:bit0 is PRX enable<BR>8:bit3 is DRX3 enable<BR>0:all path disable<BR>4:bit2 is DRX2 enable,Yes,8244,,RAS,Modem - Customer Requirement,,,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID<BR>1. is_nvram_vld set 0x1<BR>2. Adjust this paramters value by nvram editor/MCF/ATcmd to set each path enable,Pass,,,,
+8244,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,is_nvram_vld,is_nvram_vld,OTA,no,no,no,no,"[MCF] flag to set this LID valid.<BR>If fill "1", all the parameters in this LID will take effect.<BR>If fill "0", all the parameters in this LID will not take effect. (This RX Path Config functionation is not enabled)",UNSIGNED CHAR,1,,,0x0,NR15.R3.MD700.MP,,0:disable:all the parameters in this LID will not take effect<BR>1:enable:all the parameters in this LID will take effect,Yes,,,RAS,Modem - Customer Requirement,,,Enable to check Rx path is forced on 2Rx or 4Rx which is set by other parameters in this LID.,Pass,,,,
+8245,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,rf_rx_pcc_path_2rx,rf_rx_pcc_path_2rx,OTA,no,no,no,no,[MCF]<BR>Valid when is_nvram_vld = TRUE. <BR>PCC will get this setting if it's 2RX cell (PCC supports 2RX band).<BR>2 bits: <BR>bit0 is PRX<BR>bit1 is DRX1.,UNSIGNED CHAR,1,,,0x3,NR15.R3.MD700.MP,,"2 (bit 1 enable):DRX1 enable, PRX disable in 2Rx band<BR>3 (bit0/1 enable):PRX/DRX1 enable<BR>0:PRX/DRX1 disable in 2Rx band<BR>Other bit:no meaning<BR>1 (bit 0 enable):PRX enable, DRX1 disable in 2Rx band",Yes,8244,,RAS,Modem - Customer Requirement,,,"LID: NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID<BR>1. is_nvram_vld set as 0x1 to enable.<BR>2. Adjust the value by nvram editor/MCF, or AT cmd to test each path",Pass,,,,
+8246,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,rf_rx_pcc_path_4rx,rf_rx_pcc_path_4rx,OTA,no,no,no,no,[MCF]<BR>Valid when is_nvram_vld = TRUE. <BR>PCC will get this setting if it's 4RX cell (PCC supports 4RX band) <BR>4 bits: <BR>bit0 is PRX<BR>bit1 is DRX1<BR>bit2 is DRX2<BR>bit3 is DRX3.,UNSIGNED CHAR,1,,,0xF,NR15.R3.MD700.MP,,4:bit2 is DRX2 enable<BR>1~8:each bit stands for each path:<BR>2:bit1 is DRX1 enable<BR>0:all path disable<BR>1:bit0 is PRX enable<BR>8:bit3 is DRX3 enable,Yes,8244,,RAS,Modem - Customer Requirement,,,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID<BR>1. is_nvram_vld set 0x1<BR>2. Adjust this paramters value by nvram editor/MCF/ATcmd to set each path enable,Pass,,,,
8247,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,rf_rx_scc_path_2rx,rf_rx_scc_path_2rx,OTA,no,no,no,no,[MCF]<BR>Valid when is_nvram_vld = TRUE. <BR>SCC will get this setting if it's 2RX cell (SCC supports 2RX band)<BR>2 bits: <BR>bit0 is PRX<BR>bit1 is DRX1,UNSIGNED CHAR,1,,,0x3,NR15.R3.MD700.MP,,0:all path disable<BR>1:(bit0) PRX path enable<BR>1~3:each bit stands for each path:<BR>2:(bit1) DRX1 path enable,Yes,8244,,RAS,Modem - Customer Requirement,,,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID <BR>1. is_nvram_vld set 0x1<BR>2. Adjust paramter's value by nvram editor/MCF/ATcmd to check each path enable,Pass,,,,
-8248,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,rf_rx_scc_path_4rx,rf_rx_scc_path_4rx,OTA,no,no,no,no,[MCF]<BR>Valid when is_nvram_vld = TRUE. <BR>SCC will get this setting if it's 4RX cell (SCC supports 4RX band) <BR>4 bits: <BR>bit0 is PRX<BR>bit1 is DRX1<BR>bit2 is DRX2<BR>bit3 is DRX3,UNSIGNED CHAR,1,,,0xF,NR15.R3.MD700.MP,,0:all path disable<BR>8:bit3 DRX3 path enable<BR>4:bit2 DRX2 path enable<BR>1:bit0 PRX path enable<BR>2:bit1 DRX1 path enable<BR>1~7:each bit stands for each path,Yes,8244,,RAS,Modem - Customer Requirement,,,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID <BR>1. set is_nvram_vld 0x1<BR>2. Adjust parameter's value by nvram editor/MCF/ATcmd to check each path enable.,Pass,,,,
-8249,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,scc_follow_pcc,scc_follow_pcc,OTA,no,no,no,no,"[MCF]<BR>Valid when is_nvram_vld = TRUE.<BR>If SCC's setting is the same as that of PCC and user does not want to set SCCs AT cmd again, then user could just set this bit to achieve the same purpose.",UNSIGNED CHAR,1,,,0x1,NR15.R3.MD700.MP,,"1:SCC follow PCC's setting, so no additional ATcmd is needed to SCC<BR>0:SCC has its own settings, referring to other paramters in this LID",Yes,8244,,RAS,Modem - Customer Requirement,,,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID<BR>1. set is_nvram_vld 0x1<BR>2. set scc_follow_pcc 0x1<BR>3. adjust PCC settings in this LID and check SCC path enable followed by PCC's settings,Pass,,,,
+8248,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,rf_rx_scc_path_4rx,rf_rx_scc_path_4rx,OTA,no,no,no,no,[MCF]<BR>Valid when is_nvram_vld = TRUE. <BR>SCC will get this setting if it's 4RX cell (SCC supports 4RX band) <BR>4 bits: <BR>bit0 is PRX<BR>bit1 is DRX1<BR>bit2 is DRX2<BR>bit3 is DRX3,UNSIGNED CHAR,1,,,0xF,NR15.R3.MD700.MP,,1:bit0 PRX path enable<BR>0:all path disable<BR>4:bit2 DRX2 path enable<BR>8:bit3 DRX3 path enable<BR>1~7:each bit stands for each path<BR>2:bit1 DRX1 path enable,Yes,8244,,RAS,Modem - Customer Requirement,,,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID <BR>1. set is_nvram_vld 0x1<BR>2. Adjust parameter's value by nvram editor/MCF/ATcmd to check each path enable.,Pass,,,,
+8249,60445,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID,1,scc_follow_pcc,scc_follow_pcc,OTA,no,no,no,no,"[MCF]<BR>Valid when is_nvram_vld = TRUE.<BR>If SCC's setting is the same as that of PCC and user does not want to set SCCs AT cmd again, then user could just set this bit to achieve the same purpose.",UNSIGNED CHAR,1,,,0x1,NR15.R3.MD700.MP,,"0:SCC has its own settings, referring to other paramters in this LID<BR>1:SCC follow PCC's setting, so no additional ATcmd is needed to SCC",Yes,8244,,RAS,Modem - Customer Requirement,,,NVRAM_EF_EL1_RF_RX_PATH_CONFIG_LID<BR>1. set is_nvram_vld 0x1<BR>2. set scc_follow_pcc 0x1<BR>3. adjust PCC settings in this LID and check SCC path enable followed by PCC's settings,Pass,,,,
8272,4227,NVRAM_EF_VGNAS_5GMM_REJECT_CAUSE_MAPPING_LID,"1,2",camp_on_plmn,mapping_table[0~49].camp_on_plmn,OTA,no,no,no,no,PLMN ID that UE camped on,UNSIGNED CHAR,3,3,,0xff,NR15.R3.MD700.MP,,"{0x00~0xFF,0x00~0xFF,0x00~0xFF}:first byte means mcc1",Yes,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y)<BR>Test Time (minutes) <BR><BR>[Init]<BR>UE enter flight mode with MCF : NVRAM_EF_VGNAS_5GMM_REJECT_CAUSE_MAPPING_LID set with <BR>vgmm_msg: INIT_REG_REJ, <BR>vgmm_cause: 3(illegal UE),<BR>sim_plmn: {0xff, 0xff, 0xff}, <BR>camp_on_plmn: {<current plmn that machine provided>},<BR>new_cause_on_hplmn: 11 (PLMN not allowed)<BR>new_cause_on_vplmn: 11 (PLMN not allowed)<BR><BR>[Test Step] <BR>1. UE leave flight mode to do Initial Registration to NW<BR>2. Configure machine that will respond UE with REGISTRATION_REJECT (#3 illegal UE)<BR><BR>[Expected Result]<BR>UE will not invalidate USIM due to reject cause has transfer from #3 to #11,<BR>UE will perform PLMN search and re-registration instead of need to reboot/remove sim to restart registration procedure",Pass,,,,
8273,4227,NVRAM_EF_VGNAS_5GMM_REJECT_CAUSE_MAPPING_LID,"1,2",new_cause_on_hplmn,mapping_table[0~49].new_cause_on_hplmn,OTA,no,no,no,no,New reject cause for HPLMN,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00~0xff:5GMM reject cause value defined in 24.501,Yes,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y)<BR>Test Time (minutes) <BR><BR>[Init]<BR>UE enter flight mode with MCF : NVRAM_EF_VGNAS_5GMM_REJECT_CAUSE_MAPPING_LID set with <BR>vgmm_msg: INIT_REG_REJ, <BR>vgmm_cause: 3(illegal UE),<BR>sim_plmn: {0xff, 0xff, 0xff}, <BR>camp_on_plmn: {0xff, 0xff, 0xff},<BR>new_cause_on_hplmn: 11 (PLMN not allowed)<BR>new_cause_on_vplmn: 11 (PLMN not allowed)<BR><BR>[Test Step] <BR>1. UE leave flight mode to do Initial Registration to NW<BR>2. Configure machine that will respond UE with REGISTRATION_REJECT (#3 illegal UE)<BR><BR>[Expected Result]<BR>UE will not invalidate USIM due to reject cause has transfer from #3 to #11,<BR>UE will perform PLMN search and re-registration instead of need to reboot/remove sim to restart registration procedure",Pass,,,,
8274,4227,NVRAM_EF_VGNAS_5GMM_REJECT_CAUSE_MAPPING_LID,"1,2",new_cause_on_vplmn,mapping_table[0~49].new_cause_on_vplmn,OTA,no,no,no,no,New reject cause for VPLMN,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00~0xFF:5GMM reject cause value defined in 24.501,Yes,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y)<BR>Test Time (minutes) <BR><BR>[Init]<BR>UE enter flight mode with MCF : NVRAM_EF_VGNAS_5GMM_REJECT_CAUSE_MAPPING_LID set with <BR>vgmm_msg: INIT_REG_REJ, <BR>vgmm_cause: 3(illegal UE),<BR>sim_plmn: {0xff, 0xff, 0xff}, <BR>camp_on_plmn: {<current plmn that machine provided>},<BR>new_cause_on_hplmn: 11 (PLMN not allowed)<BR>new_cause_on_vplmn: 11 (PLMN not allowed)<BR><BR>[Test Step] <BR>1. UE leave flight mode to do Initial Registration to NW<BR>2. Configure machine that will respond UE with REGISTRATION_REJECT (#3 illegal UE)<BR><BR>[Expected Result]<BR>UE will not invalidate USIM due to reject cause has transfer from #3 to #11,<BR>UE will perform PLMN search and re-registration instead of need to reboot/remove sim to restart registration procedure",Pass,,,,
@@ -8319,22 +8319,22 @@
8397,60180,NVRAM_EF_AST_TL1_RF_PARAM_LID,1,freq,SAR_TxPower_Offset[0~15].TxPower_offset_Table9.TxPower_offset_Subband3.freq,OTA,no,no,no,no,UARFCN,SHORT,2,,,0x00,NR15.R3.MD700.MP,,0~255,Yes,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
8398,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,apn,apn_cfg[0~9].apn,OTA BY OP,no,no,no,no,"[MCF]APN Name;APN Name is used as an apn setting,<BR>[Note] Should add null character '\0' at the end of the character string when editing this parameter by MCF tool.",UNSIGNED CHAR,128,128,,0x0,NR15.R3.MD700.MP,,any,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8399,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,authtype,apn_cfg[0~9].authtype,OTA BY OP,no,no,no,no,[MCF] Authentication type used for this APN setting to do any PDN related manipulation.,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1:PAP<BR>2:CHAP<BR>0:None,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
-8400,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,authtype.authtype,apn_cfg[0~9].authtype.authtype,OTA BY OP,no,no,no,no,[MCF]Authentication Type<BR><BR>bit 0:0:NONE<BR>bit 1:1:PAP<BR>bit 2:2:CHAP<BR> Authentication type used for this APN setting to do any PDN related manipulation.,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:None<BR>1:PAP<BR>2:CHAP,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
+8400,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,authtype.authtype,apn_cfg[0~9].authtype.authtype,OTA BY OP,no,no,no,no,[MCF]Authentication Type<BR><BR>bit 0:0:NONE<BR>bit 1:1:PAP<BR>bit 2:2:CHAP<BR> Authentication type used for this APN setting to do any PDN related manipulation.,BIT,8,,8,0x00,NR15.R3.MD700.MP,,2:CHAP<BR>0:None<BR>1:PAP,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8401,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,is_valid,apn_cfg[0~9].is_valid,OTA BY OP,no,no,no,no,[MCF]Whether this config. is valid or not,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0x00~0x01,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
-8402,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,network_type_bitmask,apn_cfg[0~9].network_type_bitmask,OTA BY OP,no,no,no,no,"[MCF]Network Type Bitmask (Bearer bitmask), currently only bit 17 is valid (RADIO_TECHNOLOGY_IWLAN"), if PDN may be established over WIFI, please set RADIO_TECHNOLOGY_IWLAN flag.",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0xFFFFFFFF:Enable "RADIO_TECHNOLOGY_IWLAN"<BR>0xFFFDFFFF:Disable "RADIO_TECHNOLOGY_IWLAN",No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
+8402,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,network_type_bitmask,apn_cfg[0~9].network_type_bitmask,OTA BY OP,no,no,no,no,"[MCF]Network Type Bitmask (Bearer bitmask), currently only bit 17 is valid (RADIO_TECHNOLOGY_IWLAN"), if PDN may be established over WIFI, please set RADIO_TECHNOLOGY_IWLAN flag.",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0xFFFDFFFF:Disable "RADIO_TECHNOLOGY_IWLAN"<BR>0xFFFFFFFF:Enable "RADIO_TECHNOLOGY_IWLAN",No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8403,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,network_type_bitmask.network_type_bitmask,apn_cfg[0~9].network_type_bitmask.network_type_bitmask,OTA BY OP,no,no,no,no,"[MCF]Network Type Bitmask<BR><BR>bit 65536:65536:RADIO_TECHNOLOGY_IWLAN<BR> Currently only bit 17 is valid (RADIO_TECHNOLOGY_IWLAN"), if PDN may be established over WIFI, please set RADIO_TECHNOLOGY_IWLAN flag.",BIT,32,,32,0,NR15.R3.MD700.MP,,0xFFFFFFFF:Enable "RADIO_TECHNOLOGY_IWLAN"<BR>0xFFFDFFFF:Disable "RADIO_TECHNOLOGY_IWLAN",No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8404,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,password,apn_cfg[0~9].password,OTA BY OP,no,no,no,no,[MCF]Password<BR>[Note] Should add null character '\0' at the end of the character string when editing this parameter by MCF tool.,UNSIGNED CHAR,128,128,,0x0,NR15.R3.MD700.MP,,any,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8405,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,protocol,apn_cfg[0~9].protocol,OTA BY OP,no,no,no,no,[MCF]Protocol (PDP) Type,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x21:IPv4<BR>0x8D:IPv4v6<BR>0x57:IPv6,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
-8406,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,protocol.protocol,apn_cfg[0~9].protocol.protocol,OTA BY OP,no,no,no,no,[MCF]Protocol (PDP) Type<BR><BR>bit 33:33:IPV4<BR>bit 87:87:IPV6<BR>bit 141:141:IPV4V6,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x8D:IPv4v6<BR>0x21:IPv4<BR>0x57:IPv6,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
+8406,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,protocol.protocol,apn_cfg[0~9].protocol.protocol,OTA BY OP,no,no,no,no,[MCF]Protocol (PDP) Type<BR><BR>bit 33:33:IPV4<BR>bit 87:87:IPV6<BR>bit 141:141:IPV4V6,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x8D:IPv4v6<BR>0x57:IPv6<BR>0x21:IPv4,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8407,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,roaming_protocol,apn_cfg[0~9].roaming_protocol,OTA BY OP,no,no,no,no,[MCF]Roaming Protocol (PDP) Type,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x8D:IPv4v6<BR>0x21:IPv4<BR>0x57:IPv6,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
-8408,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,roaming_protocol.roaming_protocol,apn_cfg[0~9].roaming_protocol.roaming_protocol,OTA BY OP,no,no,no,no,[MCF]Roaming Protocol (PDP) Type<BR><BR>bit 33:33:IPV4<BR>bit 87:87:IPV6<BR>bit 141:141:IPV4V6,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x8D:IPv4v6<BR>0x57:IPv6<BR>0x21:IPv4,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
+8408,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,roaming_protocol.roaming_protocol,apn_cfg[0~9].roaming_protocol.roaming_protocol,OTA BY OP,no,no,no,no,[MCF]Roaming Protocol (PDP) Type<BR><BR>bit 33:33:IPV4<BR>bit 87:87:IPV6<BR>bit 141:141:IPV4V6,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x57:IPv6<BR>0x8D:IPv4v6<BR>0x21:IPv4,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8409,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,type.type1,apn_cfg[0~9].type.type1,OTA BY OP,no,no,no,no,"APN Type, bitmap<BR>[MCF]Type IMS<BR>bit 0:0:Invalid<BR>bit 1:1:Valid<BR> If apn name is IMS, please use TYPE IMS as APN type",BIT,1,,1,0,NR15.R3.MD700.MP,,bit:0/1,No,8398,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8410,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,type.type8,apn_cfg[0~9].type.type8,OTA BY OP,no,no,no,no,"APN Type, bitmap<BR>[MCF]Type EMERGENCY<BR>bit 0:0:Invalid<BR>bit 1:1:Valid<BR> If apn setting is used for emergency PDN, please use TYPE EMERGENCY as APN type",BIT,1,,1,0,NR15.R3.MD700.MP,,bit:0/1,No,8398,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8411,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,type.type9,apn_cfg[0~9].type.type9,OTA BY OP,no,no,no,no,"APN Type, bitmap<BR>[MCF]Type IA<BR>bit 0:0:Invalid<BR>bit 1:1:Valid<BR> If apn setting is used for IA, please use TYPE IA as APN type",BIT,1,,1,0,NR15.R3.MD700.MP,,bit:0/1,No,8398,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
8412,2191,NVRAM_EF_D2_MCF_APN_CFG_LID,1,user,apn_cfg[0~9].user,OTA BY OP,no,no,no,no,[MCF]Username for the APN setting<BR>[Note] Should add null character '\0' at the end of the character string when editing this parameter by MCF tool.,UNSIGNED CHAR,128,128,,0x0,NR15.R3.MD700.MP,,any,No,,,MD Config,Modem - Customer Requirement,,,"[Test in machine]<BR>Yes<BR>[Test time]<BR>3 Minutes<BR>[Init.]<BR>Prepare an internal phone, SIM card<BR>[Test Step]<BR>1. Boot up phone<BR>2. Insert SIM card<BR>[Expected Result]<BR>1. The phone can attach to network successfully<BR>2. Use MCF dump and check whether dumped value is the same as the configured one by MCF tool.",Pass,,,,
-8413,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emergency_call_category_mapping,imc_config.emergency_call_category_mapping,OTA and OTA BY OP,no,no,no,no,Use generic emergency call service catagory (urn:service:sos) in case attach accept contains more than one gategory.<BR>1: Use generic emergency call service category.<BR>0: Use first matching category e.g. police or ambulance etc.,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,1:Use generic emergency call service category<BR>0:Use first matching category e,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
+8413,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emergency_call_category_mapping,imc_config.emergency_call_category_mapping,OTA and OTA BY OP,no,no,no,no,Use generic emergency call service catagory (urn:service:sos) in case attach accept contains more than one gategory.<BR>1: Use generic emergency call service category.<BR>0: Use first matching category e.g. police or ambulance etc.,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:Use first matching category e<BR>1:Use generic emergency call service category,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
8414,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emergency_call_category_mapping.emergency_call_category_mapping,imc_config.emergency_call_category_mapping.emergency_call_category_mapping,Not Support,no,no,no,no,[MCF]Use generic emergency call service catagory (urn:service:sos) in case attach accept contains more than one gategory<BR><BR>bit 0:0:Use first matching category e.g. police or ambulance etc<BR>bit 1:1:Use generic emergency call service category,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
-8415,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_199_feature_tag,ua_config.add_199_feature_tag,OTA and OTA BY OP,no,no,no,no,When enabled tag "199" is added into Supported header in VoLTE Call UA<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Enable 'add_199_feature_tag' from NVRAM<BR>Initiate MO call<BR>Check that '199' tag is visible at Supported header,Pass,,,,
+8415,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_199_feature_tag,ua_config.add_199_feature_tag,OTA and OTA BY OP,no,no,no,no,When enabled tag "199" is added into Supported header in VoLTE Call UA<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Enable 'add_199_feature_tag' from NVRAM<BR>Initiate MO call<BR>Check that '199' tag is visible at Supported header,Pass,,,,
8416,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_199_feature_tag.add_199_feature_tag,ua_config.add_199_feature_tag.add_199_feature_tag,Not Support,no,no,no,no,[MCF]<BR>When enabled tag 199 is added into Supported header in IMS Call.<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
8417,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_cni_in_wifi.b1,ua_config.add_cni_in_wifi.b1,Not Support,no,no,no,no,"[MCF]Add Cellular-Network-Info header for VoWiFi, to record the latest cellular id information. With bitmask default value 0 CNI header is not added.<BR>CNI to all messages (REG,Call,SMS,USSD)",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register on WFC<BR>[Test Step] Make IMS call<BR>[Expected Result]<BR> Bitmask bit enabled will add Cellular-Network-Info header to REGISTER and/or INVITE,Pass,,,,
8418,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_cni_in_wifi.b2,ua_config.add_cni_in_wifi.b2,Not Support,no,no,no,no,"[MCF]Add Cellular-Network-Info header for VoWiFi, to record the latest cellular id information. With bitmask default value 0 CNI header is not added.<BR>CNI to call only",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register on WFC<BR>[Test Step] Make IMS call<BR>[Expected Result]<BR> Bitmask bit enabled will add Cellular-Network-Info header to REGISTER and/or INVITE,Pass,,,,
@@ -8342,7 +8342,7 @@
8420,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_cni_in_wifi.b4,ua_config.add_cni_in_wifi.b4,Not Support,no,no,no,no,"[MCF]Add Cellular-Network-Info header for VoWiFi, to record the latest cellular id information. With bitmask default value 0 CNI header is not added.<BR>CNI to emergency call only",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register on WFC<BR>[Test Step] Make IMS call<BR>[Expected Result]<BR> Bitmask bit enabled will add Cellular-Network-Info header to REGISTER and/or INVITE,Pass,,,,
8421,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_cni_in_wifi.b5,ua_config.add_cni_in_wifi.b5,Not Support,no,no,no,no,"[MCF]Add Cellular-Network-Info header for VoWiFi, to record the latest cellular id information. With bitmask default value 0 CNI header is not added.<BR>reserved",BIT,4,,4,0x00,NR15.R3.MD700.MP,,,(Empty),,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register on WFC<BR>[Test Step] Make IMS call<BR>[Expected Result]<BR> Bitmask bit enabled will add Cellular-Network-Info header to REGISTER and/or INVITE,Pass,,,,
8422,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bypass_380_pai_check.bypass_380_pai_check,ua_config.bypass_380_pai_check.bypass_380_pai_check,Not Support,no,no,no,no,[MCF]<BR>If enabled UE allow SIP INVITE 380 response XML element check although P-Asserted-Identity header is missing from the 380 response and corresponding IMS register 200 OK does not have Path header included. This functionality enabled bypass 3GPP TS 24.229 chapter 5.1.6.8.1 requirement.<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
-8423,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",delay_ecpi2_at_183,ua_config.delay_ecpi2_at_183,OTA and OTA BY OP,no,no,no,no,When enabled IMS stack delay local ringback tone generation until 180 is received and require early media stream with direction sendonly/recvonly to play early media RTP.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE. Network/system sinulator send early media before alerting.<BR>[Test Step]<BR>1. Initiate VoLTE call.<BR>2. Make network simulator to send 183 with p-early-media header 'inactive'<BR>3. Make network simulator to have dedicated bearer setup ready before 180 ringing is sent.<BR>[Expected Result] <BR>Enabled: UE does not start to play Local ring-back tone before network has sent 180 ringing.<BR>Disabled: UE may start local ring back tone generation when bearer is ready although 180 ringing is not received."",Pass,,,,
+8423,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",delay_ecpi2_at_183,ua_config.delay_ecpi2_at_183,OTA and OTA BY OP,no,no,no,no,When enabled IMS stack delay local ringback tone generation until 180 is received and require early media stream with direction sendonly/recvonly to play early media RTP.<BR>0:Disable<BR>1:Enable,ENUM,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE. Network/system sinulator send early media before alerting.<BR>[Test Step]<BR>1. Initiate VoLTE call.<BR>2. Make network simulator to send 183 with p-early-media header 'inactive'<BR>3. Make network simulator to have dedicated bearer setup ready before 180 ringing is sent.<BR>[Expected Result] <BR>Enabled: UE does not start to play Local ring-back tone before network has sent 180 ringing.<BR>Disabled: UE may start local ring back tone generation when bearer is ready although 180 ringing is not received."",Pass,,,,
8424,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",delay_ecpi2_at_183.delay_ecpi2_at_183,ua_config.delay_ecpi2_at_183.delay_ecpi2_at_183,Not Support,no,no,no,no,[MCF]<BR>When enabled IMS stack delay local ringback tone generation until 180 is received and require early media stream with direction sendonly/recvonly to play early media RTP.<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
8425,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_23g_wifi_rat_reselect_by_dreg_enable,ipol_ans_cfg.ipol_ims_23g_wifi_rat_reselect_by_dreg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enabled, UE will perform IMS deregistration on current RAT and set up on another RAT if HO is expected to happened between 23g and wifi",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y)<BR>Test Time (0.5)<BR>[Init]<BR>WiFi associated<BR>[Test Step]<BR>2/3G attached<BR>[Expected Result]<BR>VoWiFi --> off --> VoLTE,Pass,,,,
8426,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_poor_wifi,ipol_ans_cfg.ipol_ims_dereg_poor_wifi,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable and wans_ims_cs_pref_enable is disabled UE will de-register IMS on WLAN, if WLAN RSSI is below HO Low threshold",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,[Init]<BR>VoWiFi is registered<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi is deregistered,Pass,,,,
@@ -8350,85 +8350,85 @@
8428,59686,NVRAM_EF_L1_2G_RF_PARAMETER_LID,1,TXD_ENABLE,RF_TX_PowerDetect_Variable.TXD_ENABLE,OTA,no,no,yes,no,,ENUM,5,5,,RF_TX_PowerDetect_Variable.TXD_ENABLE[0]:0<BR>RF_TX_PowerDetect_Variable.TXD_ENABLE[1]:0<BR>RF_TX_PowerDetect_Variable.TXD_ENABLE[2]:0<BR>RF_TX_PowerDetect_Variable.TXD_ENABLE[3]:0<BR>RF_TX_PowerDetect_Variable.TXD_ENABLE[4]:0,NR15.R3.MD700.MP,,L1D_TXD_ENABLE:Enable TXD<BR>L1D_TXD_DISABLE:Disable TXD,Yes,,,2G RXD(Receiver Diversity),Modem - 3GPP Spec.,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
8429,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_2G4_RESEL_CUSTOM_EUTRA_QRXLEVMIN,modem_sbp_config[106].SBP_2G4_RESEL_CUSTOM_EUTRA_QRXLEVMIN,OTA and OTA BY OP,no,no,no,yes,"UE uses network broadcasted Qrxlevmin value to evaluate EUTRAN cell's S_non_serving value. Wen the SBP is enabled, UE shall use the customized Qrxlevmin value to evaluate EUTRAN cell's S_non_serving value. This SBP need to Enable when "SBP_IRAT_PINGPONG_REDUCTION" is Enabled.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Not enabled,No,,__2G4_RESEL_CUSTOM_QRXLEVMIN__,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
8430,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_BARR_CELL_IF_ECC_ESTABLISHMENT_FAIL,modem_sbp_config[106].SBP_BARR_CELL_IF_ECC_ESTABLISHMENT_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable the cell barring feature when emergency call establishment fails<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0~1,Yes,,,CC,Modem Application - Modem Control,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
-8431,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_CAPABILITY_SIZE_TABLE_FILTER,modem_sbp_config[105].SBP_CAPABILITY_SIZE_TABLE_FILTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>use capability size reduction table to filter the EUTRA Capability CA band combinations reporting<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Not enabled. UE doesn't filter CA band combinations in the EUTRA Capability reporting by capability size reduction table table.<BR>1:Enabled. UE filters out unnecessary CA band combinations in the EUTRA Capability reporting according to the capability size reduction table.,No,,"If compile option __DISABLE_CAPABILITY_SIZE_TABLE_FILTER__ is defined, the SBP value is 0. If you want to use this feature, please set feature option LTE_CA_TBL_V2_SUPPORT to TRUE.",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
+8431,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_CAPABILITY_SIZE_TABLE_FILTER,modem_sbp_config[105].SBP_CAPABILITY_SIZE_TABLE_FILTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>use capability size reduction table to filter the EUTRA Capability CA band combinations reporting<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. UE filters out unnecessary CA band combinations in the EUTRA Capability reporting according to the capability size reduction table.<BR>0:Not enabled. UE doesn't filter CA band combinations in the EUTRA Capability reporting by capability size reduction table table.,No,,"If compile option __DISABLE_CAPABILITY_SIZE_TABLE_FILTER__ is defined, the SBP value is 0. If you want to use this feature, please set feature option LTE_CA_TBL_V2_SUPPORT to TRUE.",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
8432,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_CA_SELECTION_TABLE_FILTER,modem_sbp_config[105].SBP_CA_SELECTION_TABLE_FILTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>use ca selection table to select CA combinations in the EUTRA Capability reporting.<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Not enabled. UE doesn't use CA selection table to select CA band combinations in the EUTRA Capability reporting.<BR>1:Enabled. UE uses CA selection table to select CA band combinations in the EUTRA Capability reporting.,No,,"If compile option __DISABLE_CA_SELECTION_TABLE_FILTER__ is defined, the SBP value is 0. If you want to use this feature, please set feature option LTE_CA_TBL_V2_SUPPORT to TRUE.",[LTE Protocol Baseline]CAPABILITY,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Pass,,,,
-8433,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_CSFB_WAIT_IMS_RSP,modem_sbp_config[105].SBP_CSFB_WAIT_IMS_RSP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>When IMS CALL ongoing, need IMS response to judge whether performing CSFB or not<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,__SBP_CSFB_WAIT_IMS_RSP__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8433,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_CSFB_WAIT_IMS_RSP,modem_sbp_config[105].SBP_CSFB_WAIT_IMS_RSP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>When IMS CALL ongoing, need IMS response to judge whether performing CSFB or not<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,__SBP_CSFB_WAIT_IMS_RSP__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8434,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_DDM_SHOW_DATA_ICON,modem_sbp_config[105].SBP_DDM_SHOW_DATA_ICON,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Send dcchg to AP to show data icon when IA reattach.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,0/1,No,N/A,N/A,MD Config,Modem - Customer Requirement,,,this parameter does not support MCF,Untested,,,,
8435,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_ENABLE_CARRIER_RESTRICTION,modem_sbp_config[106].SBP_ENABLE_CARRIER_RESTRICTION,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Carrier Restriction feature<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,SIM ME Lock,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8436,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_FULLRAS_DISABLED,modem_sbp_config[105].SBP_FULLRAS_DISABLED,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>To Enable full RAS<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,MD Config,Modem - Customer Requirement,,,Y<BR>20 MIN<BR>CAMP ON CELL <BR>MAKE MT/MO CALL <BR>MODEM SHOULD USE ONLY MAIN +DIV ANTENNA ALWAYS WHEN THIS SBP VALUE IS ZERO AND HW SUPPORT TWO ANTENNA,Pass,,,,
8437,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_LTE,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_LTE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Modem and GPS chip timing synchronization for LTE<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
-8438,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_LTE_SIB,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_LTE_SIB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Get GNSS time information through LTE SIB<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
+8438,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_LTE_SIB,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_LTE_SIB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Get GNSS time information through LTE SIB<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
8439,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_NR,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_NR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Modem and GPS chip timing synchronization for NR<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
-8440,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_NR_SIB,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_NR_SIB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Get GNSS time information through NR SIB<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
+8440,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_NR_SIB,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_NR_SIB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Get GNSS time information through NR SIB<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
8441,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_WCDMA,modem_sbp_config[104].SBP_GNSS_MD_TIME_SYNC_WCDMA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Modem and GPS chip timing synchronization for WCDMA<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
-8443,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_QUEUE_PS_PAGING,modem_sbp_config[105].SBP_QUEUE_PS_PAGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Not queue ps paging in a period time<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled. UE filters out unnecessary CA band combinations in the EUTRA Capability reporting according to the capability size reduction table.<BR>0:Not enabled. UE doesn't filter CA band combinations in the EUTRA Capability reporting by capability size reduction table table.,No,,__DISABLE_SBP_QUEUE_PS_PAGING__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8443,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_QUEUE_PS_PAGING,modem_sbp_config[105].SBP_QUEUE_PS_PAGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Not queue ps paging in a period time<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not enabled. UE doesn't filter CA band combinations in the EUTRA Capability reporting by capability size reduction table table.<BR>1:Enabled. UE filters out unnecessary CA band combinations in the EUTRA Capability reporting according to the capability size reduction table.,No,,__DISABLE_SBP_QUEUE_PS_PAGING__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8444,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_REFLECTIVE_QOS_SUPPORT,modem_sbp_config[105].SBP_REFLECTIVE_QOS_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE supports Reflective QoS<BR>bit 0:0:Not supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,No,,,5G Protocol (R15 Baseline),Modem - 3GPP Spec.,,,NA,Pass,,,,
8445,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[105].SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PMM_CONNECTED,modem_sbp_config[105].SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PMM_CONNECTED,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>During Manual PLMN list Req, release PS signaling connection<BR>bit 0:0:During Manual PLMN list Req, keep PS signaling connection<BR>bit 1:1:During Manual PLMN list Req, release PS signaling connection(if not released by NW)",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x01:During Manual PLMN list Req, release PS signaling connection(if not released by NW) once all PDP gets deactivated<BR>0x00:During Manual PLMN list Req, keep PS signaling connection once all PDP gets deactivated",No,,__SBP_REL_PS_CONN_DURING_MANUAL_PLMN_LIST_ON_PMM_CONNECTED__,[WCDMA Protocol Baseline]PLMNList,Modem - 3GPP Spec.,,,"Test in machine (Y/N) :Y<BR> Test Time (minutes) : 10 mins <BR> [Init] DUT boot up <BR> [Test Step] > Trigger CS and PS registration in 3G<BR>-> Once the CS and PS registration is complete and the PS signalling is not released, then Trigger manual PLMN list request from higher layers<BR>-> GMM shall start a timer of 10s (providing an time window to allow NW to move out from RRCE connected (FACH/DCH))<BR>->On timer expiry, if GMM is still in PMM connected state, GMM shall request RRCE to trigger SCRI(with cause as others) <BR> [Expected Result]<BR> On timer expiry, if GMM is still in PMM connected state, GMM shall request RRCE to trigger SCRI(with cause as others )",Pass,,,,
-8446,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[53].SBP_2G_AFR_PREFER_OVER_NW_REDIRECT,modem_sbp_data_config[53].SBP_2G_AFR_PREFER_OVER_NW_REDIRECT,OTA and OTA BY OP,no,no,no,yes,This SBP provides priority to AFR when redirection information present in channel release <BR>message for 2G RAT.<BR>bit 0: Indicates AFR is priority over 2G redirection <BR>bit 1: Indicates AFR is priority over 3G redirection<BR>bit 2: Indicates AFR is priority over 4G redirection<BR>bit 3: Spare bit value always 0 <BR>bit 4: Spare bit value always 0<BR>bit 5: Spare bit value always 0<BR>bit 6: Spare bit value always 0<BR>bit 7: Spare bit value always 0,BIT,8,,8,0x07,NR15.R3.MD700.MP,,"0x07:AFR is priority over any RAT redirection<BR>0x03:AFR is priority over 2G and 3G redirection, LTE redirection is priority over AFR<BR>0x00:Any RAT Redirection is priority over AFR<BR>0x02:AFR is priority over 3G redirection, 2G and LTE redirection is priority over AFR<BR>0x04:AFR is priority over LTE redirection, 2G and 3G redirection is priority over AFR<BR>0x01:AFR is priority over 2G redirection, 3G and LTE redirection is priority over AFR<BR>0x05:AFR is priority over LTE and 2G redirection, 3G redirection is priority over AFR<BR>0x06:AFR is priority over LTE and 3G redirection, 2G redirection is priority over AFR",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+8446,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[53].SBP_2G_AFR_PREFER_OVER_NW_REDIRECT,modem_sbp_data_config[53].SBP_2G_AFR_PREFER_OVER_NW_REDIRECT,OTA and OTA BY OP,no,no,no,yes,This SBP provides priority to AFR when redirection information present in channel release <BR>message for 2G RAT.<BR>bit 0: Indicates AFR is priority over 2G redirection <BR>bit 1: Indicates AFR is priority over 3G redirection<BR>bit 2: Indicates AFR is priority over 4G redirection<BR>bit 3: Spare bit value always 0 <BR>bit 4: Spare bit value always 0<BR>bit 5: Spare bit value always 0<BR>bit 6: Spare bit value always 0<BR>bit 7: Spare bit value always 0,BIT,8,,8,0x07,NR15.R3.MD700.MP,,"0x03:AFR is priority over 2G and 3G redirection, LTE redirection is priority over AFR<BR>0x04:AFR is priority over LTE redirection, 2G and 3G redirection is priority over AFR<BR>0x05:AFR is priority over LTE and 2G redirection, 3G redirection is priority over AFR<BR>0x06:AFR is priority over LTE and 3G redirection, 2G redirection is priority over AFR<BR>0x01:AFR is priority over 2G redirection, 3G and LTE redirection is priority over AFR<BR>0x00:Any RAT Redirection is priority over AFR<BR>0x02:AFR is priority over 3G redirection, 2G and LTE redirection is priority over AFR<BR>0x07:AFR is priority over any RAT redirection",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
8447,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[54].SBP_3G_AFR_PREFER_OVER_NW_REDIRECT,modem_sbp_data_config[54].SBP_3G_AFR_PREFER_OVER_NW_REDIRECT,Not Support,no,no,yes,no,"Configuration of SBP Data<BR>AFR is preferred over Network redirection on 2G 3G RAT<BR>bit 0:0:Any Redirection is priority over AFR<BR>bit 1:1:AFR is priority over 2G redirection, 3G and LTE redirection is priority over AFR<BR>bit 2:2:AFR is priority over 3G redirection, 2G and LTE redirection is priority over AFR<BR>bit 3:3:AFR is priority over 2G and 3G redirection, LTE redirection is priority over AFR<BR>bit 3:3:AFR is priority over 2G and 3G redirection, LTE redirection is priority over AFR<BR>bit 4:4:AFR is priority over LTE redirection, 2G and 3G redirection is priority over AFR<BR>bit 5:5:AFR is priority over LTE and 2G redirection, 3G redirection is priority over AFR<BR>bit 6:6:AFR is priority over LTE and 3G redirection, 2G redirection is priority over AFR<BR>bit 7:7:AFR is priority over any redirection",BIT,8,,8,0x07,NR15.R3.MD700.MP,,,No,,,[WCDMA Protocol Baseline]AFR,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8448,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[43].SBP_3G_SIB_SKIP_ENABLE_FOR_ALL_PLMN,modem_sbp_data_config[43].SBP_3G_SIB_SKIP_ENABLE_FOR_ALL_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]This feature enables UE to SIB SKIP enable for PLMNs",BIT,8,,8,0x00,NR15.R3.MD700.MP,,"0x00, 0x01, 0x02",No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-8449,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[47].SBP_DISPLAY_NOT_SELECTABLE_PLMN,modem_sbp_data_config[47].SBP_DISPLAY_NOT_SELECTABLE_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Display Not-Selectable PLMN when PLMN List<BR>bit 0:0:do not display this PLMN when all cells are not selectable<BR>bit 1:1:display this PLMN even all cells are barred<BR>bit 2:2:display this PLMN even all cells are reserved-for-operator-use<BR>bit 3:3:display this PLMN even all cells are barred or reserved-for-operator-use",BIT,8,,8,0x03,NR15.R3.MD700.MP,,0:Do not display this PLMN when all cells are not selectable<BR>1:Display this PLMN even all cells are barred<BR>2:Display this PLMN even all cells are reserved-for-operator-use<BR>3:Display this PLMN even all cells are barred or reserved-for-operator-use,No,No,__DISPLAY_SELECTABLE_PLMN_ONLY__,[LTE Protocol Baseline]PLMNLIST,Modem - 3GPP Spec.,,,,Pass,,,,
+8449,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[47].SBP_DISPLAY_NOT_SELECTABLE_PLMN,modem_sbp_data_config[47].SBP_DISPLAY_NOT_SELECTABLE_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Display Not-Selectable PLMN when PLMN List<BR>bit 0:0:do not display this PLMN when all cells are not selectable<BR>bit 1:1:display this PLMN even all cells are barred<BR>bit 2:2:display this PLMN even all cells are reserved-for-operator-use<BR>bit 3:3:display this PLMN even all cells are barred or reserved-for-operator-use",BIT,8,,8,0x03,NR15.R3.MD700.MP,,1:Display this PLMN even all cells are barred<BR>2:Display this PLMN even all cells are reserved-for-operator-use<BR>3:Display this PLMN even all cells are barred or reserved-for-operator-use<BR>0:Do not display this PLMN when all cells are not selectable,No,No,__DISPLAY_SELECTABLE_PLMN_ONLY__,[LTE Protocol Baseline]PLMNLIST,Modem - 3GPP Spec.,,,,Pass,,,,
8450,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[52].SBP_ECC_FULL_BAND_SEARCH_RAT_ORDER,modem_sbp_data_config[52].SBP_ECC_FULL_BAND_SEARCH_RAT_ORDER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>RAT order when full band searching for limited service.<BR>bit 0:0:0: CNLWG<BR>bit 1:1:1: CLWGN<BR>bit 2:2:2: CWGNL<BR>bit 3:3:3: CWGLN",BIT,8,,8,0x03,NR15.R3.MD700.MP,,0~3,(Empty),,,MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
8451,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[55].SBP_EMM_CONTROL_DCNR_BIT,modem_sbp_data_config[55].SBP_EMM_CONTROL_DCNR_BIT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enabled/Disabled DCNR bit for FT testing<BR>bit 255:255:Normal Setting<BR>bit 0:0:Disable DCNR bit<BR>bit 1:1:Enable DCNR bit",BIT,8,,8,0xff,NR15.R3.MD700.MP,,256:Normal Setting<BR>0:Disable DCNR bit<BR>1:Enable DCNR bit,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-8452,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[57].SBP_EMM_CONTROL_EPCO_BIT,modem_sbp_data_config[57].SBP_EMM_CONTROL_EPCO_BIT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enabled/Disabled Extended PCO bit for FT testing<BR>bit 255:255:Normal Setting<BR>bit 0:0:Disable Extended PCO bit<BR>bit 1:1:Enable Extended PCO bit",BIT,8,,8,0xff,NR15.R3.MD700.MP,,1:Enable Extended PCO bit<BR>256:Normal Setting<BR>0:Disable Extended PCO bit,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-8453,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[56].SBP_EMM_CONTROL_N1_MODE_BIT,modem_sbp_data_config[56].SBP_EMM_CONTROL_N1_MODE_BIT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enabled/Disabled N1 mode bit for FT testing<BR>bit 255:255:Normal Setting<BR>bit 0:0:Disable N1 mode bit<BR>bit 1:1:Enable N1 mode bit",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:Disable N1 mode bit<BR>256:Normal Setting<BR>1:Enable N1 mode bit,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-8454,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[58].SBP_EMM_CONTROL_UE_STATUS_IE,modem_sbp_data_config[58].SBP_EMM_CONTROL_UE_STATUS_IE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enabled/Disabled UE status IE for FT testing<BR>bit 255:255:Normal Setting<BR>bit 0:0:Disable UE status IE<BR>bit 1:1:Enable UE status IE",BIT,8,,8,0xff,NR15.R3.MD700.MP,,256:Normal Setting<BR>0:Disable UE status IE<BR>1:Enable UE status IE,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-8455,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[50].SBP_EMM_PROC_FAIL_HANDLING_EXT,modem_sbp_data_config[50].SBP_EMM_PROC_FAIL_HANDLING_EXT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Extension options for EMM procedure fail handling.<BR>bit 0:0:All disabled<BR>bit 1:1:Enable extension: 1<BR>bit 2:2:Enable extension: 2<BR>bit 3:3:Enable extension: 1, 2",BIT,8,,8,0x00,NR15.R3.MD700.MP,,"0:All disabled<BR>1: Enable extension:1<BR>3: Enable extension:1, 2<BR>2: Enable extension:2",No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-8456,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[59].SBP_IGNORE_IR_REDIRECT_TO_LTE_WHEN_NO_CELL_THRESHOLD,modem_sbp_data_config[59].SBP_IGNORE_IR_REDIRECT_TO_LTE_WHEN_NO_CELL_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Extension options for EMM procedure fail handling.<BR>bit 0:0:All disabled<BR>bit 1:1:Threshold: 1 time<BR>bit 2:2:Threshold: 2 times<BR>bit 3:3:Threshold: 3 times<BR>bit 4:4:Threshold: 4 times<BR>bit 5:5:Threshold: 5 times<BR>bit 6:6:Threshold: 6 times<BR>bit 7:7:Threshold: 7 times<BR>bit 8:8:Threshold: 8 times<BR>bit 9:9:Threshold: 9 times<BR>bit 10:10:Threshold: 10 times<BR>bit 11:11:Threshold: 11 time<BR>bit 12:12:Threshold: 12 times<BR>bit 13:13:Threshold: 13 times<BR>bit 14:14:Threshold: 14 times<BR>bit 15:15:Threshold: 15 times<BR>bit 16:16:Threshold: 16 times<BR>bit 17:17:Threshold: 17 times<BR>bit 18:18:Threshold: 18 times<BR>bit 19:19:Threshold: 19 times<BR>bit 20:20:Threshold: 20 times",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x04: Threshold:4 times<BR>0x03: Threshold:3 times<BR>0x14: Threshold:20 times<BR>0x01: Threshold:1 time<BR>....<BR>0x00:Disabled<BR>0x02: Threshold:2 times,No,No,No,,Modem - MTK Optimization/Proprietary,,,,Pass,,,,
+8452,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[57].SBP_EMM_CONTROL_EPCO_BIT,modem_sbp_data_config[57].SBP_EMM_CONTROL_EPCO_BIT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enabled/Disabled Extended PCO bit for FT testing<BR>bit 255:255:Normal Setting<BR>bit 0:0:Disable Extended PCO bit<BR>bit 1:1:Enable Extended PCO bit",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:Disable Extended PCO bit<BR>1:Enable Extended PCO bit<BR>256:Normal Setting,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8453,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[56].SBP_EMM_CONTROL_N1_MODE_BIT,modem_sbp_data_config[56].SBP_EMM_CONTROL_N1_MODE_BIT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enabled/Disabled N1 mode bit for FT testing<BR>bit 255:255:Normal Setting<BR>bit 0:0:Disable N1 mode bit<BR>bit 1:1:Enable N1 mode bit",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:Disable N1 mode bit<BR>1:Enable N1 mode bit<BR>256:Normal Setting,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8454,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[58].SBP_EMM_CONTROL_UE_STATUS_IE,modem_sbp_data_config[58].SBP_EMM_CONTROL_UE_STATUS_IE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enabled/Disabled UE status IE for FT testing<BR>bit 255:255:Normal Setting<BR>bit 0:0:Disable UE status IE<BR>bit 1:1:Enable UE status IE",BIT,8,,8,0xff,NR15.R3.MD700.MP,,256:Normal Setting<BR>1:Enable UE status IE<BR>0:Disable UE status IE,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8455,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[50].SBP_EMM_PROC_FAIL_HANDLING_EXT,modem_sbp_data_config[50].SBP_EMM_PROC_FAIL_HANDLING_EXT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Extension options for EMM procedure fail handling.<BR>bit 0:0:All disabled<BR>bit 1:1:Enable extension: 1<BR>bit 2:2:Enable extension: 2<BR>bit 3:3:Enable extension: 1, 2",BIT,8,,8,0x00,NR15.R3.MD700.MP,,"1: Enable extension:1<BR>3: Enable extension:1, 2<BR>2: Enable extension:2<BR>0:All disabled",No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8456,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[59].SBP_IGNORE_IR_REDIRECT_TO_LTE_WHEN_NO_CELL_THRESHOLD,modem_sbp_data_config[59].SBP_IGNORE_IR_REDIRECT_TO_LTE_WHEN_NO_CELL_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Extension options for EMM procedure fail handling.<BR>bit 0:0:All disabled<BR>bit 1:1:Threshold: 1 time<BR>bit 2:2:Threshold: 2 times<BR>bit 3:3:Threshold: 3 times<BR>bit 4:4:Threshold: 4 times<BR>bit 5:5:Threshold: 5 times<BR>bit 6:6:Threshold: 6 times<BR>bit 7:7:Threshold: 7 times<BR>bit 8:8:Threshold: 8 times<BR>bit 9:9:Threshold: 9 times<BR>bit 10:10:Threshold: 10 times<BR>bit 11:11:Threshold: 11 time<BR>bit 12:12:Threshold: 12 times<BR>bit 13:13:Threshold: 13 times<BR>bit 14:14:Threshold: 14 times<BR>bit 15:15:Threshold: 15 times<BR>bit 16:16:Threshold: 16 times<BR>bit 17:17:Threshold: 17 times<BR>bit 18:18:Threshold: 18 times<BR>bit 19:19:Threshold: 19 times<BR>bit 20:20:Threshold: 20 times",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x02: Threshold:2 times<BR>0x14: Threshold:20 times<BR>....<BR>0x01: Threshold:1 time<BR>0x03: Threshold:3 times<BR>0x04: Threshold:4 times<BR>0x00:Disabled,No,No,No,,Modem - MTK Optimization/Proprietary,,,,Pass,,,,
8457,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[49].SBP_L2_REEST_CNT_THRESHOLD,modem_sbp_data_config[49].SBP_L2_REEST_CNT_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>CHR count threshold",BIT,8,,8,0x03,NR15.R3.MD700.MP,,0x02 ~ 0x06,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Trigger REEST<BR> [Expected Result]<BR>UE repeort EM,Pass,,,,
-8458,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[48].SBP_L2_REEST_TMR_THRESHOLD,modem_sbp_data_config[48].SBP_L2_REEST_TMR_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>CHR timer threshold",BIT,8,,8,0x3c,NR15.R3.MD700.MP,,0x32:50 seconds<BR>0x23:35 seconds<BR>0x1E:30 seconds<BR>0x28:40 seconds<BR>0x2D:45 seconds<BR>0x37:55 seconds<BR>0x3C:60 seconds,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Trigger REEST<BR> [Expected Result]<BR>UE repeort EM,Pass,,,,
-8459,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[45].SBP_LCSP_RSP_TIME_ADJ,modem_sbp_data_config[45].SBP_LCSP_RSP_TIME_ADJ,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Location service response time adjustment to compensate for network latency<BR>bit 0:0:Do not adjust response time<BR>bit 2:2:Reduce UE internal response time by 2s<BR>bit 3:3:Reduce UE internal response time by 3s",BIT,8,,8,0x00,NR15.R3.MD700.MP,,2:Reduce UE internal response time by 2s<BR>3:Reduce UE internal response time by 3s<BR>0:Do not adjust response time,No,,__LCSP_RSP_TIME_ADJ__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-8460,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[46].SBP_LCSP_RSP_TIME_LB,modem_sbp_data_config[46].SBP_LCSP_RSP_TIME_LB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Location service response time adjustment lower bound<BR>bit 14:14:Response time adjustment lower bound is 14s<BR>bit 15:15:Response time adjustment lower bound is 15s<BR>bit 16:16:Response time adjustment lower bound is 16s<BR>bit 17:17:Response time adjustment lower bound is 17s<BR>bit 18:18:Response time adjustment lower bound is 18s<BR>bit 19:19:Response time adjustment lower bound is 19s<BR>bit 20:20:Response time adjustment lower bound is 20s",BIT,8,,8,0x0f,NR15.R3.MD700.MP,,20:Response time adjustment lower bound is 20s<BR>14:Response time adjustment lower bound is 14s<BR>19:Response time adjustment lower bound is 19s<BR>16:Response time adjustment lower bound is 16s<BR>17:Response time adjustment lower bound is 17s<BR>18:Response time adjustment lower bound is 18s<BR>15:15:Response time adjustment lower bound is 15s,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8458,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[48].SBP_L2_REEST_TMR_THRESHOLD,modem_sbp_data_config[48].SBP_L2_REEST_TMR_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>CHR timer threshold",BIT,8,,8,0x3c,NR15.R3.MD700.MP,,0x3C:60 seconds<BR>0x28:40 seconds<BR>0x1E:30 seconds<BR>0x2D:45 seconds<BR>0x32:50 seconds<BR>0x23:35 seconds<BR>0x37:55 seconds,No,,,LTE Protocol (R11 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : 5<BR> [Init] <BR>Enter RRC connection<BR> [Test Step] <BR>Trigger REEST<BR> [Expected Result]<BR>UE repeort EM,Pass,,,,
+8459,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[45].SBP_LCSP_RSP_TIME_ADJ,modem_sbp_data_config[45].SBP_LCSP_RSP_TIME_ADJ,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Location service response time adjustment to compensate for network latency<BR>bit 0:0:Do not adjust response time<BR>bit 2:2:Reduce UE internal response time by 2s<BR>bit 3:3:Reduce UE internal response time by 3s",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:Do not adjust response time<BR>2:Reduce UE internal response time by 2s<BR>3:Reduce UE internal response time by 3s,No,,__LCSP_RSP_TIME_ADJ__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8460,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[46].SBP_LCSP_RSP_TIME_LB,modem_sbp_data_config[46].SBP_LCSP_RSP_TIME_LB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Location service response time adjustment lower bound<BR>bit 14:14:Response time adjustment lower bound is 14s<BR>bit 15:15:Response time adjustment lower bound is 15s<BR>bit 16:16:Response time adjustment lower bound is 16s<BR>bit 17:17:Response time adjustment lower bound is 17s<BR>bit 18:18:Response time adjustment lower bound is 18s<BR>bit 19:19:Response time adjustment lower bound is 19s<BR>bit 20:20:Response time adjustment lower bound is 20s",BIT,8,,8,0x0f,NR15.R3.MD700.MP,,20:Response time adjustment lower bound is 20s<BR>19:Response time adjustment lower bound is 19s<BR>18:Response time adjustment lower bound is 18s<BR>17:Response time adjustment lower bound is 17s<BR>14:Response time adjustment lower bound is 14s<BR>16:Response time adjustment lower bound is 16s<BR>15:15:Response time adjustment lower bound is 15s,No,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8461,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[60].SBP_MCF_ETWS_CONTROL_SWITCH,modem_sbp_data_config[60].SBP_MCF_ETWS_CONTROL_SWITCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>ETWS MCF SETTINGS<BR>bit 0:0:ETWS is not controlled by MCF<BR>bit 7:7:ETWS is controlled by MCF",BIT,8,,8,0x07,NR15.R3.MD700.MP,,0~1,Yes,,,[LTE Protocol Baseline]PWS,Modem - 3GPP Spec.,,,,Pass,,,,
-8462,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[44].SBP_MODIFY_RLC_FOR_SACCH_DECODE,modem_sbp_data_config[44].SBP_MODIFY_RLC_FOR_SACCH_DECODE,OTA and OTA BY OP,no,no,no,yes,"This SBP is used to modify the value of Radio Link Counter(RLC) which is received in System Information 6 from 2G NW. Instead of using NW given RLC value, we will use RLC value based on SBP value set.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x02:RLC received from n/w + 12<BR>0x03:RLC received from n/w + 16<BR>0x05:RLC received from n/w + 24<BR>0x04:RLC received from n/w + 20<BR>0x08:RLC received from n/w + 36<BR>0x00:default RLC value from Nw<BR>0x06:RLC received from n/w + 28<BR>0x01:RLC received from n/w + 4<BR>0x07:RLC received from n/w + 32,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+8462,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[44].SBP_MODIFY_RLC_FOR_SACCH_DECODE,modem_sbp_data_config[44].SBP_MODIFY_RLC_FOR_SACCH_DECODE,OTA and OTA BY OP,no,no,no,yes,"This SBP is used to modify the value of Radio Link Counter(RLC) which is received in System Information 6 from 2G NW. Instead of using NW given RLC value, we will use RLC value based on SBP value set.",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0x02:RLC received from n/w + 12<BR>0x03:RLC received from n/w + 16<BR>0x05:RLC received from n/w + 24<BR>0x04:RLC received from n/w + 20<BR>0x00:default RLC value from Nw<BR>0x08:RLC received from n/w + 36<BR>0x07:RLC received from n/w + 32<BR>0x01:RLC received from n/w + 4<BR>0x06:RLC received from n/w + 28,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
8463,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[51].SBP_NWSEL_LOCATION_BASED_ALTERNATIVE,modem_sbp_data_config[51].SBP_NWSEL_LOCATION_BASED_ALTERNATIVE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>location based alternative<BR>bit 0:0:Disable location-based<BR>bit 1:1:Enable Stored OP band sequence<BR>bit 2:2:Enable Stored Stored sequence",BIT,8,,8,0x01,NR15.R3.MD700.MP,,0~2,No,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
-8464,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[61].SBP_POS_MODE_CAPABILITY_SWITCH,modem_sbp_data_config[61].SBP_POS_MODE_CAPABILITY_SWITCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Switch the positioning mode in UE reporting positioning capability to NW.<BR>bit 0:0:UE does not support AGPS<BR>bit 1:1:UE-Based<BR>bit 2:2:UE-Assisted<BR>bit 3:3:Both UE-Based and UE-Assisted",BIT,8,,8,0x03,NR15.R3.MD700.MP,,2:UE-Assisted<BR>0:UE does not support AGPS<BR>3:Both UE-Based and UE-Assisted<BR>1:UE-Based,No,,__AGPS_SUPPORT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-8465,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].bcm.check,OTA,no,no,no,no,bcm,ENUM,1,,,0x00,NR15.R3.MD700.MP,,3. check with SIM or NW plmn<BR>0:don't check<BR>2:check with SIM plmn only<BR>1:check with NW plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable bcm in ESM message pdn_connectivity_requset's pco,Pass,,,,
-8466,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].bcm.result,OTA,no,no,no,no,bcm,ENUM,1,,,0x0e,NR15.R3.MD700.MP,,13:check non<BR>14:carry BCM,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable bcm in ESM message pdn_connectivity_requset's pco,Pass,,,,
-8467,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].etft.check,OTA,no,no,no,no,etft,ENUM,1,,,0x03,NR15.R3.MD700.MP,,2:check with SIM plmn only<BR>0:don't check<BR>1:check with NW plmn only<BR>3. check with SIM or NW plmn,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable etft in ESM message pdn_connectivity_requset's pco,Pass,,,,
+8464,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[61].SBP_POS_MODE_CAPABILITY_SWITCH,modem_sbp_data_config[61].SBP_POS_MODE_CAPABILITY_SWITCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Switch the positioning mode in UE reporting positioning capability to NW.<BR>bit 0:0:UE does not support AGPS<BR>bit 1:1:UE-Based<BR>bit 2:2:UE-Assisted<BR>bit 3:3:Both UE-Based and UE-Assisted",BIT,8,,8,0x03,NR15.R3.MD700.MP,,1:UE-Based<BR>3:Both UE-Based and UE-Assisted<BR>0:UE does not support AGPS<BR>2:UE-Assisted,No,,__AGPS_SUPPORT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8465,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].bcm.check,OTA,no,no,no,no,bcm,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:don't check<BR>2:check with SIM plmn only<BR>1:check with NW plmn only<BR>3. check with SIM or NW plmn,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable bcm in ESM message pdn_connectivity_requset's pco,Pass,,,,
+8466,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].bcm.result,OTA,no,no,no,no,bcm,ENUM,1,,,0x0e,NR15.R3.MD700.MP,,14:carry BCM<BR>13:check non,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable bcm in ESM message pdn_connectivity_requset's pco,Pass,,,,
+8467,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].etft.check,OTA,no,no,no,no,etft,ENUM,1,,,0x03,NR15.R3.MD700.MP,,3. check with SIM or NW plmn<BR>2:check with SIM plmn only<BR>0:don't check<BR>1:check with NW plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable etft in ESM message pdn_connectivity_requset's pco,Pass,,,,
8468,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].etft.result,OTA,no,no,no,no,etft,ENUM,1,,,0x0d,NR15.R3.MD700.MP,,15:carry etft in PCO<BR>13:don't carry etft in PCO,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable etft in ESM message pdn_connectivity_requset's pco,Pass,,,,
-8469,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].extended_eps_qos.check,OTA,no,no,no,no,extended eps qos check condition,ENUM,1,,,0x00,NR15.R3.MD700.MP,,3. check with SIM or NW plmn<BR>0:don't check<BR>2:check with SIM plmn only<BR>1:check with NW plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable extended eps qos IE in ESM message,Pass,,,,
+8469,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].extended_eps_qos.check,OTA,no,no,no,no,extended eps qos check condition,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:don't check<BR>1:check with NW plmn only<BR>3. check with SIM or NW plmn<BR>2:check with SIM plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable extended eps qos IE in ESM message,Pass,,,,
8470,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].extended_eps_qos.result,OTA,no,no,no,no,extended eps qos in 4g esm message,ENUM,1,,,0x14,NR15.R3.MD700.MP,,20:can carry extended eps qos IE<BR>19:can't carry extended eps qos IE,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable extended eps qos IE in ESM message,Pass,,,,
-8471,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].pdnReqType.check,OTA,no,no,no,no,pdn request type in 23G sm message,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:don't check<BR>3. check with SIM or NW plmn<BR>1:check with NW plmn only<BR>2:check with SIM plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable request type in SM message,Pass,,,,
+8471,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].pdnReqType.check,OTA,no,no,no,no,pdn request type in 23G sm message,ENUM,1,,,0x00,NR15.R3.MD700.MP,,3. check with SIM or NW plmn<BR>1:check with NW plmn only<BR>0:don't check<BR>2:check with SIM plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable request type in SM message,Pass,,,,
8472,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].pdnReqType.result,OTA,no,no,no,no,pdn request type in 23G sm message,ENUM,1,,,0x04,NR15.R3.MD700.MP,,4:carry request type<BR>0:don't carry request type in SM message,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable request type in SM message,Pass,,,,
8473,61211,NVRAM_EF_SIC_LIST_LID,1,plmn_id,entry[0~99].plmn_id,OTA,no,no,no,no,plmn-id,CHAR,7,7,,"0x34, 0x36, 0x30, 0x30, 0x31, 0x00, 0x00,",NR15.R3.MD700.MP,,PLMN string,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] corresponding rule only working in PLMN string,Pass,,,,
-8474,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].psi_in_pco.check,OTA,no,no,no,no,psi in 4G PCO for interworking,ENUM,1,,,0x00,NR15.R3.MD700.MP,,1:check with NW plmn only<BR>2:check with SIM plmn only<BR>0:don't check<BR>3. check with SIM or NW plmn,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable psi in ESM message pdn_connectivity_requset's pco,Pass,,,,
+8474,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].psi_in_pco.check,OTA,no,no,no,no,psi in 4G PCO for interworking,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:don't check<BR>3. check with SIM or NW plmn<BR>2:check with SIM plmn only<BR>1:check with NW plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable psi in ESM message pdn_connectivity_requset's pco,Pass,,,,
8475,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].psi_in_pco.result,OTA,no,no,no,no,psi in 4G PCO for interworking,ENUM,1,,,0x12,NR15.R3.MD700.MP,,17:don't carry psi in ESM message pco<BR>18:carry psi in ESM message pco,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable psi in ESM message pdn_connectivity_requset's pco,Pass,,,,
-8476,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].qos.check,OTA,no,no,no,no,23G qos,ENUM,1,,,0x00,NR15.R3.MD700.MP,,3. check with SIM or NW plmn<BR>1:check with NW plmn only<BR>0:don't check<BR>2:check with SIM plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable qos format for 23G sm,Pass,,,,
-8477,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].qos.result,OTA,no,no,no,no,23G qos,ENUM,1,,,0x01,NR15.R3.MD700.MP,,3:Use Release 11 QoS format<BR>1:Use Release 6 QoS format<BR>2:Use Release 8 QoS format,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable qos format for 23G sm,Pass,,,,
-8478,61211,NVRAM_EF_SIC_LIST_LID,1,rat,entry[0~99].rat,OTA,no,no,no,no,rat,ENUM,1,,,0x03,NR15.R3.MD700.MP,,4:LTE<BR>128:NR<BR>2:UMTS<BR>1:GSM,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] corresponding rule only working in rat,Pass,,,,
-8479,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].v4AddrAlloc.check,OTA,no,no,no,no,v4 address allocation,ENUM,1,,,0x00,NR15.R3.MD700.MP,,3. check with SIM or NW plmn<BR>1:check with NW plmn only<BR>0:don't check<BR>2:check with SIM plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable ipv4 voas nas signalling in ESM message pdn_connectivity_requset's pco,Pass,,,,
+8476,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].qos.check,OTA,no,no,no,no,23G qos,ENUM,1,,,0x00,NR15.R3.MD700.MP,,2:check with SIM plmn only<BR>0:don't check<BR>1:check with NW plmn only<BR>3. check with SIM or NW plmn,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable qos format for 23G sm,Pass,,,,
+8477,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].qos.result,OTA,no,no,no,no,23G qos,ENUM,1,,,0x01,NR15.R3.MD700.MP,,2:Use Release 8 QoS format<BR>1:Use Release 6 QoS format<BR>3:Use Release 11 QoS format,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable qos format for 23G sm,Pass,,,,
+8478,61211,NVRAM_EF_SIC_LIST_LID,1,rat,entry[0~99].rat,OTA,no,no,no,no,rat,ENUM,1,,,0x03,NR15.R3.MD700.MP,,1:GSM<BR>4:LTE<BR>2:UMTS<BR>128:NR,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] corresponding rule only working in rat,Pass,,,,
+8479,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].v4AddrAlloc.check,OTA,no,no,no,no,v4 address allocation,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:don't check<BR>1:check with NW plmn only<BR>3. check with SIM or NW plmn<BR>2:check with SIM plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable ipv4 voas nas signalling in ESM message pdn_connectivity_requset's pco,Pass,,,,
8480,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].v4AddrAlloc.result,OTA,no,no,no,no,v4 address allocation,ENUM,1,,,0x06,NR15.R3.MD700.MP,,8:ipv4 addr via DHCP<BR>7:carry ipv4 vias NAS signalling<BR>6:don't carry DHCPv4 or NAS signalling in PCO,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable ipv4 voas nas signalling in ESM message pdn_connectivity_requset's pco,Pass,,,,
-8481,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].v4dns.check,OTA,no,no,no,no,v4 dns,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0:don't check<BR>3. check with SIM or NW plmn<BR>2:check with SIM plmn only<BR>1:check with NW plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable dnsv4 in ESM message pdn_connectivity_requset's pco,Pass,,,,
-8482,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].v4dns.result,OTA,no,no,no,no,v4 dns,ENUM,1,,,0x0a,NR15.R3.MD700.MP,,10:carry DNSV4 Addr in PCO<BR>9:don't carry,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable dnsv4 in ESM message pdn_connectivity_requset's pco,Pass,,,,
-8483,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].v4mtu.check,OTA,no,no,no,no,v4 mtu,ENUM,1,,,0x03,NR15.R3.MD700.MP,,0:don't check<BR>1:check with NW plmn only<BR>3. check with SIM or NW plmn<BR>2:check with SIM plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable mtu in pco,Pass,,,,
+8481,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].v4dns.check,OTA,no,no,no,no,v4 dns,ENUM,1,,,0x00,NR15.R3.MD700.MP,,3. check with SIM or NW plmn<BR>0:don't check<BR>2:check with SIM plmn only<BR>1:check with NW plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable dnsv4 in ESM message pdn_connectivity_requset's pco,Pass,,,,
+8482,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].v4dns.result,OTA,no,no,no,no,v4 dns,ENUM,1,,,0x0a,NR15.R3.MD700.MP,,9:don't carry<BR>10:carry DNSV4 Addr in PCO,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable dnsv4 in ESM message pdn_connectivity_requset's pco,Pass,,,,
+8483,61211,NVRAM_EF_SIC_LIST_LID,1,check,entry[0~99].v4mtu.check,OTA,no,no,no,no,v4 mtu,ENUM,1,,,0x03,NR15.R3.MD700.MP,,1:check with NW plmn only<BR>3. check with SIM or NW plmn<BR>0:don't check<BR>2:check with SIM plmn only,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable mtu in pco,Pass,,,,
8484,61211,NVRAM_EF_SIC_LIST_LID,1,result,entry[0~99].v4mtu.result,OTA,no,no,no,no,v4 mtu,ENUM,1,,,0x09,NR15.R3.MD700.MP,,9:don't carry<BR>11:carry MTUv4 in PCO,No,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR> Test Time (5 minutes) <BR> [Init] <BR> [Test Step] change check and result and plmn<BR> [Expected Result] enable/disable mtu in pco,Pass,,,,
-8485,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_drb_with_ul_both_mcg_scg,mrdc_cap.general_params.common.split_drb_with_ul_both_mcg_scg,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / splitDRB-withUL-Both-MCG-SCG,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-8486,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_srb_with_one_ul_path,mrdc_cap.general_params.common.split_srb_with_one_ul_path,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / splitSRB-WithOneUL-Path,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-8487,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",srb3,mrdc_cap.general_params.common.srb3,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / srb3,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-8488,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",v2x_eutra,mrdc_cap.general_params.fdd.v2x_eutra,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / v2x-EUTRA for FDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-8489,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",v2x_eutra,mrdc_cap.general_params.tdd.v2x_eutra,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / v2x-EUTRA for TDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-8490,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",nr_cgi_reporting_endc,nr_cap.meas_params.common.nr_cgi_reporting_endc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersCommon / nr-CGI-Reporting-ENDC,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8485,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_drb_with_ul_both_mcg_scg,mrdc_cap.general_params.common.split_drb_with_ul_both_mcg_scg,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / splitDRB-withUL-Both-MCG-SCG,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8486,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",split_srb_with_one_ul_path,mrdc_cap.general_params.common.split_srb_with_one_ul_path,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / splitSRB-WithOneUL-Path,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8487,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",srb3,mrdc_cap.general_params.common.srb3,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / srb3,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8488,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",v2x_eutra,mrdc_cap.general_params.fdd.v2x_eutra,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / v2x-EUTRA for FDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8489,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",v2x_eutra,mrdc_cap.general_params.tdd.v2x_eutra,OTA and OTA BY OP,no,no,no,no,UE-MRDC-Capability / generalParametersMRDC / v2x-EUTRA for TDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8490,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",nr_cgi_reporting_endc,nr_cap.meas_params.common.nr_cgi_reporting_endc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersCommon / nr-CGI-Reporting-ENDC,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8491,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_5gc,nr_cap.meas_params.fdd.handover_lte_5gc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverLTE-5GC for FDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-8492,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_epc,nr_cap.meas_params.fdd.handover_lte_epc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverLTE-EPC for FDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8492,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_epc,nr_cap.meas_params.fdd.handover_lte_epc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverLTE-EPC for FDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8493,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_5gc,nr_cap.meas_params.fr1.handover_lte_5gc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersFRX-Diff / handoverLTE-5GC for FR1,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8494,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_epc,nr_cap.meas_params.fr1.handover_lte_epc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverLTE-EPC for FR1,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8495,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_5gc,nr_cap.meas_params.fr2.handover_lte_5gc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersFRX-Diff / handoverLTE-5GC for FR2,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8496,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_epc,nr_cap.meas_params.fr2.handover_lte_epc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersFRX-Diff / handoverLTE-EPC for FR2,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8497,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_5gc,nr_cap.meas_params.tdd.handover_lte_5gc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverLTE-5GC for TDD,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-8498,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_epc,nr_cap.meas_params.tdd.handover_lte_epc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverLTE-EPC for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
-8499,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",reduced_cp_latency,nr_cap.ue_nr_capability_v1550.reduced_cp_latency,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / nonCriticalExtension / nonCriticalExtension / reducedCP-Latency,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8498,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",handover_lte_epc,nr_cap.meas_params.tdd.handover_lte_epc,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / measAndMobParameters / measAndMobParametersXDD-Diff / handoverLTE-EPC for TDD,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0x00:not supported<BR>0x01:supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8499,2432,NVRAM_EF_UE_NR_CAP_LID,"1,2",reduced_cp_latency,nr_cap.ue_nr_capability_v1550.reduced_cp_latency,OTA and OTA BY OP,no,no,no,no,UE-NR-Capability / nonCriticalExtension / nonCriticalExtension / nonCriticalExtension / reducedCP-Latency,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0x01:supported<BR>0x00:not supported,Yes,,,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8500,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",tcp_session_keep_alive,http_info.tcp_session_keep_alive,OTA and OTA BY OP,no,no,no,no,Keep TCP session alive for multiple HTTP messages<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Dissabled<BR>1:Enabled,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if HTTP creates new session for each request in log<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 3<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to Disabled<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should send HTTP requests with separate TCP session in log.,Pass,,,,
8501,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",tcp_session_keep_alive.tcp_session_keep_alive,http_info.tcp_session_keep_alive.tcp_session_keep_alive,Not Support,no,no,no,no,Keep TCP session alive for HTTP messages<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8502,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_disable_by_cond,xcap_info.support_disable_by_cond,OTA and OTA BY OP,no,no,no,no,Support disable service at condition level<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP disables CF in condition level in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should put CF in Condition level,Pass,,,,
8503,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_disable_by_cond.support_disable_by_cond,xcap_info.support_disable_by_cond.support_disable_by_cond,Not Support,no,no,no,no,Support disable service at condition level<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8504,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_enable_by_cond,xcap_info.support_enable_by_cond,OTA and OTA BY OP,no,no,no,no,Support enable service at condition level<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP enables CF in condition level in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should enable CF in condition level,Pass,,,,
+8504,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_enable_by_cond,xcap_info.support_enable_by_cond,OTA and OTA BY OP,no,no,no,no,Support enable service at condition level<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP enables CF in condition level in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should enable CF in condition level,Pass,,,,
8505,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_enable_by_cond.support_enable_by_cond,xcap_info.support_enable_by_cond.support_enable_by_cond,Not Support,no,no,no,no,Support enable service at condition level<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,(Empty),,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8506,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_query_simservs,xcap_info.support_query_simservs,OTA and OTA BY OP,no,no,no,no,Support query whole XML table<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP queries the whole simserv in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should query the whole simserv,Pass,,,,
+8506,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_query_simservs,xcap_info.support_query_simservs,OTA and OTA BY OP,no,no,no,no,Support query whole XML table<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP queries the whole simserv in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should query the whole simserv,Pass,,,,
8507,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_query_simservs.support_query_simservs,xcap_info.support_query_simservs.support_query_simservs,Not Support,no,no,no,no,Support query whole XML table<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,(Empty),,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8508,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_rule_level_setting,xcap_info.support_rule_level_setting,OTA and OTA BY OP,no,no,no,no,Support query at rule level<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,8506,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP query at rule level in lower layer.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should query at rule level,Pass,,,,
8509,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_rule_level_setting.support_query_simservs,xcap_info.support_rule_level_setting.support_query_simservs,Not Support,no,no,no,no,Support rule level setting<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,(Empty),,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8510,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_send_dereg_after_put,xcap_info.support_send_dereg_after_put,OTA and OTA BY OP,no,no,no,no,Support send DEREG after set<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP triggers IMS deregistation in lower layer aftet enable/disable CF.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should trigger IMS deregistration after enable/disable CF,Pass,,,,
+8510,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_send_dereg_after_put,xcap_info.support_send_dereg_after_put,OTA and OTA BY OP,no,no,no,no,Support send DEREG after set<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,XCAP_SUPPORT,IMS-SS,Modem Application - Common-Feature-XCAP,,,This test only can do in RD IT from check if XCAP triggers IMS deregistation in lower layer aftet enable/disable CF.<BR><BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init] Insert a supported XCAP SIM card<BR> [Test Step]<BR> 1. Config to "1: Enabled"<BR> 2. Execute call forwarding<BR> [Expected Result]<BR> XCAP should trigger IMS deregistration after enable/disable CF,Pass,,,,
8511,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_send_dereg_after_put.support_send_dereg_after_put,xcap_info.support_send_dereg_after_put.support_send_dereg_after_put,Not Support,no,no,no,no,Support send DEREG after PUT<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,No,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
8513,58158,NVRAM_EF_CL1_SAR_TX_POWER_OFFSET_LID,1,sar_power_offset,sar_tbl[0~19].sar_tbl_item.sar_power_offset,OTA,no,no,no,no,"TX power offset, in unit of 1/32",SHORT,48,"12,2",,0,NR15.R3.MD700.MP,,>=0,Yes,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Untested,,,,
8514,58158,NVRAM_EF_CL1_SAR_TX_POWER_OFFSET_LID,2,sar_power_offset,sar_tbl[0~19].sar_tbl_item.sar_power_offset,OTA,no,no,no,no,"TX power offset, in unit of 1/32",SHORT,48,"12,2",,0,NR15.R3.MD700.MP,,>=0,Yes,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,Test in machine: N<BR>Test Time: 5<BR>[Init]: Create OTA file<BR>[Test Step]: Set OTA file<BR>[Expected Result]: Check if OTA is successful,Untested,,,,
@@ -8450,7 +8450,7 @@
8530,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",enable_inact_timer_exp_trig_rel_a2,enable_inact_timer_exp_trig_rel_a2,OTA and OTA BY OP,no,no,no,no,[MCF][TIER1]Customized enablence of sending the trigger_release A2 measurement report when dataInactive timer T3 timeout for smart idle feature,ENUM,1,,,0x00,NR15.R3.MD700.MP,,0x0: Not supported<BR>0x1: Supported,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] LTE load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed.<BR>[Expected Result] Check this field in UE-EUTRA-Capability is matched as your MCF setting.",Pass,,,,
8531,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",inactive_timer_length,inactive_timer_length,OTA and OTA BY OP,no,no,no,no,[MCF][TIER1]Customized timer length of dataInactive timer T3 for smart idle feature,UNSIGNED SHORT,2,,,0x00,NR15.R3.MD700.MP,,0x0: Not supported<BR>0x1: Supported,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] LTE load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed.<BR>[Expected Result] Check this field in UE-EUTRA-Capability is matched as your MCF setting.",Pass,,,,
8532,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",inactive_timer_length_DRX,inactive_timer_length_DRX,OTA and OTA BY OP,no,no,no,no,[MCF][TIER1]CCustomized timer length of dataInactive timer T3 while DRX configured for smart idle feature,UNSIGNED SHORT,2,,,0x00,NR15.R3.MD700.MP,,0x0: Not supported<BR>0x1: Supported,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR>Test Time (minutes): Less than 5 minutes<BR>[Init] LTE load + internal phone + Test SIM<BR>[Test Step] Power on, 4G registration is completed.<BR>[Expected Result] Check this field in UE-EUTRA-Capability is matched as your MCF setting.<BR>",Pass,,,,
-8536,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_nr_incall_ho_enable,ipol_ans_cfg.ipol_ims_nr_incall_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When disable, UE won't perform handover between NR and WLAN during on-going IMS call",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>NR attached and WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
+8536,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_nr_incall_ho_enable,ipol_ans_cfg.ipol_ims_nr_incall_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When disable, UE won't perform handover between NR and WLAN during on-going IMS call",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine (Y/N)<BR>Test Time (0.5)<BR>[Init]<BR>NR attached and WiFi calling ongoing<BR>[Test Step]<BR>WiFi RSSI decreases<BR>[Expected Result]<BR>VoWiFi icon on,Pass,,,,
8537,59684,NVRAM_EF_L1_EPSK_TX_POWER_OFFSET_DCS_LID,1,max_arfcn,table[0~0].arfcn_weight[0~11].max_arfcn,OTA,no,no,yes,no,[MCF]settings of TX POWER offset for EPSK DCS,SHORT,2,,,table[0].arfcn_weight[0].max_arfcn:520<BR>table[0].arfcn_weight[1].max_arfcn:560<BR>table[0].arfcn_weight[2].max_arfcn:800<BR>table[0].arfcn_weight[3].max_arfcn:885<BR>table[0].arfcn_weight[4].max_arfcn:65535<BR>table[0].arfcn_weight[5].max_arfcn:0<BR>table[0].arfcn_weight[6].max_arfcn:0<BR>table[0].arfcn_weight[7].max_arfcn:0<BR>table[0].arfcn_weight[8].max_arfcn:0<BR>table[0].arfcn_weight[9].max_arfcn:0<BR>table[0].arfcn_weight[10].max_arfcn:0<BR>table[0].arfcn_weight[11].max_arfcn:0,NR15.R3.MD700.MP,,0x0200 - 0x0375:DCS1800 band ARFCNs,Yes,,,Switching Tx power (SWTP),Modem RF Front-end - RF Front-end,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Untested,,,,
8538,59684,NVRAM_EF_L1_EPSK_TX_POWER_OFFSET_DCS_LID,1,mid_level,table[0~0].arfcn_weight[0~11].mid_level,OTA,no,no,yes,no,[MCF]settings of TX POWER offset for EPSK DCS,UNSIGNED SHORT,2,,,table[0].arfcn_weight[0].mid_level:16<BR>table[0].arfcn_weight[1].mid_level:16<BR>table[0].arfcn_weight[2].mid_level:16<BR>table[0].arfcn_weight[3].mid_level:16<BR>table[0].arfcn_weight[4].mid_level:65535<BR>table[0].arfcn_weight[5].mid_level:0<BR>table[0].arfcn_weight[6].mid_level:0<BR>table[0].arfcn_weight[7].mid_level:0<BR>table[0].arfcn_weight[8].mid_level:0<BR>table[0].arfcn_weight[9].mid_level:0<BR>table[0].arfcn_weight[10].mid_level:0<BR>table[0].arfcn_weight[11].mid_level:0,NR15.R3.MD700.MP,,16,Yes,,,Switching Tx power (SWTP),Modem RF Front-end - RF Front-end,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Untested,,,,
8539,59684,NVRAM_EF_L1_EPSK_TX_POWER_OFFSET_DCS_LID,1,hi_weight,table[0~0].arfcn_weight[0~11].wt[0~11].hi_weight,OTA,no,no,yes,no,[MCF]settings of TX POWER offset for EPSK DCS,UNSIGNED SHORT,2,,,4096,NR15.R3.MD700.MP,,0 to 8191,Yes,,,Switching Tx power (SWTP),Modem RF Front-end - RF Front-end,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Untested,,,,
@@ -8496,7 +8496,7 @@
8579,57364,NVRAM_EF_NL1_ET_DEBUG_PARA_LID,1,reserved,normal_otfc.reserved,OTA,no,no,yes,no,normal otfc,ENUM,1,,,0,NR15.R3.MD700.MP,,0:0,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
8580,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_EMM_RETRY_PS_PAGING_WHEN_GEMINI_FAIL,modem_sbp_config[106].SBP_EMM_RETRY_PS_PAGING_WHEN_GEMINI_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE will not retry PS paging when PS paging failed due to GEMINI_FAIL<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0:Disabled, UE will not retry PS paging when PS paging failed due to GEMINI_FAIL<BR>1:Enabled. UE will retry PS paging within 3 times when PS paging failed due to GEMINI_FAIL",(Empty),,__EMM_RETRY_PS_PAGING_WHEN_GEMINI_FAIL__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8581,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_MODEM_ELEVATOR_MODE,modem_sbp_config[106].SBP_MODEM_ELEVATOR_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Elevator mode trigger<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0/1,(Empty),,,Elevator Mode feature,Modem - Performance Enhancement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
-8582,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_SHORT_T3417EXT_BY_PLMN,modem_sbp_config[106].SBP_SHORT_T3417EXT_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Set short T3417EXT for specific plmn<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled. Set short T3417EXT for specific plmn.<BR>0:Disable. Don't Set short T3417EXT for specific plmn.,(Empty),,__SHORT_T3417EXT_BY_PLMN__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8582,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_SHORT_T3417EXT_BY_PLMN,modem_sbp_config[106].SBP_SHORT_T3417EXT_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Set short T3417EXT for specific plmn<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable. Don't Set short T3417EXT for specific plmn.<BR>1:Enabled. Set short T3417EXT for specific plmn.,(Empty),,__SHORT_T3417EXT_BY_PLMN__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8583,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_SMART_IDLE_HO_CONTINUE,modem_sbp_config[106].SBP_SMART_IDLE_HO_CONTINUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Smart idle timer continues after handover<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Smart idle timer NOT keep running during and after HO<BR>1:Smart idle timer keep running during and after HO,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
8584,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[63].SBP_SMART_IDLE_MAXIMUM_T_RAND,modem_sbp_data_config[63].SBP_SMART_IDLE_MAXIMUM_T_RAND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Maximum value of T_rand of Smart Idle feature<BR>bit 0:0:0 second<BR>bit 1:1:1 second<BR>bit 2:2:2 seconds<BR>bit 3:3:3 seconds<BR>bit 4:4:4 seconds<BR>bit 5:5:5 seconds<BR>bit 6:6:6 seconds<BR>bit 7:7:7 seconds<BR>bit 8:8:8 seconds<BR>bit 9:9:9 seconds<BR>bit 16:16:10 seconds<BR>bit 17:17:11 seconds<BR>bit 18:18:12 seconds<BR>bit 19:19:13 seconds<BR>bit 20:20:14 seconds<BR>bit 21:21:15 seconds<BR>bit 22:22:16 seconds<BR>bit 23:23:17 seconds<BR>bit 24:24:18 seconds<BR>bit 25:25:19 seconds<BR>bit 32:32:20 seconds<BR>bit 33:33:21 seconds<BR>bit 34:34:22 seconds<BR>bit 35:35:23 seconds<BR>bit 36:36:24 seconds<BR>bit 37:37:25 seconds<BR>bit 38:38:26 seconds<BR>bit 39:39:27 seconds<BR>bit 40:40:28 seconds<BR>bit 41:41:29 seconds<BR>bit 48:48:30 seconds",BIT,8,,8,0x02,NR15.R3.MD700.MP,,0~30:This is upper bound of T_rand value of Smart Idle feature (in second),(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
8585,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[62].SBP_SMART_IDLE_MONITOR_LEVEL,modem_sbp_data_config[62].SBP_SMART_IDLE_MONITOR_LEVEL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Monitor level of Smart Idle feature<BR>bit 0:0:Feature off<BR>bit 1:1:Monitor DRB only<BR>bit 2:2:Monitor SRB and DRB",BIT,8,,8,0x01,NR15.R3.MD700.MP,,2:Monitor SRB and DRB<BR>0:Feature Off<BR>1:Monitor DRB only,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
@@ -8538,12 +8538,12 @@
8630,57372,NVRAM_EF_NL1_ET_CMEAS_PARA_LID,1,cmeas_max_min,cmeas_info[0~99].et_cmeas_lut_shift_by_temperature[0~2].cmeas_max_min,OTA,no,no,yes,no,cmeas info,SHORT,4,2,,0,NR15.R3.MD700.MP,,0:0,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
8631,57372,NVRAM_EF_NL1_ET_CMEAS_PARA_LID,1,nr_route,cmeas_info[0~99].nr_route,OTA,no,no,yes,no,cmeas info,ENUM,2,,,0,NR15.R3.MD700.MP,,0:0,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Pass,,,,
8632,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_DUAL_NSA_SUPPORT,modem_sbp_config[107].SBP_DUAL_NSA_SUPPORT,OTA,no,no,no,no,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NSA+NSA DSDS Support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,Yes,,,NSA+NSA DSDS,Modem - Multiple SIM,,,"1. Enable SBP and reboot.<BR>2. In NSA env, check if both SIM can connect to NSA",Pass,,,,
-8633,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_NR_REPORT_FALLBACK_CA,modem_sbp_config[107].SBP_NR_REPORT_FALLBACK_CA,OTA and OTA BY OP,no,no,no,yes,Configures whether UE will report fallback band combinations in UE-MRDC-Capability and UE-NR-Capability or not.,BIT,1,,1,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,No,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,"Use new MCF tool to generate new OTA files<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
+8633,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_NR_REPORT_FALLBACK_CA,modem_sbp_config[107].SBP_NR_REPORT_FALLBACK_CA,OTA and OTA BY OP,no,no,no,yes,Configures whether UE will report fallback band combinations in UE-MRDC-Capability and UE-NR-Capability or not.,BIT,1,,1,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,No,,,NSA option 3 (EN-DC: E-UTRA-NR Dual Connectivity),Modem - 3GPP Spec.,,,"Use new MCF tool to generate new OTA files<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated.",Pass,,,,
8636,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conf_call_final_notify_timer_timeout,ua_config.conf_call_final_notify_timer_timeout,OTA and OTA BY OP,no,no,no,no,The configurable timeout value is used to wait for final NOTIFY from the N/W during conference creation and add/remove participants scenario.<BR>0:Don't start the timer<BR>x:Means start the timer with x timeout seconds,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,5:The non zero timeout value means that DUT will start the timer after sending REFER to the N/W and wait till final NOTIFY arrived from the N/W.,(Empty),NA,NA,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N)N<BR>Test Time (minutes)<BR>[Init]<BR> Insert JIO Sim in Slot1 and Enable Mobile data.<BR>[Test Step]<BR>1. Make a Volte call from DUT to Party B and accept the call on Party B.<BR>2. Now make a Volte call from DUT to party C and accept the call on party C.<BR>3. Now merge the calls on DUT,once conference is successful<BR>4. Now make another call from Party D to DUT accept the call<BR>5. Now disconnect call from Party D and merge call from DUT at same time and<BR>6.Observed DUT fails to remove disconnected call and showing call is running untill disconnect in DUT<BR>7.If the call is disconnected in DUT still showing Hanging up and fails to remove Party D and Unable switch to confernce call.<BR>[Expected Result]<BR>DUT should remove disconnected call and able to switch to conference call.",Untested,,,,
8637,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",conf_call_final_notify_timer_timeout.conf_call_final_notify_timer_timeout,ua_config.conf_call_final_notify_timer_timeout.conf_call_final_notify_timer_timeout,Not Support,no,no,no,no,[MCF]<BR>The configurable timeout value is used to wait for final notify from the N/W during conference creation and add/remove participant scenario.<BR>bit 0:0:Dont't start the timer<BR>bit 1:1:Means start the timer with x timeout second,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8638,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_additional_invite_after_downgrade,ua_config.no_additional_invite_after_downgrade,OTA and OTA BY OP,no,no,no,no,This parameter is used to control if reinvite need to send after downgrade successful.<BR>0:false<BR>1:true,ENUM,1,,,0,NR15.R3.MD700.MP,,1:true<BR>0:false,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Precondition]<BR>1.Card1 is CMHK registered in VOLTE, Card2 is SmarTone registered in VOLTE<BR>2.DUT's data on SIM2<BR>//iPhone8Plus:SmarTone VOLTE <BR>Operating steps]<BR>1. DUT Video Phone Calls the iPhone 8Plus(MO Video call to a right number but Video call function disabled)<BR>2. Establish a call<BR>3. Is Check's call normal",Untested,,,,
+8638,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_additional_invite_after_downgrade,ua_config.no_additional_invite_after_downgrade,OTA and OTA BY OP,no,no,no,no,This parameter is used to control if reinvite need to send after downgrade successful.<BR>0:false<BR>1:true,ENUM,1,,,0,NR15.R3.MD700.MP,,0:false<BR>1:true,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"[Precondition]<BR>1.Card1 is CMHK registered in VOLTE, Card2 is SmarTone registered in VOLTE<BR>2.DUT's data on SIM2<BR>//iPhone8Plus:SmarTone VOLTE <BR>Operating steps]<BR>1. DUT Video Phone Calls the iPhone 8Plus(MO Video call to a right number but Video call function disabled)<BR>2. Establish a call<BR>3. Is Check's call normal",Untested,,,,
8639,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_additional_invite_after_downgrade.no_additional_invite_after_downgrade,ua_config.no_additional_invite_after_downgrade.no_additional_invite_after_downgrade,Not Support,no,no,no,no,[MCF]<BR>No additional reinvite after downgrade success<BR>bit 0:0:Sends the reinvite<BR>bit 1:1:don't sends the reinvite,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8640,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",oos_guard_timer,ua_config.oos_guard_timer,OTA and OTA BY OP,no,no,no,no,start oos guard timer when occur oos in registering<BR>5:start 5s guard timer<BR>0:not start oos guard timer<BR>Unit:sec,UNSIGNED CHAR,1,,,5,NR15.R3.MD700.MP,,0:not start oos guard timer<BR>5:start 5s guard timer,(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>No<BR>Test Time (minutes)<BR>1 minutes<BR>[Init]<BR>UT environment<BR>[Test Step]<BR>run ut_ua_reg_oos_start_in_registering.c<BR>[Expected Result]<BR>pass,Untested,,,,
+8640,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",oos_guard_timer,ua_config.oos_guard_timer,OTA and OTA BY OP,no,no,no,no,start oos guard timer when occur oos in registering<BR>5:start 5s guard timer<BR>0:not start oos guard timer<BR>Unit:sec,UNSIGNED CHAR,1,,,5,NR15.R3.MD700.MP,,5:start 5s guard timer<BR>0:not start oos guard timer,(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>No<BR>Test Time (minutes)<BR>1 minutes<BR>[Init]<BR>UT environment<BR>[Test Step]<BR>run ut_ua_reg_oos_start_in_registering.c<BR>[Expected Result]<BR>pass,Untested,,,,
8641,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",oos_guard_timer.oos_guard_timer,ua_config.oos_guard_timer.oos_guard_timer,Not Support,no,no,no,no,[MCF]<BR>start oos guard timer when occur oos in registering<BR>bit 5:5:start 5s guard timer<BR>bit 0:0:not start oos guard timer,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
8642,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",precondition_in_support_header,ua_config.precondition_in_support_header,OTA and OTA BY OP,no,no,no,no,consider peer support precondition to be require precondition when SDP contain 'a=conf' attribute.<BR>b1: Enable in early dialog<BR>b2: Enable in confirm dialog,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b2:Enable in confirm dialog<BR>b1:Enable in early dialog,(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,Unit test,Untested,,,,
8643,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",precondition_in_support_header.b1,ua_config.precondition_in_support_header.b1,Not Support,no,no,no,no,[MCF]consider peer support precondition to be require precondition when SDP contain 'a=conf' attribute.<BR>Enable in early dialog,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
@@ -8552,23 +8552,23 @@
8646,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reg_reset_normal_tcp.reg_reset_normal_tcp,ua_config.reg_reset_normal_tcp.reg_reset_normal_tcp,Not Support,no,no,no,no,[MCF]<BR>when receive 401 msg and FIN normal TCP(Unencrypted TCP)<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
8647,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_guard_timer,ua_config.rereg_guard_timer,OTA and OTA BY OP,no,no,no,no,ensure release rereg rf after guard timer timeout<BR>0:disable rereg guard timer<BR>2:enable rereg guard timer<BR>Unit:sec,UNSIGNED CHAR,1,,,2,NR15.R3.MD700.MP,,0:disable rereg guard timer<BR>2:enable rereg guard timer,(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>N<BR>Test Time (minutes)<BR>1<BR>[Init]<BR>UT environment<BR>[Test Step]<BR>run ut_ut_register_rereg_guard_timer_01.c<BR>[Expected Result]<BR>pass,Untested,,,,
8648,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rereg_guard_timer.rereg_guard_timer,ua_config.rereg_guard_timer.rereg_guard_timer,Not Support,no,no,no,no,[MCF]<BR>ensure release rereg rf after guard timer timeout<BR>bit 0:0:disable rereg guard timer<BR>bit 2:2:enable rereg guard timer,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8649,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",retry_video_as_voice_on_failure,ua_config.retry_video_as_voice_on_failure,OTA and OTA BY OP,no,no,no,no,"This parameter is used to indicate if UE should retry the video call as voice if video call is failed because of error. Bitwise b0: for 480, b1: for 500.<BR>:false<BR>1:True",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:True<BR>01- retry video call as audio on receiving 480<BR>10 - retry video call as audio on receiving 500<BR>11 - retry video call as audio on receiving 480 or 500,(Empty),,,,,,,,Untested,,,,
+8649,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",retry_video_as_voice_on_failure,ua_config.retry_video_as_voice_on_failure,OTA and OTA BY OP,no,no,no,no,"This parameter is used to indicate if UE should retry the video call as voice if video call is failed because of error. Bitwise b0: for 480, b1: for 500.<BR>:false<BR>1:True",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,01- retry video call as audio on receiving 480<BR>10 - retry video call as audio on receiving 500<BR>11 - retry video call as audio on receiving 480 or 500<BR>1:True,(Empty),,,,,,,,Untested,,,,
8650,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",retry_video_as_voice_on_failure.b0,ua_config.retry_video_as_voice_on_failure.b0,Not Support,no,no,no,no,[MCF]Bit mask When Video call is failed with error then retry for Voice<BR> retry for error 480,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
8651,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",retry_video_as_voice_on_failure.b1,ua_config.retry_video_as_voice_on_failure.b1,Not Support,no,no,no,no,[MCF]Bit mask When Video call is failed with error then retry for Voice<BR> retry for error 500,BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8652,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",subscribe_guard_timer,ua_config.subscribe_guard_timer,OTA and OTA BY OP,no,no,no,no,ensure release subscribe rf after guard timer timeout<BR>0:disable subscribe guard timer<BR>2:enable sunscribe guard timer<BR>Unit:sec,UNSIGNED CHAR,1,,,2,NR15.R3.MD700.MP,,2:enable sunscribe guard timer<BR>0:disable subscribe guard timer,(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+8652,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",subscribe_guard_timer,ua_config.subscribe_guard_timer,OTA and OTA BY OP,no,no,no,no,ensure release subscribe rf after guard timer timeout<BR>0:disable subscribe guard timer<BR>2:enable sunscribe guard timer<BR>Unit:sec,UNSIGNED CHAR,1,,,2,NR15.R3.MD700.MP,,0:disable subscribe guard timer<BR>2:enable sunscribe guard timer,(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8653,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",subscribe_guard_timer.subscribe_guard_timer,ua_config.subscribe_guard_timer.subscribe_guard_timer,Not Support,no,no,no,no,[MCF]<BR>ensure release subscribe rf after guard timer timeout<BR>bit 0:0:disable subscribe guard timer<BR>bit 2:2:enable sunscribe guard timer,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8654,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_EMM_CONTROL_MS_NW_CAPA_IE,modem_sbp_config[107].SBP_EMM_CONTROL_MS_NW_CAPA_IE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>EMM would control the length of MS NW capability in attach/TAU request<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>Disable endc capability <BR>[Test Step]<BR>Flight mode on/off and check the first attach request.<BR>[Expected Result]<BR>The length of MS NS capability in Attach request is 4.,Pass,,,,
8655,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_EMM_UE_MS_NW_CAPA_MAX_LEN_EQUAL_TO_THREE,modem_sbp_config[107].SBP_EMM_UE_MS_NW_CAPA_MAX_LEN_EQUAL_TO_THREE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>The length of MS NW capability is 3 in attach/TAU request<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>Enable this SBP and disable endc capability.<BR>[Test Step]<BR>Flight mode on/off, check the length of MS NS capability in Attach request is 3 or not. <BR>[Expected Result]<BR>the length of MS NS capability in Attach request is 3",Pass,,,,
8656,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_VC_TO_IDLE_SELECT_SERV_CELL,modem_sbp_config[107].SBP_VC_TO_IDLE_SELECT_SERV_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Select Serving Cell when VC to idle<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,(Empty),,,Gemini 3.0,Modem - Multiple SIM,,,Test in machine (Y/N): N<BR>Test Time (minutes): 1hr<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8657,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_rule_level_setting.support_rule_level_setting,xcap_info.support_rule_level_setting.support_rule_level_setting,Not Support,no,no,no,no,Support rule level setting<BR>0:Disabled<BR>1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,(Empty),,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-8658,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_c2k_setup_barring,ipol_ans_cfg.ipol_c2k_setup_barring,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring IMS setup on C2K",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:disable barring IMS setup on C2K<BR>1:enable barring IMS setup on C2K,(Empty),,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,"Test in machine (Y/N)N<BR>Test Time (minutes) 5minutes<BR>[Init] in 4G NW, VOLTE Register, <BR>[Test Step] 4->3G, make mo call<BR>[Expected Result] change to C2K mo call, not immediately end",Pass,,,,
+8658,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_c2k_setup_barring,ipol_ans_cfg.ipol_c2k_setup_barring,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring IMS setup on C2K",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:enable barring IMS setup on C2K<BR>0:disable barring IMS setup on C2K,(Empty),,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,"Test in machine (Y/N)N<BR>Test Time (minutes) 5minutes<BR>[Init] in 4G NW, VOLTE Register, <BR>[Test Step] 4->3G, make mo call<BR>[Expected Result] change to C2K mo call, not immediately end",Pass,,,,
8659,59686,NVRAM_EF_L1_2G_RF_PARAMETER_LID,1,Fast_Timing_Control,Fast_Timing_Control,OTA,no,no,yes,no,"[MCF,DOC]",ENUM,1,,,1,NR15.R3.MD700.MP,,KAL_TRUE:Fast timing error compensation will be enabled.<BR>KAL_FALSE:Fast timing error compensation will be disabled.,Yes,,,MD Config,Modem - Customer Requirement,,,N<BR>5<BR>[Create OTA file]<BR>[Set OTA file]<BR>[Check if OTA is successful],Pass,,,,
8661,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_prcd_in_video_action_sdp,ua_config.add_prcd_in_video_action_sdp,OTA and OTA BY OP,no,no,no,no,Add qos attributes in SDP if precondition is needed when we have video actions<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,(Empty),,,Modem IMS - ViLTE,Modem IMS - ViLTE,,,"Test in machine (Y/N): N<BR>Test Time (minutes): 10<BR>[Init]<BR>MO/MT Registered IMS<BR>[Test Step]<BR>1) MO make VoLTE Call to MT, MT has subsribed the video ringback tone service<BR>[Expected Result]<BR>1) MO can watch Video Ringback Tone<BR>2) Check the MO netlog, In the UPDATE message sent to NW (during the SDP negotiation for Video Ringback Tone, we shall see qos attributes in SDP.",Pass,,,,
8662,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",add_prcd_in_video_action_sdp.add_prcd_in_video_action_sdp,ua_config.add_prcd_in_video_action_sdp.add_prcd_in_video_action_sdp,Not Support,no,no,no,no,[MCF]<BR>Add qos attributes in SDP if precondition is needed when we have video actions<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8663,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",curr_loc_dir_none_for_wifi,ua_config.curr_loc_dir_none_for_wifi,OTA and OTA BY OP,no,no,no,no,"When dialing VoWiFi call, set direction tag of curr local qos to none if flag enabled, otherwise set the tag to sendrecv<BR>0:Set direction tag of curr local qos to sendrecv<BR>1:Set direction tag of curr local qos to none",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Set direction tag of curr local qos to none<BR>0:Set direction tag of curr local qos to sendrecv,(Empty),,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,"Test in machine (Y/N) N<BR>Test Time (minutes): 10<BR>[Init]<BR>1) MO/MT registered IMS via WiFI<BR>[Test Step]<BR>1) MO make vowifi call to MT<BR>2) MT accept<BR>[Expected Result]<BR>1) Call Success<BR>2) Check the initial INVITE of MO, direction tag of curr local qos shall be "sendrecv" if NV setting is enabled, otherwsie the direction tag shall be "none"",Pass,,,,
+8663,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",curr_loc_dir_none_for_wifi,ua_config.curr_loc_dir_none_for_wifi,OTA and OTA BY OP,no,no,no,no,"When dialing VoWiFi call, set direction tag of curr local qos to none if flag enabled, otherwise set the tag to sendrecv<BR>0:Set direction tag of curr local qos to sendrecv<BR>1:Set direction tag of curr local qos to none",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Set direction tag of curr local qos to sendrecv<BR>1:Set direction tag of curr local qos to none,(Empty),,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,"Test in machine (Y/N) N<BR>Test Time (minutes): 10<BR>[Init]<BR>1) MO/MT registered IMS via WiFI<BR>[Test Step]<BR>1) MO make vowifi call to MT<BR>2) MT accept<BR>[Expected Result]<BR>1) Call Success<BR>2) Check the initial INVITE of MO, direction tag of curr local qos shall be "sendrecv" if NV setting is enabled, otherwsie the direction tag shall be "none"",Pass,,,,
8664,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",curr_loc_dir_none_for_wifi.curr_loc_dir_none_for_wifi,ua_config.curr_loc_dir_none_for_wifi.curr_loc_dir_none_for_wifi,Not Support,no,no,no,no,"[MCF]<BR>When dialing VoWiFi call, set direction tag of curr local qos to none if flag enabled, otherwise set the tag to sendrecv<BR>bit 0:0:Set direction tag of curr local qos to sendrecv<BR>bit 1:1:Set direction tag of curr local qos to none",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8665,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_2G_AS_NAS_DATA_CNF_RECOV,modem_sbp_config[107].SBP_2G_AS_NAS_DATA_CNF_RECOV,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>To Enable 2G AS_NAS_DATA_CNF Recovery functionality<BR>bit 0:Not Enabled<BR>bit 1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:2G AS_NAS_DATA_CNF Recovery functionality Enabled<BR>bit 0:2G AS_NAS_DATA_CNF Recovery functionality Not Enabled,No,,This SBP can be disabled by adding "__DISABLE_2G_AS_NAS_DATA_CNF_RECOV__" compilation option,MD Config,Modem - Customer Requirement,,,"Format: <BR> Test in machine : No<BR> Test Time (minutes) : 15minutes<BR> [Init] : 2G only mode, Good signal area<BR> [Test Step] : Flight mode On/Off, Data ON/Off, Web browsing<BR> [Expected Result]: Above tests should not take more than 1 minute.",Pass,,,,
-8666,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_EUTRAN_DISABLE_AND_EPS_DETACH_WHEN_DATA_IMS_OFF,modem_sbp_config[107].SBP_EUTRAN_DISABLE_AND_EPS_DETACH_WHEN_DATA_IMS_OFF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable EUTRAN capability and trigger EPS detach if needed when data and ims are turned off.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,(Empty),,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
+8665,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_2G_AS_NAS_DATA_CNF_RECOV,modem_sbp_config[107].SBP_2G_AS_NAS_DATA_CNF_RECOV,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>To Enable 2G AS_NAS_DATA_CNF Recovery functionality<BR>bit 0:Not Enabled<BR>bit 1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 0:2G AS_NAS_DATA_CNF Recovery functionality Not Enabled<BR>bit 1:2G AS_NAS_DATA_CNF Recovery functionality Enabled,No,,This SBP can be disabled by adding "__DISABLE_2G_AS_NAS_DATA_CNF_RECOV__" compilation option,MD Config,Modem - Customer Requirement,,,"Format: <BR> Test in machine : No<BR> Test Time (minutes) : 15minutes<BR> [Init] : 2G only mode, Good signal area<BR> [Test Step] : Flight mode On/Off, Data ON/Off, Web browsing<BR> [Expected Result]: Above tests should not take more than 1 minute.",Pass,,,,
+8666,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_EUTRAN_DISABLE_AND_EPS_DETACH_WHEN_DATA_IMS_OFF,modem_sbp_config[107].SBP_EUTRAN_DISABLE_AND_EPS_DETACH_WHEN_DATA_IMS_OFF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable EUTRAN capability and trigger EPS detach if needed when data and ims are turned off.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,(Empty),,,MD Config,Modem - Customer Requirement,,,No need since not support MCF,Untested,,,,
8667,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[107].SBP_HVOLTE_RTT_POWER_UP_REGISTER_LATER,modem_sbp_config[107].SBP_HVOLTE_RTT_POWER_UP_REGISTER_LATER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Delay 1xRTT power up register 20s from VoLTE to SRLTE mode with hVoLTE device<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,test case: VZW hVoLTE 2.1.6,Pass,,,,
8668,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",delay_leave_ap_mode_for_wfc_380_timer_length,profile_normal.delay_leave_ap_mode_for_wfc_380_timer_length,OTA BY OP,no,no,no,yes,VDM_ADS_TIMER_DELAY_LEAVE_AP_MODE_FOR_WFC_380 length,UNSIGNED CHAR,1,,,0x20,NR15.R3.MD700.MP,,0-255:VDM_ADS_TIMER_DELAY_LEAVE_AP_MODE_FOR_WFC_380 length (seconds),Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Pass,,,,
8669,60574,NVRAM_EF_EL1_DPD_DEBUG_PARA_LID,1,cal_item,factory.algo_err_dump_iq.cal_item,OTA,no,no,yes,no,cal item,ENUM,1,,,0,NR15.R3.MD700.MP,,0:0<BR>0:0,(Empty),,,MD Config,Modem - Customer Requirement,,,OTA,Pass,,,,
@@ -8593,23 +8593,23 @@
8688,60574,NVRAM_EF_EL1_DPD_DEBUG_PARA_LID,1,reserved1,normal_otfc.reserved1,OTA,no,no,yes,no,reserved,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:0,(Empty),,,MD Config,Modem - Customer Requirement,,,OTA,Pass,,,,
8689,60574,NVRAM_EF_EL1_DPD_DEBUG_PARA_LID,1,reserved2,normal_otfc.reserved2,OTA,no,no,yes,no,reserved,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:0,(Empty),,,MD Config,Modem - Customer Requirement,,,OTA,Pass,,,,
8690,60574,NVRAM_EF_EL1_DPD_DEBUG_PARA_LID,1,reserved3,normal_otfc.reserved3,OTA,no,no,yes,no,reserved,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:0,(Empty),,,MD Config,Modem - Customer Requirement,,,OTA,Pass,,,,
-8691,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_reselect_flag,imc_config.pcscf_reselect_flag,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Enable pcscf_reselect_flag in PCO<BR>0:Disable pcscf_reselect_flag in PCO<BR>1:Enable pcscf_reselect_flag in PCO,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable pcscf_reselect_flag in PCO<BR>1:Enable pcscf_reselect_flag in PCO,(Empty),,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,,Untested,,,,
+8691,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_reselect_flag,imc_config.pcscf_reselect_flag,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Enable pcscf_reselect_flag in PCO<BR>0:Disable pcscf_reselect_flag in PCO<BR>1:Enable pcscf_reselect_flag in PCO,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,bit: 0/1:bit: 0/1-disable/enable,(Empty),,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,"[NW]-OP50 5G NW<BR>[UE]-Power off-Set an DNN(APN) that requires ID and password<BR>[Test step]<BR>(1) Power on<BR>(2) Wait until DUT register on 5G NW and establish PDU session<BR>(3) Check PDU SESSION ESTABLISHMENT REQUEST which is for IMS DNN, UE shall support "P-CSCF Re-selection support " of extended Protocol Configuration Options (ePCO) Information Elements (IE) in PDU SESSION ESTABLISHMENT REQUEST message<BR>(4) Make P-CSCF unavailable<BR>(5) NW trigger PDU Session Modification Procedure, include ePCO IE with a new list of P-CSCF address excluding the failed P-CSCF<BR>(6) the UE re-selects one P-CSCF from the list to perform SIP registration<BR>(7) SIP registration success",Untested,,,,
8692,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_reselect_flag.pcscf_reselect_flag,imc_config.pcscf_reselect_flag.pcscf_reselect_flag,Not Support,no,no,no,no,[MCF]<BR>Enable pcscf_reselect_flag in PCO<BR>bit 0:0:Disable pcscf_reselect_flag in PCO<BR>bit 1:1:Enable pcscf_reselect_flag in PCO,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8693,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emerg_reg_timer,ua_config.emerg_reg_timer,OTA and OTA BY OP,no,no,no,no,"wether start emerg registeration guard timer<BR>0:disable emerg reg timer<BR>2:enable emerg reg timer value=2,2<<value<<15<BR>Unit:sec",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,2:enable emerg reg timer value<BR>0:disable emerg reg timer,(Empty),,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"Test in machine (Y/N)<BR>N<BR>Test Time (minutes)<BR>10 minutes<BR>[Init]<BR>gen97 phone<BR>[Test Step]<BR>set MCF this value as 2,then dial a emergency volte call<BR>[Expected Result]<BR>call is normal,and need RD to check log",Untested,,,,
+8693,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emerg_reg_timer,ua_config.emerg_reg_timer,OTA and OTA BY OP,no,no,no,no,"wether start emerg registeration guard timer<BR>0:disable emerg reg timer<BR>2:enable emerg reg timer value=2,2<<value<<15<BR>Unit:sec",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:disable emerg reg timer<BR>2:enable emerg reg timer value,(Empty),,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"Test in machine (Y/N)<BR>N<BR>Test Time (minutes)<BR>10 minutes<BR>[Init]<BR>gen97 phone<BR>[Test Step]<BR>set MCF this value as 2,then dial a emergency volte call<BR>[Expected Result]<BR>call is normal,and need RD to check log",Untested,,,,
8694,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emerg_reg_timer.emerg_reg_timer,ua_config.emerg_reg_timer.emerg_reg_timer,Not Support,no,no,no,no,"[MCF]<BR>wether start emerg registeration guard timer<BR>bit 0:0:disable emerg reg timer<BR>bit 2:2:enable emerg reg timer value=2,2<<value<<15",BIT,32,,32,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
8695,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_amr_rateset_param_mode_set,ua_config.enable_amr_rateset_param_mode_set,Not Support,no,no,no,no,"UE on receiving SDP offer with no mode-set included, must include into the sdp answer with rateSet parameter for AMR-WB/AMR.<BR>0: Not send<BR>1: send",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:send<BR>0:Not send,(Empty),,No dependency,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8696,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_amr_rateset_param_mode_set.enable_amr_rateset_param_mode_set,ua_config.enable_amr_rateset_param_mode_set.enable_amr_rateset_param_mode_set,Not Support,no,no,no,no,"[MCF]<BR>UE on receiving SDP offer with no mode-set included, must include into the sdp answer with rateSet parameter for AMR-WB/AMR.<BR>bit 0:0:Dont't add<BR>bit 1:1:add",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
8697,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",hide_vattr_when_port_zero,ua_config.hide_vattr_when_port_zero,OTA and OTA BY OP,no,no,no,no,"When UE receive video media line in SDP with zero port value, which mean no video support, the video attributes are removed from following SDP offer/answer.<BR>Video attributes can be present as per RFC3264, but in some networks extra video attributes cause problems.<BR>0:When UE receive video media with zero port value the video media attributes are handled as per SDP offer/answer model<BR>1:When UE receive video media with zero port value the video media attributes are removed form SDP offer/answer",ENUM,1,,,0,NR15.R3.MD700.MP,,0:When UE receive video media with zero port value the video media attributes are handled as per SDP offer<BR>1:When UE receive video media with zero port value the video media attributes are removed form SDP offer,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,""[Init] IMS Register on 4G, and enable VoLTE.<BR>[Test Step]<BR>1. Make one ViLTE call to UE2 that does not support ViLTE;<BR>[Expected Result] <BR> enable: When DUT send UPDATE to network it does not add video attributes in SDP <BR> disable: DUT add video attributes to SDP although video is not enabled( video media port in SDP is 0)",Pass,,,,
8698,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",hide_vattr_when_port_zero.hide_vattr_when_port_zero,ua_config.hide_vattr_when_port_zero.hide_vattr_when_port_zero,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>When UE receive video media line in SDP with zero port value, which mean no video support, the video attributes are removed from following SDP offer/answer. Video attributes can be present as per RFC3264, but in some networks extra video attributes cause problems.<BR>bit 0:0:When UE receive video media with zero port value the video media attributes are handled as per SDP offer/answer model<BR>bit 1:1:When UE receive video media with zero port value the video media attributes are removed form SDP offer/answer",BIT,8,,8,0,NR15.R3.MD700.MP,,0:0,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Enable configuration and make MT ViLTE call with video port zero in SDP. Then observer the SDP answer in 183. It shall not contain video media attributes.,Untested,,,,
-8699,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_mismatch_refer_notify,ua_config.ignore_mismatch_refer_notify,OTA and OTA BY OP,no,no,no,no,"check received Notify Message, only handle when event_id attribute equal to Refer CSeq.<BR>0: Disable<BR>1: Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,(Empty),None,Note,Voice over LTE,Modem IMS - VoLTE,,,"1. UE A establish Conference call with UE B and UE C<BR>2. UE A remove UE B from Conference call, UE A Send Refer message<BR>3. NW send Refer 202 Message<BR>4. UE A remove UE C from Conference call.<BR>5. NW send Notify message with the following header:<BR>Event: refer;id=<Step 3 Refer Cseq><BR>Message Body: SIP/2.0 200 OK<BR>6. NW send Refer 405 Message",Pass,,,,
+8699,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_mismatch_refer_notify,ua_config.ignore_mismatch_refer_notify,OTA and OTA BY OP,no,no,no,no,"check received Notify Message, only handle when event_id attribute equal to Refer CSeq.<BR>0: Disable<BR>1: Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,(Empty),None,Note,Voice over LTE,Modem IMS - VoLTE,,,"1. UE A establish Conference call with UE B and UE C<BR>2. UE A remove UE B from Conference call, UE A Send Refer message<BR>3. NW send Refer 202 Message<BR>4. UE A remove UE C from Conference call.<BR>5. NW send Notify message with the following header:<BR>Event: refer;id=<Step 3 Refer Cseq><BR>Message Body: SIP/2.0 200 OK<BR>6. NW send Refer 405 Message",Pass,,,,
8700,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ignore_mismatch_refer_notify.ignore_mismatch_refer_notify,ua_config.ignore_mismatch_refer_notify.ignore_mismatch_refer_notify,Not Support,no,no,no,no,"[MCF]<BR>check received Notify Message, only handle when event_id attribute equal to Refer CSeq.<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8701,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_session_modify_retry_for_491,ua_config.no_session_modify_retry_for_491,OTA and OTA BY OP,no,no,no,no,"When downgrade or upgrade recv 491,do not retry<BR>0: Retry<BR>1: Not retry",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Not retry<BR>0:Retry,Yes,,,Voice over LTE,Modem IMS - VoLTE,,,"MO and MT click Upgrade or Downgrade at the same time many times, check if the call drop happened.",Pass,,,,
+8701,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_session_modify_retry_for_491,ua_config.no_session_modify_retry_for_491,OTA and OTA BY OP,no,no,no,no,"When downgrade or upgrade recv 491,do not retry<BR>0: Retry<BR>1: Not retry",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Retry<BR>1:Not retry,Yes,,,Voice over LTE,Modem IMS - VoLTE,,,"MO and MT click Upgrade or Downgrade at the same time many times, check if the call drop happened.",Pass,,,,
8702,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",no_session_modify_retry_for_491.no_session_modify_retry_for_491,ua_config.no_session_modify_retry_for_491.no_session_modify_retry_for_491,Not Support,no,no,no,no,[MCF]<BR>fix call drop issue<BR>bit 0:0:customized to 0,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8703,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rm_civic_on_e911,ua_config.rm_civic_on_e911,OTA and OTA BY OP,no,no,no,no,"According to RFC 5139, Civic location for PIDF-LO object could be added during E911 call, but some operators do not want to add location information during E911 call. If they do not want it, this configuration is set to 1.<BR>0: According to RFC5139, add civic location in PIDF-LO object during E911 call<BR>1: Do not add civic location in PIDF-LO object during E911 call in both LTE and WiFi<BR>2: Do not add civic location in PIDF-LO object during E911 call in LTE, add in WiFi only<BR>3: Do not add civic location in PIDF-LO object during E911 call in WiFi, add in LTE only",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:According to RFC5139, add civic location in PIDF<BR>1:Do not add civic location in PIDF<BR>2:Do not add civic location in PIDF",(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,"precondition<BR>set rm_civic_on_e911<BR>0: According to RFC5139, add civic location in PIDF-LO object during E911 call<BR><BR>1: Do not add civic location in PIDF-LO object during E911 call in both LTE and WIFI<BR><BR>2: Do not add civic location in PIDF-LO object during E911 call in LTE<BR><BR>3. : Do not add civic location in PIDF-LO object during E911 call in WIFI<BR><BR>IMS registered in VZW operator<BR><BR>test steps<BR>1.make emergency call over LTE <BR>check INVITE geolocation information as setting<BR>2. make emergency call over WIFI<BR>check INVITE geolocation information as setting",Pass,,,,
+8703,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rm_civic_on_e911,ua_config.rm_civic_on_e911,OTA and OTA BY OP,no,no,no,no,"According to RFC 5139, Civic location for PIDF-LO object could be added during E911 call, but some operators do not want to add location information during E911 call. If they do not want it, this configuration is set to 1.<BR>0: According to RFC5139, add civic location in PIDF-LO object during E911 call<BR>1: Do not add civic location in PIDF-LO object during E911 call in both LTE and WiFi<BR>2: Do not add civic location in PIDF-LO object during E911 call in LTE",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:According to RFC5139, add civic location in PIDF<BR>1:Do not add civic location in PIDF<BR>2:Do not add civic location in PIDF",(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,"precondition<BR>set rm_civic_on_e911<BR>0: According to RFC5139, add civic location in PIDF-LO object during E911 call<BR><BR>1: Do not add civic location in PIDF-LO object during E911 call in both LTE and WIFI<BR><BR>2: Do not add civic location in PIDF-LO object during E911 call in LTE<BR><BR>3. : Do not add civic location in PIDF-LO object during E911 call in WIFI<BR><BR>IMS registered in VZW operator<BR><BR>test steps<BR>1.make emergency call over LTE <BR>check INVITE geolocation information as setting<BR>2. make emergency call over WIFI<BR>check INVITE geolocation information as setting",Pass,,,,
8704,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",rm_civic_on_e911.rm_civic_on_e911,ua_config.rm_civic_on_e911.rm_civic_on_e911,Not Support,no,no,no,no,"[MCF]<BR>According to RFC 5139, Civic location for PIDF-LO object could be added during E911 call, but some operators do not want to add location information during E911 call. If they do not want it, this configuration is set to 1.<BR>bit 0:0:According to RFC5139, add civic location in PIDF-LO object during E911 call<BR>bit 1:1:Do not add civic location in PIDF-LO object during E911 call in both LTE and WiFi<BR>bit 2:2:Do not add civic location in PIDF-LO object during E911 call in LTE",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
8705,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",t311_expired_release_call,ua_config.t311_expired_release_call,OTA and OTA BY OP,no,no,no,no,"If T311 timer timeout, UE should release current call (Softbank requirement)<BR>1: Release call<BR>0: Not release call",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Release call<BR>0:Not release call<BR>1: Release call<BR>0: Not release call ",(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>Device register IMS successful<BR>[Test Step]<BR>1. Make a IMS call<BR>2. Move device to OOS area more than 1 minute<BR>[Expected Result]<BR>1. UE can release call after OOS timeout (T311 timer is based on network),Pass,,,,
8706,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",t311_expired_release_call.t311_expired_release_call,ua_config.t311_expired_release_call.t311_expired_release_call,Not Support,no,no,no,no,[MCF]<BR>wthere UE should release current call after T311 timer timeout<BR>bit 0:0:don't release call<BR>bit 1:1:release current call,BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
-8711,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_after_rau_enable,ipol_ans_cfg.ipol_ims_dereg_after_rau_enable,OTA BY OP,no,no,no,no,"[MCF]When enable, UE will IMS dereg after RAU complete,no matter there is a CS call or not",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,"1:SRVCC, IMS will dereg after RAU complete<BR>0:SRVCC, IMS will not dereg after RAU complete",(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,[CU][NS-IOT][R&S][33.60.1][0206],Pass,,,,
+8711,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_dereg_after_rau_enable,ipol_ans_cfg.ipol_ims_dereg_after_rau_enable,OTA BY OP,no,no,no,no,"[MCF]When enable, UE will IMS dereg after RAU complete,no matter there is a CS call or not",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,"0:SRVCC, IMS will not dereg after RAU complete<BR>1:SRVCC, IMS will dereg after RAU complete",(Empty),,,Voice over LTE,Modem IMS - VoLTE,,,[CU][NS-IOT][R&S][33.60.1][0206],Pass,,,,
8712,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vodm_pref_barring_enable,ipol_ans_cfg.ipol_ims_vodm_pref_barring_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, barring IMS when voice domain prefer not setting to 3",UNSIGNED CHAR,1,,,KAL_FALSE,NR15.R3.MD700.MP,,int: 1~4:1: CS only<BR>2: CS prefer<BR>3: imsprefer<BR>4: ims only,(Empty),,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,1. IMS will register on Cellular when +ECEVDP=3<BR>otherwise IMS can not register on Cellular<BR><BR>it NW parameter,Pass,,,,
8713,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_vops_off_call_guard_enable,ipol_ans_cfg.ipol_ims_vops_off_call_guard_enable,OTA BY OP,no,no,no,no,"[MCF]When enable, IMS call start and then VOPS off,not dereg IMS",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"1:IMS call start and then VOPS off, not dereg IMS<BR>0:IMS call start and then VOPS off, will dereg IMS",(Empty),None,None,Voice over LTE,Modem IMS - VoLTE,,,TC-MF_VoLTE-11002,Pass,,,,
8714,1345,NVRAM_EF_LTECSR_PROFILE_LID,"1,2",no_rtp_dropcall,no_rtp_dropcall,OTA and OTA BY OP,no,no,no,no,Unit: ms. No RTP packet drop call timeout,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,int: 0~60000:No RTP drop call timer. Usually less than 1min.,(Empty),,,Voice Engine for VoLTE/ViLTE/WFC,Modem IMS - Data Plane,,,"Test in machine (Y)<BR>Test Time (1 minutes)<BR>[Init] <BR>UE SIM1 registers successfully on machine's LTE network<BR>Machine supports voice call and fine control of DL RTP packet sending<BR><BR>[Test Step] <BR>1.Configure no_rtp_dropcall value to 0, flight mode on/off to let configuration take effect.<BR>2.Establish voice call between UE and machine.<BR>3.Machine stops to send DL RTP for over 1 minute, while continue sending RTCP packets.<BR>4.Manually end the voice call for later test.<BR>5.Configure no_rtp_dropcall value to 60000, flight mode on/off to let configuration take effect.<BR>6.Establish voice call between UE and machine.<BR>7.Machine stops to send DL RTP for over 1 minute, while continue sending RTCP packets.<BR>8.Wait for voice call to end.<BR><BR>[Expected Result] <BR>In Step 3, UE won't drop the call after 1 minute no RTP duration<BR>In Step 7, UE will drop the call after 1 minute no RTP duration",Untested,,,,
@@ -8617,12 +8617,12 @@
8716,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",inactivity_timer_length,smart_idle.inactivity_timer_length,OTA and OTA BY OP,no,no,no,no,"Data inactivity timer length, when long DRX is not configured.",UNSIGNED SHORT,2,,,"0x3c, 0x00,",NR15.R3.MD700.MP,,60:int: 10~600,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8717,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",inactivity_timer_length_drx,smart_idle.inactivity_timer_length_drx,OTA and OTA BY OP,no,no,no,no,"Data inactivity timer length, when long DRX is configured.",UNSIGNED SHORT,2,,,300,NR15.R3.MD700.MP,,120:int: 10~600,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8718,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].REMOVE_CLIR_PLUS_PREFIX,modem_sbp_config[109].REMOVE_CLIR_PLUS_PREFIX,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable remove the CLIR and plus prefix of call number in +ECPI URC, if these prefix exist.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR> Initial Condition:<BR>1. VoLTE enable;<BR>2. carrier support DDD;<BR>3. ims parameter enable_ddd_feature =1<BR>4. enable the para REMOVE_CLIR_PLUS_PREFIX in make file<BR>Detailed Steps:<BR>Make a call to a long distance number.( like '#31#' + call number)<BR>[Expected Result]<BR>display call number info without '+' and '#31#' in phone UI.,Untested,,,,
-8719,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_1XRTT_SYNC_MEID_FROM_IMEI,modem_sbp_config[109].SBP_1XRTT_SYNC_MEID_FROM_IMEI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable 1xRTT sync MEID from IMEI<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00::disable<BR>0x01::enable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] Try to write IMEI to DUT<BR>[Expected Result] The MEID of DUT sync from IMEI,Pass,,,,
+8719,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_1XRTT_SYNC_MEID_FROM_IMEI,modem_sbp_config[109].SBP_1XRTT_SYNC_MEID_FROM_IMEI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable 1xRTT sync MEID from IMEI<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01::enable<BR>0x00::disable,No,,,1xRTT,Modem - 3GPP2 Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 1<BR>[Init] Enable this SBP<BR>[Test Step] Try to write IMEI to DUT<BR>[Expected Result] The MEID of DUT sync from IMEI,Pass,,,,
8720,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_2G_STORED_SI_ENHANCEMENT,modem_sbp_config[109].SBP_2G_STORED_SI_ENHANCEMENT,OTA and OTA BY OP,no,no,no,yes,This is an enhncement over existing 2G STORED SI feature. <BR>When this SBP is enabled first decode SI3 to check if cell is suitable to camp. Only if suitable proceed to use STORED SI.,BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Stored SI enhancement is enabled<BR>0:Stored SI enhancement is disabled,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
8721,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[113].SBP_3340_EXPIRY_NO_SCRI_WHEN_RAB_ACTIVE,modem_sbp_config[113].SBP_3340_EXPIRY_NO_SCRI_WHEN_RAB_ACTIVE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Do not release PS signalling connection at T3340 expiry<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Release PS signalling connection at T3340 expiry by sending SCRI when RAB is active<BR>0x01:Do not release PS signalling connection at T3340 expiry by sending SCRI when RAB is active,No,,__SBP_DISABLE_3340_EXPIRY_NO_SCRI_WHEN_RAB_ACTIVE__,[WCDMA Protocol Baseline]GMM,Modem - Customer Requirement,,,"Test in machine (Y/N) :Y<BR> Test Time (minutes) : 10 mins <BR> [Init] DUT boot up <BR> [Test Step] <BR> 1) UE has established PS services.<BR> 2) When RAB is still established, T3340 expires. <BR> 3)UE doesnot send SCRI when SBP is enabled.",Pass,,,,
8722,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[113].SBP_3G4_RESEL_CUSTOM_EUTRA_QRXLEVMIN,modem_sbp_config[113].SBP_3G4_RESEL_CUSTOM_EUTRA_QRXLEVMIN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable 3G4G_PINGPONG_REDUCTION <BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
8723,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[108].SBP_5GMM_DISABLE_PARTIAL_CIPHER,modem_sbp_config[108].SBP_5GMM_DISABLE_PARTIAL_CIPHER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable the partial cipher feature when sending initial NAS message<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0/1:Value 0 means UE support partial ciphering, which is spec behavior<BR>Value 1 means UE disable partial ciphering, which turn-off that functionality of partial ciphering",(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) N<BR>Test Time (minutes) about 10 minutes<BR>[Init] <BR>Test under 5G SA coverage<BR>[Test Step]<BR>Turn on this SBP and leave flight mode do initial Registration in 5G SA,<BR>Check that VGMM won't do partial ciphering for REGISTRATION_REQUEST<BR>[Expected Result]<BR>VGMM won't do partial ciphering for REGISTRATION_REQUEST",Untested,,,,
-8724,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[110].SBP_ADD_TO_FTAI_WHEN_START_T3402,modem_sbp_config[110].SBP_ADD_TO_FTAI_WHEN_START_T3402,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>EMM will add current TAI into FTAI list when starting T3402<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disable,No,,__SBP_ADD_TO_FTAI_WHEN_START_T3402__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8724,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[110].SBP_ADD_TO_FTAI_WHEN_START_T3402,modem_sbp_config[110].SBP_ADD_TO_FTAI_WHEN_START_T3402,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>EMM will add current TAI into FTAI list when starting T3402<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enabled,No,,__SBP_ADD_TO_FTAI_WHEN_START_T3402__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8725,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[110].SBP_ATT_REMOTE_SIM_LOCK,modem_sbp_config[110].SBP_ATT_REMOTE_SIM_LOCK,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>AT&T Remote SIM-ME Lock<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,SIM ME Lock,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8726,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[111].SBP_BAR_CELL_WHEN_NO_CC_SETUP,modem_sbp_config[111].SBP_BAR_CELL_WHEN_NO_CC_SETUP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>On no CC setup for CSFB, indicate uRRC to attempt barring the cell<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
8727,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[113].SBP_CNAP_SUPPORT,modem_sbp_config[113].SBP_CNAP_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable CNAP features<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: disable 1: enable,(Empty),,,CC,Modem Application - Modem Control,,,[Init]<BR>UE camp on 2G/3G NW<BR><BR>[Test Step]<BR>Test on the NW which provides CNAP information to UE<BR><BR>1) Open MCF tool<BR>2) Change the SBP value of SBP_CNAP_SUPPORT from 0 to 1<BR>3) Perform 3G/2G MT call<BR><BR>[Expected Result]<BR>CNAP information received from NW should display on UI,Pass,,,,
@@ -8633,10 +8633,10 @@
8732,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[111].SBP_CUST_INVALID_CID,modem_sbp_config[111].SBP_CUST_INVALID_CID,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Force set inivalid CID as 0xFFFFFFFF<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR><BR>1:Enable,(Empty),,,Modem Capability,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Untested,,,,
8733,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[110].SBP_DISABLE_OVERWRITE_RACH_BAR_PARA,modem_sbp_config[110].SBP_DISABLE_OVERWRITE_RACH_BAR_PARA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Turn on to disable overwrite RACH bar parameter<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit:0/1:Turn on to disable overwrite RACH bar parameter<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled,(Empty),,,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8734,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[113].SBP_DISABLE_PLMN_CHECK_FOR_MODEM_ELEVATOR_MODE,modem_sbp_config[113].SBP_DISABLE_PLMN_CHECK_FOR_MODEM_ELEVATOR_MODE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disabling PLMN check for modem elevator mode<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0,NR15.R3.MD700.MP,,0:disable,(Empty),,,Elevator Mode feature,Modem - Performance Enhancement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 10<BR>[Init] Boot up<BR>[Test Step] enable sbp modem_sbp_config[113].SBP_DISABLE_PLMN_CHECK_FOR_MODEM_ELEVATOR_MODE<BR>[Expected Result] check for traces SBP_DISABLE_PLMN_CHECK_FOR_MODEM_ELEVATOR_MODE,Pass,,,,
-8735,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[112].SBP_EMC_PDUS_SEND_IE_WITHOUT_CHECKING_SPEC_RESTRICTION,modem_sbp_config[112].SBP_EMC_PDUS_SEND_IE_WITHOUT_CHECKING_SPEC_RESTRICTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Emergency PDU session UE configuration setting check<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 1:bit 1:1:Enable<BR>bit 0:bit 0:0:Disable,(Empty),,,[5G Protocol Baseline]VGSM-PDU session procedure,Modem - 3GPP Spec.,,,"enable SBP<BR>establish PDU session with S-NSSAI, DNN and set SSC mode to !=1.<BR>see if this information is included in air message (5GMM_UL_NAS_TRANSPORT or PDU_SESSION_ESTABLISHMENT_REQUEST)",Pass,,,,
+8735,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[112].SBP_EMC_PDUS_SEND_IE_WITHOUT_CHECKING_SPEC_RESTRICTION,modem_sbp_config[112].SBP_EMC_PDUS_SEND_IE_WITHOUT_CHECKING_SPEC_RESTRICTION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Emergency PDU session UE configuration setting check<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit 0:bit 0:0:Disable<BR><BR>bit 1:bit 1:1:Enable,(Empty),,,[5G Protocol Baseline]VGSM-PDU session procedure,Modem - 3GPP Spec.,,,"enable SBP<BR>establish PDU session with S-NSSAI, DNN and set SSC mode to !=1.<BR>see if this information is included in air message (5GMM_UL_NAS_TRANSPORT or PDU_SESSION_ESTABLISHMENT_REQUEST)",Pass,,,,
8736,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_EMM_CONN_FAIL_LOCAL_DETACH,modem_sbp_config[109].SBP_EMM_CONN_FAIL_LOCAL_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Perform detach locally if CONN_FAIL during establishing connection.<BR>bit 0:0:Disable. Retry immediately if CONN_FAIL during establishing connection<BR>bit 1:1:Enabled. Perform detach locally if CONN_FAIL during establishing connection",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)<BR>p.s. Japan JATE 34-8-4 requirement<BR>Test Time (minutes)<BR>[Init]<BR>Enable SBP_EMM_CONN_FAIL_LOCAL_DETACH.<BR>[Test Step]<BR>1.After UE attached 4G successfully and entering idle, plug out SIM card.<BR>2. NW do not response RRCConnectionSetup by ERRC_RRCConnectionSetup.<BR>[Expected Result]<BR>UE would local detach and do not retry RRCConnectionSetup for detach request.",Pass,,,,
-8737,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[108].SBP_EMM_NBC_CR611_CR616_SUPPORT,modem_sbp_config[108].SBP_EMM_NBC_CR611_CR616_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NBC CR 611 and 616 in TS 33.501<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Not Support<BR>1:Support.,No,,__EMM_NBC_CR611_CR616_SUPPORT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-8738,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[114].SBP_EMM_NBC_CR616_SUPPORT,modem_sbp_config[114].SBP_EMM_NBC_CR616_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NBC CR 616 in TS 33.501<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Not Support<BR>1:Support.,No,,__EMM_NBC_CR616_SUPPORT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8737,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[108].SBP_EMM_NBC_CR611_CR616_SUPPORT,modem_sbp_config[108].SBP_EMM_NBC_CR611_CR616_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NBC CR 611 and 616 in TS 33.501<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Support.<BR>0:Not Support,No,,__EMM_NBC_CR611_CR616_SUPPORT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8738,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[114].SBP_EMM_NBC_CR616_SUPPORT,modem_sbp_config[114].SBP_EMM_NBC_CR616_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NBC CR 616 in TS 33.501<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Support.<BR>0:Not Support,No,,__EMM_NBC_CR616_SUPPORT__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8739,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[111].SBP_EMM_NO_DL_DATA_RELEASE_PAGING_SEMAPHORE,modem_sbp_config[111].SBP_EMM_NO_DL_DATA_RELEASE_PAGING_SEMAPHORE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>The timer length for releasing the semaphore of PS paging cannot be customized<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disable.,No,,__SBP_EMM_NO_DL_DATA_RELEASE_PAGING_SEMAPHORE__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8740,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[111].SBP_EMM_PERFORM_SYNC_TAU_AFTER_MT_SMS,modem_sbp_config[111].SBP_EMM_PERFORM_SYNC_TAU_AFTER_MT_SMS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Perform local release and state sync TAU after MT SMS session end<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable.<BR>1:Enabled.,No,,__DISABLE_SBP_EMM_PERFORM_SYNC_TAU_AFTER_MT_SMS__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8741,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[110].SBP_EMM_RELEASE_PAGING_SEMAPHORE_BY_DATA_TYPE,modem_sbp_config[110].SBP_EMM_RELEASE_PAGING_SEMAPHORE_BY_DATA_TYPE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Not according to data type to start a timer, when timer expire, release the semaphore of PS paging<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable.<BR>1:Enabled.,No,,__SBP_EMM_RELEASE_PAGING_SEMAPHORE_BY_DATA_TYPE__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
@@ -8647,7 +8647,7 @@
8746,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[110].SBP_HANDLE_MT_SMS_FROM_DIFF_DOMAIN,modem_sbp_config[110].SBP_HANDLE_MT_SMS_FROM_DIFF_DOMAIN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>handle MT SMS from different domain at the same time<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit:0/1,No,,,SMS,Modem Application - Modem Control,,,"Test in machine (Y) <BR> Test Time (5 minutes) <BR> [Init] <BR> ims registered<BR> [Test Step] <BR> 1.send IMS MT SMS to UE<BR> 2.before AP ack IMS MT SMS to modem, send SGs MT SMS to UE<BR> [Expected Result]<BR> check UE can receive the IMS MT SMS and SGs MT SMS normally",Pass,,,,
8747,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[112].SBP_IGNORE_2G_CB_DUP_CHECK,modem_sbp_config[112].SBP_IGNORE_2G_CB_DUP_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] <BR>Configuration of SBP Feature "Disable duplicate CB check for received CB message"<BR>bit 0::Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit:0/1,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
8748,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[114].SBP_IGNORE_3G_CB_DUP_CHECK,modem_sbp_config[114].SBP_IGNORE_3G_CB_DUP_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable duplicate CB check for received CB message for 3G<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,SBP_IGNORE_3G_CB_DUP_CHECK This feature is valid incase the SBP is 1 else it is not,(Empty),,No,MD Config,Modem - Customer Requirement,,,[Test Steps]<BR>1. Switch on the mobile.<BR>2. Let the mobile go to Idle mode.<BR>3. Send CB message.<BR>4. Send the same CB message again<BR><BR>[Expected Result]<BR>When this feature is enabled both these messages has to be received,Pass,,,,
-8749,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_IMS_REG_ONGOING_SELECT_MMTEL_VOICE,modem_sbp_config[109].SBP_IMS_REG_ONGOING_SELECT_MMTEL_VOICE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>No IMS REG ongoing<BR>bit 0:0:Disable<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable.<BR>1:Enabled.,No,,__SBP_IMS_REG_ONGOING_SELECT_MMTEL_VOICE__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
+8749,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_IMS_REG_ONGOING_SELECT_MMTEL_VOICE,modem_sbp_config[109].SBP_IMS_REG_ONGOING_SELECT_MMTEL_VOICE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>No IMS REG ongoing<BR>bit 0:0:Disable<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled.<BR>0:Disable.,No,,__SBP_IMS_REG_ONGOING_SELECT_MMTEL_VOICE__,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
8750,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[108].SBP_INACTIVE_MODE_SERVICE_RECOVERY_GMSS_CONTROL,modem_sbp_config[108].SBP_INACTIVE_MODE_SERVICE_RECOVERY_GMSS_CONTROL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>OOS recovery when GMSS control<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,(Empty),,,MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
8751,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[111].SBP_INC_BCCH_DECODE_PRIO_BG_LIST,modem_sbp_config[111].SBP_INC_BCCH_DECODE_PRIO_BG_LIST,OTA and OTA BY OP,no,no,no,yes,This SBP will control if 2G should indicate GL1 to increase priority of current channel when more than 2 bad blocks are received.,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Increase the priority after two bad blocks<BR>0:Follow old design,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
8752,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[108].SBP_KOR_CUSTOMIZATION,modem_sbp_config[108].SBP_KOR_CUSTOMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable KOR customized features<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: disable<BR>1: enable,(Empty),,,MD Config,Modem - Customer Requirement,,,,Pass,,,,
@@ -8660,12 +8660,12 @@
8759,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[114].SBP_RAC_DSPL_C2K_WHEN_1X_CALL_ONGOING,modem_sbp_config[114].SBP_RAC_DSPL_C2K_WHEN_1X_CALL_ONGOING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>report unknown on PS domain when C2K CS call<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit: 0/1,(Empty),,,,,,,follow MCF RDIT SOP,Pass,,,,
8760,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[112].SBP_RAC_DSPL_OPT_FOR_SET_RAT,modem_sbp_config[112].SBP_RAC_DSPL_OPT_FOR_SET_RAT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Hide the OOS/searching report during set RAT search<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,(Empty),,,,,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8761,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[110].SBP_RETRY_RP_ACK_WHEN_RLC_FAILURE,modem_sbp_config[110].SBP_RETRY_RP_ACK_WHEN_RLC_FAILURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>when RLC failure happens, UE will re-send RP-ACK immediately<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit:0/1,No,,,SMS,Modem Application - Modem Control,,,Test in machine (Y) <BR> Test Time (5 minutes) <BR> [Init] <BR> IMS not registered and LTE attached<BR> [Test Step] <BR> 1.send MT SMS to UE<BR> 2.HO happens when UE sends RP-ACK to SS<BR> [Expected Result]<BR> RP-ACK to SS after HO done,Pass,,,,
-8762,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[111].SBP_SIGNAL_REPORT_BY_CUSTOMIZED_THRESHOLD,modem_sbp_config[111].SBP_SIGNAL_REPORT_BY_CUSTOMIZED_THRESHOLD,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Signal report by customized threshold<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"1:The signal report frequency can be reduced based on the specified thresholds. Yet, other applications which heavily rely on accurate signal power report can behave belatedly.<BR>0:Default value. Disable this SBP.",(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+8762,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[111].SBP_SIGNAL_REPORT_BY_CUSTOMIZED_THRESHOLD,modem_sbp_config[111].SBP_SIGNAL_REPORT_BY_CUSTOMIZED_THRESHOLD,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Signal report by customized threshold<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:Default value. Disable this SBP.<BR>1:The signal report frequency can be reduced based on the specified thresholds. Yet, other applications which heavily rely on accurate signal power report can behave belatedly.",(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8763,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_SIM_DETACH_WAIT_FOR_IMS_DEREG,modem_sbp_config[109].SBP_SIM_DETACH_WAIT_FOR_IMS_DEREG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Hold SIM detach until IMS deregistered<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>Enable this SBP.<BR>[Test Step]<BR>Flight mode on/off and wait IMS registers successfully.<BR>Then, plug out the SIM card.<BR>[Expected Result]<BR>After IMS deregisters completed and UE perform detach request(e.g. send detach request to NW).",Pass,,,,
8764,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[112].SBP_SNIFFER_IN_VIRTUAL_MODE,modem_sbp_config[112].SBP_SNIFFER_IN_VIRTUAL_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Continue sniffer in virtual mode<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,0/1:0:Disable<BR>1:Enable,(Empty),,This feature will be enabled when __SBP_SNIFFER_IN_VIRTUAL_MODE__ is enabled,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 10-15<BR>[Init] Dual SIM, Initially camp on 3G<BR>[Test Step] UE should go OOS on one SIM and trigger sniffer, another should be in connected mode<BR>[Expected Result] If SBP_SNIFFER_IN_VIRTUAL_MODE is 1, even in virtual mode in SIM1 sniffer should continue",Untested,,,,
8765,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[112].SBP_STOP_SI2Q_READ_IN_VIRTUAL_IDLE,modem_sbp_config[112].SBP_STOP_SI2Q_READ_IN_VIRTUAL_IDLE,OTA and OTA BY OP,no,no,no,yes,Gaming performance improvement to not read SI2Q in Virtual Idle,BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Do not read SI2Q in virtual mode<BR>0:Read SI2Q in virtual mode,No,,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
8766,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_TC01_SHORT_T3240_FOR_ECC,modem_sbp_config[109].SBP_TC01_SHORT_T3240_FOR_ECC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Using short T3240 timer value<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,No,,,,,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Pass,,,,
-8767,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[112].SBP_USE_MM_INTERNAL_T3212_PERIOD_SETTING,modem_sbp_config[112].SBP_USE_MM_INTERNAL_T3212_PERIOD_SETTING,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use MM internal T3212 period setting<BR>bit 0:0:MM shall use the T3212 value provided by network from SIB1 message<BR>bit 1:1:If the T3212 value provided by network in SIB1 message is greater than 2hrs, MM shall keep the T3212 timer value as 2hrs",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x01:If the T3212 value provided by network in SIB1 message is greater than 2hrs, MM shall keep the T3212 timer value as 2hrs<BR>0x00:MM shall use the T3212 value provided by network from SIB1 message",No,,__SBP_ENABLE_USE_MM_INTERNAL_T3212_PERIOD_SETTING__,[WCDMA Protocol Baseline]GMM,Modem - Customer Requirement,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) :10 mins<BR>[Init] DUT boot up<BR>[Test Step]<BR>> Trigger Registration in 3G for CS domain<BR>> Once registration is successful then see T3212 starts and <BR> observe the time value,Pass,,,,
+8767,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[112].SBP_USE_MM_INTERNAL_T3212_PERIOD_SETTING,modem_sbp_config[112].SBP_USE_MM_INTERNAL_T3212_PERIOD_SETTING,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use MM internal T3212 period setting<BR>bit 0:0:MM shall use the T3212 value provided by network from SIB1 message<BR>bit 1:1:If the T3212 value provided by network in SIB1 message is greater than 2hrs, MM shall keep the T3212 timer value as 2hrs",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x00:MM shall use the T3212 value provided by network from SIB1 message<BR>0x01:If the T3212 value provided by network in SIB1 message is greater than 2hrs, MM shall keep the T3212 timer value as 2hrs",No,,__SBP_ENABLE_USE_MM_INTERNAL_T3212_PERIOD_SETTING__,[WCDMA Protocol Baseline]GMM,Modem - Customer Requirement,,,Test in machine (Y/N) :Y<BR>Test Time (minutes) :10 mins<BR>[Init] DUT boot up<BR>[Test Step]<BR>> Trigger Registration in 3G for CS domain<BR>> Once registration is successful then see T3212 starts and <BR> observe the time value,Pass,,,,
8768,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[109].SBP_VONR_ENH,modem_sbp_config[109].SBP_VONR_ENH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>When IMS CALL ongoing, need IMS response to judge whether performing CSFB or not<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,(Empty),,,NR RRC VoNR Enhancement - Paging receiving ratio / NR occupying rate / HO enhancement,Modem - Performance Enhancement,,,,Untested,,,,
8769,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[66].SBP_EAS_POWER_LEVEL_IND_PERIOD_CONN,modem_sbp_data_config[66].SBP_EAS_POWER_LEVEL_IND_PERIOD_CONN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Control POWER_LEVEL_IND sending frequency in connected by SBP_ID.<BR>bit 0:0:EAS_POWER_LEVEL_IND_PERIOD_CONN 1000<BR>bit 1:1:EAS_POWER_LEVEL_IND_PERIOD_CONN 1500<BR>bit 2:2:EAS_POWER_LEVEL_IND_PERIOD_CONN 2000<BR>bit 3:3:EAS_POWER_LEVEL_IND_PERIOD_CONN 2500<BR>bit 4:4:EAS_POWER_LEVEL_IND_PERIOD_CONN 3000<BR>bit 5:5:EAS_POWER_LEVEL_IND_PERIOD_CONN 3500<BR>bit 6:6:EAS_POWER_LEVEL_IND_PERIOD_CONN 4000<BR>bit 7:7:EAS_POWER_LEVEL_IND_PERIOD_CONN 4500<BR>bit 8:8:EAS_POWER_LEVEL_IND_PERIOD_CONN 5000<BR>bit 9:9:EAS_POWER_LEVEL_IND_PERIOD_CONN 5500<BR>bit 10:10:EAS_POWER_LEVEL_IND_PERIOD_CONN 6000<BR>bit 11:11:EAS_POWER_LEVEL_IND_PERIOD_CONN 6500<BR>bit 12:12:EAS_POWER_LEVEL_IND_PERIOD_CONN 7000<BR>bit 13:13:EAS_POWER_LEVEL_IND_PERIOD_CONN 7500<BR>bit 14:14:EAS_POWER_LEVEL_IND_PERIOD_CONN 8000<BR>bit 15:15:EAS_POWER_LEVEL_IND_PERIOD_CONN 8500<BR>bit 16:16:EAS_POWER_LEVEL_IND_PERIOD_CONN 9000<BR>bit 17:17:EAS_POWER_LEVEL_IND_PERIOD_CONN 9500<BR>bit 18:18:EAS_POWER_LEVEL_IND_PERIOD_CONN 10000",BIT,8,,8,0x03,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
8770,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[65].SBP_EAS_POWER_LEVEL_IND_PERIOD_IDLE,modem_sbp_data_config[65].SBP_EAS_POWER_LEVEL_IND_PERIOD_IDLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Control POWER_LEVEL_IND sending frequency in idle by SBP_ID.<BR>bit 0:0:EAS_POWER_LEVEL_IND_PERIOD_CONN 1000<BR>bit 1:1:EAS_POWER_LEVEL_IND_PERIOD_CONN 1500<BR>bit 2:2:EAS_POWER_LEVEL_IND_PERIOD_CONN 2000<BR>bit 3:3:EAS_POWER_LEVEL_IND_PERIOD_CONN 2500<BR>bit 4:4:EAS_POWER_LEVEL_IND_PERIOD_CONN 3000<BR>bit 5:5:EAS_POWER_LEVEL_IND_PERIOD_CONN 3500<BR>bit 6:6:EAS_POWER_LEVEL_IND_PERIOD_CONN 4000<BR>bit 7:7:EAS_POWER_LEVEL_IND_PERIOD_CONN 4500<BR>bit 8:8:EAS_POWER_LEVEL_IND_PERIOD_CONN 5000<BR>bit 9:9:EAS_POWER_LEVEL_IND_PERIOD_CONN 5500<BR>bit 10:10:EAS_POWER_LEVEL_IND_PERIOD_CONN 6000<BR>bit 11:11:EAS_POWER_LEVEL_IND_PERIOD_CONN 6500<BR>bit 12:12:EAS_POWER_LEVEL_IND_PERIOD_CONN 7000<BR>bit 13:13:EAS_POWER_LEVEL_IND_PERIOD_CONN 7500<BR>bit 14:14:EAS_POWER_LEVEL_IND_PERIOD_CONN 8000<BR>bit 15:15:EAS_POWER_LEVEL_IND_PERIOD_CONN 8500<BR>bit 16:16:EAS_POWER_LEVEL_IND_PERIOD_CONN 9000<BR>bit 17:17:EAS_POWER_LEVEL_IND_PERIOD_CONN 9500<BR>bit 18:18:EAS_POWER_LEVEL_IND_PERIOD_CONN 10000",BIT,8,,8,0x08,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
@@ -8713,9 +8713,9 @@
8813,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_GMSS_MPSR_AFTER_SEARCH_AFR,modem_sbp_config[115].SBP_GMSS_MPSR_AFTER_SEARCH_AFR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Trigger MPSR immediately active RAT on C2K and search AFR is triggered is turned off.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0~1,(Empty),,,MD Config,Modem - Customer Requirement,,,"After OTA, query SBP if changed",Pass,,,,
8814,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_IGNORE_A5_4_SUPPORT_IN_SMC,modem_sbp_config[115].SBP_IGNORE_A5_4_SUPPORT_IN_SMC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Ignore the A5/4 algorithm support information in Security Mode Command <BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
8815,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_KOR_SKT_NULL_MSISDN_REG,modem_sbp_config[115].SBP_KOR_SKT_NULL_MSISDN_REG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Do Not try to attach network if USIM has NULL MSISDN for SKT<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,00 ~ 01:00: Disabled<BR>01: Enabled,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)N<BR>Test Time (minutes)10<BR>[Init] None activated KOR USIM<BR>[Test Step]<BR>1. Insert a none activated KOR USIM.<BR>2. Check if UE try to attach network<BR>3. Plug out the card<BR>4. Switch the UE in registration mode<BR>5. Insert a none activated KOR USIM<BR>6. Check if UE try to attach network<BR>[Expected Result]<BR>In step 2, UE should not try to attach network<BR>In step 6, UE try to attach network",Untested,,,,
-8816,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_LBS_OTDOA_INTER_FREQ_MEAS,modem_sbp_config[115].SBP_LBS_OTDOA_INTER_FREQ_MEAS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>OTDOA inter-frequency measurement capability support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
-8817,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_SIM_ARREARAGE,modem_sbp_config[115].SBP_SIM_ARREARAGE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Support SIM arrearage detection<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x00:Do not support SIM arrearage detection<BR>0x01:Support SIM arrearage detection,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) N<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-8818,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[78].SBP_NR_CA_MAX_BW,modem_sbp_data_config[78].SBP_NR_CA_MAX_BW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Maximum aggregated NR CA bandwidth<BR>bit 10:10:100 MHz BW<BR>bit 20:20:200 MHz BW",BIT,8,,8,0x0a,NR15.R3.MD700.MP,,0x14:supported<BR>0x0:not supported<BR>0xA:supported,(Empty),N/A,N/A,MD Config,Modem - Customer Requirement,,,OTA,Pass,,,,
+8816,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_LBS_OTDOA_INTER_FREQ_MEAS,modem_sbp_config[115].SBP_LBS_OTDOA_INTER_FREQ_MEAS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>OTDOA inter-frequency measurement capability support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,Yes,,,LCS for LTE and EPS - LTE (AGPS Control Plane) UMTS and GSM Features - LCS (AGPS Control Plane),Modem - 3GPP Spec.,,,covered by SBP framework,Pass,,,,
+8817,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_SIM_ARREARAGE,modem_sbp_config[115].SBP_SIM_ARREARAGE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Support SIM arrearage detection<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0x01:Support SIM arrearage detection<BR>0x00:Do not support SIM arrearage detection,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) N<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+8818,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[78].SBP_NR_CA_MAX_BW,modem_sbp_data_config[78].SBP_NR_CA_MAX_BW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Maximum aggregated NR CA bandwidth<BR>bit 10:10:100 MHz BW<BR>bit 20:20:200 MHz BW",BIT,8,,8,0x0a,NR15.R3.MD700.MP,,0x0:not supported<BR>0xA:supported<BR>0x14:supported,(Empty),N/A,N/A,MD Config,Modem - Customer Requirement,,,OTA,Pass,,,,
8819,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[77].SBP_NR_CA_MAX_CC_NUM,modem_sbp_data_config[77].SBP_NR_CA_MAX_CC_NUM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Maximum number of supported NR CCs",BIT,8,,8,DEFAULT_VALUE : 1<BR>__NR_CA_DL_2CC__ : 2,NR15.R3.MD700.MP,,int: 1~2:In Gen97 the maximum CC number of NR CA is 2.,(Empty),,SBP_NR_CA shall be TRUE.,NR Downlink Carrier Aggregation - 2CC,Modem - 3GPP Spec.,,,"Set this SBP to 1 and check UE-NR-Capability, see if any 2CC band combination is reported.",Pass,,,,
8820,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[76].SBP_POS_VZW_MODE,modem_sbp_data_config[76].SBP_POS_VZW_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>This SBP indicates which NW performs positioning.<BR>bit 0:0:Non-VzW network<BR>bit 1:1:VzW network",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:0-non-Vzw <BR>1- Vzw,(Empty),,,VzW E911,Modem - Operator Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8821,21,NVRAM_EF_UMTS_A54_SMC_IGNR_LID,"1,2",mcc1,whitelist_PLMN[0~15].mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x06,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
@@ -8758,14 +8758,14 @@
8859,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",retry_ims_voice_if_488_no_sdp,ua_config.retry_ims_voice_if_488_no_sdp,OTA and OTA BY OP,no,no,no,no,"When making a MO video call and receive 488 without SDP, retry IMS voice directly by IMS UA<BR>0:Disable<BR>1:Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,No,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine<BR>[Init] IMS Register on 4G<BR>[Test Step]<BR>1) make mo video call<BR>2) ss side reply 488 without sdp<BR>[Expected Result]<BR>UE will automatically retry mo voice call,Pass,,,,
8860,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",retry_ims_voice_if_488_no_sdp.retry_ims_voice_if_488_no_sdp,ua_config.retry_ims_voice_if_488_no_sdp.retry_ims_voice_if_488_no_sdp,Not Support,no,no,no,no,"[MCF]<BR>When making a MO video call and receive 488 without SDP, retry IMS voice directly by IMS UA<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:0,(Empty),,,,,,,,Untested,,,,
8861,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_2G_PLMN_LIST_SPEED_MODE_ENHANCEMENT,modem_sbp_config[118].SBP_2G_PLMN_LIST_SPEED_MODE_ENHANCEMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>2G PLMN list speed mode enhancement<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit:0:2G PLMN list speed mode enhancement OFF<BR>1:2G PLMN list speed mode enhancement ON,(Empty),,,MD Config,Modem - Customer Requirement,,,"Use new MCF tool to generate new OTA files:<BR>Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>Replace new MCF EM mode & enable it<BR>Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
-8862,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_C2K_MOBTERMMAP_SVC_PROTECT,modem_sbp_config[117].SBP_C2K_MOBTERMMAP_SVC_PROTECT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use the MobTermMaps in UIM.<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:enable<BR>0x00:disable,(Empty),,,[C2K Protocol Baseline]1xRTT_Register,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+8862,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_C2K_MOBTERMMAP_SVC_PROTECT,modem_sbp_config[117].SBP_C2K_MOBTERMMAP_SVC_PROTECT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use the MobTermMaps in UIM.<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:disable<BR>0x01:enable,(Empty),,,[C2K Protocol Baseline]1xRTT_Register,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
8863,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_CONSIDER_NON_DATA_SIM_LOCAL_REL_TAU_AS_RECOVERY_TAU,modem_sbp_config[117].SBP_CONSIDER_NON_DATA_SIM_LOCAL_REL_TAU_AS_RECOVERY_TAU,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Consider local release TAU as sync recovery TAU on non-Data SIM.<BR>bit 0:0:Disabled. Local release TAU not same as sync recovery TAU.<BR>bit 1:1:Enabled. Local release TAU is same as sync recovery TAU.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,[LTE Protocol Baseline]EMM_REG,Modem - 3GPP Spec.,,,,Untested,,,,
-8864,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_CTCH_OVER_PLMN_ENABLED,modem_sbp_config[118].SBP_CTCH_OVER_PLMN_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>not enable the function to check if ctch preffered over plmn.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Not Enabled,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine : Y<BR>Test Time : 10 mins<BR>[Init] SINGLE SIM case with 3G as active RAT<BR>[Test Step] 1.Set up CBS with periodicity small (eg:4)<BR> 2.Switch OFF and switch ON 'Automatically Select network' option in Network <BR> settings<BR> 3.Using NVRAM enable and disable SBP to check the result<BR>[Expected Result] If enabled PLMN will be completed in the expected duration,Untested,,,,
+8864,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_CTCH_OVER_PLMN_ENABLED,modem_sbp_config[118].SBP_CTCH_OVER_PLMN_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>not enable the function to check if ctch preffered over plmn.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,0:Not Enabled<BR>1:Enabled,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine : Y<BR>Test Time : 10 mins<BR>[Init] SINGLE SIM case with 3G as active RAT<BR>[Test Step] 1.Set up CBS with periodicity small (eg:4)<BR> 2.Switch OFF and switch ON 'Automatically Select network' option in Network <BR> settings<BR> 3.Using NVRAM enable and disable SBP to check the result<BR>[Expected Result] If enabled PLMN will be completed in the expected duration,Untested,,,,
8865,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_DISABLE_AUTO_BANDS_FOR_MANUAL_PLMN_LIST,modem_sbp_config[118].SBP_DISABLE_AUTO_BANDS_FOR_MANUAL_PLMN_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>During manual plmn list freq scan will be performed based on auto bands<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
8866,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_DISPLAY_AND_DELETE_CUSTOM_FPLMN,modem_sbp_config[117].SBP_DISPLAY_AND_DELETE_CUSTOM_FPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Display forbidden in PLMN_LIST menu, and delete custom_fplmn once registers on fplmn successfully<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: SBP off<BR>1: SBP on,(Empty),,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (minutes) 0 <BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
8867,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[116].SBP_DUAL_LTE_AIR_SIM_DETACH,modem_sbp_config[116].SBP_DUAL_LTE_AIR_SIM_DETACH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Perform SIM detach over the air on both protocol stacks<BR>bit 0:0:Local detach for SIM detach<BR>bit 1:1:Perform SIM detach over the air",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>Enable SBP_DUAL_LTE_AIR_SIM_DETACH<BR>[Test Step]<BR>After dual SIMs attached 4G successfully, and plug out SIM cards at the same time.<BR>[Expected Result]<BR>Both SIMs would send detach request.",Untested,,,,
8868,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_ECC_CSFB_ENHANCEMENT,modem_sbp_config[117].SBP_ECC_CSFB_ENHANCEMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Turn on ecc csfb enhancement capability<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,,,,,"not support MCF, not need to do test for MCF",Untested,,,,
-8869,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_ECC_IMSI_MCC_LIST,modem_sbp_config[118].SBP_ECC_IMSI_MCC_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>ECC IMSI MCC List <BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:UE will not perform ECC call once SIM invalid for CS<BR>1:UE perform ECC call after SIM invalid for CS,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)Y<BR>Test Time (minutes) 10 mins <BR>[Init] Perform ECC call<BR>[Test Step] Perfrom registration request ,Network reject which makes SIM invalid. <BR>[Expected Result] UE perform ECC call with IMSI",Pass,,,,
+8869,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_ECC_IMSI_MCC_LIST,modem_sbp_config[118].SBP_ECC_IMSI_MCC_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>ECC IMSI MCC List <BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:UE perform ECC call after SIM invalid for CS<BR>0:UE will not perform ECC call once SIM invalid for CS,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)Y<BR>Test Time (minutes) 10 mins <BR>[Init] Perform ECC call<BR>[Test Step] Perfrom registration request ,Network reject which makes SIM invalid. <BR>[Expected Result] UE perform ECC call with IMSI",Pass,,,,
8870,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[116].SBP_IMS_SUPPORT_IRAT_SET_ACTIVE_FLAG,modem_sbp_config[116].SBP_IMS_SUPPORT_IRAT_SET_ACTIVE_FLAG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE will set the 'active' flag in the TAU request after IRAT from 2/3G to 4G<BR>bit 0:0:Disabled. UE will not set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G if IMS support.<BR>bit 1:1:Enabled. UE will set the 'active' flag in the TAU request when TAU is triggered by redirect / cell reselection / cell change order from 2/3G to 4G if IMS support",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1:0: Disable. <BR>1: Enabled.,(Empty),,__SBP_IMS_SUPPORT_IRAT_SET_ACTIVE_FLAG__,D-SBP,Modem - MTK Optimization/Proprietary,,,NA,Pass,,,,
8871,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_LTE_ENHANCED_PRIORITY_BAND,modem_sbp_config[117].SBP_LTE_ENHANCED_PRIORITY_BAND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable enhanced priority band for LTE<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit: 0/1:0x00: Disable<BR>0x01: Enable,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y)<BR>Test Time (30minutes)<BR>[Init] 1. Set cell A band X, cell B band Y, cell C band Z. 2. Set NVRAM priority band X=Y>Z for testing operator. 3. Set cell A, B, C freq as predefined freq in NVRAM. 4. Set cell power cell C>B>A.<BR>[Test Step] After 3 cells enabled, power on UE.<BR>[Expected Result] First camp on cell B.",Untested,,,,
8872,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[116].SBP_NFC_GET_RESPONSE_WHEN_WARNING_SW,modem_sbp_config[116].SBP_NFC_GET_RESPONSE_WHEN_WARNING_SW,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>configure modem to issue GET RESPONSE for NFC<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,Subscriber Identity Module (Release 4),Modem - 3GPP Spec.,,,,Untested,,,,
@@ -8778,7 +8778,7 @@
8879,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_SEND_POLL_ON_VRB_SHORTAGE,modem_sbp_config[118].SBP_SEND_POLL_ON_VRB_SHORTAGE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>To Enable the feature of Poll sending, based on VRB status<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0~1:This SBP is used to trigger sending of POLL when VRB FULL, to avoid stall.",(Empty),,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
8880,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[116].SBP_SKIP_EMC_REJECT_WHEN_EMC_BS_FALSE_SIB_SUPPORT_IMS_EMC,modem_sbp_config[116].SBP_SKIP_EMC_REJECT_WHEN_EMC_BS_FALSE_SIB_SUPPORT_IMS_EMC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Do not send EMC_ATTACH_REJ or EMC_DATA_FAIL_IND when EMC_BS not supported, but cell support IMS EMC.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,(Empty),,,[LTE Protocol Baseline]EMM_REG,Modem - 3GPP Spec.,,,,Untested,,,,
8881,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_STORE_MEID_ESN_ERROR,modem_sbp_config[118].SBP_STORE_MEID_ESN_ERROR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Only try once when store esn command fail for special card is turned off.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:only try store esn once,(Empty),,,[C2K Protocol Baseline]C2K_UIM,Modem - 3GPP2 Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]using a card which can't store esn successfully<BR>[Test Step]insert card and boot up phone<BR>[Expected Result]phone boot up and register to network normally,Untested,,,,
-8882,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_TCM_ALLOW_REQUSET_EMPTY_AUTHENTICATION_PROTOCOL,modem_sbp_config[117].SBP_TCM_ALLOW_REQUSET_EMPTY_AUTHENTICATION_PROTOCOL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>allow TCM request authentication even when username or password is empty<BR>bit 0:0:not allow<BR>bit 1:1:allow",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:allow for TCM to request authentication even when username or password is empty<BR>0:not allow for TCM to request authentication even when username or password is empty,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)<BR>Test Time (5 minutes)<BR>[Init]<BR>[Test Step] using cgauth to set null username/password<BR>[Expected Result] check when value is 0, UE won't requset PAP or CHAP, if 1, requset",Untested,,,,
+8882,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_TCM_ALLOW_REQUSET_EMPTY_AUTHENTICATION_PROTOCOL,modem_sbp_config[117].SBP_TCM_ALLOW_REQUSET_EMPTY_AUTHENTICATION_PROTOCOL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>allow TCM request authentication even when username or password is empty<BR>bit 0:0:not allow<BR>bit 1:1:allow",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:not allow for TCM to request authentication even when username or password is empty<BR>1:allow for TCM to request authentication even when username or password is empty,(Empty),,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N)<BR>Test Time (5 minutes)<BR>[Init]<BR>[Test Step] using cgauth to set null username/password<BR>[Expected Result] check when value is 0, UE won't requset PAP or CHAP, if 1, requset",Untested,,,,
8883,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[117].SBP_USE_SUGGESTED_RACH_BAR_PARA,modem_sbp_config[117].SBP_USE_SUGGESTED_RACH_BAR_PARA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Turn on to enable overwrite RACH bar parameter for testSIM or FTA<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit:0/1:Turn on to enable overwrite RACH bar parameter for testSIM or FTA<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled,(Empty),,,LTE Protocol (R9 Baseline),Modem - 3GPP Spec.,,,,Untested,,,,
8884,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[80].SBP_DATA_HPPLMN_SEARCH_TIMER,modem_sbp_data_config[80].SBP_DATA_HPPLMN_SEARCH_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>higher-priority PLMN search timer value<BR>bit 1:1:1 minutes<BR>bit 2:2:2 minutes<BR>bit 3:3:3 minutes<BR>bit 4:4:4 minutes<BR>bit 5:5:5 minutes<BR>bit 6:6:6 minutes<BR>bit 7:7:7 minutes<BR>bit 8:8:8 minutes<BR>bit 9:9:9 minutes<BR>bit 10:10:10 minutes<BR>bit 11:11:11 minutes<BR>bit 12:12:12 minutes<BR>bit 13:13:13 minutes<BR>bit 14:14:14 minutes<BR>bit 15:15:15 minutes<BR>bit 16:16:16 minutes<BR>bit 17:17:17 minutes<BR>bit 18:18:18 minutes<BR>bit 19:19:19 minutes<BR>bit 20:20:20 minutes<BR>bit 21:21:21 minutes<BR>bit 22:22:22 minutes<BR>bit 23:23:23 minutes<BR>bit 24:24:24 minutes<BR>bit 25:25:25 minutes<BR>bit 26:26:26 minutes<BR>bit 27:27:27 minutes<BR>bit 28:28:28 minutes<BR>bit 29:29:29 minutes<BR>bit 30:30:30 minutes<BR>bit 255:255:255 minutes",BIT,8,,8,0x00,NR15.R3.MD700.MP,,1~255:minutes,(Empty),,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Pass,,,,
8885,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[84].SBP_EMM_R15_SET_RAT_NO_DETACH_BY_LIST,modem_sbp_data_config[84].SBP_EMM_R15_SET_RAT_NO_DETACH_BY_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>decide the list for detach-required detection in SET_RAT procedure<BR>bit 0:0:the default EMM_RATBAND_DETACH_ALGORM_1<BR>bit 1:1:if old/new_rat_mode includes LTE, perform detach by refering to balcklist.<BR>bit 2:2:if old/new_rat_mode includes LTE, NOT perform detach by refering to whitelist.",BIT,8,,8,0x01,NR15.R3.MD700.MP,,"0:disable whitelist/blacklist, the detach algo is EMM_RATBAND_DETACH_ALGORM_1<BR>2:if old/new_rat_mode setting includes LTE, NOT perform detach by referring to white list<BR>1:if old/new_rat_mode setting includes LTE, perform detach by referring to blacklist",(Empty),,,MD Config,Modem - Customer Requirement,,,SET RAT procedure,Pass,,,,
@@ -8794,7 +8794,7 @@
8895,835,NVRAM_EF_SIM_PROFILE_LID,"1,2",nvram_sim_profile[34].bit5to8,nvram_sim_profile[34].bit5to8,OTA and OTA BY OP,no,no,no,no,[MCF] SIM/USIM Terminal profile<BR>RFU,BIT,4,,4,0x00,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
8896,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[118].SBP_ENABLE_BMVNO_SIMME_LOCK_CONFIG,modem_sbp_config[118].SBP_ENABLE_BMVNO_SIMME_LOCK_CONFIG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Consider the listed Boost and Sprint Nws as whitelist<BR>bit 0:0:Disabled. BMVNO SIMME lock configuration.<BR>bit 1:1:Enabled. BMVNO SIMME lock configuration.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,(Empty),,,,,,,,Untested,,,,
8897,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[119].SBP_L2_SET_CTCH_IS_DROP_ALL_ZERO_SDUS,modem_sbp_config[119].SBP_L2_SET_CTCH_IS_DROP_ALL_ZERO_SDUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Drop all zero SDUs in case CTCH channel configured<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,Valid value is 1,(Empty),,,WCDMA Protocol (R8 Baseline),Modem - 3GPP Spec.,,,,Untested,,,,
-8899,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",lte_band_list,plmn_band_info.plmn_band_list[0~4].lte_band_list,OTA and OTA BY OP,no,no,no,no,LTE band list. This belongs to information which LTE and NR bands are used in PLMN.,UNSIGNED SHORT,20,10,,"3, 39, 40, 0, 0, 0, 0, 0, 0, 0, 1, 3, 5, 8, 39, 40, 0, 0, 0, 0, 1, 3, 5, 8, 39, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",NR15.R3.MD700.MP,,0:invalid LTE band<BR>1-256:valid LTE band,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value<BR>Expected Result: Value changes in NVRAM,Pass,,,,
+8899,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",lte_band_list,plmn_band_info.plmn_band_list[0~4].lte_band_list,OTA and OTA BY OP,no,no,no,no,LTE band list. This belongs to information which LTE and NR bands are used in PLMN.,UNSIGNED SHORT,20,10,,"3, 39, 40, 0, 0, 0, 0, 0, 0, 0, 1, 3, 5, 8, 39, 40, 0, 0, 0, 0, 1, 3, 5, 8, 39, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",NR15.R3.MD700.MP,,1-256:valid LTE band<BR>0:invalid LTE band,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8900,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",nr_band_list,plmn_band_info.plmn_band_list[0~4].nr_band_list,OTA and OTA BY OP,no,no,no,no,NR band list. This belongs to information which LTE and NR bands are used in PLMN.,UNSIGNED SHORT,20,10,,"41, 78, 79, 0, 0, 0, 0, 0, 0, 0, 1, 3, 5, 41, 78, 79, 0, 0, 0, 0, 1, 3, 8, 41, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",NR15.R3.MD700.MP,,0:invalid NR band<BR>1-1024:valid NR band,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8901,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",mcc1,plmn_band_info.plmn_band_list[0~4].plmn_id.mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID. This belongs to information which LTE and NR bands are used in this PLMN.,UNSIGNED CHAR,1,,,"0x04, 0x04, 0x04, 0x00, 0x00",NR15.R3.MD700.MP,,0x00-0x09:valid digit<BR>0x0F:invalid digit,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value<BR>Expected Result: Value changes in NVRAM,Pass,,,,
8902,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",mcc2,plmn_band_info.plmn_band_list[0~4].plmn_id.mcc2,OTA and OTA BY OP,no,no,no,no,MCC2 field of PLMN ID. This belongs to information which LTE and NR bands are used in this PLMN.,UNSIGNED CHAR,1,,,"0x06, 0x06, 0x06, 0x00, 0x00",NR15.R3.MD700.MP,,0x0F:invalid digit<BR>0x00-0x09:valid digit,Yes,,,MD Config,Modem - Customer Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value<BR>Expected Result: Value changes in NVRAM,Pass,,,,
@@ -8823,19 +8823,19 @@
9404,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[0].val_d,sb_4rx.sb_by_band_config[0].val_d,OTA,no,no,no,no,LTE_Band1~LTE_Band32,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:on,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9405,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[1].val_d,sb_4rx.sb_by_band_config[1].val_d,OTA,no,no,no,no,LTE_Band33~LTE_Band64,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9406,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[2].val_d,sb_4rx.sb_by_band_config[2].val_d,OTA,no,no,no,no,LTE_Band65~LTE_Band96,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
-9407,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[3].val_d,sb_4rx.sb_by_band_config[3].val_d,OTA,no,no,no,no,LTE_Band97~LTE_Band128,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
+9407,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[3].val_d,sb_4rx.sb_by_band_config[3].val_d,OTA,no,no,no,no,LTE_Band97~LTE_Band128,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9408,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[4].val_d,sb_4rx.sb_by_band_config[4].val_d,OTA,no,no,no,no,LTE_Band129~LTE_Band160,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9409,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[5].val_d,sb_4rx.sb_by_band_config[5].val_d,OTA,no,no,no,no,LTE_Band161~LTE_Band192,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9410,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[6].val_d,sb_4rx.sb_by_band_config[6].val_d,OTA,no,no,no,no,LTE_Band193~LTE_Band224,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9411,60561,NVRAM_EF_EL1_SINGLE_BAND_4RX_CONFIG_LID,1,sb_by_band_config[7].val_d,sb_4rx.sb_by_band_config[7].val_d,OTA,no,no,no,no,LTE_Band225~LTE_Band256,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
-9412,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[0].val_d,sb_mimo.sb_by_band_config[0].val_d,OTA,no,no,no,no,LTE_Band1~LTE_Band32,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
+9412,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[0].val_d,sb_mimo.sb_by_band_config[0].val_d,OTA,no,no,no,no,LTE_Band1~LTE_Band32,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9413,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[1].val_d,sb_mimo.sb_by_band_config[1].val_d,OTA,no,no,no,no,LTE_Band33~LTE_Band64,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
-9414,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[2].val_d,sb_mimo.sb_by_band_config[2].val_d,OTA,no,no,no,no,LTE_Band65~LTE_Band96,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
-9415,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[3].val_d,sb_mimo.sb_by_band_config[3].val_d,OTA,no,no,no,no,LTE_Band97~LTE_Band128,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
+9414,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[2].val_d,sb_mimo.sb_by_band_config[2].val_d,OTA,no,no,no,no,LTE_Band65~LTE_Band96,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
+9415,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[3].val_d,sb_mimo.sb_by_band_config[3].val_d,OTA,no,no,no,no,LTE_Band97~LTE_Band128,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9416,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[4].val_d,sb_mimo.sb_by_band_config[4].val_d,OTA,no,no,no,no,LTE_Band129~LTE_Band160,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
-9417,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[5].val_d,sb_mimo.sb_by_band_config[5].val_d,OTA,no,no,no,no,LTE_Band161~LTE_Band192,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
+9417,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[5].val_d,sb_mimo.sb_by_band_config[5].val_d,OTA,no,no,no,no,LTE_Band161~LTE_Band192,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9418,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[6].val_d,sb_mimo.sb_by_band_config[6].val_d,OTA,no,no,no,no,LTE_Band193~LTE_Band224,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
-9419,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[7].val_d,sb_mimo.sb_by_band_config[7].val_d,OTA,no,no,no,no,LTE_Band225~LTE_Band256,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,0:OFF<BR>1:ON,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
+9419,60560,NVRAM_EF_EL1_SINGLE_BAND_MIMO_CONFIG_LID,1,sb_by_band_config[7].val_d,sb_mimo.sb_by_band_config[7].val_d,OTA,no,no,no,no,LTE_Band225~LTE_Band256,BIT,32,,32,4294967295,NR15.R3.MD700.MP,,1:ON<BR>0:OFF,,,,MD Config,Modem - Customer Requirement,,,Update Value and check. Note that this item is not used in gen97.,Untested,,,,
9430,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",n1_mode_cap,n3cf_cfg.n1_mode_cap,OTA and OTA BY OP,no,no,no,no,[MCF]Send N1_MODE_CAPABILITY notify payload to NW in establishment.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description,,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"Test in machine (Y/N) N<BR>Test Time (minutes)<BR>[Init]set n1_mode_cap to true<BR>[Test Step]UE register VoWiFi<BR>[Expected Result]In IKE_AUTH request, UE add N1_MODE_CAPABILITY notify payload",Pass,,,,
9431,59686,NVRAM_EF_L1_2G_RF_PARAMETER_LID,1,RACH_Tx_Offset,RACH_Tx_Offset,OTA,no,no,yes,no,"[MCF,DOC]",INT,16,4,,0,NR15.R3.MD700.MP,,0~1023:The range of RACH_Tx_Offset is from 0 to 1023.,,,,MD Config,Modem - Customer Requirement,,,N <BR>5 <BR>[Create OTA file] <BR>[Set OTA file] <BR>[Check if OTA is successful],Pass,,,,
9459,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",rohc_profiles[0].ROHC_PROFILE_0x0001,pdcp_param.rohc_profiles[0].ROHC_PROFILE_0x0001,OTA and OTA BY OP,no,no,no,no,"Defines which ROHC profiles from the list below are supported by the UE. An UE that supports one or more of the listed ROHC profiles shall support ROHC profile 0x0000 ROHC uncompressed (RFC 5795).<BR>ROHC RTP/UDP/IP (RFC 3095, RFC 4815)<BR>bit 0:0:Not supported<BR>bit 1:1:Supported",BIT,8,,8,0x01,NR15.R3.MD700.MP,,bit: 0/1,,,,[LTE Protocol Baseline]ROHC,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Untested,,,,
@@ -8859,8 +8859,8 @@
9477,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",rohc_ul_profiles_r15[0].UL_ROHC_PROFILE_0x0006,pdcp_param_nr_r15.rohc_ul_profiles_r15[0].UL_ROHC_PROFILE_0x0006,OTA and OTA BY OP,no,no,no,no,Indicates which ROHC profile(s) from the list below are supported in uplink-only ROHC operation by the UE. An UE that supports uplink-only ROHC profile(s) shall support ROHC profile 0x0000 ROHC uncompressed (RFC 5795).<BR>ROHC TCP (RFC 6846)<BR>bit 0:0:Not supported<BR>bit 1:1:Supported,BIT,8,,8,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,[LTE Protocol Baseline]ROHC,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Untested,,,,
9478,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",rohc_ul_profiles[0].UL_ROHC_PROFILE_0x0006,pdcp_param_v1430.rohc_ul_profiles[0].UL_ROHC_PROFILE_0x0006,OTA and OTA BY OP,no,no,no,no,ROHC TCP (RFC 6846)<BR>bit 0:0:Not supported<BR>bit 1:1:Supported,BIT,8,,8,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,[LTE Protocol Baseline]ROHC,Modem - 3GPP Spec.,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in NVRAM,Untested,,,,
9479,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[85].SBP_NR_BANDWIDTH_MAX_BOUNDARY,modem_sbp_data_config[85].SBP_NR_BANDWIDTH_MAX_BOUNDARY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>maximum bandwidth boundary of supported NR CA<BR>bit 1:1:NR SPEC MAXIMUM BOUNDARY<BR>bit 2:2:100 MHz BW per CC",BIT,8,,8,0xdd,NR15.R3.MD700.MP,,unsigned char: 1~2:1 : align spec per band maximum BW.<BR>2 : BW 100MHz per CC.,,,,Engineer mode support RF test and monitor all channel,Modem RF Front-end - Band Support,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-9480,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",in_reply_to_support,ua_config.in_reply_to_support,OTA and OTA BY OP,no,no,no,no,"Check In-Reply-To header when MO SMS, the default value is 1<BR>0: Disable<BR>1: Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
-9481,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",in_reply_to_support.in_reply_to_support,ua_config.in_reply_to_support.in_reply_to_support,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>Check In-Reply-To header when MO SMS, the default value is 1<BR>value 0:0:Disable<BR>value 1:1:Enable",BIT,8,,8,0x01,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
+9480,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",in_reply_to_support,ua_config.in_reply_to_support,OTA and OTA BY OP,no,no,no,no,"Check In-Reply-To header when MO SMS, the default value is 1<BR>0: Disable<BR>1: Enable",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
+9481,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",in_reply_to_support.in_reply_to_support,ua_config.in_reply_to_support.in_reply_to_support,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>Check In-Reply-To header when MO SMS, the default value is 1<BR>value 0:0:Disable<BR>value 1:1:Enable",BIT,8,,8,0x01,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
9482,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[119].SBP_LADN_SUPPORT,modem_sbp_config[119].SBP_LADN_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>LADN Support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1:0 : LADN not support<BR>1 : LADN is supported,,,,LADN,Modem - 3GPP Spec.,,,Currently we only performed NWSIM test cases (no machine cases).<BR><BR>Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
9483,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[120].SBP_BLIND_AFR_3G4_FDD,modem_sbp_config[120].SBP_BLIND_AFR_3G4_FDD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Whether blind AFR from 3G FDD to 4G is activated<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
9484,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[120].SBP_AC_BAR_ENHANCE,modem_sbp_config[120].SBP_AC_BAR_ENHANCE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Skip AC Bar and trigger connection establishment if AC barred continously for specific times.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: AC_BAR_ENHANCE is disable<BR>1: AC_BAR_ENHANCE is enable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) <BR>Test Time (minutes) <BR>[Init] <BR>[Test Step] https://wiki.mediatek.inc/display/WCTSE3/Internal+IT<BR>[Expected Result] shown in wiki,Untested,,,,
@@ -8889,7 +8889,7 @@
9536,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[121].SBP_DISABLE_4G5_EVALUATE_PING_PONG_CHECK,modem_sbp_config[121].SBP_DISABLE_4G5_EVALUATE_PING_PONG_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NR diable 4G5 ping-pong evaluate check<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
9537,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bypass_403_reason_phrase,ua_config.bypass_403_reason_phrase,OTA and OTA BY OP,no,no,no,no,If enabled REGISTER 403 response reason phrase content is not checked. If disabled REGISTER 403 response reason phrase text is expected to contain 'Forbidden' text string.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1 enabled<BR>any:values and format please reference to param. description,,not_auto_reg_403,Affect how not_auto_reg_403 handling works with different reason phrase parameter values.,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] UE attached in LTE<BR>[Test Step] enable VoLTE, and network respond to IMS register with 403 with reason phrase other than "forbidden"<BR>[Expected Result] <BR> enable: IMS register is attempted again.<BR> disable: 403 is handled as fatal error response. No IMS register re-attempt if not_autoreg_403 feature is enabled.",Untested,,,,
9538,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",bypass_403_reason_phrase.bypass_403_reason_phrase,ua_config.bypass_403_reason_phrase.bypass_403_reason_phrase,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>If enabled REGISTER 403 response reason phrase content is not checked. If disabled REGISTER 403 response reason phrase text is expected to contain 'Forbidden' text string.<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0,NR15.R3.MD700.MP,,bit:0/1:0 disabled<BR>1 enabled,,not_auto_reg_403,Affect how not_auto_reg_403 handling works with different reason phrase parameter values.,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"[Init] UE attached in LTE<BR>[Test Step] enable VoLTE, and network respond to IMS register with 403 with reason phrase other than "forbidden"<BR>[Expected Result] <BR> enable: IMS register is attempted again.<BR> disable: 403 is handled as fatal error response. No IMS register re-attempt if not_autoreg_403 feature is enabled.<BR>",Untested,,,,
-9539,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_usage_for_last_pcscf,ua_config.pcscf_usage_for_last_pcscf,OTA and OTA BY OP,no,no,no,no,This parameter is used to control which PCSCF address is used for new initial registration when last remaining PCSCF is in used and UE get INVITE 504 with registration restoration XML content.<BR>Value 0: UE trigger new PCSCF list recovery procedure A and trigger new initial registration to the new PCSCF address provided by network.<BR>Value 1: UE trigger new initial registration to the same PCSCF address if it is the last one in use.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description<BR>1 enabled,,no,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] UE IMS registered<BR>[Test Step] Make VoLTE call and network responds with 504 with registration restoration suggestion to the INVITE.<BR>[Expected Result] <BR> enabled: UE trigger new initial registration to the same PCSCF address if it is the last one in use.<BR> disabled: UE trigger new PCSCF list recovery procedure and trigger new initial registration to the new PCSCF address provided by network.,Untested,,,,
+9539,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_usage_for_last_pcscf,ua_config.pcscf_usage_for_last_pcscf,OTA and OTA BY OP,no,no,no,no,This parameter is used to control which PCSCF address is used for new initial registration when last remaining PCSCF is in used and UE get INVITE 504 with registration restoration XML content.<BR>Value 0: UE trigger new PCSCF list recovery procedure ????and trigger new initial registration to the new PCSCF address provided by network.<BR>Value 1: UE trigger new initial registration to the same PCSCF address if it is the last one in use.<BR>,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description<BR>1 enabled,,no,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] UE IMS registered<BR>[Test Step] Make VoLTE call and network responds with 504 with registration restoration suggestion to the INVITE.<BR>[Expected Result] <BR> enabled: UE trigger new initial registration to the same PCSCF address if it is the last one in use.<BR> disabled: UE trigger new PCSCF list recovery procedure and trigger new initial registration to the new PCSCF address provided by network.,Untested,,,,
9540,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",pcscf_usage_for_last_pcscf.pcscf_usage_for_last_pcscf,ua_config.pcscf_usage_for_last_pcscf.pcscf_usage_for_last_pcscf,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>This parameter is used to control which PCSCF address is used for new initial registration when last remaining PCSCF is in used and UE get INVITE 504 with registration restoration XML content.<BR>Disabled: UE trigger new PCSCF list recovery procedure and trigger new initial registration to the new PCSCF address provided by network.<BR>Enabled: UE trigger new initial registration to the same PCSCF address if it is the last one in use.<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0,NR15.R3.MD700.MP,,bit: 0/1:0 disabled<BR>1 enabled,,no,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] UE IMS registered<BR>[Test Step] Make VoLTE call and network responds with 504 with registration restoration suggestion to the INVITE.<BR>[Expected Result] <BR> enabled: UE trigger new initial registration to the same PCSCF address if it is the last one in use.<BR> disabled: UE trigger new PCSCF list recovery procedure and trigger new initial registration to the new PCSCF address provided by network.,Untested,,,,
9541,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_incall_voice_cap_pref,ipol_ans_cfg.ipol_ims_incall_voice_cap_pref,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, IMS call will select RAT which has voice capability rather than RAT no voice capability(e.g. VOPS OFF)",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0: off<BR>1: on,,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,1. make IMS registration<BR>2. make IMS call<BR>3. Call will stay on the target RAT which have voice capability<BR>,Pass,,,,
9542,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",squal,performance.est_th.squal,OTA and OTA BY OP,no,no,no,no,Squal threshold to determine serving quality is good for cell reselection related enhancement,SHORT,2,,,3,NR15.R3.MD700.MP,,invalid: 0x7FFF:Squal,,,,MD Config,Modem - Customer Requirement,,,[Pre-condition]<BR>(1) no SIM<BR>(2) one EMC support cell A and one non-EMC support cell B<BR>(3) turn on cell A and turn off cell B<BR><BR>[Step]<BR>(1) UE camps on EMC support cell A<BR>(2) weaker cell A's signal and turn on cell B<BR>(3) UE could reselect to cell B,Untested,,,,
@@ -8905,7 +8905,7 @@
9552,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",prefer_normal_scan_when_ecc_fail,profile_emerg.prefer_normal_scan_when_ecc_fail,OTA BY OP,no,no,no,yes,"Prefer normal scan when ecc fail (0:only limit, 1:prefer normal)",UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,1:prefer normal scan when ecc fail<BR>0:not prefer normal scan when ecc fail,,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. Register normal service<BR>3. dial call<BR>[Expected Result] UE can dial call normally. Provide the pass log to RD to check,Untested,,,,
9553,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[122].SBP_NWSEL_REPORT_ECAMPUI_IND,modem_sbp_config[122].SBP_NWSEL_REPORT_ECAMPUI_IND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NWSEL will report ECAMPUI to AP for showing icon when camp on.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,,,MD Config,Modem - Customer Requirement,,,This is SBP so RD IT/UT is enough,Pass,,,,
9554,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[106].SBP_PSONLY_RAS_ENABLED,modem_sbp_config[106].SBP_PSONLY_RAS_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>To enable PS ONLY RAS<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0- Disable RAS for PS only call<BR>1- Enable RAS for PS only call,,,No dependency,WCDMA RAS,Modem - Performance Enhancement,,,Move to DCH and check if RAS is disabled for PS only call,Untested,,,,
-9555,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_isim,xcap_info.support_isim,OTA and OTA BY OP,no,no,no,no,Support ISIM Card<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"This test only can do in RD IT to check whether the XCAP work fine when the ISIM has incorrect content.<BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR>[Init]<BR>insert SIM card has ISIM, but ISIM content is incorrect.<BR>[Test Step]<BR>1. Config this option to "Disable";<BR>2. Query call forwarding service.<BR>[Expected Result]<BR>Query Call forwarding service could work fine.",Pass,,,,
+9555,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_isim,xcap_info.support_isim,OTA and OTA BY OP,no,no,no,no,Support ISIM Card<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"This test only can do in RD IT to check whether the XCAP work fine when the ISIM has incorrect content.<BR>Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR>[Init]<BR>insert SIM card has ISIM, but ISIM content is incorrect.<BR>[Test Step]<BR>1. Config this option to "Disable";<BR>2. Query call forwarding service.<BR>[Expected Result]<BR>Query Call forwarding service could work fine.",Pass,,,,
9556,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_isim.support_isim,xcap_info.support_isim.support_isim,Not Support,no,no,no,no,Support ISIM<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
9557,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",send_del_ike_auth_ntfy_err,n3cf_cfg.send_del_ike_auth_ntfy_err,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>send_del_ike_auth_ntfy_err: 8 "Send delete IKEv2 SA after specific notify error" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,,Untested,,,,
9558,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",send_del_ike_auth_ntfy_err.send_del_ike_auth_ntfy_err,n3cf_cfg.send_del_ike_auth_ntfy_err.send_del_ike_auth_ntfy_err,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>Send delete IKEv2 SA after specific notify error<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0x00,NR15.R3.MD700.MP,,int: 0 or 1:true false,,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,,Untested,,,,
@@ -9039,7 +9039,7 @@
10089,57364,NVRAM_EF_NL1_ET_DEBUG_PARA_LID,1,rb_location_lp_idx,factory.force_dump_iq.rb_location_lp_idx,OTA,no,no,yes,no,,UNSIGNED INT,4,,,,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
10090,57364,NVRAM_EF_NL1_ET_DEBUG_PARA_LID,1,tx_lp_idx,factory.force_dump_iq.tx_lp_idx,OTA,no,no,yes,no,,UNSIGNED INT,4,,,,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
10091,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[122].SBP_SAT_SET_IMS_REGISTRATION_PROFILE,modem_sbp_config[122].SBP_SAT_SET_IMS_REGISTRATION_PROFILE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Additionally setting IMS Registration bit in sat profile<BR>bit 0:0:Keep as default<BR>bit 1:1:Additionally set",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable. CTC card's terminal profile is 20 bytes of -0xFF with the rest bytes of 0x00.,,,,SIM Application Toolkit - Class 1 & 2 & 3,Modem - 3GPP Spec.,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-10092,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[90].SBP_SET_AS_REL_5G_DISABLE,modem_sbp_data_config[90].SBP_SET_AS_REL_5G_DISABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>accessStratumRelease report to NW when 5G is disable<BR>bit 1:1:AccessStratumRelease_rel9<BR>bit 2:2:AccessStratumRelease_rel10<BR>bit 3:3:AccessStratumRelease_rel11<BR>bit 4:4:AccessStratumRelease_rel12<BR>bit 5:5:AccessStratumRelease_rel13<BR>bit 6:6:AccessStratumRelease_rel14<BR>bit 7:7:AccessStratumRelease_rel15<BR>bit 255:255:AccessStratumRelease no need change",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0x04:AccessStratumRelease_rel12<BR>0x02:AccessStratumRelease_rel10<BR>0x01:AccessStratumRelease_rel9<BR>0x05:AccessStratumRelease_rel13<BR>0xff:AccessStratumRelease no need change<BR>0x06:AccessStratumRelease_rel14<BR>0x03:AccessStratumRelease_rel11<BR>0x07:AccessStratumRelease_rel15,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init] Set value to 0x05 (AccessStratumRelease_rel13)<BR>[Test Step] Turn off NR capability<BR>[Expected Result] Check AS release downgrade from R15 to R13,Pass,,,,
+10092,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[90].SBP_SET_AS_REL_5G_DISABLE,modem_sbp_data_config[90].SBP_SET_AS_REL_5G_DISABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>accessStratumRelease report to NW when 5G is disable<BR>bit 1:1:AccessStratumRelease_rel9<BR>bit 2:2:AccessStratumRelease_rel10<BR>bit 3:3:AccessStratumRelease_rel11<BR>bit 4:4:AccessStratumRelease_rel12<BR>bit 5:5:AccessStratumRelease_rel13<BR>bit 6:6:AccessStratumRelease_rel14<BR>bit 7:7:AccessStratumRelease_rel15<BR>bit 255:255:AccessStratumRelease no need change",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0x05:AccessStratumRelease_rel13<BR>0x07:AccessStratumRelease_rel15<BR>0x03:AccessStratumRelease_rel11<BR>0x04:AccessStratumRelease_rel12<BR>0xff:AccessStratumRelease no need change<BR>0x06:AccessStratumRelease_rel14<BR>0x01:AccessStratumRelease_rel9<BR>0x02:AccessStratumRelease_rel10,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init] Set value to 0x05 (AccessStratumRelease_rel13)<BR>[Test Step] Turn off NR capability<BR>[Expected Result] Check AS release downgrade from R15 to R13,Pass,,,,
10093,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_prefer_endc_rsrp_thresh,pingpong_prefer_endc_rsrp_thresh,OTA and OTA BY OP,no,no,no,no,[MCF]Customized RSRP threshold for pingpong judge prefer endc cell. (qdBm),SHORT,2,,,0x00,NR15.R3.MD700.MP,,int16,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
10094,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_prefer_endc_rsrq_thresh,pingpong_prefer_endc_rsrq_thresh,OTA and OTA BY OP,no,no,no,no,[MCF]Customized RSRQ threshold for pingpong judge prefer endc cell. (qdB),SHORT,2,,,0x00,NR15.R3.MD700.MP,,int16,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
10110,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",bad_cell_watch_period,scg_bar_info.bad_cell_watch_period,OTA and OTA BY OP,no,no,no,no,"SCG cell observed valid timer, if expiry, recalulate SCG failure at the cell",UNSIGNED SHORT,2,,,0x0a,NR15.R3.MD700.MP,,int,,,,Gaming optimization for weak signal,Modem - MTK Optimization/Proprietary,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
@@ -9081,10 +9081,10 @@
10161,3008,NVRAM_EF_TMC_COOLER_TABLE_LID,4,value2,lv_cfg[0~8].value2,OTA,no,no,no,no,UL Throttle suspend time,UNSIGNED INT,4,,,0x00,NR15.R3.MD700.MP,,uint : 0 ~ 255,,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
10162,3008,NVRAM_EF_TMC_COOLER_TABLE_LID,4,zone_id,lv_cfg[0~8].zone_id,OTA,no,no,no,no,related zone id,UNSIGNED INT,4,,,0x00,NR15.R3.MD700.MP,,uint : 0 ~ 255,,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
10163,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_downgrade_waiting_final_resp,ua_config.force_downgrade_waiting_final_resp,OTA and OTA BY OP,no,no,no,no,"Directly change call type to audio and reply downgrade success when AP has requested downgrade<BR>Meanwhile start a timer, and when timer running, reject any ss operation request from AP, and reINVITE from NW<BR>If 200 OK received for the downgrade request, stop timer. If timer expiry, also resume to handle any local/remote request.<BR>0:Disable<BR>Unit:sec",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N)<BR>Yes<BR>Test Time (minutes)<BR>5<BR>[Init]<BR>UE registered IMS<BR>[Test Step]<BR>1) Make video call<BR>2) Downgrade (UE will send reINVITE, and test machine do not responde 200 OK)<BR>[Expected Result]<BR>When testing step 2), UI will switch to audio call immdiately",Untested,,,,
-10164,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_downgrade_waiting_final_resp.force_downgrade_waiting_final_resp,ua_config.force_downgrade_waiting_final_resp.force_downgrade_waiting_final_resp,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>Directly change call type to audio and reply downgrade success when AP has requested downgrade Meanwhile start a timer, and when timer running, reject any ss operation request from AP, and reINVITE from NW If 200 OK received for the downgrade request, stop timer. If timer expiry, also resume to handle any local/remote request.<BR>bit 0:0:Disable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:Disable<BR>1-255:Unit:sec. Start a timer with x seconds (x is the configured value),,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N)<BR>Yes<BR>Test Time (minutes)<BR>5<BR>[Init]<BR>UE registered IMS<BR>[Test Step]<BR>1) Make video call<BR>2) Downgrade (UE will send reINVITE, and test machine do not responde 200 OK)<BR>[Expected Result]<BR>When testing step 2), UI will switch to audio call immdiately",Untested,,,,
+10164,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",force_downgrade_waiting_final_resp.force_downgrade_waiting_final_resp,ua_config.force_downgrade_waiting_final_resp.force_downgrade_waiting_final_resp,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>Directly change call type to audio and reply downgrade success when AP has requested downgrade Meanwhile start a timer, and when timer running, reject any ss operation request from AP, and reINVITE from NW If 200 OK received for the downgrade request, stop timer. If timer expiry, also resume to handle any local/remote request.<BR>bit 0:0:Disable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,1-255:Unit:sec. Start a timer with x seconds (x is the configured value)<BR>0:Disable,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y/N)<BR>Yes<BR>Test Time (minutes)<BR>5<BR>[Init]<BR>UE registered IMS<BR>[Test Step]<BR>1) Make video call<BR>2) Downgrade (UE will send reINVITE, and test machine do not responde 200 OK)<BR>[Expected Result]<BR>When testing step 2), UI will switch to audio call immdiately",Untested,,,,
10181,1259,NVRAM_EF_MML1_ANT_DAT_CFG_DATABASE_LID,1,mml1_dat_switch_config_idx,mml1_ant_dat_db[0~49].mml1_dat_setting[0~7].mml1_dat_switch_config_idx,OTA,no,no,no,no,antenna switch config. index for all ant switching networks,ENUM,12,12,,0xFF,NR15.R3.MD700.MP,,0~23:MMRFD_ANT_SWITCH_CONFIG_IDX0~MMRFD_ANT_SWITCH_CONFIG_IDX23,,,,Dynamic antenna tunner (DAT),Modem Antenna - Antenna Tuner,,,Test in machine (N)<BR>Test Time (10 minutes)<BR>[Init] Follow MCF SOP<BR>[Test Step] Follow MCF SOP<BR>[Expected Result] Follow MCF SOP,Pass,,,,
10182,1259,NVRAM_EF_MML1_ANT_DAT_CFG_DATABASE_LID,1,mml1_dat_tuner_config_idx,mml1_ant_dat_db[0~49].mml1_dat_setting[0~7].mml1_dat_tuner_config_idx,OTA,no,no,no,no,antenna tuner config. index,ENUM,1,,,0xFF,NR15.R3.MD700.MP,,0~159:MMRFD_ANT_TUNER_CONFIG_IDX0~MMRFD_ANT_TUNER_CONFIG_IDX159,,,,Dynamic antenna tunner (DAT),Modem Antenna - Antenna Tuner,,,Test in machine (N)<BR>Test Time (10 minutes)<BR>[Init] Follow MCF SOP<BR>[Test Step] Follow MCF SOP<BR>[Expected Result] Follow MCF SOP,Pass,,,,
-10200,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",epdg_select_policy,n3cf_cfg.epdg_select_policy,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>epdg_select_policy: 8 "Support epdg selection process customize" <BR>0: "epdg selection mechanism default";<BR>1: "epdg selection mechanism custom_1";<BR>2: "epdg selection mechanism custom_2";<BR>3: "epdg selection mechanism custom_3";<BR>4: "epdg selection mechanism custom_4";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"one of the customization flows for epdg selection, required for specific operators<BR>0:"epdg selection mechanism default"<BR>1:"epdg selection mechanism custom_1"",,,No,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[*Hard to test]<BR>Test in machine (Y/N): N<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>Make sure SIM is latched to roaming network (VPLMN)<BR>[Test Step] <BR>Trigger WFC registration<BR>[Expected Result]<BR>It shall try to VPLMN based ePDG server (irrespective of selection info)<BR>It shall not try to Home PLMN based ePDG server if VPLMN based connection fails.<BR><BR>If SIM is latched to HPLMN, it shall only try with HPLMN based FQDN's IPs.<BR>It shall not try to operator Identifier based FQDNs too in case of failure above failure",Pass,,,,
+10200,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",epdg_select_policy,n3cf_cfg.epdg_select_policy,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>epdg_select_policy: 8 "Support epdg selection process customize" <BR>0: "epdg selection mechanism default";<BR>1: "epdg selection mechanism custom_1";<BR>2: "epdg selection mechanism custom_2";<BR>3: "epdg selection mechanism custom_3";<BR>4: "epdg selection mechanism custom_4";,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"1:"epdg selection mechanism custom_1"<BR>0:"epdg selection mechanism default"<BR>one of the customization flows for epdg selection, required for specific operators",,,No,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[*Hard to test]<BR>Test in machine (Y/N): N<BR>[Init] <BR>Using WFC sim.<BR>Set this config to 1.<BR>Make sure SIM is latched to roaming network (VPLMN)<BR>[Test Step] <BR>Trigger WFC registration<BR>[Expected Result]<BR>It shall try to VPLMN based ePDG server (irrespective of selection info)<BR>It shall not try to Home PLMN based ePDG server if VPLMN based connection fails.<BR><BR>If SIM is latched to HPLMN, it shall only try with HPLMN based FQDN's IPs.<BR>It shall not try to operator Identifier based FQDNs too in case of failure above failure",Pass,,,,
10201,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",epdg_select_policy.epdg_select_policy,n3cf_cfg.epdg_select_policy.epdg_select_policy,Not Support,no,no,no,no,[MCF],BIT,8,,8,0,NR15.R3.MD700.MP,,,,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,it is DUP item,Untested,,,,
10202,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[0].val_d,raw_data[0].val_d,OTA and OTA BY OP,no,no,no,no,"[MCF] LTE EPS Encryption Algorithm (EEA) and EPS Integrity Algorithm (EIA) configuration<BR>EEA setting. The first/leftmost bit covers b1, and so on. b1:EEA0, b2:128-EEA1, b3:128-EEA2, b4:128-EEA3, b5-b8:Reserved.",BIT,8,,8,0xf0,NR15.R3.MD700.MP,,bit,,,,[LTE Protocol Baseline]EPS_Bearer_Management,Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
10203,60934,NVRAM_EF_LTE_CAP_LID,"1,2",raw_data[1].val_d,raw_data[1].val_d,OTA and OTA BY OP,no,no,no,no,"[MCF] LTE EPS Encryption Algorithm (EEA) and EPS Integrity Algorithm (EIA) configuration<BR>EIA setting. The first/leftmost bit covers b1, and so on. b1:EIA0, b2:128-EIA1, b3:128-EIA2, b4:128-EIA3, b5-b8:Reserved. AN: If enable __VOLTE_SUPPORT__ or __NR_RAT__, EIA0 is supported.",BIT,8,,8,0xf0,NR15.R3.MD700.MP,,bit,,,,[LTE Protocol Baseline]EPS_Bearer_Management,Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
@@ -9143,7 +9143,7 @@
10259,60494,NVRAM_EF_EL1_SAR_TX_POWER_OFFSET_LID,1,tx_power_max_value,rf_sar_tx_power_offset_by_band[0~34].table[0~11].tx_power_max_value,OTA,no,no,no,no,unit for custom to input: 1/8 dB -> value '8' = 1 dB,CHAR,N,N,,,NR15.R3.MD700.MP,,,,nope,no,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,Update MCF fields and see if NVRAM values are changed accordingly.,Untested,,,,
10278,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",mo_invite_to_18x_timer_timeout,ua_config.mo_invite_to_18x_timer_timeout,OTA and OTA BY OP,no,no,no,no,Configuration to trigger csfb if 18x not received in time after having sent INVITE<BR>0:Disable<BR>Unit:sec,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"1~255: timer value, unit: sec<BR>0:Disable",,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Untested,,,,
10280,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,band,sar_2rgn_db[0~59].sar_2rgn_node[0~1].band,OTA,no,no,yes,no,NR SAR ENDC table,ENUM,2,,,MMRF_UNI_BANDNONE,NR15.R3.MD700.MP,,enum: {0~270},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
-10281,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,rat,sar_2rgn_db[0~59].sar_2rgn_node[0~1].rat,OTA,no,no,yes,no,NR SAR ENDC table,ENUM,1,,,MMRF_UNI_RAT_INVAILD,NR15.R3.MD700.MP,,MMRF_UNI_RAT_2G = 1<BR>MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64<BR><BR>MMRF_UNI_RAT_4G_5G = 48<BR>MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64<BR><BR>MMRF_UNI_RAT_4G_5G = 48,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
+10281,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,rat,sar_2rgn_db[0~59].sar_2rgn_node[0~1].rat,OTA,no,no,yes,no,NR SAR ENDC table,ENUM,1,,,MMRF_UNI_RAT_INVAILD,NR15.R3.MD700.MP,,MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64<BR><BR>MMRF_UNI_RAT_4G_5G = 48<BR>MMRF_UNI_RAT_2G = 1<BR>MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64<BR><BR>MMRF_UNI_RAT_4G_5G = 48,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10282,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,phy_ant_index,sar_2rgn_db[0~59].sar_2rgn_node[0~1].sar_tbl_ant_comb[0~29].sar_tbl_ant_comb_node_tx0.phy_ant_index,OTA,no,no,yes,no,NR SAR ENDC table,ENUM,1,,,MMRFD_ANT_INDEX_INVALID,NR15.R3.MD700.MP,,enum: {0~11},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10283,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,scenario_setting_index,sar_2rgn_db[0~N].sar_2rgn_node[0~N].sar_tbl_ant_comb[0~N].sar_tbl_ant_comb_node_tx0.scenario_setting_index,OTA,no,no,yes,no,NR SAR ENDC table,ENUM,N,,,MML1_CUSTOM_SAR_TBL_SCENARIO_SETTING_0,NR15.R3.MD700.MP,,enum: {1~99},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10284,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,phy_ant_index,sar_2rgn_db[0~59].sar_2rgn_node[0~1].sar_tbl_ant_comb[0~29].sar_tbl_ant_comb_node_tx1.phy_ant_index,OTA,no,no,yes,no,NR SAR ENDC table,ENUM,1,,,MMRFD_ANT_INDEX_INVALID,NR15.R3.MD700.MP,,enum: {0~11},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
@@ -9151,7 +9151,7 @@
10286,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,token,sar_2rgn_db[0~59].sar_2rgn_node[0~1].sar_tbl_ant_comb[0~29].token,OTA,no,no,yes,no,NR SAR ENDC table,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0~0XFFFFFFFF,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10287,57375,NVRAM_EF_NL1_SAR_SCENARIO_DB_LID,1,sar_tbl_ant,sar_scenario_setting_db[0~N].sar_tbl_ant,OTA,no,no,yes,no,NR SAR scenario setting,UNSIGNED CHAR,N,N,,,NR15.R3.MD700.MP,,,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10288,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,band,sar_1rgn_db[0~29].sar_1rgn_node.band,OTA,no,no,yes,no,NR SAR SA table,ENUM,2,,,MMRF_UNI_BANDNONE,NR15.R3.MD700.MP,,enum: {0~270},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
-10289,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,rat,sar_1rgn_db[0~29].sar_1rgn_node.rat,OTA,no,no,yes,no,NR SAR SA table,ENUM,1,,,MMRF_UNI_RAT_INVAILD,NR15.R3.MD700.MP,,MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64<BR>MMRF_UNI_RAT_2G = 1<BR>MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
+10289,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,rat,sar_1rgn_db[0~29].sar_1rgn_node.rat,OTA,no,no,yes,no,NR SAR SA table,ENUM,1,,,MMRF_UNI_RAT_INVAILD,NR15.R3.MD700.MP,,MMRF_UNI_RAT_2G = 1<BR>MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64<BR>MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10290,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,phy_ant_index,sar_1rgn_db[0~29].sar_1rgn_node.sar_tbl_ant_comb[0~29].sar_tbl_ant_comb_node_tx0.phy_ant_index,OTA,no,no,yes,no,NR SAR SA table,ENUM,1,,,MMRFD_ANT_INDEX_INVALID,NR15.R3.MD700.MP,,enum: {0~11},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10291,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,scenario_setting_index,sar_1rgn_db[0~29].sar_1rgn_node.sar_tbl_ant_comb[0~29].sar_tbl_ant_comb_node_tx0.scenario_setting_index,OTA,no,no,yes,no,NR SAR SA table,ENUM,N,,,MML1_CUSTOM_SAR_TBL_SCENARIO_SETTING_0,NR15.R3.MD700.MP,,enum: {1~99},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10292,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,phy_ant_index,sar_1rgn_db[0~29].sar_1rgn_node.sar_tbl_ant_comb[0~29].sar_tbl_ant_comb_node_tx1.phy_ant_index,OTA,no,no,yes,no,NR SAR SA table,ENUM,1,,,MMRFD_ANT_INDEX_INVALID,NR15.R3.MD700.MP,,enum: {0~11},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
@@ -9178,7 +9178,7 @@
10315,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[122].SBP_FOP_SETTING_ONLY_FOR_H3G,modem_sbp_config[122].SBP_FOP_SETTING_ONLY_FOR_H3G,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>FOP setting for H3G operater requirement<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,,,,MD Config,Modem - Customer Requirement,,,"Not necessary, this field is always disable on NR15.R3.MP.",Untested,,,,
10316,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[125].SBP_FORCE_RESEL_IF_EST_EVER_FAIL,modem_sbp_config[125].SBP_FORCE_RESEL_IF_EST_EVER_FAIL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Perform re-selection first if connection establish ever fail<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
10317,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[123].SBP_INVALID_SIM_RECOVERY,modem_sbp_config[123].SBP_INVALID_SIM_RECOVERY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Recover invalid SIM to camp on network<BR>bit 0:0:Disable SIM recovery<BR>bit 1:1:Enable SIM recovery",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,Modem Configuration Framework,Modem - Customer Requirement,,,,Untested,,,,
-10318,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[124].SBP_IPCA_INCR_NET_SCAN_SUPPORT,modem_sbp_config[124].SBP_IPCA_INCR_NET_SCAN_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MD does not support Incremental Network Scan<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0<BR>1,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
+10318,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[124].SBP_IPCA_INCR_NET_SCAN_SUPPORT,modem_sbp_config[124].SBP_IPCA_INCR_NET_SCAN_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MD does not support Incremental Network Scan<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1<BR>0,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
10319,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[124].SBP_IPCA_NW_MODE_EXTEND_FOR_ANDROID_O,modem_sbp_config[124].SBP_IPCA_NW_MODE_EXTEND_FOR_ANDROID_O,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Add EVDO enum in NW mode for Android O<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
10320,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[123].SBP_IPCA_NW_REDUCE_REG_INFO_IN_SLEEP_MODE,modem_sbp_config[123].SBP_IPCA_NW_REDUCE_REG_INFO_IN_SLEEP_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Custom reduce IPC reg_info NOTI when screen off<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
10321,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[124].SBP_IPCA_PH_LOCK_PAGING_IGNORE,modem_sbp_config[124].SBP_IPCA_PH_LOCK_PAGING_IGNORE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Ignore the paging when phone lock<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0: disable<BR>1: enable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Untested,,,,
@@ -9360,10 +9360,10 @@
10507,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",nfr_timer,nfr_timer,OTA and OTA BY OP,no,no,no,no,[MCF]Customized NRF timer: keep the connection to wait NW release/handover after call end. (ms),UNSIGNED INT,4,,,"0xd0, 0x07, 0x00, 0x00,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
10508,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",all_pcscf_fail_retry_max_num,imc_config.all_pcscf_fail_retry_max_num,Not Support,no,no,no,no,Should set open_pcscf_retry_count_limit as 1(enable) first.<BR>Used to define how many times UE can retry when all pcscf ims register fail.<BR>n(0 ~ 255):UE will retry n times IMS REG after all pcscf fail.,UNSIGNED CHAR,1,,,3,NR15.R3.MD700.MP,,any:values and format please reference to param. description,,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
10509,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",block_reg_when_isim_params_no_avail,imc_config.block_reg_when_isim_params_no_avail,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>UE will not trigger IMS PDN and Registration when one of ISIM parameters can not retrieve for IMS user identity.<BR>0: disable, if ISIM parameters can not retrieve, use USIM to generate IMS user identity.<BR>1: enable, block IMS PDN and Registration when ISIM parameters cannot retrieve.",ENUM,1,,,0,NR15.R3.MD700.MP,,"1:enable, block IMS PDN and Registration when ISIM parameters cannot retrieve<BR>0:disable, if ISIM parameters can not retrieve, use USIM to generate IMS user identity",,,,,,,,,Untested,,,,
-10510,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",text_default_fallback_support,imc_config.text_default_fallback_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Allow to use default EPS bearer for video stream.<BR>0:Disable<BR>1:NW will allow to use default bearer to send text stream media/RTP over default bearer.<BR>2:NW will allow NOT use default bearer to send text stream media/RTP over default bearer.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:NW will allow to use default bearer to send text stream media<BR>2:NW will allow NOT use default bearer to send text stream media,,,,,,,,,Untested,,,,
-10511,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",unlock_reg_on_plmn_change,imc_config.unlock_reg_on_plmn_change,OTA and OTA BY OP,no,no,no,no,Reset registration blocks on PLMN ID change<BR>0:keep blocks active even if PLMN ID changes<BR>1:reset active blocks,ENUM,1,,,0,NR15.R3.MD700.MP,,1:reset active blocks<BR>0:keep blocks active even if PLMN ID changes,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"1) UE is roaming against test system on a foreign PLMN ID<BR>2) Initiate IMS registration<BR>3) Reject IMS registration with a permantent cause (e.g. 403 if setting "not_auto_reg_403" is enabled). UE will block further registration attempts.<BR>4) Change PLMN ID to home, UE should attempt IMS registration again",Untested,,,,
-10512,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",est_client_tcp_when_send_response,ua_config.est_client_tcp_when_send_response,OTA and OTA BY OP,no,no,no,no,To controll if IMS stack will try to establish client tcp connection(UE port_c-NW port_s) when sending sip response via server tcp connection(UE port_s-NW port_c).<BR>0: Disable<BR>1: Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable<BR><BR>1: IMS stack will try to establish client tcp connection(UE port_c <-> NW port_s) when sending sip response via server tcp connection(UE port_s <-> NW port_c).<BR><BR>1: IMS stack will try to establish client tcp connection(UE port_c <-> NW port_s) when sending sip response via server tcp connection(UE port_s <-> NW port_c).<BR><BR>1: IMS stack will try to establish client tcp connection(UE port_c <-> NW port_s) when sending sip response via server tcp connection(UE port_s <-> NW port_c).,,,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (N)<BR>Test Time (1 minutes)<BR>[Init]<BR>UE IMS Registered<BR>[Test Step]<BR>1: Make UE receive VoLTE MT call;<BR>2: Observe if UE will try to establish tcp connection when sending 183 response;<BR>[Expected Result]<BR>UE will not establish tcp connection when sending 183 response;,Untested,,,,
-10513,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",oos_mobike_extend,n3cf_cfg.oos_mobike_extend,OTA and OTA BY OP,no,no,no,no,[MCF]Extend time in seconds for OOS timeout if MOBIKE supported was indicated by networks,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,any:values and format please reference to param. description<BR>0~0xFFFFFFFF,,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"Test in machine (Y)<BR>Test Time (5min)<BR>[Init]<BR>1. Prepare SIM card that networks supported MOBIKE<BR>2. Insert SIM card and keep MOBIKE enabled with default setting<BR>3. Set the oos timer with 7s and oos_mobike_extend with 23s<BR>[Test Step]<BR><BR>1. DUT enter flight mode and then enable WiFi and WFC<BR>2. Connect to WiFi AP 1 and wait DUT registered on WFC<BR>3. Disconnect DUT from WiFi AP 1 and wait about 30s<BR>4. Check WFC registration status, WFC should be deregistered at about 30s later after WiFi disconnected.<BR><BR>[Expected Result]<BR>Check WFC registration status, WFC should be deregistered at about 30s later after WiFi disconnected.",Pass,,,,
+10510,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",text_default_fallback_support,imc_config.text_default_fallback_support,OTA and OTA BY OP,no,no,no,no,*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>Allow to use default EPS bearer for video stream.<BR>0:Disable<BR>1:NW will allow to use default bearer to send text stream media/RTP over default bearer.<BR>2:NW will allow NOT use default bearer to send text stream media/RTP over default bearer.,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,2:NW will allow NOT use default bearer to send text stream media<BR>1:NW will allow to use default bearer to send text stream media<BR>0:Disable,,,,,,,,,Untested,,,,
+10511,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",unlock_reg_on_plmn_change,imc_config.unlock_reg_on_plmn_change,OTA and OTA BY OP,no,no,no,no,Reset registration blocks on PLMN ID change<BR>0:keep blocks active even if PLMN ID changes<BR>1:reset active blocks,ENUM,1,,,0,NR15.R3.MD700.MP,,0:keep blocks active even if PLMN ID changes<BR>1:reset active blocks,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"1) UE is roaming against test system on a foreign PLMN ID<BR>2) Initiate IMS registration<BR>3) Reject IMS registration with a permantent cause (e.g. 403 if setting "not_auto_reg_403" is enabled). UE will block further registration attempts.<BR>4) Change PLMN ID to home, UE should attempt IMS registration again",Untested,,,,
+10512,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",est_client_tcp_when_send_response,ua_config.est_client_tcp_when_send_response,OTA and OTA BY OP,no,no,no,no,To controll if IMS stack will try to establish client tcp connection(UE port_c-NW port_s) when sending sip response via server tcp connection(UE port_s-NW port_c).<BR>0: Disable<BR>1: Enable,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1: IMS stack will try to establish client tcp connection(UE port_c <-> NW port_s) when sending sip response via server tcp connection(UE port_s <-> NW port_c).<BR><BR>1: IMS stack will try to establish client tcp connection(UE port_c <-> NW port_s) when sending sip response via server tcp connection(UE port_s <-> NW port_c).<BR><BR>1: IMS stack will try to establish client tcp connection(UE port_c <-> NW port_s) when sending sip response via server tcp connection(UE port_s <-> NW port_c).<BR>1:Enable<BR>0:Disable,,,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (N)<BR>Test Time (1 minutes)<BR>[Init]<BR>UE IMS Registered<BR>[Test Step]<BR>1: Make UE receive VoLTE MT call;<BR>2: Observe if UE will try to establish tcp connection when sending 183 response;<BR>[Expected Result]<BR>UE will not establish tcp connection when sending 183 response;,Untested,,,,
+10513,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",oos_mobike_extend,n3cf_cfg.oos_mobike_extend,OTA and OTA BY OP,no,no,no,no,[MCF]Extend time in seconds for OOS timeout if MOBIKE supported was indicated by networks,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0~0xFFFFFFFF<BR>any:values and format please reference to param. description,,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"Test in machine (Y)<BR>Test Time (5min)<BR>[Init]<BR>1. Prepare SIM card that networks supported MOBIKE<BR>2. Insert SIM card and keep MOBIKE enabled with default setting<BR>3. Set the oos timer with 7s and oos_mobike_extend with 23s<BR>[Test Step]<BR><BR>1. DUT enter flight mode and then enable WiFi and WFC<BR>2. Connect to WiFi AP 1 and wait DUT registered on WFC<BR>3. Disconnect DUT from WiFi AP 1 and wait about 30s<BR>4. Check WFC registration status, WFC should be deregistered at about 30s later after WiFi disconnected.<BR><BR>[Expected Result]<BR>Check WFC registration status, WFC should be deregistered at about 30s later after WiFi disconnected.",Pass,,,,
10514,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",cell_no_rtp_stop_wlan_trtl_enable,comm_ans_cfg.trtl_cfg.cell_no_rtp_stop_wlan_trtl_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enabled, throttling of handover back to WLAN is overridden when Cell no RTP",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0~1,,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,"precondition<BR>enable no rtp handover and this feature<BR>1. AT+EIWLCFGSET="ipol_cell_no_rtp_handover_enable","1"<BR>2. AT+EIWLCFGSET="cell_no_rtp_stop_wlan_trtl_enable","1"<BR>3. AT+EIWLCFGSET="wlan_rove_in_trtl_time","300" // sec, extend handover back to WiFi guard timer for easy test<BR><BR>Test step:<BR>1. DUT register IMS on WiFi and make a IMS call<BR>2. WiFi signal weak and trigger DUT handover from WiFi to LTE (start handover back to WiFi timer 300s)<BR>3. On LTE DUT can not receive RTP data from NW (pull out remote peer battery)<BR><BR>Except result:<BR>DUT will handover back to WiFi immediately after rtp timeout(not wait handover back to WiFi timer(300s) timeout)",Pass,,,,
10515,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",wlan_no_rtp_stop_cell_trtl_enable,comm_ans_cfg.trtl_cfg.wlan_no_rtp_stop_cell_trtl_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enabled, throttling of handover back to Cell is overridden when WLAN no RTP",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0~1,,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,"precondition<BR>enable no rtp handover and this feature<BR>1. AT+EIWLCFGSET="ipol_wlan_no_rtp_handover_enable","1"<BR>2. AT+EIWLCFGSET="wlan_no_rtp_stop_wlan_trtl_enable","1"<BR>3. AT+EIWLCFGSET="cell_rove_in_trtl_time","300" // sec, extend handover back to cell guard timer for easy test<BR><BR>Test step:<BR>1. DUT register IMS on LTE and make a IMS call<BR>2. LTE signal weak and trigger DUT handover from LTE to WiFi (start handover back to LTE timer 300s)<BR>3. On WiFi DUT can not receive RTP data from NW (pull out AP ethernet cable)<BR><BR>Except result:<BR>DUT will handover back to LTE immediately after rtp timeout(not wait handover back to LTE timer(300s) timeout)",Pass,,,,
10516,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_ecc_over_emerg_ho_enable,ipol_ans_cfg.ipol_ims_ecc_over_emerg_ho_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, while ECC call over emergency PDN, allow ims handover",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0~1:0: disable<BR>1: enable,,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,"Precondition:<BR>1. DUT both enable volte and vowifi support<BR>2. VoLTE and vowifi support ECC call both<BR>3. AT+EIWLCFGSET="ipol_ims_ecc_over_emerg_ho_enable","1" // enable this feature, allow ECC handover when it's on emergency PDN<BR><BR>Test step:<BR>1. DUT register IMS on LTE and make a ECC call (on emergency PDN)<BR>2. During call DUT move to LTE weak and WiFi good zone to trigger handover<BR><BR>Result:<BR>1. DUT handover from LTE to WiFi and ECC call continued",Pass,,,,
@@ -9397,9 +9397,9 @@
10544,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[129].SBP_NO_ECC_RETRY_FOR_MM_CAUSE_101,modem_sbp_config[129].SBP_NO_ECC_RETRY_FOR_MM_CAUSE_101,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>No ECC retry for MM cause 101<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:Not Enabled. When CM SERVICE REJECT(#101) message is returned from the NW, L4 shall retry originations.<BR><BR>1:Enabled. When CM SERVICE REJECT(#101) message is returned from the NW, L4 shall stop retry originations.",,,,MD Config,Modem - Customer Requirement,,,Test in machine N<BR>Test Time (minutes): 5<BR>[Init] N<BR>[Test Step] <BR>1. Modify the MCF value and power on<BR>2. dial normal call<BR>[Expected Result] UE can dial emergency call normally. Provide the pass log to RD to check,Untested,,,,
10545,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[129].SBP_SUBADDRESS_SETTING,modem_sbp_config[129].SBP_SUBADDRESS_SETTING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Report the sub address provided in the dial string by AP to the network.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
10546,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[101].SBP_ENDC_EN_AMPR,modem_sbp_data_config[101].SBP_ENDC_EN_AMPR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable ENDC enhanced AMPR table<BR>bit 0:0:Enhanced table disable<BR>bit 1:1:Enhanced table enable",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
-10547,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",naptr_srv_level,http_info.naptr_srv_level,OTA and OTA BY OP,no,no,no,no,Support XCAP DNS resolve NAPTR SRV Level<BR>0:NAPTR SRV LEVEL NONE<BR>1:NAPTR SRV LEVEL SRV<BR>2:NAPTR SRV LEVEL NAPTR,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:NAPTR SRV LEVEL NONE<BR>1:NAPTR SRV LEVEL SRV<BR>2:NAPTR SRV LEVEL NAPTR<BR>bit 1:1:NAPTR SRV LEVEL SRV<BR>bit 2:2:NAPTR SRV LEVEL NAPTR,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Perform SS over XCAP for RJIO,Pass,,,,
-10548,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",naptr_srv_level.naptr_srv_level,http_info.naptr_srv_level.naptr_srv_level,Not Support,no,no,no,no,DNS resolve NAPTR Srv Level Support<BR><BR>bit 0:0:NAPTR SRV LEVEL NONE<BR>bit 1:1:NAPTR SRV LEVEL SRV<BR>bit 2:2:NAPTR SRV LEVEL NAPTR,BIT,8,,8,0,NR15.R3.MD700.MP,,2:2:NAPTR SRV LEVEL NAPTR<BR>0:0:NAPTR SRV LEVEL NONE<BR>1:1:NAPTR SRV LEVEL SRV,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Perform SS over XCAP for RJIO,Untested,,,,
-10549,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_xcap_diff,xcap_info.support_xcap_diff,Not Support,no,no,no,no,Support XCAP diff<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
+10547,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",naptr_srv_level,http_info.naptr_srv_level,OTA and OTA BY OP,no,no,no,no,Support XCAP DNS resolve NAPTR SRV Level<BR>0:NAPTR SRV LEVEL NONE<BR>1:NAPTR SRV LEVEL SRV<BR>2:NAPTR SRV LEVEL NAPTR,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,2:NAPTR SRV LEVEL NAPTR<BR>1:NAPTR SRV LEVEL SRV<BR>0:NAPTR SRV LEVEL NONE<BR>bit 1:1:NAPTR SRV LEVEL SRV<BR>bit 2:2:NAPTR SRV LEVEL NAPTR,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Perform SS over XCAP for RJIO,Pass,,,,
+10548,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",naptr_srv_level.naptr_srv_level,http_info.naptr_srv_level.naptr_srv_level,Not Support,no,no,no,no,DNS resolve NAPTR Srv Level Support<BR><BR>bit 0:0:NAPTR SRV LEVEL NONE<BR>bit 1:1:NAPTR SRV LEVEL SRV<BR>bit 2:2:NAPTR SRV LEVEL NAPTR,BIT,8,,8,0,NR15.R3.MD700.MP,,1:1:NAPTR SRV LEVEL SRV<BR>0:0:NAPTR SRV LEVEL NONE<BR>2:2:NAPTR SRV LEVEL NAPTR,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Perform SS over XCAP for RJIO,Untested,,,,
+10549,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_xcap_diff,xcap_info.support_xcap_diff,Not Support,no,no,no,no,Support XCAP diff<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
10550,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_xcap_diff.support_xcap_diff,xcap_info.support_xcap_diff.support_xcap_diff,Not Support,no,no,no,no,Support XCAP-diff<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,bit: 0/1<BR><BR>0: disable<BR>1: enable:Support XCAP d-ff feature or not,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
10551,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[129].SBP_UMTS_DISABLE_AMR_NB,modem_sbp_config[129].SBP_UMTS_DISABLE_AMR_NB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable UMTS AMR NB codec<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
10554,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_media_when_not_support_media.remove_media_when_not_support_media,xcap_info.remove_media_when_not_support_media.remove_media_when_not_support_media,Not Support,no,no,no,no,remove media when media_tag is false<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0,NR15.R3.MD700.MP,,bit 0:0:Disabled<BR>bit 1:1:Enabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
@@ -9424,7 +9424,7 @@
10608,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[130].SBP_ORDER_CA_WITH_ENABLELIST,modem_sbp_config[130].SBP_ORDER_CA_WITH_ENABLELIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Order CA with Enablelist for custom PLMN<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR><BR>Test Time (minutes): Less than 5 minutes<BR><BR>[Init] LTE load + internal phone + Test SIM<BR><BR>[Test Step]<BR>(1) Use new MCF tool to generate new OTA files<BR>(2) Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>(3) Replace new MCF EM mode & enable it<BR><BR>[Expected Result] Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
10610,1537,NVRAM_EF_LTE_PREFERENCE_LID,"1,2",ue_mode_by_at_cmd,ue_mode_by_at_cmd,OTA and OTA BY OP,no,no,no,yes,"[RUNTIME, MCF]ue_mode_by_at_cmd",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:0~4:0: PS_MODE_2 1: CS_PS_MODE_1 2: CS_PS_MODE_2 3: PS_MODE_1 4: INVALID (auto),,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
10611,1537,NVRAM_EF_LTE_PREFERENCE_LID,"1,2",ue_mode_by_at_cmd.ue_mode_by_at_cmd,ue_mode_by_at_cmd.ue_mode_by_at_cmd,OTA and OTA BY OP,no,no,no,yes,"[RUNTIME, MCF]ue_mode_by_at_cmd<BR>ue_mode_by_at_cmd<BR>bit 0:0:PS mode 2<BR>bit 1:1:CS/PS mode 1<BR>bit 2:2:CS/PS mode 2<BR>bit 3:3:PS mode 1<BR>bit 4:4:Clear",BIT,8,,8,0x00,NR15.R3.MD700.MP,,int:0~4:0: PS_MODE_2 1: CS_PS_MODE_1 2: CS_PS_MODE_2 3: PS_MODE_1 4: INVALID (auto),,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-10612,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[130].SBP_DISABLE_EUTRAN_WHILE_LTE_ONLY,modem_sbp_config[130].SBP_DISABLE_EUTRAN_WHILE_LTE_ONLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable EUTRAN for the current PLMN and search next available LTE PLMN<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_DISABLE_EUTRAN_WHILE_LTE_ONLY TRUE,Untested,,,,
+10612,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[130].SBP_DISABLE_EUTRAN_WHILE_LTE_ONLY,modem_sbp_config[130].SBP_DISABLE_EUTRAN_WHILE_LTE_ONLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable EUTRAN for the current PLMN and search next available LTE PLMN<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_DISABLE_EUTRAN_WHILE_LTE_ONLY TRUE,Untested,,,,
10613,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[102].SBP_PDCP_DISC_TMR_VOICE_RB,modem_sbp_data_config[102].SBP_PDCP_DISC_TMR_VOICE_RB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Value of PDCP discard timer for voice RB<BR>bit 0:0:10 ms<BR>bit 1:1:20 ms<BR>bit 2:2:30 ms<BR>bit 3:3:40 ms<BR>bit 4:4:50 ms<BR>bit 5:5:60 ms<BR>bit 6:6:75 ms<BR>bit 7:7:100 ms<BR>bit 8:8:150 ms<BR>bit 9:9:200 ms<BR>bit 10:10:250 ms<BR>bit 11:11:300 ms<BR>bit 12:12:500 ms<BR>bit 13:13:750 ms<BR>bit 14:14:1500 ms<BR>bit 15:15:infinity",BIT,8,,8,0x09,NR15.R3.MD700.MP,,"0x00: 10ms, 0x01: 20ms, 0x02: 30ms, 0x03: 40ms, 0x04: 50ms, 0x05: 60ms, 0x06: 75ms, 0x07: 100ms, 0x08: 150ms, 0x09: 200ms, 0x0A: 250ms, 0x0B: 300ms, 0x0C: 500ms, 0x0D: 750ms, 0x0E: 1500ms, 0x0F: infinity",,,,MD Config,Modem - Customer Requirement,,,PS transmission test,Pass,,,,
10614,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,band,sar_2rgn_db[0~39].sar_2rgn_node[0~1].band,OTA,no,no,yes,no,NR ENDC SAR table<BR>this parameter is band,ENUM,2,,,0,NR15.R3.MD700.MP,,enum: {0~270},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10615,57371,NVRAM_EF_NL1_SAR_ENDC_SETTING_LID,1,rat,sar_2rgn_db[0~39].sar_2rgn_node[0~1].rat,OTA,no,no,yes,no,NR ENDC SAR table<BR>this is rat,ENUM,1,,,0,NR15.R3.MD700.MP,,MMRF_UNI_RAT_2G = 1<BR>MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64<BR><BR>MMRF_UNI_RAT_4G_5G = 48,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
@@ -9432,11 +9432,11 @@
10617,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,band,sar_1rgn_db[0~19].sar_1rgn_node.band,OTA,no,no,yes,no,NR only SAR table<BR>band,ENUM,2,,,0,NR15.R3.MD700.MP,,enum: {0~270},,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10618,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,rat,sar_1rgn_db[0~19].sar_1rgn_node.rat,OTA,no,no,yes,no,NR only SAR table<BR>rat,ENUM,1,,,0,NR15.R3.MD700.MP,,MMRF_UNI_RAT_2G = 1<BR>MMRF_UNI_RAT_3G_TDD = 2<BR>MMRF_UNI_RAT_3G_FDD = 4<BR>MMRF_UNI_RAT_C2K = 8<BR>MMRF_UNI_RAT_4G = 16<BR>MMRF_UNI_RAT_5G = 32<BR>MMRF_UNI_RAT_5G_FR2 = 64<BR><BR>MMRF_UNI_RAT_4G_5G = 48,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
10619,57370,NVRAM_EF_NL1_SAR_SETTING_LID,1,sar_tbl_ant,sar_1rgn_db[0~19].sar_1rgn_node.sar_tbl[0~11].sar_tbl_ant,OTA,no,no,yes,no,NR only SAR table,UNSIGNED CHAR,20,20,,0,NR15.R3.MD700.MP,,any,,,,SAR TX Power offset,Modem RF Front-end - RF Front-end,,,"Test in machine (N)<BR>Test Time (30 minutes)<BR>[Init]<BR>prepare internal phone and environment<BR>[Test Step]<BR>1. build pass and get load<BR>2. NVRAM editor can write/read normally<BR>3. MCF UT framework test pass, OTA is normal<BR>[Expected Result]<BR>MCF OTA is normal",Untested,,,,
-10620,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[130].SBP_CT_ENTER_LIMITED_WHEN_DISABLE_C2K_VOPS,modem_sbp_config[130].SBP_CT_ENTER_LIMITED_WHEN_DISABLE_C2K_VOPS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>CT limited criteria on C2K and VoPS<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0<BR>:disable this feature<BR>1:enable this feature,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
+10620,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[130].SBP_CT_ENTER_LIMITED_WHEN_DISABLE_C2K_VOPS,modem_sbp_config[130].SBP_CT_ENTER_LIMITED_WHEN_DISABLE_C2K_VOPS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>CT limited criteria on C2K and VoPS<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable this feature<BR>0<BR>:disable this feature,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
10621,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[130].SBP_URSP_EVAL_SUPPORT,modem_sbp_config[130].SBP_URSP_EVAL_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>URSP Evaluation Support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
10622,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[130].SBP_URSP_RULE_SUPPORT,modem_sbp_config[130].SBP_URSP_RULE_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>URSP Rule Support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
10625,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[131].SBP_CONFIG_ENDC_COMB_BY_SBPID,modem_sbp_config[131].SBP_CONFIG_ENDC_COMB_BY_SBPID,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable configure ENDC combination by SBP ID<BR>bit 0:0:Disable feature - configure EN-DC combination by SBP ID <BR>bit 1:1:Enable feature - configure EN-DC combination by SBP ID",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,__SBP_CONFIG_ENDC_COMB_BY_SBPID__,,,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Untested,,,,
-10627,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[131].SBP_CT_HVOLTE_DEFAULT_VOPS_MODE,modem_sbp_config[131].SBP_CT_HVOLTE_DEFAULT_VOPS_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>config default CT hVolte mode<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0<BR>1,,,,MD Config,Modem - Customer Requirement,,,N,Untested,,,,
+10627,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[131].SBP_CT_HVOLTE_DEFAULT_VOPS_MODE,modem_sbp_config[131].SBP_CT_HVOLTE_DEFAULT_VOPS_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>config default CT hVolte mode<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1<BR>0,,,,MD Config,Modem - Customer Requirement,,,N,Untested,,,,
10628,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_upgrade_if_more_than_1_call,ua_config.reject_upgrade_if_more_than_1_call,OTA and OTA BY OP,no,no,no,no,Reject local/remote upgrade if there are more than 1 call<BR>0:Disable<BR>1:Enable,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0~1:0:Disable<BR>1:Enable,,,,Modem IMS - ViLTE,Modem IMS - ViLTE,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
10629,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_upgrade_if_more_than_1_call.reject_upgrade_if_more_than_1_call,ua_config.reject_upgrade_if_more_than_1_call.reject_upgrade_if_more_than_1_call,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>Reject local/remote upgrade if there are more than 1 call<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0,NR15.R3.MD700.MP,,0~1:0:Disable<BR>1:Enable,,,,Modem IMS - ViLTE,Modem IMS - ViLTE,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
10630,60946,NVRAM_EF_ERRC_GLOBAL_BAND_CA_CUSTOM_PLMN_LID,1,feature_switch,feature_switch,OTA,no,no,no,no,[MCF] Activate global band CA customization,ENUM,1,,,0x00,NR15.R3.MD700.MP,,"int/short/long: 0x00,0x01",,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
@@ -9444,7 +9444,7 @@
10632,60946,NVRAM_EF_ERRC_GLOBAL_BAND_CA_CUSTOM_PLMN_LID,1,cfg_id,plmn[0~199].cfg_id,OTA,no,no,no,no,"[MCF] Config ID, valid value is 0 to 29",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int/short/long: 0~29,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
10636,2945,NVRAM_EF_USB_MODE_LID,1,mode_id,mode_id,OTA,no,no,no,no,[MCF]USB vendor mode id,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0~99:depend on how many modes defined by the customer,,,,USB-DRV,Modem Platform - Peripheral Driver,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check<BR>[Expected Result] LID value has changed",Pass,,,,
10637,2945,NVRAM_EF_USB_MODE_LID,1,owner_id,owner_id,OTA,no,no,no,no,[MCF]USB vendor owner id,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0~99:depend on how many vendors defined by the customers,,,,USB-DRV,Modem Platform - Peripheral Driver,,,"Test in machine (N)<BR>Test Time (minutes) 10<BR>[Init] According to RD IT SOP<BR>[Test Step] LID value change to OTA file, OTA file push to Android file system, OTA file browse, LID value change check",Pass,,,,
-10639,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[131].SBP_FLIGHT_MODE_RESET_T3402,modem_sbp_config[131].SBP_FLIGHT_MODE_RESET_T3402,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Reset T3402 to default value when toggle flight mode<BR>bit 0:0:Not reset T3402<BR>bit 1:1:Reset T3402",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not reset T3402<BR>1:Reset T3402,,,,[LTE Protocol Baseline]EMM_REG,Modem - 3GPP Spec.,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
+10639,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[131].SBP_FLIGHT_MODE_RESET_T3402,modem_sbp_config[131].SBP_FLIGHT_MODE_RESET_T3402,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Reset T3402 to default value when toggle flight mode<BR>bit 0:0:Not reset T3402<BR>bit 1:1:Reset T3402",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Reset T3402<BR>0:Not reset T3402,,,,[LTE Protocol Baseline]EMM_REG,Modem - 3GPP Spec.,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
10652,60583,NVRAM_EF_EL1_HPUE_PARAMETER_LID,1,HPUEBand,HPUEBand,OTA,no,no,no,no,[MCF]LTE Band Supporting HPUE,ENUM,5,5,,0,NR15.R3.MD700.MP,,0~255:LTE Band ENUM,,,,HPUE,Modem RF Front-end - HPUE,,,,Untested,,,,
10653,60583,NVRAM_EF_EL1_HPUE_PARAMETER_LID,1,HPUEEna,HPUEEna,OTA,no,no,no,no,"[MCF]0: HPUE OFF, 1: HPUE ON",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0/1:0 for OFF & 1 for ON,,,,HPUE,Modem RF Front-end - HPUE,,,,Untested,,,,
10654,60583,NVRAM_EF_EL1_HPUE_PARAMETER_LID,1,band,HPUE_CLASS2_CA[0~19].band_param[0~3].band,OTA,no,no,no,no,[MCF]Band,ENUM,1,,,0,NR15.R3.MD700.MP,,0~255:LTE Band ENUM,,,,HPUE,Modem RF Front-end - HPUE,,,,Untested,,,,
@@ -9514,7 +9514,7 @@
10732,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[132].SBP_GAS_ENABLE_LTE_BG_SRCH_WHEN_NO_SERV_PRIO_PRESENT,modem_sbp_config[132].SBP_GAS_ENABLE_LTE_BG_SRCH_WHEN_NO_SERV_PRIO_PRESENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Do LTE backround search, when Serving cell priority is not present<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Untested,,,,
10733,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[132].SBP_MM_REL11_LR_REJ_CONGESTION_IGNORE_RRC_RELEASE_INDICATOR,modem_sbp_config[132].SBP_MM_REL11_LR_REJ_CONGESTION_IGNORE_RRC_RELEASE_INDICATOR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Increment abnormal count after reject with cause#22<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Based on RRC AS release indicator decide to increment abnormal count after reject with cause#22.<BR><BR>1:Increment abnormal count after reject with cause#22,,,"if compile option __MM_REL11_LR_REJ_CONGESTION_IGNORE_RRC_RELEASE_INDICATOR__ is defined, the SBP is enabled.",WCDMA_GSM_MM,Modem - 3GPP Spec.,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 10 mins <BR>[Init] NA<BR>[Test Step] Run AT&T test case LTE-BTR-1-1824<BR>[Expected Result] LTE-BTR-1-1824 should pass,Pass,,,,
10735,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[132].SBP_CUSTOM_TMO_LEGACY_SIM_EHPLMN_LIST,modem_sbp_config[132].SBP_CUSTOM_TMO_LEGACY_SIM_EHPLMN_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Update TMO_US live network PLMN's as defined in custom array CUSTOM_TMO_LEGACY_SIM_EHPLMN_LIST<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,No need and RD UT pass,Untested,,,,
-10737,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ecc_use_normal_pcscf,imc_config.ecc_use_normal_pcscf,OTA and OTA BY OP,no,no,yes,no,"Control If no P-CSCF address for emergency is received from the network, a P-CSCF address for a normal call shall be used<BR>0:Disable<BR>1:Enale",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,"bit: 0/1:0:Disable, 1:Enable<BR><BR>0:Disable<BR>1:Enale",,,,Voice over LTE,Modem IMS - VoLTE,,,"1. set ecc_use_normal_pcscf =1<BR>2. do IMS emergency call, NW build emergency PDN, but no P-CSCF address in it.<BR>3. a P-CSCF address for a normal call shall be used.<BR>4.expected: IMS emergency registration success, emergency call success.",Untested,,,,
+10737,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ecc_use_normal_pcscf,imc_config.ecc_use_normal_pcscf,OTA and OTA BY OP,no,no,yes,no,"Control If no P-CSCF address for emergency is received from the network, a P-CSCF address for a normal call shall be used<BR>0:Disable<BR>1:Enale",UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,"1:Enale<BR>0:Disable<BR>bit: 0/1:0:Disable, 1:Enable",,,,Voice over LTE,Modem IMS - VoLTE,,,"1. set ecc_use_normal_pcscf =1<BR>2. do IMS emergency call, NW build emergency PDN, but no P-CSCF address in it.<BR>3. a P-CSCF address for a normal call shall be used.<BR>4.expected: IMS emergency registration success, emergency call success.",Untested,,,,
10738,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",ecc_use_normal_pcscf.ecc_use_normal_pcscf,imc_config.ecc_use_normal_pcscf.ecc_use_normal_pcscf,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>Control If no P-CSCF address for emergency is received from the network, a P-CSCF address for a normal call shall be used<BR>bit 0:0:Disable<BR>bit 1:1:Enale",BIT,32,,32,0xff,NR15.R3.MD700.MP,,"bit: 0/1:Control If no P-CSCF address for emergency is received from the network, a P-CSCF address for a normal call shall be used<BR>0:Disable<BR>1:Enale",,,,Voice over LTE,Modem IMS - VoLTE,,,"[Init]<BR>UE register IMS.<BR>[Test Step]<BR>1. conditions: NW support control that If no P-CSCF address for emergency is received from the network, a P-CSCF address for a normal call shall be used. set ecc_use_normal_pcscf =1. 2.dial emergency call. <BR>[Expected Result]If no P-CSCF address for emergency is received from the network, a P-CSCF address for a normal call shall be used.",Untested,,,,
10739,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[132].SBP_MODIFY_CEER_CAUSE_RR_CONN_REL,modem_sbp_config[132].SBP_MODIFY_CEER_CAUSE_RR_CONN_REL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Modify ceer cause for RLF<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
10740,57387,NVRAM_EF_NL1_SB_HPUE_SETTING_LID,1,idx,sb_hpue_data[0~29].idx,OTA,no,no,no,no,Single band CA index (need to refer to ue capability),UNSIGNED INT,4,,,0xFFFFFFFF,NR15.R3.MD700.MP,,0~29,,custom file (HPUE),,MD Config,Modem - Customer Requirement,,,UE connect to Meta tool(NVRAM editor),Untested,,,,
@@ -9620,8 +9620,8 @@
10858,60542,NVRAM_EF_EL1_MPR_HPUE_CA_FEATURE_LID,1,mpr_QPSK0,mpr_by_band_hpue_ca[0~34].mpr_QPSK0,OTA,no,no,no,no,"[MCF] First QPSK MPR HPUE CA value, unit is 1/256 dB",UNSIGNED SHORT,2,,,,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
10859,60542,NVRAM_EF_EL1_MPR_HPUE_CA_FEATURE_LID,1,mpr_QPSK1,mpr_by_band_hpue_ca[0~34].mpr_QPSK1,OTA,no,no,no,no,"[MCF] Second QPSK MPR HPUE CA value, unit is 1/256 dB",UNSIGNED SHORT,2,,,,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
10860,60542,NVRAM_EF_EL1_MPR_HPUE_CA_FEATURE_LID,1,res_Hndlr,mpr_by_band_hpue_ca[0~34].res_Hndlr,OTA,no,no,no,no,[MCF] reserved bits,UNSIGNED SHORT,2,,,,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
-10861,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",accept_wifi_call_if_audio_cap_0,ua_config.accept_wifi_call_if_audio_cap_0,Not Support,no,no,no,no,"This is to accept incoming WIFi call when WFC is disabled and voice WiFi capability is disabled.<BR>0: Align with VOLTE operation, reject incoming call if audio capability is disabled.<BR>1: Ignore audio capability setting when it is a wifi call.<BR>0: Align with VOLTE operation, reject incoming call if audio capability is disabled.<BR>1: Ignore audio capability setting when it is a wifi call.",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"1:Ignore audio capability setting when it is a wifi call<BR>0:Align with VOLTE operation, reject incoming call if audio capability is disabled<BR>1: audio capability can be ignored for incoming wifi call",,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,disable audio capability and then make wifi call to the device<BR>The device shall be able to accept it,Untested,,,,
-10862,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",accept_wifi_call_if_audio_cap_0.accept_wifi_call_if_audio_cap_0,ua_config.accept_wifi_call_if_audio_cap_0.accept_wifi_call_if_audio_cap_0,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>This is to accept incoming WiFi call when WFC is disable and voice wifi capability is disabled.<BR>bit 0:0:Align with VoLTE operation, reject incoming call if audio capability is disabled.<BR>bit 1:1:Ignore audio capability setting when it is a wifi call.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0/1:0: audio capability shall be checked for wifi call 1: audio capability can be ignored for incoming wifi call<BR>1:audio capability can be ignored for incoming wifi call<BR>0:audio capability shall be checked for wifi call,,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,disable audio capability and then make wifi call to the device<BR>The device shall be able to accept it,Untested,,,,
+10861,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",accept_wifi_call_if_audio_cap_0,ua_config.accept_wifi_call_if_audio_cap_0,Not Support,no,no,no,no,"This is to accept incoming WIFi call when WFC is disabled and voice WiFi capability is disabled.<BR>0: Align with VOLTE operation, reject incoming call if audio capability is disabled.<BR>1: Ignore audio capability setting when it is a wifi call.<BR>0: Align with VOLTE operation, reject incoming call if audio capability is disabled.<BR>1: Ignore audio capability setting when it is a wifi call.",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:Align with VOLTE operation, reject incoming call if audio capability is disabled<BR>1:Ignore audio capability setting when it is a wifi call<BR>1: audio capability can be ignored for incoming wifi call",,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,disable audio capability and then make wifi call to the device<BR>The device shall be able to accept it,Untested,,,,
+10862,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",accept_wifi_call_if_audio_cap_0.accept_wifi_call_if_audio_cap_0,ua_config.accept_wifi_call_if_audio_cap_0.accept_wifi_call_if_audio_cap_0,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>This is to accept incoming WiFi call when WFC is disable and voice wifi capability is disabled.<BR>bit 0:0:Align with VoLTE operation, reject incoming call if audio capability is disabled.<BR>bit 1:1:Ignore audio capability setting when it is a wifi call.",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0/1:0: audio capability shall be checked for wifi call 1: audio capability can be ignored for incoming wifi call<BR>0:audio capability shall be checked for wifi call<BR>1:audio capability can be ignored for incoming wifi call,,,,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,disable audio capability and then make wifi call to the device<BR>The device shall be able to accept it,Untested,,,,
10863,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[132].SBP_EMM_DISABLE_SR_REJECT_LOCAL_REL_CONN,modem_sbp_config[132].SBP_EMM_DISABLE_SR_REJECT_LOCAL_REL_CONN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>EMM disable Service Reject local release connection<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0/1:If Value equals to 0 means EMM will local release connection when receiving Service Reject with abnormal cause;<BR>Else, EMM won't local release connection in such scenario",,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
10866,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[132].SBP_CHECKING_CA_WITH_RF_CAP,modem_sbp_config[132].SBP_CHECKING_CA_WITH_RF_CAP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Check CA with RF capability<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR><BR>Test Time (minutes): Less than 5 minutes<BR><BR>[Init] LTE load + internal phone + Test SIM<BR><BR>[Test Step]<BR>(1) Use new MCF tool to generate new OTA files<BR>(2) Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>(3) Replace new MCF EM mode & enable it<BR><BR>[Expected Result] Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
10868,60425,NVRAM_EF_EL1_AMPRADJTBL_LID,1,amprData,ampr_by_band[0~34].amprData,OTA,no,no,no,no,"[MCF] AMPR value, unit is 1/256 dB",UNION,48,,,,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
@@ -9701,7 +9701,7 @@
11021,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[137].SBP_AFR_2G4_DISABLED,modem_sbp_config[137].SBP_AFR_2G4_DISABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>AFR from 2G to 4G will use this setting to check whether Enabled or Disabled<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
11022,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[137].SBP_AFR_3G4_DISABLED,modem_sbp_config[137].SBP_AFR_3G4_DISABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>AFR from 3G to 4G will use this setting to check whether Enabled or Disabled<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
11023,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[134].SBP_DISABLE_RAC_IMS_REG_GUARD_TIMER,modem_sbp_config[134].SBP_DISABLE_RAC_IMS_REG_GUARD_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable RAC IMS_REG_GUARD_TIMER<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1<BR>0,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
-11024,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[135].SBP_DISABLE_TAU_FOR_PLMNLIST,modem_sbp_config[135].SBP_DISABLE_TAU_FOR_PLMNLIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Don't perform sync TAU during PLMN list ongoing<BR>bit 0:0:Perform TAU<BR>bit 1:1:Not perform TAU",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Don't perform sync TAU during PLMN list ongoing<BR>0:Perform sync TAU during PLMN list ongoing,,,,[LTE Protocol Baseline]EMM_PLMNLIST,Modem - 3GPP Spec.,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
+11024,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[135].SBP_DISABLE_TAU_FOR_PLMNLIST,modem_sbp_config[135].SBP_DISABLE_TAU_FOR_PLMNLIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Don't perform sync TAU during PLMN list ongoing<BR>bit 0:0:Perform TAU<BR>bit 1:1:Not perform TAU",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Perform sync TAU during PLMN list ongoing<BR>1:Don't perform sync TAU during PLMN list ongoing,,,,[LTE Protocol Baseline]EMM_PLMNLIST,Modem - 3GPP Spec.,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
11025,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[136].SBP_DONT_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_ABNORMAL,modem_sbp_config[136].SBP_DONT_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_ABNORMAL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Do not reset T3402 to default value at 5 times Attach abnormal.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
11026,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[137].SBP_EMM_CONN_FAIL_ABNORMAL_B_EMC,modem_sbp_config[137].SBP_EMM_CONN_FAIL_ABNORMAL_B_EMC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Handle abnormal case b for EMC as per 5.5.1.2.6, 5.5.3.2.6.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
11027,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[135].SBP_ENABLE_EDGE_ICON_CUSTOMIZATION,modem_sbp_config[135].SBP_ENABLE_EDGE_ICON_CUSTOMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable reporting EDGE cell capability even though PS is detached or not requested<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -9722,7 +9722,7 @@
11042,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[136].SBP_UAS_RESET_FREQUENCY_CORRECTION_FOR_CELL_SEL,modem_sbp_config[136].SBP_UAS_RESET_FREQUENCY_CORRECTION_FOR_CELL_SEL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Reset the Frequency correction when MCC priority search is triggered and Cell selection failed<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
11043,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[136].SBP_VZW_SWITCH_REQUIREMENT_VERSION_FOR_SSAC,modem_sbp_config[136].SBP_VZW_SWITCH_REQUIREMENT_VERSION_FOR_SSAC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>SSAC information shall NOT be applied when the RRC state is connected.<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,,,,,,,1.Enable/disable the SBP : SBP_VZW_SWITCH_REQUIREMENT_VERSION_FOR_SSAC <BR>2.Boot up the UE and initiate the IMS MMTEL procedure.<BR>3.Observe the SSAC information sent to AP,Untested,,,,
11044,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[94].SBP_4G5_VGSM_INIT_MOD_BACKOFF_TIME,modem_sbp_data_config[94].SBP_4G5_VGSM_INIT_MOD_BACKOFF_TIME,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>backoff time of VGSM to avoid 4G5 MOD collision<BR>bit 0:0:No backoff time<BR>bit 1:1:1 second<BR>bit 2:2:2 seconds<BR>bit 3:3:3 seconds<BR>bit 4:4:4 seconds<BR>bit 5:5:5 seconds",BIT,8,,8,0x02,NR15.R3.MD700.MP,,int/short/long: 0~5:To control the backoff time (second) to update capability to Network in 4G to 5G with N26 interworking case for avoiding MO/MT PDU session modification collision.,,,NA,[5G Protocol Baseline]VGSM-PDU session procedure,Modem - 3GPP Spec.,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Untested,,,,
-11045,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[102].SBP_ENDC_EN_AMPR,modem_sbp_data_config[102].SBP_ENDC_EN_AMPR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable ENDC enhanced AMPR table<BR>bit 0:0:Enhanced table disable<BR>bit 1:1:Enhanced table enable",BIT,8,,8,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+11045,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[102].SBP_ENDC_EN_AMPR,modem_sbp_data_config[102].SBP_ENDC_EN_AMPR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable ENDC enhanced AMPR table<BR>bit 0:0:Enhanced table disable<BR>bit 1:1:Enhanced table enable",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
11046,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[92].SBP_IDC_GNSSPWR_EN,modem_sbp_data_config[92].SBP_IDC_GNSSPWR_EN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable lte powerback at B13, 14 with Gps on<BR>bit 0:0:IDC GNSSPWR disable<BR>bit 1:1:IDC GNSSPWR enable",BIT,8,,8,0x00,NR15.R3.MD700.MP,,,,11047,11047,In-Device Coexistence (IDC),Modem - MTK Optimization/Proprietary,,,Test in machine (Y/N)<BR> Test Time (minutes)<BR> [Init]<BR> [Test Step]<BR> [Expected Result],Untested,,,,
11047,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[93].SBP_IDC_IM_TX_PWR_FOR_GPS,modem_sbp_data_config[93].SBP_IDC_IM_TX_PWR_FOR_GPS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Set LTE max Tx power when IDC is enabled<BR>bit 1:1:TX_PWR_1<BR>bit 2:2:TX_PWR_2<BR>bit 3:3:TX_PWR_3<BR>bit 4:4:TX_PWR_4<BR>bit 5:5:TX_PWR_5<BR>bit 6:6:TX_PWR_6<BR>bit 7:7:TX_PWR_7<BR>bit 8:8:TX_PWR_8<BR>bit 9:9:TX_PWR_9<BR>bit 10:10:TX_PWR_10<BR>bit 11:11:TX_PWR_11<BR>bit 12:12:TX_PWR_12<BR>bit 13:13:TX_PWR_13<BR>bit 14:14:TX_PWR_14<BR>bit 15:15:TX_PWR_15<BR>bit 16:16:TX_PWR_16<BR>bit 17:17:TX_PWR_17<BR>bit 18:18:TX_PWR_18<BR>bit 19:19:TX_PWR_19<BR>bit 20:20:TX_PWR_20<BR>bit 21:21:TX_PWR_21<BR>bit 22:22:TX_PWR_22<BR>bit 23:23:TX_PWR_23",BIT,8,,8,0x11,NR15.R3.MD700.MP,,,,11046,11046,In-Device Coexistence (IDC),Modem - MTK Optimization/Proprietary,,,Test in machine (Y/N)<BR> Test Time (minutes)<BR> [Init]<BR> [Test Step]<BR> [Expected Result],Untested,,,,
11048,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[97].SBP_NWSEL_LTE_REJ_RETRY_COUNTER_MAX,modem_sbp_data_config[97].SBP_NWSEL_LTE_REJ_RETRY_COUNTER_MAX,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>LTE reject retry counter maximum",BIT,8,,8,0x05,NR15.R3.MD700.MP,,bit: 0x01~0x05,,,,MD Config,Modem - Customer Requirement,,,Let UE be rejected by network,Pass,,,,
@@ -9736,7 +9736,7 @@
11056,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[95].SBP_TX_PCMAX_OFFSET,modem_sbp_data_config[95].SBP_TX_PCMAX_OFFSET,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable PCMAX adjustment in LTE SA and ENDC scenario<BR>bit 0:0:Adjustment disable<BR>bit 1:1:Adjustment enable",BIT,8,,8,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
11057,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[91].SBP_WCDMA_RRC_FEATURE,modem_sbp_data_config[91].SBP_WCDMA_RRC_FEATURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable/Disable WCDMA RRC Feature<BR>bit 1:1:RRC FEATURE: FDPCH<BR>bit 2:2:RRC FEATURE: EFDPCH<BR>bit 4:4:RRC FEATURE: CPC<BR>bit 8:8:RRC FEATURE: SLOTFORMAT<BR>bit 16:16:RRC FEATURE: HSFACH<BR>bit 32:32:RRC FEATURE: HSRACH<BR>bit 64:64:RRC FEATURE: HSFACHDRX<BR>bit 128:128:RRC FEATURE: MACIIS",BIT,8,,8,0x00,NR15.R3.MD700.MP,,,,SBP_WCDMA_RRC_FEATURE,SBP_WCDMA_RRC_FEATURE,MD Config,Modem - Customer Requirement,,,Enable/ Disable SBP.<BR>Check RRC connection establishment message content.,Untested,,,,
11058,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[103].SBP_WCDMA_RRC_FEATURE_EXT,modem_sbp_data_config[103].SBP_WCDMA_RRC_FEATURE_EXT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable/Disable additional WCDMA RRC Feature<BR>bit 1:1:RRC FEATURE: HSSCCHLESS<BR>bit 2:2:RRC FEATURE: INTERRATHO<BR>bit 4:4:RRC FEATURE: MEASREPORT<BR>bit 8:8:RRC FEATURE: TWODRXSCHEMES<BR>bit 16:16:RRC FEATURE: EDPDCHPOWER",BIT,8,,8,0x00,NR15.R3.MD700.MP,,,,SBP_WCDMA_RRC_FEATURE_EXT,SBP_WCDMA_RRC_FEATURE,MD Config,Modem - Customer Requirement,,,Enable/ Disable SBP.<BR>Check RRC connection establishment message content.,Untested,,,,
-11062,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[137].SBP_DISABLE_EUTRAN_WHILE_NO_23G,modem_sbp_config[137].SBP_DISABLE_EUTRAN_WHILE_NO_23G,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable EUTRAN for the current PLMN and search next available LTE PLMN<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_DISABLE_EUTRAN_WHILE_NO_23G TRUE,Untested,,,,
+11062,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[137].SBP_DISABLE_EUTRAN_WHILE_NO_23G,modem_sbp_config[137].SBP_DISABLE_EUTRAN_WHILE_NO_23G,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable EUTRAN for the current PLMN and search next available LTE PLMN<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_DISABLE_EUTRAN_WHILE_NO_23G TRUE,Untested,,,,
11063,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[137].SBP_NR_RRC_CONNECTED_SIB1_FAIL_ENHANCEMENT,modem_sbp_config[137].SBP_NR_RRC_CONNECTED_SIB1_FAIL_ENHANCEMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Trigger error recovery procedure after unsuccessful SIB1 reception in RRC-CONNECTED.<BR>bit 0:0:Enhancement disabled<BR>bit 1:1:Enhancement enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,None,None,NR Standalone (Option 2) - SA,Modem - 3GPP Spec.,,,Trigger SBI1 reception failure in RRC_CONNECTED,Untested,,,,
11069,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_FORCE_USE_REDUCED_CAT_CA_TABLE,modem_sbp_config[138].SBP_FORCE_USE_REDUCED_CAT_CA_TABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Force to use reduced CAT (CAT12) and CA table whether the plmn is<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR><BR>Test Time (minutes): Less than 5 minutes<BR><BR>[Init] LTE load + internal phone + Test SIM<BR><BR>[Test Step]<BR>(1) Use new MCF tool to generate new OTA files<BR>(2) Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>(3) Replace new MCF EM mode & enable it<BR><BR>[Expected Result] Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
11072,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_block_wifi_until_srvcc_call_end,ipol_ans_cfg.ipol_ims_block_wifi_until_srvcc_call_end,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, UE will not attempt IMS over WLAN until SRVCC CS call end",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,int: 0~1,,none,none,MD Config,Modem - Customer Requirement,,,"Make IMS call in VoLTE, SRVCC call to 3G, keep call ongoing in CS, WiFi become availalble. Observer that UE does not attempt to make IMS reg in wifi until call in CS in ended.",Pass,,,,
@@ -9746,12 +9746,12 @@
11088,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",nrsa_barring_value,nwsel_data.nrsa_barring_value,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]T_5GNRSA_barring timer value, AN: used only when VzW CDMA-less",UNSIGNED INT,4,,,0x00,NR15.R3.MD700.MP,,int: 1~9999,,,,VzW LTE Data / LTE Data Retry,Modem - Operator Requirement,,,Write a value in and check if it take effect,Pass,,,,
11092,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",epsfb_timer,imc_config.epsfb_timer,Not Support,no,no,no,no,"This timer will protect both MO/MT call over NR. If it expires, it will trigger EPSFB.<BR>unit: sec<BR>note: set "when_start_epsfb_timer" and "when_stop_epsfb_timer" to control the timing of start/stop this timer.",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
11093,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",confidence_level,ua_config.confidence_level,OTA and OTA BY OP,no,no,no,no,,UNSIGNED INT,4,,,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-11094,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",new_reg_for_initial_request_type,ua_config.new_reg_for_initial_request_type,OTA and OTA BY OP,no,no,no,no,"During handover, if the PDN request type is "initial", do initial registration.<BR>0: Disable<BR>1: Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make MO call and handover (with initial request_type) between roaming-LTE and home-LTE<BR>[Expected Result] The UE will do registration to the right P-CSCF,Untested,,,,
+11094,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",new_reg_for_initial_request_type,ua_config.new_reg_for_initial_request_type,OTA and OTA BY OP,no,no,no,no,"During handover, if the PDN request type is "initial", do initial registration.<BR>0: Disable<BR>1: Enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make MO call and handover (with initial request_type) between roaming-LTE and home-LTE<BR>[Expected Result] The UE will do registration to the right P-CSCF,Untested,,,,
11095,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",new_reg_for_initial_request_type.new_reg_for_initial_request_type,ua_config.new_reg_for_initial_request_type.new_reg_for_initial_request_type,Not Support,no,no,no,no,"[MCF]<BR>During handover, if the PDN request type is \"initial\", do initial registration.<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-11096,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_new_pcscf_for_reg,ua_config.use_new_pcscf_for_reg,OTA and OTA BY OP,no,no,no,no,"During handover, the UE will disconnect and do initial registration to the first P-CSCF in the new list received from network if this is enabled.<BR>b0: The UE will do initial registration when current active P-CSCF is not in the new list<BR>b1: The UE will do initial registration when local IP changes",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b1:The UE will do initial registration when local IP changes<BR>b0:The UE will do initial registration when current active P-CSCF is not in the new list,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make MO call and handover between roaming-LTE and home-LTE<BR>[Expected Result] The UE will do registration to the right P-CSCF,Untested,,,,
+11096,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_new_pcscf_for_reg,ua_config.use_new_pcscf_for_reg,OTA and OTA BY OP,no,no,no,no,"During handover, the UE will disconnect and do initial registration to the first P-CSCF in the new list received from network if this is enabled.<BR>b0: The UE will do initial registration when current active P-CSCF is not in the new list<BR>b1: The UE will do initial registration when local IP changes",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,b0:The UE will do initial registration when current active P-CSCF is not in the new list<BR>b1:The UE will do initial registration when local IP changes,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,[Init] IMS Register over LTE or VoWiFi<BR>[Test Step] make MO call and handover between roaming-LTE and home-LTE<BR>[Expected Result] The UE will do registration to the right P-CSCF,Untested,,,,
11097,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_new_pcscf_for_reg.b0,ua_config.use_new_pcscf_for_reg.b0,Not Support,no,no,no,no,"[MCF]During handover, the UE will disconnect and do initial registration to the first P-CSCF in the new list received from network if this is enabled.<BR> The UE will do initial registration when current active P-CSCF is not in the new list",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
11098,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",use_new_pcscf_for_reg.b1,ua_config.use_new_pcscf_for_reg.b1,Not Support,no,no,no,no,"[MCF]During handover, the UE will disconnect and do initial registration to the first P-CSCF in the new list received from network if this is enabled.<BR> The UE will do initial registration when local IP changes",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,,Untested,,,,
-11099,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",device_identity_type,n3cf_cfg.device_identity_type,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>device_identity_type: 8 "DEVICE_IDENTITY type in notify payload" <BR>0: "DEV_ID_IMEI";<BR>1: "DEV_ID_IMEISV";,UNSIGNED CHAR,1,,,DEV_ID_IMEI,NR15.R3.MD700.MP,,0:"DEV_ID_IMEI"<BR>1:"DEV_ID_IMEISV",,,Valid if n3cf_cfg.device_identity is 1 (enable),WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[Init]<BR>Using WFC sim.<BR>Set n3cf_cfg.device_identity to 1<BR>Set n3cf_cfg.device_identity_type to 1 <BR>[Test Step]<BR>Trigger WFC registration.<BR>[Expected Result]<BR>1. In IKE AUTH responder (MID=01), check if there is DEVICE_IDENTITY notify payload. If no, means NW not support.<BR>2. In IKE AUTH initiator (MID=02), check if UE replied IMEISV(2) identity type in DEVICE_IDENTITY notify payload.",Pass,,,,
+11099,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",device_identity_type,n3cf_cfg.device_identity_type,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>device_identity_type: 8 "DEVICE_IDENTITY type in notify payload" <BR>0: "DEV_ID_IMEI";<BR>1: "DEV_ID_IMEISV";,UNSIGNED CHAR,1,,,DEV_ID_IMEI,NR15.R3.MD700.MP,,1:"DEV_ID_IMEISV"<BR>0:"DEV_ID_IMEI",,,Valid if n3cf_cfg.device_identity is 1 (enable),WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[Init]<BR>Using WFC sim.<BR>Set n3cf_cfg.device_identity to 1<BR>Set n3cf_cfg.device_identity_type to 1 <BR>[Test Step]<BR>Trigger WFC registration.<BR>[Expected Result]<BR>1. In IKE AUTH responder (MID=01), check if there is DEVICE_IDENTITY notify payload. If no, means NW not support.<BR>2. In IKE AUTH initiator (MID=02), check if UE replied IMEISV(2) identity type in DEVICE_IDENTITY notify payload.",Pass,,,,
11100,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",device_identity_type.device_identity_type,n3cf_cfg.device_identity_type.device_identity_type,Not Support,no,no,no,no,[MCF]<BR>DEVICE_IDENTITY type in notify payload<BR>bit 0:0:DEV_ID_IMEI<BR>bit 1:1:DEV_ID_IMEISV,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,,Untested,,,,
11101,1261,NVRAM_EF_MML1_MIPI_ANT_TUNER_INITIAL_CW_LID,1,bpi_data,ant_tuner_initial_cw_table.bpi_init_data.bpi_data,OTA,no,no,yes,no,bpi_data,UNSIGNED INT,4,,,any,NR15.R3.MD700.MP,,any,,,,BPI/MIPI setting in engineer mode,Modem RF Front-end - RF Front-end,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
11102,1261,NVRAM_EF_MML1_MIPI_ANT_TUNER_INITIAL_CW_LID,1,bpi_mask,ant_tuner_initial_cw_table.bpi_init_data.bpi_mask,OTA,no,no,yes,no,bpi_mask,UNSIGNED INT,4,,,any,NR15.R3.MD700.MP,,any,,,,BPI/MIPI setting in engineer mode,Modem RF Front-end - RF Front-end,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
@@ -9765,16 +9765,16 @@
11110,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_5G_SA_ROHC_TCP_PROFILE_SUPPORT,modem_sbp_config[138].SBP_5G_SA_ROHC_TCP_PROFILE_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>5G SA ROHC TCP profile support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
11111,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_5G_SA_UPLINK_ONLY_ROHC_TCP_PROFILE_SUPPORT,modem_sbp_config[138].SBP_5G_SA_UPLINK_ONLY_ROHC_TCP_PROFILE_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>5G SA uplink-only ROHC TCP profile support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
11112,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[139].SBP_DISABLE_N1_WHEN_SUCI_UNPROTECTED,modem_sbp_config[139].SBP_DISABLE_N1_WHEN_SUCI_UNPROTECTED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Configure if UE need to disable N1 when SUCI not protected<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bool: False,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>Insert SIM with/without SUCI protected<BR>[Expected Result]<BR>UE search enable/ disable N1,Pass,,,,
-11113,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_DISABLE_UL_256QAM,modem_sbp_config[138].SBP_DISABLE_UL_256QAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable / disable UL 256QAM.<BR>bit 0:0:Not Enabled: Default behavior<BR>bit 1:1:Enabled: Apply disable UL 256QAM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Not Enabled: Default behavior<BR>bit: 0/1<BR>1:Enabled: Apply disable UL 256QAM,,,,5G option capability update,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (2 minutes)<BR>[Init]<BR>flight mode<BR>[Test Step]<BR>1.Modify SBP_DISABLE_UL_256QAM as TRUE in META<BR>2.enter flight mode<BR>3.leave flight mode<BR>4.Camp on cell success<BR>5.Record log<BR><BR>[Expected Result]<BR>UL 256QAM is disabled,Untested,,,,
+11113,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_DISABLE_UL_256QAM,modem_sbp_config[138].SBP_DISABLE_UL_256QAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable / disable UL 256QAM.<BR>bit 0:0:Not Enabled: Default behavior<BR>bit 1:1:Enabled: Apply disable UL 256QAM",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled: Apply disable UL 256QAM<BR>0:Not Enabled: Default behavior<BR>bit: 0/1,,,,5G option capability update,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (2 minutes)<BR>[Init]<BR>flight mode<BR>[Test Step]<BR>1.Modify SBP_DISABLE_UL_256QAM as TRUE in META<BR>2.enter flight mode<BR>3.leave flight mode<BR>4.Camp on cell success<BR>5.Record log<BR><BR>[Expected Result]<BR>UL 256QAM is disabled,Untested,,,,
11114,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_EMM_SR_REJECT_ATTEMPT_BACK_OFF,modem_sbp_config[138].SBP_EMM_SR_REJECT_ATTEMPT_BACK_OFF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>EMM enable Service Reject Attempt back-off mechanism<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
11115,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[139].SBP_GAS_CUSTOM_MAX_CELL_TO_TRY_FOR_STORED_SEARCH,modem_sbp_config[139].SBP_GAS_CUSTOM_MAX_CELL_TO_TRY_FOR_STORED_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use GAS default value: maximum number of stored list type search cells<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:bit: 0/1,,,,[GSM Protocol Baseline]Cell_Selection,Modem - 3GPP Spec.,,,Test in machine (Y/N) : Y<BR> Test Time (minutes) : NA<BR> [Init] : Customer need to configuration Max ARFCN to try Customer configuratiion valable: custom_max_arfcn_to_try_for_stored_search on custimer file<BR> [Test Step] : Try normal camping on GSM<BR> [Expected Result] : UE should be camping successfully on GSM,Untested,,,,
11116,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[139].SBP_IPC_SA_ENABLE,modem_sbp_config[139].SBP_IPC_SA_ENABLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Indicate if the SA is enabled for IPC modules<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
11117,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_PLMN_BASED_T3502,modem_sbp_config[138].SBP_PLMN_BASED_T3502,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>T3502 is maintained per PLMN basis.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,,,VzW LTE Data / LTE Data Retry,Modem - Operator Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
11118,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_TFT_FURTHER_PROCESS_PF_PRECED_CONFLICT,modem_sbp_config[138].SBP_TFT_FURTHER_PROCESS_PF_PRECED_CONFLICT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Further process pf precedence conflict without dedicated bearer deactivation by reference to 3GPP R16 24.301 CR3372r1.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,N/A,N/A,MD Config,Modem - Customer Requirement,,,[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
11119,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[138].SBP_VZW_V2E_SET_ACTIVE_FLAG,modem_sbp_config[138].SBP_VZW_V2E_SET_ACTIVE_FLAG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE will set the 'active' flag in the TAU request after intersystem from 5G to 4G<BR>bit 0:0:Disabled. UE will not set the 'active' flag in the TAU request when TAU is triggered by redirect / ir search / cell reselection from 5G to 4G.<BR>bit 1:1:Enabled. UE will set the 'active' flag in the TAU request when TAU is triggered by redirect / ir search / cell reselection from 5G to 4G",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,D-SBP,Modem - MTK Optimization/Proprietary,,,,Untested,,,,
-11120,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",dns_failover,http_info.dns_failover,OTA and OTA BY OP,no,no,no,no,DNS Failover to support retry multiple XCAP IP addresses<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"The test is based on network status, but we could verify no side effect even we enable it. <BR>Test in machine (Y/N)N<BR> Test Time (minutes)5<BR> [Init]<BR> Insert support XCAP SIM to phone, and boot up.<BR> [Test Step]<BR> 1. enable the configuration to 1(Enable);<BR> 2. go to call forwarding UI;<BR> 3. enable CFU;<BR> [Expected Result]<BR> In step 2, query call forwarding status no error happen;<BR> In step 3, enable CFU successfully.",Pass,,,,
+11120,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",dns_failover,http_info.dns_failover,OTA and OTA BY OP,no,no,no,no,DNS Failover to support retry multiple XCAP IP addresses<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"The test is based on network status, but we could verify no side effect even we enable it. <BR>Test in machine (Y/N)N<BR> Test Time (minutes)5<BR> [Init]<BR> Insert support XCAP SIM to phone, and boot up.<BR> [Test Step]<BR> 1. enable the configuration to 1(Enable);<BR> 2. go to call forwarding UI;<BR> 3. enable CFU;<BR> [Expected Result]<BR> In step 2, query call forwarding status no error happen;<BR> In step 3, enable CFU successfully.",Pass,,,,
11121,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",dns_failover.dns_failover,http_info.dns_failover.dns_failover,Not Support,no,no,no,no,DNS Failover<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
-11122,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",hide_port_number,http_info.hide_port_number,OTA and OTA BY OP,no,no,no,no,Hide Port Number in HTTP header<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init]<BR> Insert support XCAP SIM card and boot up;<BR> [Test Step]<BR> 1. Enable the configuration(set to 1);<BR> 2. Go call forwarding UI;<BR> 3. Enable CFU;<BR> [Expected Result]<BR> Check wireshark log, in HTTP GET and PUT, there should be no port number included in the URL.",Pass,,,,
+11122,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",hide_port_number,http_info.hide_port_number,OTA and OTA BY OP,no,no,no,no,Hide Port Number in HTTP header<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"Test in machine (Y/N) N<BR>Test Time (minutes) 5<BR> [Init]<BR> Insert support XCAP SIM card and boot up;<BR> [Test Step]<BR> 1. Enable the configuration(set to 1);<BR> 2. Go call forwarding UI;<BR> 3. Enable CFU;<BR> [Expected Result]<BR> Check wireshark log, in HTTP GET and PUT, there should be no port number included in the URL.",Pass,,,,
11123,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",hide_port_number.hide_port_number,http_info.hide_port_number.hide_port_number,Not Support,no,no,no,no,Hide port number in HTTP header<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
11124,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",omit_sip_instance_in_contact,ua_config.omit_sip_instance_in_contact,OTA and OTA BY OP,no,no,no,no,"This parameter is used to control +sip.instance header field parameter in IMS call contact header. Giving possibility to follow RFC 7255 recommendation.<BR>This is bit mask operation<BR>b0: If set UE omit +sip.instance in IMS call and USSD, excluding emergency call.<BR>b1: If set UE omit +sip.instance in conference call event package SUBSCRIBE and REFER messages.<BR>b2-b7: reserved",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int: 0x00~0x03:If set UE omit +sip,,none,-,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Enable setting and create MO IMS call. Observer contact URI of INVITE and check that sip.instance is not visible in contact header.,Untested,,,,
11125,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",omit_sip_instance_in_contact.b0,ua_config.omit_sip_instance_in_contact.b0,OTA and OTA BY OP,no,no,no,no,"[MCF] This parameter is used to control +sip.instance header field parameter in IMS call contact header. Giving possibility to follow RFC 7255 recommendation.<BR>If set UE omit +sip.instance in IMS call and USSD, excluding emergency call.",BIT,1,,1,0x01,NR15.R3.MD700.MP,,int: 0x00~0x03,,none,-,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Enable setting and create MO IMS call. Observer contact URI of INVITE and check that sip.instance is not visible in contact header.,Untested,,,,
@@ -9785,7 +9785,7 @@
11132,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[139].SBP_GMSS_ENFORCE_3GPP_ANY_IN_MSPL,modem_sbp_config[139].SBP_GMSS_ENFORCE_3GPP_ANY_IN_MSPL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Add 3GPP_ALL ANY entry in the MSPL<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
11133,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[139].SBP_MODEM_LTE_NON_ENDC_TO_ENDC_RESEL_THRESHOLD,modem_sbp_config[139].SBP_MODEM_LTE_NON_ENDC_TO_ENDC_RESEL_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MOB will check neighbor cell RSRP/RSRQ with ENDC prefer RSRP/RSRQ threshold<BR>bit 0:0:Not check neighbor cell RSRP/RSRQ with ENDC prefer RSRP/RSRQ threshold<BR>bit 1:1:Check neighbor cell RSRP/RSRQ with ENDC prefer RSRP/RSRQ threshold",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
11134,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[139].SBP_TRIGGER_SEARCH_WHEN_IMS_ON,modem_sbp_config[139].SBP_TRIGGER_SEARCH_WHEN_IMS_ON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable trigger search after IMS on.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,[LTE Protocol Baseline]NWSEL_Performance,Modem - 3GPP Spec.,,,"Test in machine N<BR>Test Time (minutes)<BR>5<BR>[Init]<BR>Before turn off IMS, UE camp on 3G/4G.<BR>[Test Step]<BR>After turn on IMS, UE shall camp on 4G/5G again.<BR>[Expected Result]<BR>PASS",Untested,,,,
-11135,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[139].SBP_COMBINE_MCCDB_BL_LTE_SUPPORT_BAND_FILTER,modem_sbp_config[139].SBP_COMBINE_MCCDB_BL_LTE_SUPPORT_BAND_FILTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MCCDB+BBL Enabled or Disabled<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,,,__TC10__<BR>__SBP_COMBINE_MCCDB_BL_LTE_SUPPORT_BAND_FILTER__,MD Config,Modem - Customer Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Untested,,,,
+11135,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[139].SBP_COMBINE_MCCDB_BL_LTE_SUPPORT_BAND_FILTER,modem_sbp_config[139].SBP_COMBINE_MCCDB_BL_LTE_SUPPORT_BAND_FILTER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MCCDB+BBL Enabled or Disabled<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,,,__TC10__<BR>__SBP_COMBINE_MCCDB_BL_LTE_SUPPORT_BAND_FILTER__,MD Config,Modem - Customer Requirement,,,Test in machine: N<BR>Test Time (minutes): 10<BR>Init: follow MCF RD IT initial steps<BR>Test Step: follow MCF RDIT SOP <BR> change value from 0 to 1<BR> change value from 1 to 0<BR>Expected Result: Value changes in MCF dump,Untested,,,,
11138,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[140].SBP_NR_CUSTOM_DISABLE_BAND_BY_PLMN,modem_sbp_config[140].SBP_NR_CUSTOM_DISABLE_BAND_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>User can disable NR band(s) by plmn<BR>bit 0:0:Not enabled this feature<BR>bit 1:1:Enable this feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:Feature disabled (0) or enabled (1).,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11139,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[140].SBP_NR_CUSTOM_DISABLE_BAND_BY_PLMN_UNDER_TEST_SIM,modem_sbp_config[140].SBP_NR_CUSTOM_DISABLE_BAND_BY_PLMN_UNDER_TEST_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NR band disable by plmn can be used under test sim or test mode<BR>bit 0:0:Feature not enabled for test sim or test mode<BR>bit 1:1:Feature enabled for test sim or test mode",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:Feature disabled (0) or enabled (1).,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11144,1601,NVRAM_EF_EMM_SMART_IDLE_INFO_LID,"1,2",enable_local_release,enable_local_release,OTA,no,no,no,no,[MCF] enable local release RRC connection or not,ENUM,1,,,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine: Y<BR>Test Time: TBD<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
@@ -9802,23 +9802,23 @@
11155,4228,NVRAM_EF_VGNAS_5GMM_CUSTOM_CONFIG_LID,"1,2",enable_local_release,vgs_smart_idle_info.enable_local_release,OTA,no,no,no,no,enable local release RRC connection or not,ENUM,1,,,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test plan of parameter <BR>Functional test step<BR>Format:<BR>Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result] Support MCF,Untested,,,,
11156,4228,NVRAM_EF_VGNAS_5GMM_CUSTOM_CONFIG_LID,"1,2",target_num_of_smart_idle_mru_per_hour,vgs_smart_idle_info.target_num_of_smart_idle_mru_per_hour,OTA,no,no,no,no,"the maximum allowed number of smart idle MRU per hour, unit in integer, value range [0..255], 0 is a special case that denotes unlimited",UNSIGNED CHAR,1,,,0x05,NR15.R3.MD700.MP,,int: 0~255,,,,MD Config,Modem - Customer Requirement,,,Test plan of parameter <BR>Functional test step<BR>Format:<BR>Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result] Support MCF,Untested,,,,
11157,1792,NVRAM_EF_AS_BAND_SETTING_LID,"1,2",endc_nr_band,endc_nr_band,OTA and OTA BY OP,no,no,no,no,"[MCF] EN-DC NR band settings: bit j(LSB) in endc_nr_band[i] is 1, means band (i*8+j+1) is supported.",UNSIGNED CHAR,128,128,,0xff,NR15.R3.MD700.MP,,0x00~0xFF:EN-DC band support,,,,MD Config,Modem - Customer Requirement,,,No specific test requirement.,Pass,,,,
-11160,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",nr_normal_pdn_retry_count,imc_config.nr_normal_pdn_retry_count,OTA and OTA BY OP,no,no,no,no,"max ims pdn retry time for NR rat, reduce ims pdn retry if nr_quick_disable_support enabled<BR>0: no retry<BR>1: retry 1 time<BR>2: retry 2 times<BR>nr_quick_disable_support",UNSIGNED CHAR,1,,,3,NR15.R3.MD700.MP,,2:retry 2 times<BR>1:retry 1 time<BR>0:no retry,,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
-11161,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",nr_normal_pdn_retry_count.nr_normal_pdn_retry_count,imc_config.nr_normal_pdn_retry_count.nr_normal_pdn_retry_count,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>max ims pdn retry time for NR rat, reduce ims pdn retry if nr_quick_disable_support enabled<BR>bit 0:0:no retry<BR>bit 1:1:retry 1 time<BR>bit 2:2:retry 2 times",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
-11162,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",nr_quick_disable_support,imc_config.nr_quick_disable_support,OTA and OTA BY OP,no,no,no,no,make nr quick disable if IMS PDN ACTIVE FAIL<BR>0: DISABLE<BR>1: ENABLE,ENUM,1,,,0,NR15.R3.MD700.MP,,0:DISABLE<BR>1:ENABLE,,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
-11163,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",nr_quick_disable_support.nr_quick_disable_support,imc_config.nr_quick_disable_support.nr_quick_disable_support,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>make nr quick disable if IMS PDN ACTIVE FAIL<BR>bit 0:0:DISABLE<BR>bit 1:1:ENABLE,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,"11163,11160,11162,11161",,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Untested,,,,
+11160,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",nr_normal_pdn_retry_count,imc_config.nr_normal_pdn_retry_count,OTA and OTA BY OP,no,no,no,no,"max ims pdn retry time for NR rat, reduce ims pdn retry if nr_quick_disable_support enabled<BR>0: no retry<BR>1: retry 1 time<BR>2: retry 2 times<BR>nr_quick_disable_support",UNSIGNED CHAR,1,,,3,NR15.R3.MD700.MP,,0~3,,,,Voice over LTE,Modem IMS - VoLTE,,,"IMS PDU Retry 3 times in NR, then NR disable",Untested,,,,
+11161,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",nr_normal_pdn_retry_count.nr_normal_pdn_retry_count,imc_config.nr_normal_pdn_retry_count.nr_normal_pdn_retry_count,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>max ims pdn retry time for NR rat, reduce ims pdn retry if nr_quick_disable_support enabled<BR>bit 0:0:no retry<BR>bit 1:1:retry 1 time<BR>bit 2:2:retry 2 times",BIT,8,,8,3,NR15.R3.MD700.MP,,0~3,,,,Voice over LTE,Modem IMS - VoLTE,,,"IMS PDU Retry 3 times in NR, then NR disable",Untested,,,,
+11162,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",nr_quick_disable_support,imc_config.nr_quick_disable_support,OTA and OTA BY OP,no,no,no,no,make nr quick disable if IMS PDN ACTIVE FAIL<BR>0: DISABLE<BR>1: ENABLE,ENUM,1,,,0,NR15.R3.MD700.MP,,0/1,,,,Voice over LTE,Modem IMS - VoLTE,,,"IMS PDU Retry 3 times in NR, then NR disable",Untested,,,,
+11163,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",nr_quick_disable_support.nr_quick_disable_support,imc_config.nr_quick_disable_support.nr_quick_disable_support,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>make nr quick disable if IMS PDN ACTIVE FAIL<BR>bit 0:0:DISABLE<BR>bit 1:1:ENABLE,BIT,8,,8,0,NR15.R3.MD700.MP,,0/1,,"11163,11160,11162,11161",,Voice over LTE,Modem IMS - VoLTE,,,"IMS PDU Retry 3 times in NR, then NR disable",Untested,,,,
11164,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",unlock_reg_on_plmn_change.unlock_reg_on_plmn_change,imc_config.unlock_reg_on_plmn_change.unlock_reg_on_plmn_change,Not Support,no,no,no,no,[MCF]<BR>Reset IMS registration blocks on PLMN ID changes<BR>bit 0:0:keep blocks active even if PLMN ID changes<BR>bit 1:1:reset active blocks,BIT,8,,8,0xff,NR15.R3.MD700.MP,,1:Reset active IMS registration blocks is PLMN ID changes,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"1) UE is roaming against test system on a foreign PLMN ID<BR>2) Initiate IMS registration<BR>3) Reject IMS registration with a permantent cause (e.g. 403 if setting "not_auto_reg_403" is enabled). UE will block further registration attempts.<BR>4) Change PLMN ID to home, UE should attempt IMS registration again",Untested,,,,
11165,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[140].SBP_BAR_CELL_CAUSE_NOT_SHARED_WITH_SR_TRIGGERED,modem_sbp_config[140].SBP_BAR_CELL_CAUSE_NOT_SHARED_WITH_SR_TRIGGERED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Bar cell cause not shared with SR<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
11166,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[140].SBP_ERRC_CONSEC_RECONF,modem_sbp_config[140].SBP_ERRC_CONSEC_RECONF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Bar cell and trigger reestablish when heavily amount of reconf received<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Pass,,,,
11167,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[140].SBP_IPC_JSON_ENABLE,modem_sbp_config[140].SBP_IPC_JSON_ENABLE,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Indicate if enable the JSON IPC message<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
11168,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",play_local_tone_when_no_rtp_pkt_on_remote_hold,ua_config.play_local_tone_when_no_rtp_pkt_on_remote_hold,OTA and OTA BY OP,no,no,no,no,This parameter is used to control if rtp packet loss need to report to UA during hold<BR>0:disable<BR>1:enable,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,"1:DUT should play local hold tone, when no RTP packets from the network.",,,No,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,IMS supplementary services-remote hold call,Untested,,,,
-11169,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",play_local_tone_when_no_rtp_pkt_on_remote_hold.play_local_tone_when_no_rtp_pkt_on_remote_hold,ua_config.play_local_tone_when_no_rtp_pkt_on_remote_hold.play_local_tone_when_no_rtp_pkt_on_remote_hold,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>when remote call is kept at hold and no rtp pkt is received then play the local tone.<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+11169,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",play_local_tone_when_no_rtp_pkt_on_remote_hold.play_local_tone_when_no_rtp_pkt_on_remote_hold,ua_config.play_local_tone_when_no_rtp_pkt_on_remote_hold.play_local_tone_when_no_rtp_pkt_on_remote_hold,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>when remote call is kept at hold and no rtp pkt is received then play the local tone.<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,Voice over LTE,Modem IMS - VoLTE,,,,Untested,,,,
11170,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[140].SBP_LTE_PREFER,modem_sbp_config[140].SBP_LTE_PREFER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>LTE prefer<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
11171,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_maintain_call_in_wifi_when_in_cs_preferred,ipol_ans_cfg.ipol_ims_maintain_call_in_wifi_when_in_cs_preferred,OTA and OTA BY OP,no,no,no,no,"[MCF]When enabled UE will maintain IMS registration and active call on WLAN, when CS preferred condition is true",UNSIGNED CHAR,1,,,1,NR15.R3.MD700.MP,,int/short/long: 0~1:Configuration is enabled or disabled,,NA,CS preferred operator configuration and WiFi deregister enabled.,PDN Access network selection,Modem Application - VoWIFI/WFC,,,"When wifi call is active, and this configuration is false, call is dropped when UE enters for example 3G area where IMS not supported, or LTE area where VoLTE disabled.",Pass,,,,
11172,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,bw_bitmap,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].bw_scs_bitmap[0~2].bw_bitmap,OTA and OTA BY OP,no,no,no,no,"[MCF]BW bitmap, For FR1, the bits starting from the rightmost bit(LSB) indicate: 5, 10, 15, 20, 25, 30, 40, 50, 60, 70, 80, 90, 100 mhz (Totally 13 bits are used.) E.g. 0x0003 means only 5 and 10 mhz are supported. For FR2, the bits starting from the rightmost bit(LSB) indicate: 50, 100, 200, 400 mhz (Totally 4 bits are used.) E.g. 0x0004 means only 200 mhz is supported.",UNSIGNED SHORT,2,,,"0x02, 0x00,<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].bw_scs_bitmap[1].bw_bitmap:0x1000<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].bw_scs_bitmap[1].bw_bitmap:0x1048",NR15.R3.MD700.MP,,"For FR2, the bits starting from the rightmost bit(LSB) indicate: 50, 100, 200, 400 mhz (Totally 4 bits are used.) E.g. 0x0004 means only 200 mhz is supported.<BR>For FR2, the bits starting from the rightmost bit(LSB) indicate: 50, 100, 200, 400 mhz (Totally 4 bits are used.) E.g. 0x0004 means only 200 mhz is supported.<BR>0-8191:For FR1, the bits starting from the rightmost bit(LSB) indicate: 5, 10, 15, 20, 25, 30, 40, 50, 60, 70, 80, 90, 100 MHz (Totally 13 bits are used.) E.g. 0x0003 means only 5 and 10 MHz BWs are supported. For FR2, the bits starting from the rightmost bit(LSB) indicate: 50, 100, 200, 400 MHz (Totally 4 bits are used.) E.g. 0x0004 means only 200 MHz BW is supported.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11172,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",bw_bitmap,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].bw_scs_bitmap[0~2].bw_bitmap,OTA and OTA BY OP,no,no,no,no,"[MCF]BW bitmap, for FR1, the bits starting from the rightmost bit(LSB) indicate: 5, 10, 15, 20, 25, 30, 40, 50, 60, 70, 80, 90, 100 mhz (Totally 13 bits are used.) E.g. 0x0003 means only 5 and 10 mhz are supported. For FR2, the bits starting from the rightmost bit(LSB) indicate: 50, 100, 200, 400 mhz (Totally 4 bits are used.) E.g. 0x0004 means only 200 mhz is supported.",UNSIGNED SHORT,2,,,"0x02, 0x00,",NR15.R3.MD700.MP,,"0-8191:For FR1, the bits starting from the rightmost bit(LSB) indicate: 5, 10, 15, 20, 25, 30, 40, 50, 60, 70, 80, 90, 100 MHz (Totally 13 bits are used.) E.g. 0x0003 means only 5 and 10 MHz BWs are supported. For FR2, the bits starting from the rightmost bit(LSB) indicate: 50, 100, 200, 400 MHz (Totally 4 bits are used.) E.g. 0x0004 means only 200 MHz BW is supported.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
-11173,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,scs,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].bw_scs_bitmap[0~2].scs,OTA and OTA BY OP,no,no,no,no,"[MCF]SCS, 15,30,60 for FR1; 60,120 for FR2",UNSIGNED CHAR,1,,,nr_bw_setting_list[0].bw_per_band_setting_list[0].bw_scs_bitmap[1].scs:30<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].bw_scs_bitmap[0].scs:15<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].bw_scs_bitmap[1].scs:30<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].bw_scs_bitmap[2].scs:60<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].bw_scs_bitmap[0].scs:15<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].bw_scs_bitmap[1].scs:30<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].bw_scs_bitmap[2].scs:60<BR>0x0f,NR15.R3.MD700.MP,,"15,30,60,120:Valid values for FR1: 15,30,60.<BR>Valid values for FR2: 60,120.<BR>Valid values for FR2: 60, 120",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
+11173,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,scs,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].bw_scs_bitmap[0~2].scs,OTA and OTA BY OP,no,no,no,no,"[MCF]SCS, 15,30,60 for FR1; 60,120 for FR2",UNSIGNED CHAR,1,,,0x0f<BR>nr_bw_setting_list[0].bw_per_band_setting_list[0].bw_scs_bitmap[1].scs:30<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].bw_scs_bitmap[0].scs:15<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].bw_scs_bitmap[1].scs:30<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].bw_scs_bitmap[2].scs:60<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].bw_scs_bitmap[0].scs:15<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].bw_scs_bitmap[1].scs:30<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].bw_scs_bitmap[2].scs:60,NR15.R3.MD700.MP,,"Valid values for FR2: 60, 120<BR>15,30,60,120:Valid values for FR1: 15,30,60.<BR>Valid values for FR2: 60,120.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11173,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",scs,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].bw_scs_bitmap[0~2].scs,OTA and OTA BY OP,no,no,no,no,"[MCF]SCS, 15,30,60 for FR1; 60,120 for FR2",UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,"15,30,60,120:Valid values for FR1: 15,30,60.<BR>Valid values for FR2: 60,120.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
-11174,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,nr_band,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].nr_band,OTA and OTA BY OP,no,no,no,no,[MCF]NR band,UNSIGNED SHORT,2,,,"0x1c, 0x00,<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].nr_band:77<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].nr_band:78",NR15.R3.MD700.MP,,NR band:Any valid NR band.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
+11174,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,nr_band,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].nr_band,OTA and OTA BY OP,no,no,no,no,[MCF]NR band,UNSIGNED SHORT,2,,,"nr_bw_setting_list[0].bw_per_band_setting_list[1].nr_band:77<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].nr_band:78<BR>0x1c, 0x00,",NR15.R3.MD700.MP,,NR band:Any valid NR band.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11174,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",nr_band,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].nr_band,OTA and OTA BY OP,no,no,no,no,[MCF]NR band,UNSIGNED SHORT,2,,,"0x1c, 0x00,",NR15.R3.MD700.MP,,NR band:Any valid NR band.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11175,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,num_of_bw_scs,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].num_of_bw_scs,OTA and OTA BY OP,no,no,no,no,[MCF]Number of SCS and BW bitmap elements (max 3),UNSIGNED CHAR,1,,,0x02<BR>nr_bw_setting_list[0].bw_per_band_setting_list[1].num_of_bw_scs:3<BR>nr_bw_setting_list[0].bw_per_band_setting_list[2].num_of_bw_scs:3,NR15.R3.MD700.MP,,0-3:Number of SCS and BW bitmap elements.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11175,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",num_of_bw_scs,nr_bw_setting_list[0~19].bw_per_band_setting_list[0~4].num_of_bw_scs,OTA and OTA BY OP,no,no,no,no,[MCF]Number of SCS and BW bitmap elements (max 3),UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0-3:Number of SCS and BW bitmap elements.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
@@ -9826,7 +9826,7 @@
11176,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",num_of_nr_band,nr_bw_setting_list[0~19].num_of_nr_band,OTA and OTA BY OP,no,no,no,no,[MCF]Number of entries in the BR per band setting list (max 5),UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,0-5:Number of entries in the "BW per band setting list".,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11177,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,num_of_plmn,nr_bw_setting_list[0~19].num_of_plmn,OTA and OTA BY OP,no,no,no,no,[MCF]Number of entries in the PLMN list (max 20),UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0-20:Number of entries in the PLMN list.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11177,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",num_of_plmn,nr_bw_setting_list[0~19].num_of_plmn,OTA and OTA BY OP,no,no,no,no,[MCF]Number of entries in the PLMN list (max 20),UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,0-20:Number of entries in the PLMN list.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
-11178,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,mcc1,nr_bw_setting_list[0~19].plmn_list[0~19].mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x04<BR>nr_bw_setting_list[0].plmn_list[1].mcc1:4,NR15.R3.MD700.MP,,"0-9,F:MCC1 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
+11178,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,mcc1,nr_bw_setting_list[0~19].plmn_list[0~19].mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,nr_bw_setting_list[0].plmn_list[1].mcc1:4<BR>0x04,NR15.R3.MD700.MP,,"0-9,F:MCC1 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11178,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",mcc1,nr_bw_setting_list[0~19].plmn_list[0~19].mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x04,NR15.R3.MD700.MP,,"0-9,F:MCC1 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11179,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,mcc2,nr_bw_setting_list[0~19].plmn_list[0~19].mcc2,OTA and OTA BY OP,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,nr_bw_setting_list[0].plmn_list[1].mcc2:4<BR>0x04,NR15.R3.MD700.MP,,"0-9,F:MCC2 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11179,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",mcc2,nr_bw_setting_list[0~19].plmn_list[0~19].mcc2,OTA and OTA BY OP,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x04,NR15.R3.MD700.MP,,"0-9,F:MCC2 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
@@ -9836,7 +9836,7 @@
11181,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",mnc1,nr_bw_setting_list[0~19].plmn_list[0~19].mnc1,OTA and OTA BY OP,no,no,no,no,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x05,NR15.R3.MD700.MP,,"0-9,F:MNC1 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11182,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,mnc2,nr_bw_setting_list[0~19].plmn_list[0~19].mnc2,OTA and OTA BY OP,no,no,no,no,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,nr_bw_setting_list[0].plmn_list[1].mnc2:4<BR>0x01,NR15.R3.MD700.MP,,"0-9,F:MNC2 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11182,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",mnc2,nr_bw_setting_list[0~19].plmn_list[0~19].mnc2,OTA and OTA BY OP,no,no,no,no,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,"0-9,F:MNC2 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
-11183,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,mnc3,nr_bw_setting_list[0~19].plmn_list[0~19].mnc3,OTA and OTA BY OP,no,no,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,nr_bw_setting_list[0].plmn_list[1].mnc3:f<BR>0x00,NR15.R3.MD700.MP,,"0-9,F:MNC3 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
+11183,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,mnc3,nr_bw_setting_list[0~19].plmn_list[0~19].mnc3,OTA and OTA BY OP,no,no,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x00<BR>nr_bw_setting_list[0].plmn_list[1].mnc3:f,NR15.R3.MD700.MP,,"0-9,F:MNC3 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11183,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",mnc3,nr_bw_setting_list[0~19].plmn_list[0~19].mnc3,OTA and OTA BY OP,no,no,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,"0-9,F:MNC3 value. F means any value.",,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11184,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,1,num_of_nr_bw_setting_list_elems,num_of_nr_bw_setting_list_elems,OTA and OTA BY OP,no,no,no,no,[MCF]Number of NR BW setting list elements (max 20),UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0-19:Number of NR BW setting list elements.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
11184,2376,NVRAM_EF_MRS_NR_BW_SETTING_LIST_LID,"1,2",num_of_nr_bw_setting_list_elems,num_of_nr_bw_setting_list_elems,OTA and OTA BY OP,no,no,no,no,[MCF]Number of NR BW setting list elements (max 20),UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0-19:Number of NR BW setting list elements.,,,,MD Config,Modem - Customer Requirement,,,No specific test plan.,Pass,,,,
@@ -9846,14 +9846,14 @@
11189,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[140].SBP_ENABLE_CA_CSR,modem_sbp_config[140].SBP_ENABLE_CA_CSR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable CA CSR<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,Enable = 1 & Disable = 0,,,,"Network Search Optimization - Fast Roaming, Fast List, Early Roaming Detection",Modem - Performance Enhancement,,,"AT+ESBP=5, "SBP_ENABLE_CA_CSR",1",Untested,,,,
11194,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[106].SBP_CAP_DNCA_RECORD_LIFE_TIMER,modem_sbp_data_config[106].SBP_CAP_DNCA_RECORD_LIFE_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>The record life timer for blacklist of Dynamic NR Cap Adjust mechanism",BIT,8,,8,0x18,NR15.R3.MD700.MP,,0x00~0xFF,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR><BR>Test Time (minutes): Less than 5 minutes<BR><BR>[Init] LTE load + internal phone + Test SIM<BR><BR>[Test Step]<BR>(1) Use new MCF tool to generate new OTA files<BR>(2) Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>(3) Replace new MCF EM mode & enable it<BR><BR>[Expected Result] Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
11195,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_LTE_APPLY_SINGLE_BAND_WW_FILTER_EVEN_NW_REQUEST_FREQBAND,modem_sbp_config[141].SBP_LTE_APPLY_SINGLE_BAND_WW_FILTER_EVEN_NW_REQUEST_FREQBAND,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Do not apply WW LTE band filter for single band when requestedFrequencyBands is given<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1:0: FALSE; 1: TRUE,,,,MD Config,Modem - Customer Requirement,,,Perform NSA field trial in Amsterdam Netherland,Pass,,,,
-11196,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_PAM_RF_OFF_RESET_BLOCKING_STATUS,modem_sbp_config[141].SBP_PAM_RF_OFF_RESET_BLOCKING_STATUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Reset all restrictions to UE's request imposed by PAM when UE entering air-plane mode<BR>0:Disabled<BR>1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1<BR>0,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Untested,,,,
+11196,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_PAM_RF_OFF_RESET_BLOCKING_STATUS,modem_sbp_config[141].SBP_PAM_RF_OFF_RESET_BLOCKING_STATUS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Reset all restrictions to UE's request imposed by PAM when UE entering air-plane mode<BR>0:Disabled<BR>1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0<BR>1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N) <BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan <BR>[Test Step] None <BR>[Expected Result] None,Untested,,,,
11197,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",skip_vdm_call_drop_rsrp_th,skip_vdm_call_drop_rsrp_th,OTA and OTA BY OP,no,no,no,no,[MCF]Customized serving cell RSRP threshold for skip measurement report judgment of CELL_REJ_CAUSE_VDM_CALL_DROP cell. (qdBm),SHORT,2,,,"0xf8, 0xfd,",NR15.R3.MD700.MP,,int16,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
11198,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",skip_vdm_call_drop_rsrq_th,skip_vdm_call_drop_rsrq_th,OTA and OTA BY OP,no,no,no,no,[MCF]Customized serving cell RSRQ threshold for skip measurement report judgment of CELL_REJ_CAUSE_VDM_CALL_DROP cell. (qdB),SHORT,2,,,"0xb0, 0xff,",NR15.R3.MD700.MP,,int16,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
11199,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_ENABLE_PARTIAL_BAND_IN_JAPAN,modem_sbp_config[141].SBP_ENABLE_PARTIAL_BAND_IN_JAPAN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable partial bands setting under JAPAN mcc.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
11200,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_SIM_DISABLE_MMSS_FILE_READ,modem_sbp_config[141].SBP_SIM_DISABLE_MMSS_FILE_READ,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Skip the DF MMSS file reading<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
11201,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_EMM_NOT_ATTEMPT_TO_REGISTER_LTE_UPON_RECEIPT_OF_CAUSE_16_17_18_22,modem_sbp_config[141].SBP_EMM_NOT_ATTEMPT_TO_REGISTER_LTE_UPON_RECEIPT_OF_CAUSE_16_17_18_22,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable start T3402 upon the receipt of Attach/TAU cause #16, #17, #18, #22<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,,,MD Config,Modem - Customer Requirement,,,Test in machine: Y<BR>Test Time: TBD<BR>[Init]<BR>[Test Step]<BR>[Expected Result],Untested,,,,
-11202,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[107].SBP_VGSM_OPTIMIZED_T35XX_VALUE,modem_sbp_data_config[107].SBP_VGSM_OPTIMIZED_T35XX_VALUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Optimize VGSM T3580/T3581/T3582 value if met connection problem<BR>bit 0:0:0: T3580/T3581/T3582 change to 0 seconds if met connection problem<BR>bit 1:1:1: T3580/T3581/T3582 change to 1 seconds if met connection problem<BR>bit 2:2:2: T3580/T3581/T3582 change to 2 seconds if met connection problem<BR>bit 3:3:3: T3580/T3581/T3582 change to 3 seconds if met connection problem<BR>bit 4:4:4: T3580/T3581/T3582 change to 4 seconds if met connection problem<BR>bit 5:5:5: T3580/T3581/T3582 change to 5 seconds if met connection problem<BR>bit 6:6:6: T3580/T3581/T3582 change to 6 seconds if met connection problem<BR>bit 7:7:7: T3580/T3581/T3582 change to 7 seconds if met connection problem<BR>bit 8:8:8: T3580/T3581/T3582 change to 8 seconds if met connection problem<BR>bit 255:255:ff: T3580/T3581/T3582 remains SEPC defined value if met connection problem",BIT,8,,8,0x03,NR15.R3.MD700.MP,,0xFF:remains spec defined value if met connection problem<BR>{0~8}:T3580/T3581/T3582 change to X seconds if met connection problem,,,,[5G Protocol Baseline]VGSM-PDU session procedure,Modem - 3GPP Spec.,,,"SIM send PDU EST REQ, NW not response, change RF to SIM2",Untested,,,,
-11203,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_url_simservs_prefix,xcap_info.remove_url_simservs_prefix,OTA and OTA BY OP,no,no,no,no,Remove url simservs prefix<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Can not be tested since this is a customized feature only for Softbank/Japan,Pass,,,,
+11202,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[107].SBP_VGSM_OPTIMIZED_T35XX_VALUE,modem_sbp_data_config[107].SBP_VGSM_OPTIMIZED_T35XX_VALUE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Optimize VGSM T3580/T3581/T3582 value if met connection problem<BR>bit 0:0:0: T3580/T3581/T3582 change to 0 seconds if met connection problem<BR>bit 1:1:1: T3580/T3581/T3582 change to 1 seconds if met connection problem<BR>bit 2:2:2: T3580/T3581/T3582 change to 2 seconds if met connection problem<BR>bit 3:3:3: T3580/T3581/T3582 change to 3 seconds if met connection problem<BR>bit 4:4:4: T3580/T3581/T3582 change to 4 seconds if met connection problem<BR>bit 5:5:5: T3580/T3581/T3582 change to 5 seconds if met connection problem<BR>bit 6:6:6: T3580/T3581/T3582 change to 6 seconds if met connection problem<BR>bit 7:7:7: T3580/T3581/T3582 change to 7 seconds if met connection problem<BR>bit 8:8:8: T3580/T3581/T3582 change to 8 seconds if met connection problem<BR>bit 255:255:ff: T3580/T3581/T3582 remains SEPC defined value if met connection problem",BIT,8,,8,0x03,NR15.R3.MD700.MP,,{0~8}:T3580/T3581/T3582 change to X seconds if met connection problem<BR>0xFF:remains spec defined value if met connection problem,,,,[5G Protocol Baseline]VGSM-PDU session procedure,Modem - 3GPP Spec.,,,"SIM send PDU EST REQ, NW not response, change RF to SIM2",Untested,,,,
+11203,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_url_simservs_prefix,xcap_info.remove_url_simservs_prefix,OTA and OTA BY OP,no,no,no,no,Remove url simservs prefix<BR>0:Disabled<BR>1:Enabled,UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Can not be tested since this is a customized feature only for Softbank/Japan,Pass,,,,
11204,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_url_simservs_prefix.remove_url_simservs_prefix,xcap_info.remove_url_simservs_prefix.remove_url_simservs_prefix,Not Support,no,no,no,no,remove url simservs prefix<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,1<BR>0,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
11207,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_MODEM_HST_ENDC_BAND_PERFERENCE,modem_sbp_config[141].SBP_MODEM_HST_ENDC_BAND_PERFERENCE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MOB apply HST endc band perference feature<BR>bit 0:0:Not apply HST endc band perference feature<BR>bit 1:1:Apply HST endc band perference feature",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,High Speed Train (HST),Modem - Performance Enhancement,,,,Untested,,,,
11208,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_URSP_PRECONFIG_SUPPORT,modem_sbp_config[141].SBP_URSP_PRECONFIG_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>URSP Pre-configuration Support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -9868,7 +9868,7 @@
11224,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",cell_trtl_enable.cell_trtl_enable,comm_ans_cfg.trtl_cfg.cell_trtl_enable.cell_trtl_enable,Not Support,no,no,no,no,"[MCF]When enable, throttling handover back to Cell for cell_rove_in_trtl_time<BR><BR>bit 0:0:(bit 0 is functional enable bit) Disabled<BR>bit 1:1:(bit 0 is functional enable bit) Enable for all throttling if no specify bit 1 ~ bit 7<BR>bit 3:3:(bit 1 is enable for idle mode) IDLE mode throttling<BR>bit 5:5:(bit 2 is enable for in-call mode) In-Call mode throttling<BR>bit 7:7:Enable for both (IDLE and In-Call) throttling(raise both bit 1 and 2)",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,,Untested,,,,
11225,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[142].SBP_DEFAULT_RPT_QUAN_NR_AS_TRIG,modem_sbp_config[142].SBP_DEFAULT_RPT_QUAN_NR_AS_TRIG,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>if reportQuantyCellNR absenst in B1/B2, deafult it as threshold type<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable,,,,[LTE Protocol Baseline]MEASUREMENT,Modem - 3GPP Spec.,,,"1. FT: Find a network that doesn't configure it for B1_NR or B2_NR.<BR>2. UTs: MOB4732001(1), MOB4732002(1), MOB4732004(1) and MOB4732005(1)",Pass,,,,
11226,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[142].SBP_LTE_WITH_NR_NEIGHBOR_PREFER,modem_sbp_config[142].SBP_LTE_WITH_NR_NEIGHBOR_PREFER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>LTE search prefer cell with NR neighbor<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: LTE search does not prefer cell with NR neighbor.<BR>1: LTE search prefer cell with NR neighbor.,,,No,MD Config,Modem - Customer Requirement,,,"1) Prepare 2 LTE cells, cell A with NR neighbor in SIB24, cell B does not.<BR>2) cell A RSRP -75dBm, cell B RSRP -70dBm<BR>if SBP_LTE_WITH_NR_NEIGHBOR_PREFER is ON:<BR>3) Turn on UE then UE should camp on cell A<BR>otherwise:<BR>3) Turn on UE then UE should camp on cell B",Pass,,,,
-11227,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",pseudonym,n3cf_cfg.pseudonym,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>pseudonym: 8 "Support pseudonym identity in EAP authentication" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,1:"Enable"<BR>0:"Disable",,,n3cf_cfg.fastreauth.<BR>Identity priority: Fast Re-auth ID > Pseudonym ID > Permanent ID,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[*Very hard to test]<BR>[Init]<BR>Using WFC sim.<BR>NW should support authentication using pseudonym.<BR>Set n3cf_cfg.fastreauth to 0<BR>Set n3cf_cfg.pseudonym to 1<BR>[Test Step]<BR>1. Trigger 1st WFC registration.<BR>2. Deregister WFC<BR>3. Trigger 2nd WFC registration.<BR>[Expected Result]<BR>1. In IKE AUTH responder (MID=02) (EAP-SUCC) of 1st WFC registration, check if there is AT_NEXT_PSEUDONYM attribute in AT_ENCR_DATA attribute. If no, means either NW has sent this attribute in previous registration or NW does not support pseudonym.<BR>2. In IKE AUTH initiator (MID=01) of 2nd WFC registration, check if it uses pseudonym derived from 1st registration in IDi (Identification payload)",Pass,,,,
+11227,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",pseudonym,n3cf_cfg.pseudonym,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>pseudonym: 8 "Support pseudonym identity in EAP authentication" <BR>0: "Disable";<BR>1: "Enable";,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0:"Disable"<BR>1:"Enable",,,n3cf_cfg.fastreauth.<BR>Identity priority: Fast Re-auth ID > Pseudonym ID > Permanent ID,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,"[*Very hard to test]<BR>[Init]<BR>Using WFC sim.<BR>NW should support authentication using pseudonym.<BR>Set n3cf_cfg.fastreauth to 0<BR>Set n3cf_cfg.pseudonym to 1<BR>[Test Step]<BR>1. Trigger 1st WFC registration.<BR>2. Deregister WFC<BR>3. Trigger 2nd WFC registration.<BR>[Expected Result]<BR>1. In IKE AUTH responder (MID=02) (EAP-SUCC) of 1st WFC registration, check if there is AT_NEXT_PSEUDONYM attribute in AT_ENCR_DATA attribute. If no, means either NW has sent this attribute in previous registration or NW does not support pseudonym.<BR>2. In IKE AUTH initiator (MID=01) of 2nd WFC registration, check if it uses pseudonym derived from 1st registration in IDi (Identification payload)",Pass,,,,
11228,2117,NVRAM_EF_IWLAN_N3CF_PROFILE_LID,"1,2",pseudonym.pseudonym,n3cf_cfg.pseudonym.pseudonym,Not Support,no,no,no,no,[MCF]<BR>Support pseudonym identity in EAP authentication<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,WLAN offloading through ePDG for untrusted WiFi,Modem Application - S2B/ePDG,,,,Untested,,,,
11229,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[142].SBP_ELEVATOR_MODE_3G5,modem_sbp_config[142].SBP_ELEVATOR_MODE_3G5,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Turn on elevator mode for optimization of camping on NR cell when out of elevator<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
11230,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[142].SBP_ELEVATOR_MODE_SA_4G5,modem_sbp_config[142].SBP_ELEVATOR_MODE_SA_4G5,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Turn on elevator mode for optimization of camping on NR cell when out of elevator<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:enable,,,,5G Icon Display,Modem - MTK Optimization/Proprietary,,,"1. FT: find a location with elevator, where<BR> - inner deep elevator with 4G signal only<BR> - outside elevator with 5G network<BR><BR>2. UT (12 UTs): <BR> = MOBSaElev000001~ MOBSaElev000003, MOB1100203(1) ~ MOB1100203(3)<BR> MOBSaElev000002(1) ~ MOBSaElev000002(4), MOB1100203(4)(1)~MOB1100203(4)(2)",Untested,,,,
@@ -9900,8 +9900,8 @@
11262,57401,NVRAM_EF_NL1_SAR_SCENARIO_DB2_LID,1,sar_tbl_ant,sar_scenario_setting_db[0~249].sar_tbl_ant,OTA,no,no,yes,no,"SAR ENDC extension setting: Scenario DB setting for [250,499]",UNSIGNED CHAR,144,144,,,NR15.R3.MD700.MP,,0~127:0~127,,NA,NA,MD Config,Modem - Customer Requirement,,,Use MCF tool update value,Pass,,,,
11266,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[143].SBP_DR30_RECONFIG_SCHEME_FOR_MEASUREMENT,modem_sbp_config[143].SBP_DR30_RECONFIG_SCHEME_FOR_MEASUREMENT,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>DR-DSDS 3.0 : Reconfig Scheme for Measurement<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit: 0/1,,None,None,DR-DSDS by Reconfig scheme,Modem - Multiple SIM,,,SA+L or NSA+L Tput test,Untested,,,,
11267,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[142].SBP_FORCE_DR30_RECONFIG_SCHEME_FOR_PAGING,modem_sbp_config[142].SBP_FORCE_DR30_RECONFIG_SCHEME_FOR_PAGING,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>DR-DSDS 3.0 : Force Reconfig Scheme for Paging<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,None,None,DR-DSDS by Reconfig scheme,Modem - Multiple SIM,,,SA+L or NSA+L Tput test,Untested,,,,
-11268,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[142].SBP_NWSEL_SELECT_HIGHEST_PRIORITY_EHPLMN,modem_sbp_config[142].SBP_NWSEL_SELECT_HIGHEST_PRIORITY_EHPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE ignores the PLMN reported if it is not highest priority EHPLMN.<BR>bit 0:0:Disabled. UE does not ignore the PLMN reported if it is not highest priority EHPLMN<BR>bit 1:1:Enabled. UE ignores the PLMN reported if it is not highest priority EHPLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01 : Enabled:The value for this feature is by default "Disabled".<BR>0x00 : Disabled<BR>0x01 : Enabled:By default the value for this feature option is disabled,,,,MD Config,Modem - Customer Requirement,,,Run Rakuten TCs,Pass,,,,
-11321,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sip_bye_retransmit_total_time,ua_config.sip_bye_retransmit_total_time,OTA and OTA BY OP,no,no,no,no,reduce total BYE retransmission time<BR>0:use timer F default value<BR>32000:set timer F as 32s for BYE<BR>Unit:ms,UNSIGNED INT,4,,,0xff,NR15.R3.MD700.MP,,32000:retransimission 32s<BR>0:disable,,,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>N<BR>Test Time (minutes)<BR>1 minutes<BR>[Init]<BR>UT environment<BR>[Test Step]<BR>run ut_ua_mo_call_bye_retransmit_some_time.c<BR>[Expected Result]<BR>pass,Untested,,,,
+11268,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[142].SBP_NWSEL_SELECT_HIGHEST_PRIORITY_EHPLMN,modem_sbp_config[142].SBP_NWSEL_SELECT_HIGHEST_PRIORITY_EHPLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE ignores the PLMN reported if it is not highest priority EHPLMN.<BR>bit 0:0:Disabled. UE does not ignore the PLMN reported if it is not highest priority EHPLMN<BR>bit 1:1:Enabled. UE ignores the PLMN reported if it is not highest priority EHPLMN",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00 : Disabled<BR>0x01 : Enabled:By default the value for this feature option is disabled<BR>0x01 : Enabled:The value for this feature is by default "Disabled".,,,,MD Config,Modem - Customer Requirement,,,Run Rakuten TCs,Pass,,,,
+11321,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sip_bye_retransmit_total_time,ua_config.sip_bye_retransmit_total_time,OTA and OTA BY OP,no,no,no,no,reduce total BYE retransmission time<BR>0:use timer F default value<BR>32000:set timer F as 32s for BYE<BR>Unit:ms,UNSIGNED INT,4,,,0xff,NR15.R3.MD700.MP,,0:disable<BR>32000:retransimission 32s,,,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>N<BR>Test Time (minutes)<BR>1 minutes<BR>[Init]<BR>UT environment<BR>[Test Step]<BR>run ut_ua_mo_call_bye_retransmit_some_time.c<BR>[Expected Result]<BR>pass,Untested,,,,
11322,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",sip_bye_retransmit_total_time.sip_bye_retransmit_total_time,ua_config.sip_bye_retransmit_total_time.sip_bye_retransmit_total_time,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>reduce total BYE retransmission time<BR>bit 0:0:use timer F default value<BR>bit 32000:32000:set timer F as 32s for BYE,BIT,32,,32,0,NR15.R3.MD700.MP,,32000:retransimission 32s<BR>0:use default timer F,,,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (Y/N)<BR>N<BR>Test Time (minutes)<BR>1 minutes<BR>[Init]<BR>UT environment<BR>[Test Step]<BR>run ut_ua_mo_call_bye_retransmit_some_time.c<BR>[Expected Result]<BR>pass,Untested,,,,
11323,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[143].SBP_VZW_ENDC_PWR_24DBM,modem_sbp_config[143].SBP_VZW_ENDC_PWR_24DBM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable/Disable: ENDC power set to 24/default<BR>bit 0:0:Not Enabled: Default behavior<BR>bit 1:1:Enabled: ENDC less or equal 23 dbm, increase to 24",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01,,,,[5G Protocol Baseline]NRRC-SCG,Modem - 3GPP Spec.,,,operator need to be verizon,Untested,,,,
11328,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[143].SBP_ABORT_MANUAL_PLMN_LIST_WHEN_MT_CALL,modem_sbp_config[143].SBP_ABORT_MANUAL_PLMN_LIST_WHEN_MT_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Abort Manual Searching when MT Call<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:boolean,,No,No,MD Config,Modem - Customer Requirement,,,1. Initiate manual list on DUT<BR>2. Let network send MT call paging to DUT<BR>3. DUT's MD shall end manual list and report manual list fail to DUT's AP,Pass,,,,
@@ -9948,7 +9948,7 @@
11468,3264,NVRAM_EF_RSRA_PROFILE_LID,1,rs_retries,rs_retries,OTA,no,no,no,no,[MCF][RSRA] RS Retry count <BR>Default value = 3,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,3,,,RSRA will work for Ipv6 or Ipv4v6,MD Config,Modem - Customer Requirement,,,"Test case 1 : IMS Registration (IPv6)<BR>Test case 2 : Browse internet (www.google.com)"<BR>,Pass,,,,
11469,3264,NVRAM_EF_RSRA_PROFILE_LID,1,rs_temp_addr,rs_temp_addr,OTA,no,no,no,no,[MCF][RSRA] Disable/Mandatory privacy extension<BR>Default value = 1 (for SBP_ID_ATT and SBP_ID_TMO_US),UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0/1:Default value = 0 <BR>Value = 1 (for SBP_ID_ATT and SBP_ID_TMO_US),,,RSRA will work for Ipv6 or Ipv4v6,MD Config,Modem - Customer Requirement,,,"Test case 1 : IMS Registration (IPv6)<BR>Test case 2 : Browse internet (www.google.com)"<BR>,Pass,,,,
11470,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_invalid_audio_pt,ua_config.support_invalid_audio_pt,OTA and OTA BY OP,no,no,no,no,"Configuration to support invalid audio PT during video CRBT,such as PT=0 for AMR-WB<BR>0:use audio PT=0 and port=0 in 200OK for UPDATE,it will cause call drop<BR>1:use negotiation audio codec stored before in 200OK for UPDATE,call will continue",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"1:use negotiation audio codec stored before in 200OK for UPDATE ,when receive invalid audio PT during video CRBT,such as PT=0 for audio codec.<BR>0:use audio PT=0 and port=0 in 200OK for UPDATE when receive invalid audio PT during video CRBT,such as PT=0 for audio codec.",,,,Voice over LTE,Modem IMS - VoLTE,,,"Test in machine (N)<BR>Test Time (10 minutes)<BR>[Init] In Hangzhou CMCC NV-IOT lab<BR>[Test Step]Test case SPCL-010<BR>[Expected Result] after call forwarding, CRBT is normal",Untested,,,,
-11471,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_invalid_audio_pt.support_invalid_audio_pt,ua_config.support_invalid_audio_pt.support_invalid_audio_pt,OTA and OTA BY OP,no,no,no,no,"In the Video CRBT NVIOT Test Case,UE recv a UPDATE with AMR-WB codec PT=0,and video codec is normal,UE can't handle the invalid PT and call drop.<BR>0:use audio PT=0 and port=0 in 200OK for UPDATE,it will cause call drop<BR>1:use negotiation audio codec stored before in 200OK for UPDATE,call will continue",BIT,8,,8,0,NR15.R3.MD700.MP,,"0:use audio PT=0 and port=0 in 200OK for UPDATE when receive invalid audio PT during video CRBT,such as PT=0 for audio codec.<BR>1:use negotiation audio codec stored before in 200OK for UPDATE ,when receive invalid audio PT during video CRBT,such as PT=0 for audio codec.",,,,Voice over LTE,Modem IMS - VoLTE,,,"Test in machine (N)<BR>Test Time (10 minutes)<BR>[Init] In Hangzhou CMCC NV-IOT lab<BR>[Test Step]Test case SPCL-010<BR>[Expected Result] after call forwarding, CRBT is normal",Untested,,,,
+11471,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_invalid_audio_pt.support_invalid_audio_pt,ua_config.support_invalid_audio_pt.support_invalid_audio_pt,OTA and OTA BY OP,no,no,no,no,"In the Video CRBT NVIOT Test Case,UE recv a UPDATE with AMR-WB codec PT=0,and video codec is normal,UE can't handle the invalid PT and call drop.<BR>0:use audio PT=0 and port=0 in 200OK for UPDATE,it will cause call drop<BR>1:use negotiation audio codec stored before in 200OK for UPDATE,call will continue",BIT,8,,8,0,NR15.R3.MD700.MP,,"1:use negotiation audio codec stored before in 200OK for UPDATE ,when receive invalid audio PT during video CRBT,such as PT=0 for audio codec.<BR>0:use audio PT=0 and port=0 in 200OK for UPDATE when receive invalid audio PT during video CRBT,such as PT=0 for audio codec.",,,,Voice over LTE,Modem IMS - VoLTE,,,"Test in machine (N)<BR>Test Time (10 minutes)<BR>[Init] In Hangzhou CMCC NV-IOT lab<BR>[Test Step]Test case SPCL-010<BR>[Expected Result] after call forwarding, CRBT is normal",Untested,,,,
11475,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[145].SBP_ECSQ4_SET_CRITERIA,modem_sbp_config[145].SBP_ECSQ4_SET_CRITERIA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Support AT+ECSQ=4 to set ECSQ report criteria<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
11495,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[145].SBP_L5_SIM_APDU_CLA_SM_CHECK_DISABLE,modem_sbp_config[145].SBP_L5_SIM_APDU_CLA_SM_CHECK_DISABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable check SM flag<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
11498,2198,NVRAM_EF_D2_MCF_KEEP_INTERNET_LID,1,enable_keep,enable_keep,OTA BY OP,no,no,no,no,"[MCF] 0:disable, 1:enable",ENUM,1,,,0x00,NR15.R3.MD700.MP,,"0, 1:0:disable keep internet<BR>1:enable keep internet",,,,MD Config,Modem - Customer Requirement,,,"set is_valid to true, if this value set to 1, let UE trigger PDN deactivation, observe internet PDN been de-activated or not",Pass,,,,
@@ -9992,7 +9992,7 @@
14117,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",try_next_pcscf_5626_403,ua_config.try_next_pcscf_5626_403,OTA and OTA BY OP,no,no,no,no,"When REG receives 403 Forbidden error response for register and not_auto_reg_403 is set to 1, if the config is set then REG will retry to register next pcscf by RFC5626 timer <BR>0: REG doesn't retry to register by RFC5626 timer.<BR>1: REG retry to register by RFC5626 timer.",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
14118,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[146].SBP_ENABLE_NR_BW_SETTING_LIST_FOR_TESTSIM,modem_sbp_config[146].SBP_ENABLE_NR_BW_SETTING_LIST_FOR_TESTSIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Not Trigger BW rebuild when test sim inserted.<BR>bit 0:0:Not Trigger<BR>bit 1:1:Trigger",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
14120,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[146].SBP_ALLOW_UPPER_LAYER_REQ_WHEN_T3540_RUNNING,modem_sbp_config[146].SBP_ALLOW_UPPER_LAYER_REQ_WHEN_T3540_RUNNING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Process upper layer request even T3540 is running<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,NA,Pass,,,,
-14121,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[146].SBP_DISABLE_NR_B1_BEFORE_VOLTE_SETUP,modem_sbp_config[146].SBP_DISABLE_NR_B1_BEFORE_VOLTE_SETUP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Before VoLTE call is connected, disable reporting of NR B1 event.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:OFF<BR>0x01:ON,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
+14121,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[146].SBP_DISABLE_NR_B1_BEFORE_VOLTE_SETUP,modem_sbp_config[146].SBP_DISABLE_NR_B1_BEFORE_VOLTE_SETUP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Before VoLTE call is connected, disable reporting of NR B1 event.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x01:ON<BR>0x00:OFF,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
14122,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[146].SBP_CMCC_PREFER_BAND_VIDLE,modem_sbp_config[146].SBP_CMCC_PREFER_BAND_VIDLE,OTA,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>V-IDLE SIM prefers CMCC Band3 Freq<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit: 1,,,,ENDC based DR-DSDS,Modem - Multiple SIM,,,"feature function tested by FT TC CMCC DL 1.7, and MCF is tested by MCF OTA",Untested,,,,
14126,2437,NVRAM_EF_NRRC_CUSTOM_ENDC_COMB_LIST_LID,"1,2",black_list,black_list,OTA and OTA BY OP,no,no,no,no,[MCF] The black list of ENDC combination for the UE. The maximum number of characters in this field is 4480. Example: b3AA-b41A-n71AA;b2AA-b66A-b78AA,CHAR,4480,4480,,0x00,NR15.R3.MD700.MP,,"0~9,A~Z,-",,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) N<BR>Test Time (minutes) 10<BR>[Init] NA<BR>[Test Step]<BR>1, modify the default value by MCF tool<BR>2, save the modification to OTA file<BR>3, push the OTA file to DUT<BR>4, check the value by NVRAM editor<BR>[Expected Result]<BR>The real value is equal to the modification value",Pass,,,,
14127,2437,NVRAM_EF_NRRC_CUSTOM_ENDC_COMB_LIST_LID,"1,2",sa_black_list,sa_black_list,OTA and OTA BY OP,no,no,no,no,[MCF] The black list of SA CA combination for the UE. The maximum number of characters in this field is 1680. Example: n3A-n3A;n78A-n78A,CHAR,1680,1680,,0x00,NR15.R3.MD700.MP,,"0~9,A~Z,-",,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) N<BR>Test Time (minutes) 10<BR>[Init] NA<BR>[Test Step]<BR>1, modify the default value by MCF tool<BR>2, save the modification to OTA file<BR>3, push the OTA file to DUT<BR>4, check the value by NVRAM editor<BR>[Expected Result]<BR>The real value is equal to the modification value",Pass,,,,
@@ -10000,14 +10000,14 @@
14129,2437,NVRAM_EF_NRRC_CUSTOM_ENDC_COMB_LIST_LID,"1,2",white_list,white_list,OTA and OTA BY OP,no,no,no,no,[MCF] The white list of ENDC combination for the UE. Each combination shall be separated by semicolon. The maximum number of characters in this field is 4480. Example: b2AA-n41AA;b2AA-b66A-n71AA;b2AA-b66A-b71AA-n71A,CHAR,4480,4480,,0x00,NR15.R3.MD700.MP,,"0~9,A~Z,-",,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) N<BR>Test Time (minutes) 10<BR>[Init] NA<BR>[Test Step]<BR>1, modify the default value by MCF tool<BR>2, save the modification to OTA file<BR>3, push the OTA file to DUT<BR>4, check the value by NVRAM editor<BR>[Expected Result]<BR>The real value is equal to the modification value",Pass,,,,
14130,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[147].SBP_PREFER_RPLMN_RAT_FLIGHT_MODE_ONLY,modem_sbp_config[147].SBP_PREFER_RPLMN_RAT_FLIGHT_MODE_ONLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Apply prefer rplmn for flight mode only<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 10<BR>[Init] <BR>[Test Step]<BR>Add modified MCF value and do power on<BR>[Expected Result]<BR>Check if MCF modified value has been modified,Pass,,,,
14131,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",hold_before_add_to_conf,ua_config.hold_before_add_to_conf,OTA and OTA BY OP,no,no,no,no,hold the active call before add it to conf<BR>0: "not hold the active call before add it to conf"<BR>1: "hold the active call before add it to conf",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,1<BR>0X01:Enable,,,,MD Config,Modem - Customer Requirement,,,As Description of MOLY00602612,Untested,,,,
-14132,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",hold_before_add_to_conf.hold_before_add_to_conf,ua_config.hold_before_add_to_conf.hold_before_add_to_conf,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>hold the active call before add it to conf<BR>bit 0:0:not hold the active call before add it to conf<BR>bit 1:1:hold the active call before add it to conf,BIT,8,,8,0x00,NR15.R3.MD700.MP,,0X01:Enable<BR>1,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] <BR>Register VoLTE in home network<BR>[Test Step]<BR>1. Configure NVRAM "media_ip_type" to 0x02.<BR>2. Make a normal MO call.<BR>[Expected Result]<BR>media type in SDP of INVITE is IPv6,Untested,,,,
+14132,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",hold_before_add_to_conf.hold_before_add_to_conf,ua_config.hold_before_add_to_conf.hold_before_add_to_conf,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>hold the active call before add it to conf<BR>bit 0:0:not hold the active call before add it to conf<BR>bit 1:1:hold the active call before add it to conf,BIT,8,,8,0x00,NR15.R3.MD700.MP,,1<BR>0X01:Enable,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init] <BR>Register VoLTE in home network<BR>[Test Step]<BR>1. Configure NVRAM "media_ip_type" to 0x02.<BR>2. Make a normal MO call.<BR>[Expected Result]<BR>media type in SDP of INVITE is IPv6,Untested,,,,
14135,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[147].SBP_xMM_ENQUEUE_SIM_REFRESH_DURING_SMS,modem_sbp_config[147].SBP_xMM_ENQUEUE_SIM_REFRESH_DURING_SMS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enqueue SIM ERROR during ongoing SMS transaction<BR>bit 0:0:not enabled<BR>bit 1:1:enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:Disable :If SBP is disabled, MM and EMM will process SIM ERROR and will abort ongoing SMS transaction<BR>1:Enable : If SBP is enabled, MM and EMM will enqueue SIM ERROR during ongoing SMS transaction and will process SIM ERROR after completion of SMS transaction",,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) N<BR> Test Time (minutes) 10 mins<BR> [Init]<BR> MUT with inserted SIM <BR> [Test Step]<BR> 1. Turn ON MUT and wait until is attached to network<BR>2. Ask to AT&T team send the SIM refresh command via OTA<BR>3. Wait until AT&T confirms that the command was sent successfully<BR>4. Notice that MUT does not receives the command<BR>5. Ask to AT&T team send the SIM reset command via OTA<BR>6. Wait until AT&T confirms that the command was sent successfully<BR>7. Notice that MUT does not receives the command.<BR>8. Ask to AT&T team send the APNs command via OTA<BR>9. Wait until AT&T confirms that the APNs were sent successfully<BR>10. Notice that MUT does not receives the APNs via OTA<BR> [Expected Result]<BR> MUT must receive the AT&T APNs, SIM refresh and SIM reset commands via OTA.",Pass,,,,
14230,57414,NVRAM_EF_NL1_TX_MAX_TRANSCEIVER_POWER_LIMITATION_LID,1,max_trans_HT,tx_max_trans_pwr_limitation_by_route[0~89].max_trans_HT,OTA,no,no,no,no,[MCF]unit is 1/32 dBm,SHORT,2,,,,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
14231,57414,NVRAM_EF_NL1_TX_MAX_TRANSCEIVER_POWER_LIMITATION_LID,1,max_trans_LT,tx_max_trans_pwr_limitation_by_route[0~89].max_trans_LT,OTA,no,no,no,no,[MCF]unit is 1/32 dBm,SHORT,2,,,,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
14232,57414,NVRAM_EF_NL1_TX_MAX_TRANSCEIVER_POWER_LIMITATION_LID,1,max_trans_NT,tx_max_trans_pwr_limitation_by_route[0~89].max_trans_NT,OTA,no,no,no,no,[MCF]unit is 1/32 dBm,SHORT,2,,,,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
14235,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[115].SBP_LTE_SNIFF_IN_VIRTUAL_MODE,modem_sbp_data_config[115].SBP_LTE_SNIFF_IN_VIRTUAL_MODE,OTA and OTA BY OP,yes,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable LTE Sniffer in Virtual mode for NO service and LIMITED service<BR>bit 0:0:Sniffer disabled in virtual mode<BR>bit 1:1:Enabled in no_service cases only<BR>bit 2:2:Enabled for both no service and limited service",BIT,8,,8,0x01,NR15.R3.MD700.MP,,bit 0:0:Sniffer disabled in virtual mode<BR>bit 1:1:Enabled in no_service cases only<BR>bit 2:2:Enabled for both no service and limited service,,,,"Network Search Optimization - Fast Roaming, Fast List, Early Roaming Detection",Modem - Performance Enhancement,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) 5min<BR>[Init]<BR>Dual SIM test.<BR>SIM-1 on LTE data transfer ongoing.<BR>SIM-2 LTE in service state.<BR>sbp data is set<BR><BR>[Test Step]<BR>Turn off LTE cell of SIM-2 card.<BR>SIM-2 enter Out of service state.<BR>Turn on cells of LTE SIM-2<BR>when sbp data is set, ERRC could trigger sniffer in GEMINI Virtual mode,<BR>[Expected Result]<BR>DUT SIM-2 could enter normal service.",Untested,,,,
16067,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[148].SBP_DISABLE_IRAT_MEAS_RPT_BEFORE_SELF_REL,modem_sbp_config[148].SBP_DISABLE_IRAT_MEAS_RPT_BEFORE_SELF_REL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable IRAT measurement before self release.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-16088,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[148].SBP_SINGLE_SS_OPERATION_ON_CSFB_WHEN_AFR_ENABLED,modem_sbp_config[148].SBP_SINGLE_SS_OPERATION_ON_CSFB_WHEN_AFR_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MM shall reject the SS transaction and shall allow AFR to happen to 45G<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable :When first SS request is complete through CSFB and MM is in wait for network command state.<BR> If MM shall receive another SS transaction. MM enqueue another SS transaction in legacy RAT.<BR>1:Enable : When first SS request is complete through CSFB and MM is in wait for network command state.<BR> If MM shall reject another SS transaction & shall allow AFR to happen in 45G.,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) N<BR>Test Time (minutes) 10 mins <BR>[Init]<BR>Insert IDEA/Airtel SIM<BR><BR>[Test Step]<BR> - UE-A with both sim camped on Volte.<BR> - Access Supplementary service like call forwarding on sim1.<BR> - During SS query UE-B make a call to UE-A sim1<BR> - UE-A sim1 successfully receive the call.,Pass,,,,
+16088,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[148].SBP_SINGLE_SS_OPERATION_ON_CSFB_WHEN_AFR_ENABLED,modem_sbp_config[148].SBP_SINGLE_SS_OPERATION_ON_CSFB_WHEN_AFR_ENABLED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MM shall reject the SS transaction and shall allow AFR to happen to 45G<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable : When first SS request is complete through CSFB and MM is in wait for network command state.<BR> If MM shall reject another SS transaction & shall allow AFR to happen in 45G.<BR>0:Disable :When first SS request is complete through CSFB and MM is in wait for network command state.<BR> If MM shall receive another SS transaction. MM enqueue another SS transaction in legacy RAT.,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) N<BR>Test Time (minutes) 10 mins <BR>[Init]<BR>Insert IDEA/Airtel SIM<BR><BR>[Test Step]<BR> - UE-A with both sim camped on Volte.<BR> - Access Supplementary service like call forwarding on sim1.<BR> - During SS query UE-B make a call to UE-A sim1<BR> - UE-A sim1 successfully receive the call.,Pass,,,,
16097,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[149].SBP_UE_CAP_MIMO_CUSTOM_BY_BC,modem_sbp_config[149].SBP_UE_CAP_MIMO_CUSTOM_BY_BC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MIMO customization by band combination<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1:Japan SKU: TRUE Others: FALSE,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): N<BR>Test Time (minutes): NA<BR>[Init]<BR>[Test Step]<BR>Need to be tested under specific operator, e.g. Docomo<BR>[Expected Result]<BR>MIMO customization is only worked on specific operator, e.g. Docomo",Pass,,,,
16098,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_nr_idle_ho_mode,ipol_ans_cfg.ipol_ims_nr_idle_ho_mode,OTA and OTA BY OP,no,no,no,no,[MCF]5G idle handover mode<BR>ipol_ims_nr_idle_ho_mode:8 "" <BR>0: "No handover";<BR>1: "Bidirectional handover";<BR>2: "Unidirectional handover: 5G to WLAN";<BR>3: "Unidirectional handover: WLAN to 5G";,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,int: 0~3,,NA,NA,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine: N<BR>Test Time (minutes): 15<BR>[Init] follow MCF RD IT initial steps<BR>[Test Step 1] follow MCF RDIT SOP <BR>change value to 0<BR>reduce the signal<BR>[Expected Result 2] value change in NVRAM<BR>DUT cannot handover between NR and Wi-Fi<BR>[Test Step 2] follow MCF RDIT SOP <BR>change value to 1<BR>reduce the signal<BR>[Expected Result 2] value change in NVRAM<BR>DUT can handover between NR and Wi-Fi<BR>[Test Step 3] follow MCF RDIT SOP <BR>change value to 2<BR>reduce the signal<BR>[Expected Result 3] value change in NVRAM<BR>DUT can handover from NR to Wi-Fi<BR>DUT cannot handover from Wi-Fi to NR<BR>[Test Step 4] follow MCF RDIT SOP <BR>change value to 3<BR>reduce the signal<BR>[Expected Result 4] value change in NVRAM<BR>DUT cannot handover from NR to Wi-Fi<BR>DUT can handover from Wi-Fi to NR,Pass,,,,
16099,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_nr_idle_ho_mode.ipol_ims_nr_idle_ho_mode,ipol_ans_cfg.ipol_ims_nr_idle_ho_mode.ipol_ims_nr_idle_ho_mode,OTA and OTA BY OP,no,no,no,no,[MCF]5G idle handover mode<BR><BR>bit 0:0:No handover<BR>bit 1:1:Bidirectional handover<BR>bit 2:2:Unidirectional handover: 5G to WLAN<BR>bit 3:3:Unidirectional handover: WLAN to 5G,BIT,8,,8,0xff,NR15.R3.MD700.MP,,int: 0~3,,NA,NA,PDN Access network selection,Modem Application - VoWIFI/WFC,,,Test in machine: N<BR>Test Time (minutes): 15<BR>[Init] follow MCF RD IT initial steps<BR>[Test Step 1] follow MCF RDIT SOP <BR>change value to 0<BR>reduce the signal<BR>[Expected Result 2] value change in NVRAM<BR>DUT cannot handover between NR and Wi-Fi<BR>[Test Step 2] follow MCF RDIT SOP <BR>change value to 1<BR>reduce the signal<BR>[Expected Result 2] value change in NVRAM<BR>DUT can handover between NR and Wi-Fi<BR>[Test Step 3] follow MCF RDIT SOP <BR>change value to 2<BR>reduce the signal<BR>[Expected Result 3] value change in NVRAM<BR>DUT can handover from NR to Wi-Fi<BR>DUT cannot handover from Wi-Fi to NR<BR>[Test Step 4] follow MCF RDIT SOP <BR>change value to 3<BR>reduce the signal<BR>[Expected Result 4] value change in NVRAM<BR>DUT cannot handover from NR to Wi-Fi<BR>DUT can handover from Wi-Fi to NR,Pass,,,,
@@ -10032,7 +10032,7 @@
17206,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[112].SBP_NR_SA_TX_DOWNGRADE,modem_sbp_data_config[112].SBP_NR_SA_TX_DOWNGRADE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>NR SA TX mimo doengrades<BR>bit 0:0:Align custom file<BR>bit 1:1:NR SA TX mimo doengrades to 1x1",BIT,8,,8,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
17207,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[147].SBP_MMRFC_CUSTOMIZED_WCDMA_TXCAP_CAL_BYPASS,modem_sbp_config[147].SBP_MMRFC_CUSTOMIZED_WCDMA_TXCAP_CAL_BYPASS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>to costomize WCDMA TXCAP calibration for QUECTEL<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]META connect<BR>[Test Step]RF caliubration<BR>[Expected Result]Pass,Pass,,,,
17232,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[147].SBP_NR_BWP_SWITCH,modem_sbp_config[147].SBP_NR_BWP_SWITCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NR BWP switch on/off feature<BR>bit 0:0:NR BWP Disabled<BR>bit 1:1:NR BWP Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,Default value is on:Customer can disable /enable bwp switch feature,,,,5G option capability update,Modem - Customer Requirement,,,"Test in machine (N)<BR>Test Time (60 minutes)<BR>[Init] NA<BR>[Test Step]<BR>Step1: Use "SBP_NR_BWP_SWITCH" default value ,default value is on ,default BWP is BWP 1# then NW trigger BWP switch to BWP 2#<BR>Step2: Set "SBP_NR_BWP_SWITCH" value as off ,default BWP is BWP 1# then NW trigger BWP switch to BWP 2#<BR>[Expected Result]<BR>Step 1 results: BWP will be switched to BWP <BR>Step 2 results: BWP will be stay at BWP1#",Untested,,,,
-17236,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[116].SBP_DISABLE_IGNORE_POWEROFF_COMMON_PROCEDURE,modem_sbp_data_config[116].SBP_DISABLE_IGNORE_POWEROFF_COMMON_PROCEDURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>do not ignore common procedure in power-off case<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled in CT only<BR>bit 2:2:Enabled in all operators",BIT,8,,8,0x00,NR15.R3.MD700.MP,,1:Enabled in CT only<BR>2:Enabled in all operators<BR><BR>0:Disabled 1:Enabled in CT only 2:Enabled in all operators,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
+17236,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[116].SBP_DISABLE_IGNORE_POWEROFF_COMMON_PROCEDURE,modem_sbp_data_config[116].SBP_DISABLE_IGNORE_POWEROFF_COMMON_PROCEDURE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>do not ignore common procedure in power-off case<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled in CT only<BR>bit 2:2:Enabled in all operators",BIT,8,,8,0x00,NR15.R3.MD700.MP,,0:Disabled 1:Enabled in CT only 2:Enabled in all operators<BR>1:Enabled in CT only<BR>2:Enabled in all operators,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
17238,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[148].SBP_TRIGGER_SEARCH_WHEN_OPTION2_ON,modem_sbp_config[148].SBP_TRIGGER_SEARCH_WHEN_OPTION2_ON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable trigger search after option2 on.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]Insert KDDI card and test in KDDI network<BR>[Test Step]<BR>1. Set wrong APN<BR>2. Power up<BR>3. Try to attach LTE but attach reject with ESM cause #27<BR>[Expected Result]<BR>LTE is disabled and try to camp on 3G/2G,Untested,,,,
17239,60588,NVRAM_EF_EL1_TX_MAX_TRANSCEIVER_POWER_LIMITATION_LID,1,max_trans_HT,tx_max_trans_pwr_limitation_by_route[0~154].max_trans_HT,OTA,no,no,no,no,[MCF]unit is 1/32 dBm,SHORT,2,,,,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
17240,60588,NVRAM_EF_EL1_TX_MAX_TRANSCEIVER_POWER_LIMITATION_LID,1,max_trans_LT,tx_max_trans_pwr_limitation_by_route[0~154].max_trans_LT,OTA,no,no,no,no,[MCF]unit is 1/32 dBm,SHORT,2,,,,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -10086,8 +10086,9 @@
18737,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[148].SBP_GAS_CUSTOM_BAND_DISABLE_FOR_PLMN,modem_sbp_config[148].SBP_GAS_CUSTOM_BAND_DISABLE_FOR_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable the band for operator plmm<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y)<BR> Test Time (minutes): 30 <BR> [Init]: Set the custom config with the bands and the PLMN info<BR> [Test Step]: Camp on 2G after factory reset on the configured PLMN<BR> [Expected Result]: Bands configured for the PLMN should not get scanned,Untested,,,,
18738,3072,NVRAM_EF_SASE_DATA_LID,"1,2",sa_silence_result_timer,sa_silence_result_timer,OTA,no,no,no,no,"[MCF] SA silence result timer (min:2, max:255)",UNSIGNED CHAR,1,,,0x05,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
18739,3072,NVRAM_EF_SASE_DATA_LID,"1,2",sa_silence_timer,sa_silence_timer,OTA,no,no,no,no,"[MCF] SA Silence timer (min:2, max:255)",UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,,,,,MiA,Modem Application - Modem Control,,,,Untested,,,,
-18740,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",ccfc_service_class,xcap_info.ccfc_service_class,OTA and OTA BY OP,no,no,no,no,Supported CCFC Service Classes<BR>0: XCAP_CCFC_SERVICE_CLASS_NONE<BR>1: XCAP_CCFC_SERVICE_CLASS_VOICE<BR>512: XCAP_CCFC_SERVICE_CLASS_VIDEO,UNSIGNED SHORT,2,,,0xff,NR15.R3.MD700.MP,,,,NA,NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"Test configuration by changing the values from 513 (default) to 1 or 512. This should lead to that only the video or audio, or both status are indicated in the +CFCC URC. This setting should apply to MMI codes or commands where service class not given.",Untested,,,,
+18740,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",ccfc_service_class,xcap_info.ccfc_service_class,OTA and OTA BY OP,no,no,no,no,Supported CCFC Service Classes<BR>0: XCAP_CCFC_SERVICE_CLASS_NONE<BR>1: XCAP_CCFC_SERVICE_CLASS_VOICE<BR>512: XCAP_CCFC_SERVICE_CLASS_VIDEO,UNSIGNED SHORT,2,,,0xff,NR15.R3.MD700.MP,,0: XCAP_CCFC_SERVICE_CLASS_NONE:XCAP_CCFC_SERVICE_CLASS_NONE<BR>512: XCAP_CCFC_SERVICE_CLASS_VIDEO:XCAP_CCFC_SERVICE_CLASS_VIDEO<BR>513: XCAP_CCFC_SERVICE_CLASS_VOICE + XCAP_CCFC_SERVICE_CLASS_VIDEO:XCAP_CCFC_SERVICE_CLASS_VOICE + XCAP_CCFC_SERVICE_CLASS_VIDEO<BR>1: XCAP_CCFC_SERVICE_CLASS_VOICE:XCAP_CCFC_SERVICE_CLASS_VOICE,,NA,NA,IMS-SS,Modem Application - Common-Feature-XCAP,,,"Test configuration by changing the values from 513 (default) to 1 or 512. This should lead to that only the video or audio, or both status are indicated in the +CFCC URC. This setting should apply to MMI codes or commands where service class not given.",Untested,,,,
18744,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[141].SBP_URSP_PRECONF_SUPPORT,modem_sbp_config[141].SBP_URSP_PRECONF_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>URSP Pre-configuration Support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+18747,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[174].SBP_EMM_DISABLE_DCNR_BY_ENDC_BLACKLIST,modem_sbp_config[174].SBP_EMM_DISABLE_DCNR_BY_ENDC_BLACKLIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable the feature<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
18751,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[149].SBP_VGMM_REL_REG_UPDATE_IRAT_EARLY,modem_sbp_config[149].SBP_VGMM_REL_REG_UPDATE_IRAT_EARLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>VGMM release REG_UPDATE_IRAT session early<BR>bit 0:0:Don't release session early<BR>bit 1:1:Release session early",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,Gemini 3.0,Modem - Multiple SIM,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
18753,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[170].SBP_MULTIPLE_APN_REQUIREMENT,modem_sbp_config[170].SBP_MULTIPLE_APN_REQUIREMENT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Multiple APN feature is disable.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
18786,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[155].SBP_SKIP_GLOBAL_SKU_CA_BAND_CUSTOMIZATION,modem_sbp_config[155].SBP_SKIP_GLOBAL_SKU_CA_BAND_CUSTOMIZATION,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable Global SKU CA Band customization<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -10105,8 +10106,8 @@
20837,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_mt_call_if_other_ps_id_has_active_call,ua_config.reject_mt_call_if_other_ps_id_has_active_call,OTA and OTA BY OP,no,no,no,no,"If MT WiFi call present response is success, Call UA check if there is active state IMS call ongoing in another protocol stack.<BR>If feature is enabled the Call UA reject the incoming MT WiFi call.<BR>0: IMS stack does not reject MT wifi call<BR>1: IMS stack reject MT wifi call",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,int: 0x00~0x01:0 Disabled<BR>1 Enabled,,N/A,None,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,[initial condition]<BR>SIM1 is IMS registered over LTE/NR<BR>SIM2 is IMS registered over WiFi<BR>[test step]<BR>1. SIM1 create VoLTE/VoNR call to some number.<BR>2. SIM2 receive MT call from some number.<BR>[expected result]<BR>When enabled IMS stack block SIM2 MT call.<BR>When disabled SIM2 MT call go to alerting state.<BR>,Pass,,,,
20838,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",reject_mt_call_if_other_ps_id_has_active_call.reject_mt_call_if_other_ps_id_has_active_call,ua_config.reject_mt_call_if_other_ps_id_has_active_call.reject_mt_call_if_other_ps_id_has_active_call,OTA and OTA BY OP,no,no,no,no,"[MCF] If MT WiFi call present response is success, Call UA check if there is active state IMS call ongoing in another protocol stack. If feature is enabled the Call UA reject the incoming MT WiFi call<BR>If MT WiFi call present response is success, Call UA check if there is active state IMS call ongoing in another protocol stack. If feature is enabled the Call UA reject the incoming MT WiFi call<BR>bit 0:0:IMS stack does not reject MT wifi call<BR>bit 1:1:IMS stack reject MT wifi call",BIT,8,,8,0,NR15.R3.MD700.MP,,int 0x00~0x01,,N/A,None,Modem IMS - WFC,Modem IMS - VoWIFI/WFC,,,[initial condition]<BR>SIM1 is IMS registered over LTE/NR<BR>SIM2 is IMS registered over WiFi<BR>[test step]<BR>1. SIM1 create VoLTE/VoNR call to some number.<BR>2. SIM2 receive MT call from some number.<BR>[expected result]<BR>When enabled IMS stack block SIM2 MT call.<BR>When disabled SIM2 MT call go to alerting state.<BR>,Pass,,,,
20839,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[149].SBP_DISABLE_EUTRAN_WHEN_ATTACH_REJECT_ESM_CAUSE_27,modem_sbp_config[149].SBP_DISABLE_EUTRAN_WHEN_ATTACH_REJECT_ESM_CAUSE_27,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable LTE when receive attach reject with ESM cause #27<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (5 minutes)<BR>[Init]Insert KDDI card and test in KDDI network<BR>[Test Step]<BR>1. Set wrong APN<BR>2. Power up<BR>3. Try to attach LTE but attach reject with ESM cause #27<BR>[Expected Result]<BR>LTE is disabled and try to camp on 3G/2G,Pass,,,,
-20842,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_nr_wifi_rat_reselect_by_dreg_enable,ipol_ans_cfg.ipol_ims_nr_wifi_rat_reselect_by_dreg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enabled, UE will perform IMS deregistration on current RAT and set up on another RAT if HO is expected to happened between NR and wifi",UNSIGNED CHAR,1,,,0x0,NR15.R3.MD700.MP,,1: Enabled<BR><BR>0/1:0 def,,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,"Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>AIS Thailand SIM Card<BR>IMS PDN on NR(5G)<BR><BR>[Test Step]<BR>ENABLE WIFI<BR>IMS RPL pref change for HO WIFI, CELL<BR>[Expected Result]<BR>HO should be triggered from NR to WIFI by Dereg from NR and Re-reg to WIFI.<BR><BR>A similar case from WIFI to NR HO also.",Pass,,,,
-20844,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[154].SBP_CUSTOMIZE_EHPLMN_FOR_ISSUE_TEST_SIM,modem_sbp_config[154].SBP_CUSTOMIZE_EHPLMN_FOR_ISSUE_TEST_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Add customize EHPLMN for issue SIM even it is test SIM.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_CUSTOMIZE_EHPLMN_FOR_ISSUE_TEST_SIM TRUE,Untested,,,,
+20842,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_nr_wifi_rat_reselect_by_dreg_enable,ipol_ans_cfg.ipol_ims_nr_wifi_rat_reselect_by_dreg_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enabled, UE will perform IMS deregistration on current RAT and set up on another RAT if HO is expected to happened between NR and wifi",UNSIGNED CHAR,1,,,0x0,NR15.R3.MD700.MP,,0/1:0 def<BR>1: Enabled,,,,PDN Access network selection,Modem Application - VoWIFI/WFC,,,"Test in machine (Y/N)<BR>Test Time (minutes)<BR>[Init]<BR>AIS Thailand SIM Card<BR>IMS PDN on NR(5G)<BR><BR>[Test Step]<BR>ENABLE WIFI<BR>IMS RPL pref change for HO WIFI, CELL<BR>[Expected Result]<BR>HO should be triggered from NR to WIFI by Dereg from NR and Re-reg to WIFI.<BR><BR>A similar case from WIFI to NR HO also.",Pass,,,,
+20844,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[154].SBP_CUSTOMIZE_EHPLMN_FOR_ISSUE_TEST_SIM,modem_sbp_config[154].SBP_CUSTOMIZE_EHPLMN_FOR_ISSUE_TEST_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Add customize EHPLMN for issue SIM even it is test SIM.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_CUSTOMIZE_EHPLMN_FOR_ISSUE_TEST_SIM TRUE,Untested,,,,
20854,60952,NVRAM_EF_ERRC_PERMANENT_FTA_LID,"1,2",mcc1,pfta[0~23].plmn_id.mcc1,OTA,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x03,NR15.R3.MD700.MP,,0 to 9,,,,VzW Power-on and SIM Activation,Modem - Operator Requirement,,,"Test in machine (Y/N) Yes<BR>Test Time (minutes) 10min<BR>[Init]<BR>refer VzW_2021Feb_VZ_REQ_5GNRNSAFWA_966626 <BR>Must test with Verizon SIM card.<BR>To be verified on LTE. <BR>If test is on Machine, it should be set for VzW LTE cells.<BR> [Test Step]<BR>Configure LTE one LTE cell which is present in VzW permanent <BR> FTA list.<BR>refer VzW_2021Feb_VZ_REQ_5GNRNSAFWA_966626 for FTA list.<BR><BR>[Expected Result]<BR>DUT should not select a LTE cell which is in permanent FTA List.",Pass,,,,
20855,60952,NVRAM_EF_ERRC_PERMANENT_FTA_LID,"1,2",mcc2,pfta[0~23].plmn_id.mcc2,OTA,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0 to 9,,,,VzW Power-on and SIM Activation,Modem - Operator Requirement,,,"Test in machine (Y/N) Yes<BR>Test Time (minutes) 10min<BR>[Init]<BR>refer VzW_2021Feb_VZ_REQ_5GNRNSAFWA_966626 <BR>Must test with Verizon SIM card.<BR>To be verified on LTE. <BR>If test is on Machine, it should be set for VzW LTE cells.<BR> [Test Step]<BR>Configure LTE one LTE cell which is present in VzW permanent <BR> FTA list.<BR>refer VzW_2021Feb_VZ_REQ_5GNRNSAFWA_966626 for FTA list.<BR><BR>[Expected Result]<BR>DUT should not select a LTE cell which is in permanent FTA List.",Pass,,,,
20856,60952,NVRAM_EF_ERRC_PERMANENT_FTA_LID,"1,2",mcc3,pfta[0~23].plmn_id.mcc3,OTA,no,no,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0 to 9,,,,VzW Power-on and SIM Activation,Modem - Operator Requirement,,,"Test in machine (Y/N) Yes<BR>Test Time (minutes) 10min<BR>[Init]<BR>refer VzW_2021Feb_VZ_REQ_5GNRNSAFWA_966626 <BR>Must test with Verizon SIM card.<BR>To be verified on LTE. <BR>If test is on Machine, it should be set for VzW LTE cells.<BR> [Test Step]<BR>Configure LTE one LTE cell which is present in VzW permanent <BR> FTA list.<BR>refer VzW_2021Feb_VZ_REQ_5GNRNSAFWA_966626 for FTA list.<BR><BR>[Expected Result]<BR>DUT should not select a LTE cell which is in permanent FTA List.",Pass,,,,
@@ -10149,7 +10150,7 @@
21234,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[161].SBP_ERRC_SKIP_MR_DURING_TAU,modem_sbp_config[161].SBP_ERRC_SKIP_MR_DURING_TAU,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Skip A3/A5 event reporting when TAU is on-going<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0 - feature OFF<BR>1 - feature ON:Skip A3 and A5 MR when feature is ON,,,,CMCC VoLTE,Modem - Operator Requirement,,,test for EPSFB call in CMCC network,Untested,,,,
21237,60935,NVRAM_EF_UE_EUTRA_CAP_CSFB_LID,"1,2",ul_256qam_r14,ul_256qam_r14,OTA and OTA BY OP,no,no,no,no,[MCF] 3GPP TS 36.331 ul-256QAM-r14,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
21239,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[153].SBP_NR_CUSTOM_DISABLE_BAND_BY_PLMN_WITH_SIM,modem_sbp_config[153].SBP_NR_CUSTOM_DISABLE_BAND_BY_PLMN_WITH_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>User can disable NR band(s) by plmn<BR>bit 0:0:Not enabled this feature<BR>bit 1:1:Enable this feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR><BR>Test Time (minutes): Less than 5 minutes<BR><BR>[Init] LTE load + internal phone + Test SIM<BR><BR>[Test Step]<BR>(1) Use new MCF tool to generate new OTA files<BR>(2) Use ADB put OTA files to /mnt/vendor/nvcfg/mdota<BR>(3) Replace new MCF EM mode & enable it<BR><BR>[Expected Result] Follow RD IT SOP to test LID, and do MCF dump then check the value has been updated",Untested,,,,
-21240,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_node_namespace,xcap_info.remove_node_namespace,OTA and OTA BY OP,no,no,no,no,Remove Node Namespace<BR>0: "Disabled"<BR>1: "Enabled",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine Y<BR>Test Time (minutes) 5<BR>[Init]<BR>IMS registered in Softbank/Japan<BR>[Test Step]<BR>enable CFB<BR>[Expected Result]<BR>there is no namespace in "conditions" and "actions" node,Pass,,,,
+21240,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_node_namespace,xcap_info.remove_node_namespace,OTA and OTA BY OP,no,no,no,no,Remove Node Namespace<BR>0: "Disabled"<BR>1: "Enabled",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,1:Enabled<BR>0:Disabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine Y<BR>Test Time (minutes) 5<BR>[Init]<BR>IMS registered in Softbank/Japan<BR>[Test Step]<BR>enable CFB<BR>[Expected Result]<BR>there is no namespace in "conditions" and "actions" node,Pass,,,,
21241,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",remove_node_namespace.remove_node_namespace,xcap_info.remove_node_namespace.remove_node_namespace,OTA and OTA BY OP,no,no,no,no,remove node namespace<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0,NR15.R3.MD700.MP,,int: 0/1,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,no need,Untested,,,,
21251,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[153].SBP_NR_CAP_DISABLE_RF_TRACE,modem_sbp_config[153].SBP_NR_CAP_DISABLE_RF_TRACE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable NL1 RF related trace during NR cap get NL1 capability procedure.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1:0: disable (print RF capability trace)<BR>1: enable (not print RF capability trace),,,,MD Config,Modem - Customer Requirement,,,verified by SBP framework,Untested,,,,
21296,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[152].SBP_NR_BG_SEARCH_CUSTOM_THRESHOLD,modem_sbp_config[152].SBP_NR_BG_SEARCH_CUSTOM_THRESHOLD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NR background search check custom threshold<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
@@ -10254,15 +10255,16 @@
21659,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[151].SBP_NR_CA_WHITE_LIST_FALLBACK,modem_sbp_config[151].SBP_NR_CA_WHITE_LIST_FALLBACK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable band and band width class fallback matching in ENDC/SA white band combination list<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) N<BR>Test Time (minutes) 10<BR>[Init] NA<BR>[Test Step]<BR>1, modify the default value by MCF tool<BR>2, save the modification to OTA file<BR>3, push the OTA file to DUT<BR>4, check the value by NVRAM editor<BR>[Expected Result]<BR>The real value is equal to the modification value",Pass,,,,
21664,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[150].SBP_ENABLE_NR_IBLER_REPORT,modem_sbp_config[150].SBP_ENABLE_NR_IBLER_REPORT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable NR PDSCH/PUSCH Init BLER report<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
21673,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[154].SBP_FORCE_CQI,modem_sbp_config[154].SBP_FORCE_CQI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable IFORCE CQI enhancement<BR>bit 0:0:Disable FORCE_CQI feature<BR>bit 1:1:Enable FORCE_CQI feature",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0 - Disable <BR>1- Enable,,,,[LTE Protocol Baseline]HANDOVER,Modem - 3GPP Spec.,,,Test in machine by following SBP setting,Untested,,,,
-21807,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[159].SBP_PERFORM_COMBINED_RAU_WITH_LA_RA_UPON_CAUSE_25,modem_sbp_config[159].SBP_PERFORM_COMBINED_RAU_WITH_LA_RA_UPON_CAUSE_25,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Peform combined RAU with update type combined RA/LA updating<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,WCDMA_GSM_GMM,Modem - 3GPP Spec.,,,"Test in machine : Y<BR>Test Time (minutes) : 10<BR>[Init]<BR>[Test Step] 3GPP Spec 34.123-1 12.4.2.5e<BR>1. Camp on allowed CSG cell 1(NM1) and check if GMM Attach is successful<BR>2. Camp on allowed CSG cell 2(NM1) and check if combined RAU is triggered<BR>3. Combined RAU reject with cause #25<BR>4. Camp on normal cell(NM1) and observe triggered combined RAU type<BR>[Expected Result]<BR>After step 4 described above, combined RAU type should be combined RA/LA update only with SBP enabled",Untested,,,,
+21807,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[159].SBP_PERFORM_COMBINED_RAU_WITH_LA_RA_UPON_CAUSE_25,modem_sbp_config[159].SBP_PERFORM_COMBINED_RAU_WITH_LA_RA_UPON_CAUSE_25,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Peform combined RAU with update type combined RA/LA updating<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,WCDMA_GSM_GMM,Modem - 3GPP Spec.,,,"Test in machine : Y<BR>Test Time (minutes) : 10<BR>[Init]<BR>[Test Step] 3GPP Spec 34.123-1 12.4.2.5e<BR>1. Camp on allowed CSG cell 1(NM1) and check if GMM Attach is successful<BR>2. Camp on allowed CSG cell 2(NM1) and check if combined RAU is triggered<BR>3. Combined RAU reject with cause #25<BR>4. Camp on normal cell(NM1) and observe triggered combined RAU type<BR>[Expected Result]<BR>After step 4 described above, combined RAU type should be combined RA/LA update only with SBP enabled",Untested,,,,
+21819,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_operator_as_ims_only,ua_config.set_operator_as_ims_only,OTA and OTA BY OP,no,no,no,no,[MCF],UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0: UE supports both the IMS and 2G/3G<BR>1:1: UE supports only IMS and don';t supports 2G/3G,,,,MD Config,Modem - Customer Requirement,,,Follow the CR test steps ALPS05707803,Untested,,,,
21821,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",gba_user_agent,gba_info.gba_user_agent,OTA and OTA BY OP,no,no,no,no,GBA User Agent String (String format)<BR>any:string for that follows carrier requested user agent,STRING,64,64,,Bootstrapping Client Agent,NR15.R3.MD700.MP,,any,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,"Test in machine (Y/N): Y<BR>Test Time (minuts) 5<BR>[Init] IMS registered, XCAP available in network<BR>[Test Step] change GBA User Agent String <BR>[Expected Result] Check User Agent Header in request message, GBA user agent string should be changed as modified",Pass,,,,
21827,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[159].SBP_TAU_EPS_ONLY_15_BAR_CELL,modem_sbp_config[159].SBP_TAU_EPS_ONLY_15_BAR_CELL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Bar the camped cell that TAU accept with EPS only and cause #15<BR>bit 0:0:Disable. Follow spec handling.<BR>bit 1:1:Enabled. Bar the camped cell",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,[LTE Protocol Baseline]EMM_REG,Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
-21830,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[157].SBP_USE_T3402_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER,modem_sbp_config[157].SBP_USE_T3402_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use T3402 timer value for voice not possible timer value on LTE.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_USE_T3402_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER TRUE,Untested,,,,
+21830,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[157].SBP_USE_T3402_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER,modem_sbp_config[157].SBP_USE_T3402_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use T3402 timer value for voice not possible timer value on LTE.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_USE_T3402_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER TRUE,Untested,,,,
21831,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[157].SBP_USE_T3502_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER,modem_sbp_config[157].SBP_USE_T3502_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use T3502 timer value for voice not possible timer value on NR.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_USE_T3502_VALUE_FOR_VOICE_NOT_POSSIBLE_TIMER TRUE,Untested,,,,
21833,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[158].SBP_ENABLE_PINGPONG_BAR_NR,modem_sbp_config[158].SBP_ENABLE_PINGPONG_BAR_NR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable NR ping-pong-bar enhancement<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0x00:Disable feature<BR>0x01:Enable feature,,,,MD Config,Modem - Customer Requirement,,,Customer test in machine (Y),Untested,,,,
21834,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[155].SBP_NR_TO_LTE_RESEL_CELL_THRESH,modem_sbp_data_config[155].SBP_NR_TO_LTE_RESEL_CELL_THRESH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>Enable/Disable additional pcell/ncell custom threshold check for NR to LTE reselection<BR>bit 0:0:Disable<BR>bit 1:1:Enable custom threshold check for NR to LTE reselection",BIT,8,,8,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
21835,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",custom_enh_ind_update_period,meas_mob_performance.custom_enh_ind_update_period,OTA and OTA BY OP,no,no,no,no,"set update period of MSG_ID_NL1MOB_MT_DMF_CUSTOM_ENH_IND, unit: s , range: 3~65535, disable: 0x0000",UNSIGNED SHORT,2,,,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-21836,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",ctrl_bmp,meas_mob_performance.ping_pong_parameter.ctrl_bmp,OTA and OTA BY OP,no,no,no,no,"0x01: enable pingpong_bar, 0x02: disable on test SIM",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0x00:Disable ping-pong bar feature<BR>0x01:Enable ping-pong bar feature<BR>0x03:Enable ping-pong bar feature. (Non test mode only),,,,MD Config,Modem - Customer Requirement,,,Customer test in machine (Y),Untested,,,,
+21836,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",ctrl_bmp,meas_mob_performance.ping_pong_parameter.ctrl_bmp,OTA and OTA BY OP,no,no,no,no,"0x01: enable pingpong_bar, 0x02: disable on test SIM",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0x03:Enable ping-pong bar feature. (Non test mode only)<BR>0x01:Enable ping-pong bar feature<BR>0x00:Disable ping-pong bar feature,,,,MD Config,Modem - Customer Requirement,,,Customer test in machine (Y),Untested,,,,
21837,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",ping_pong_cell_bar_time,meas_mob_performance.ping_pong_parameter.ping_pong_cell_bar_time,OTA and OTA BY OP,no,no,no,no,"ping-pong cell bar time(300s), range: 60~600, disable: 0x8000.",UNSIGNED SHORT,2,,,"0x2c, 0x01,",NR15.R3.MD700.MP,,0x8000:disable: 0x8000.<BR>60~600:range: 60~600,,,,MD Config,Modem - Customer Requirement,,,Customer test in machine (Y),Untested,,,,
21838,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",ping_pong_cell_monitor_period,meas_mob_performance.ping_pong_parameter.ping_pong_cell_monitor_period,OTA and OTA BY OP,no,no,no,no,"ping-pong cell monitor period(20s), range: 10~30 , disable: 0x8000.",UNSIGNED SHORT,2,,,"0x14, 0x00,",NR15.R3.MD700.MP,,"0x8000:range: 10~30 , disable: 0x8000.<BR>10~30:range: 10~30 , disable: 0x8000.",,,,MD Config,Modem - Customer Requirement,,,Customer test in machine (Y),Untested,,,,
21839,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",ping_pong_hit_count_threshold,meas_mob_performance.ping_pong_parameter.ping_pong_hit_count_threshold,OTA and OTA BY OP,no,no,no,no,"ping-pong hit count threshold, range: 2~5 , disable: 0x80.",UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,"2~5:range: 2~5 , disable: 0x80.<BR>0x80:range: 2~5 , disable: 0x80.",,,,MD Config,Modem - Customer Requirement,,,Customer test in machine (Y),Untested,,,,
@@ -10308,8 +10310,10 @@
22203,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[155].SBP_DISABLE_PORTION_FREQUENCY_RANGE_N77,modem_sbp_config[155].SBP_DISABLE_PORTION_FREQUENCY_RANGE_N77,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Accept the all frequency range on N77<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: disable<BR>1: enable,,,,MD Config,Modem - Customer Requirement,,,no,Untested,,,,
22206,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[153].SBP_NR_BG_CCS_FREQ_ERROR_UNLOCK,modem_sbp_config[153].SBP_NR_BG_CCS_FREQ_ERROR_UNLOCK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable BG CCS frequency error unlock<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"add SBP for BG CCS set frequency error unlock,<BR>enable: 1;<BR>disable: 0;",,,MOLY00746778,5G option capability update,Modem - Customer Requirement,,,"Test in machine (Y/N): Y<BR>Test Time (minutes):10<BR>[Init]ODU, BS<BR>[Test Step]trigger offline cell measurement in case preferred access technology is "LTE"<BR>[Expected Result]BG CCS can found NR cell",Untested,,,,
22207,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[160].SBP_EMM_EPS_ONLY_CAUSE18_ABORT_SS,modem_sbp_config[160].SBP_EMM_EPS_ONLY_CAUSE18_ABORT_SS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Fail the supplementary service if EPS only and CS domain not available<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,.,Pass,,,,
+22209,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[173].SBP_ENDC_ICON_CONSIDER_BAND_COMB,modem_sbp_config[173].SBP_ENDC_ICON_CONSIDER_BAND_COMB,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>only display 5G icon when endc combination support<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,5G Icon Display,Modem - MTK Optimization/Proprietary,,,,Untested,,,,
22213,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[155].SBP_NWSEL_SEARCH_IN_ALLOWED_MCC_LIST,modem_sbp_config[155].SBP_NWSEL_SEARCH_IN_ALLOWED_MCC_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Search PLMN which MCC is in allowed MCC list<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (N)<BR>Test Time (10 minutes) <BR>[Init]Insert CT/CMCC card and test in China<BR>[Test Step]<BR>1. Power on and registration success<BR>2. Set 460 as allowed MCC list,<BR>3. Set 440/441 as allowed PLMN list<BR>[Expected Result]<BR>At step 2, registration still success<BR>At step 3, out of service",Pass,,,,
-22215,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[156].SBP_DISABLE_N1_WHEN_NOT_SUPPORT_ECC_ON_NR,modem_sbp_config[156].SBP_DISABLE_N1_WHEN_NOT_SUPPORT_ECC_ON_NR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable N1 mode for ECC when current cell does not support ECC on NR<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Dsiable<BR>1:Enable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_DISABLE_N1_WHEN_NOT_SUPPORT_ECC_ON_NR TRUE,Untested,,,,
+22215,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[156].SBP_DISABLE_N1_WHEN_NOT_SUPPORT_ECC_ON_NR,modem_sbp_config[156].SBP_DISABLE_N1_WHEN_NOT_SUPPORT_ECC_ON_NR,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable N1 mode for ECC when current cell does not support ECC on NR<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Dsiable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N) N<BR>Test Time (minutes) 0<BR>[Init]<BR>[Test Step] set SBP on<BR>[Expected Result] SBP_DISABLE_N1_WHEN_NOT_SUPPORT_ECC_ON_NR TRUE,Untested,,,,
+22216,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",set_operator_as_ims_only.set_operator_as_lte_only,ua_config.set_operator_as_ims_only.set_operator_as_lte_only,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>To record if the operator network is IMS only and doesn't support 2G/3G.<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,1:the operator network is IMS only and doesn't support 2G/3G,,,,MD Config,Modem - Customer Requirement,,,Follow the test steps in CR MOLY00660634,Untested,,,,
22250,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[157].SBP_VGMM_SET_RESUME_CAUSE_AS_IMS_RELATED_REQUEST_IN_RRC_INACTIVE_MODE,modem_sbp_config[157].SBP_VGMM_SET_RESUME_CAUSE_AS_IMS_RELATED_REQUEST_IN_RRC_INACTIVE_MODE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>set the resume cause as ims-related to NRRC<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
22317,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_from_change_tag,ua_config.support_from_change_tag,OTA and OTA BY OP,no,no,no,no,"Subscribe to TIP, whether support from-change feature as per 3GPP TS 24.608.<BR>0: Not Support<BR>1: Support",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,bit 0:0:Not Support<BR>bit 1:1:Support,,tir_privacy_in_mt_call_resp,N/A,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,1) Enable configuration and make MO IMS call.<BR>2) Check INVITE message and verify that from-change tag is included in supported header.,Untested,,,,
22318,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",support_from_change_tag.support_from_change_tag,ua_config.support_from_change_tag.support_from_change_tag,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>Subscribe to TIP, whether support from-change feature as per 3GPP TS 24.608.<BR>bit 0:0:Not Support<BR>bit 1:1:Support",BIT,8,,8,0,NR15.R3.MD700.MP,,bit 0:0:Not Support<BR>bit 1:1:Support,,tir_privacy_in_mt_call_resp,N/A,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,1) Enable configuration and make MO IMS call.<BR>2) Check INVITE message and verify that from-change tag is included in supported header.,Untested,,,,
@@ -10427,17 +10431,18 @@
22737,2389,NVRAM_EF_MRS_RAT_CAPABILITY_CONFIG_LID,1,mnc3,rat_cap_config_list[0~299].splmn.mnc3,OTA,no,no,no,yes,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,0~15,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 10<BR>[Init] <BR>[Test Step]<BR>Add modified MCF value and do power on<BR>[Expected Result]<BR>Check if MCF modified value has been modified,Pass,,,,
22741,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[162].SBP_NAS_SV_GSM_CAP_CONTROL_BY_MRS_CONFIG,modem_sbp_config[162].SBP_NAS_SV_GSM_CAP_CONTROL_BY_MRS_CONFIG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>disable the feature.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 10<BR>[Init] <BR>[Test Step]<BR>Add modified MCF value and do power on<BR>[Expected Result]<BR>Check if MCF modified value has been modified,Pass,,,,
22742,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[162].SBP_RAC_CHANGE_UEMODE_BY_CAP,modem_sbp_config[162].SBP_RAC_CHANGE_UEMODE_BY_CAP,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>disable the feature.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+22757,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[173].SBP_UE_CAP_SRS_TXPORTSWITCH,modem_sbp_config[173].SBP_UE_CAP_SRS_TXPORTSWITCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>set supportedSRS_TXPORTSWITCH disable<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"bit: 0/1:TRUE/FALSE selecet by customer<BR>0: false, 1: true",,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N): N<BR>Test Time (minutes): NA<BR>[Init]<BR>[Test Step]<BR>Need to be tested under specific operator, e.g. Docomo<BR>[Expected Result]<BR>srs tx port switch customization is only worked on specific operator, e.g. CMCC",Untested,,,,
22763,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",rsrp_threshold,hst_cell_param.rsrp_threshold,OTA and OTA BY OP,no,no,no,no,[MCF] custom value of rsrp threshold for hst enhance,SHORT,2,,,"0x48, 0xfe,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
22764,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",rsrq_threshold,hst_cell_param.rsrq_threshold,OTA and OTA BY OP,no,no,no,no,[MCF] custom value of rsrq threshold for hst enhance,SHORT,2,,,"0xd8, 0xff,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
22765,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",sinr_threshold,hst_cell_param.sinr_threshold,OTA and OTA BY OP,no,no,no,no,[MCF] custom value of sinr threshold for hst enhance,SHORT,2,,,"0xec, 0xff,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
-22767,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_text_precondition,imc_config.enable_text_precondition,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>UE will check text precondition value for resource allocation. If with precondition case, we will drop call if BW allocation failure, if without precondition cases, we will fallback to default if BW allocatoin failure.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0xff,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,,,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
-22768,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_text_precondition.enable_text_precondition,imc_config.enable_text_precondition.enable_text_precondition,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>UE will check text precondition value for resource allocation. If with precondition case, we will drop call if BW allocation failure, if without precondition cases, we will fallback to default if BW allocatoin failure.<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,Voice over LTE,Modem IMS - VoLTE,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+22767,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_text_precondition,imc_config.enable_text_precondition,OTA and OTA BY OP,no,no,no,no,"*** The configuration setting is based on specific requirements or FT/IOT experience. It is not recommended to modify. ***<BR>UE will check text precondition value for resource allocation. If with precondition case, we will drop call if BW allocation failure, if without precondition cases, we will fallback to default if BW allocatoin failure.<BR>0:Disable<BR>1:Enable",ENUM,1,,,0xff,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,Voice over LTE,Modem IMS - VoLTE,,,"Test in machine OP08_L-RTT-209015-1<BR>Test Time (0 minutes)<BR>[Init] set default_fallback_support=1 & enable_text_precondition=1<BR>[Test Step] follow L-RTT-209015-1<BR>[Expected Result] test case PASS, and Supported:precondition should reveal in SIP_INVITE",Untested,,,,
+22768,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",enable_text_precondition.enable_text_precondition,imc_config.enable_text_precondition.enable_text_precondition,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>UE will check text precondition value for resource allocation. If with precondition case, we will drop call if BW allocation failure, if without precondition cases, we will fallback to default if BW allocatoin failure.<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,8,,8,0xff,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,Voice over LTE,Modem IMS - VoLTE,,,"Test in machine OP08_L-RTT-209015-1<BR>Test Time (0 minutes)<BR>[Init] set default_fallback_support=1 & enable_text_precondition=1<BR>[Test Step] follow L-RTT-209015-1<BR>[Expected Result] test case PASS, and Supported:precondition should reveal in SIP_INVITE",Untested,,,,
22806,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[159].SBP_LBS_CTRL_LPP_ABORT_WHEN_LOC_OFF,modem_sbp_config[159].SBP_LBS_CTRL_LPP_ABORT_WHEN_LOC_OFF,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disabled LPP flow is not affected during Location off.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1:SBP_LBS_CTRL_LPP_ABORT_WHEN_LOC_OFF<BR>Configuration of SBP Feature<BR>Disabled LPP flow is not affected during Location off.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] None<BR>[Test Step] None<BR>[Expected Result] None,Pass,,,,
22808,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[165].SBP_EPBSEH_NSA_BAND_RETAIN,modem_sbp_config[165].SBP_EPBSEH_NSA_BAND_RETAIN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Allow retain of previous <nsa_band> setting when EPBSEH Set Command with [,<nsa_band] empty<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
22826,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[158].SBP_L5_SIGNAL_LOSS_DEACT_PDN,modem_sbp_config[158].SBP_L5_SIGNAL_LOSS_DEACT_PDN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>L5 will deact host pdn when receive OOS<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,L5(Modem Control),Modem Application - Modem Control,,,Test in machine (Y/N)<BR>N<BR>[Init]<BR>activate one PDN<BR>[Test Step]<BR>1. move to weak signal area<BR>2. check is there PDN deactivate ind to host,Untested,,,,
22830,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[168].SBP_NR_CUSTOMIZED_PAGING_CYCLE,modem_sbp_config[168].SBP_NR_CUSTOMIZED_PAGING_CYCLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Customized paging cycle<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
22871,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_SIM_ARREARAGE_MECHANISM_ENABLE,modem_sbp_config[169].SBP_SIM_ARREARAGE_MECHANISM_ENABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable SIM arrearage mechanism<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-22872,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[160].SBP_TAU_ON_SET_RAT_MODE_WITH_23G_RAT_CHANGE,modem_sbp_config[160].SBP_TAU_ON_SET_RAT_MODE_WITH_23G_RAT_CHANGE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Trigger TAU on SET_RAT_MODE_REQ for change in 23G rat capablity.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:0 - Behavior is to trigger DETACH and ATTACH on SET_RAT_MODE_REQ for change in 23G rat<BR><BR>1:1 - TAU should be triggered instead of DETACH-ATTACH for radio capability change.,,,,LTE Protocol (R15 5G interworking),Modem - 3GPP Spec.,,,Test DoCoMo IO52A0102 test,Untested,,,,
+22872,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[160].SBP_TAU_ON_SET_RAT_MODE_WITH_23G_RAT_CHANGE,modem_sbp_config[160].SBP_TAU_ON_SET_RAT_MODE_WITH_23G_RAT_CHANGE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Trigger TAU on SET_RAT_MODE_REQ for change in 23G rat capablity.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:1 - TAU should be triggered instead of DETACH-ATTACH for radio capability change.<BR>0:0 - Behavior is to trigger DETACH and ATTACH on SET_RAT_MODE_REQ for change in 23G rat,,,,LTE Protocol (R15 5G interworking),Modem - 3GPP Spec.,,,Test DoCoMo IO52A0102 test,Untested,,,,
22881,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",nw_reject_with_long_wait_time_bar_time,nrrc_erm_param_info.nw_reject_with_long_wait_time_bar_time,OTA and OTA BY OP,no,no,no,no,Bar time for NW reject with a long wait time,UNSIGNED INT,4,,,"0x2c, 0x01, 0x00, 0x00,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
22882,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",nw_reject_with_long_wait_time_counter,nrrc_erm_param_info.nw_reject_with_long_wait_time_counter,OTA and OTA BY OP,no,no,no,no,Counter for NW reject with a long wait time,UNSIGNED CHAR,1,,,0x02,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
22883,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",nw_reject_with_long_wait_time_monitoring_time,nrrc_erm_param_info.nw_reject_with_long_wait_time_monitoring_time,OTA and OTA BY OP,no,no,no,no,Monitoring time for NW reject with a long wait time,UNSIGNED CHAR,1,,,0x3c,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -10482,7 +10487,7 @@
23048,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[167].SBP_ERRC_CUSTOM_PREFER_CELL_MEAS_RPT,modem_sbp_config[167].SBP_ERRC_CUSTOM_PREFER_CELL_MEAS_RPT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable measReport for prefer cell by custom prefer cell list enhancement<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
23049,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[163].SBP_INTER_BAND_CONTIGUOUS_MRDC_SUPPORT,modem_sbp_config[163].SBP_INTER_BAND_CONTIGUOUS_MRDC_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>disable the feature.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,InterBandContiguousMRDC (0/1):New IE for capability reporting,,,,5G option capability update,Modem - Customer Requirement,,,"If SBP is ON, then InterBandContiguous IE would be support",Untested,,,,
23052,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",is_ims_retry_watchdog_timer,imc_config.is_ims_retry_watchdog_timer,OTA and OTA BY OP,no,no,no,no,,UNSIGNED INT,4,,,0,NR15.R3.MD700.MP,,0:disable,,,,,,,,,Untested,,,,
-23055,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[161].SBP_LBS_CTRL_LPP_ABORT_FOR_INCOMPLETE_ASSIST_DATA_PROC,modem_sbp_config[161].SBP_LBS_CTRL_LPP_ABORT_FOR_INCOMPLETE_ASSIST_DATA_PROC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enabled LPP Abort will be sent for incomplete transaction of assistance data transfer procedure<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,SBP_LBS_CTRL_LPP_ABORT_FOR_INCOMPLETE_ASSIST_DATA_PROC = "1" LPP Abort will be sent for incomplete transaction of assistance data transfer procedure.<BR>Bit: 0/1:"0" LPP Abort will not be sent for incomplete transaction assistance data transfer procedure<BR>SBP_LBS_CTRL_LPP_ABORT_FOR_INCOMPLETE_ASSIST_DATA_PROC = "1" LPP Abort will be sent for incomplete transaction of assistance data transfer procedure.,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] LPP Test case<BR>[Test Step] NW must trigger control plane LPP session<BR>[Expected Result] UE must avoid sending LPP Abort for incomplete transaction after sending location information,Pass,,,,
+23055,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[161].SBP_LBS_CTRL_LPP_ABORT_FOR_INCOMPLETE_ASSIST_DATA_PROC,modem_sbp_config[161].SBP_LBS_CTRL_LPP_ABORT_FOR_INCOMPLETE_ASSIST_DATA_PROC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enabled LPP Abort will be sent for incomplete transaction of assistance data transfer procedure<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,Bit: 0/1:"0" LPP Abort will not be sent for incomplete transaction assistance data transfer procedure<BR>SBP_LBS_CTRL_LPP_ABORT_FOR_INCOMPLETE_ASSIST_DATA_PROC = "1" LPP Abort will be sent for incomplete transaction of assistance data transfer procedure.<BR>SBP_LBS_CTRL_LPP_ABORT_FOR_INCOMPLETE_ASSIST_DATA_PROC = "1" LPP Abort will be sent for incomplete transaction of assistance data transfer procedure.,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] LPP Test case<BR>[Test Step] NW must trigger control plane LPP session<BR>[Expected Result] UE must avoid sending LPP Abort for incomplete transaction after sending location information,Pass,,,,
23060,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",tcp_keepalive_interval,ua_config.tcp_keepalive_interval,OTA and OTA BY OP,no,no,no,no,Configuration for changing the interval of sending the TCP keepalive packets to server if no date is sent on TCP client connection<BR>Default: 7200000<BR>0: disable TCP keepalive<BR>Unit: ms,UNSIGNED INT,4,,,7200000,NR15.R3.MD700.MP,,0~4294967295:Configuration for changing the interval of sending the TCP keepalive packets to server if no date is sent on TCP client connection,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,"keep no data on the TCP connection for a long time after IMS registration done , then check if UE send keep alive packet to NW",Untested,,,,
23091,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[162].SBP_MM_TRY_EAFR_UPON_T3330_TIMER_EXPIRY,modem_sbp_config[162].SBP_MM_TRY_EAFR_UPON_T3330_TIMER_EXPIRY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>MM try eAFR upon T3330 timer expiry<BR>bit 0:0:MM behavior shall be aligned with 3GPP 24.008, i.e MM shall initiate RAU again upon T3330 timer expiry<BR>bit 1:1:In 3G On T3330 timer expiry, if AFR is possible and no CS procedures are on-going MM will abort the on-going RAU procedure and shall perform EAFR procedure to release the RRC connection. On RRC connection is released, UE shall attempt to fast return to higher RAT.",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0x01:In 3G On T3330 timer expiry, if AFR is possible and no CS procedures are on-going MM will abort the on-going RAU procedure and shall perform EAFR procedure to release the RRC connection. On RRC connection is released, UE shall attempt to fast return to higher RAT.<BR><BR>0x0:MM behavior shall be aligned with 3GPP 24.008, i.e MM shall initiate RAU again upon T3330 timer expiry",,,__MM_TRY_EAFR_UPON_T3330_TIMER_EXPIRY__,Modem Configuration Framework,Modem - Customer Requirement,,,"Test in machine (Y/N) y<BR> Test Time (minutes) 10min<BR> [Init]DUT boot up<BR> Enable <BR> SBP_MM_TRY_EAFR_UPON_T3330_TIMER_EXPIRY<BR> [Test Step]<BR>->Register successfully on LTE<BR>->CFSB to UMTS by triggering speech call<BR>->Allow Call to be connected successfully, Network/machine should not respond for the PS procedure<BR>->Disconnect call and release connection<BR>[Expected Result]<BR>T3330 timer expiry and EAFR need to perform.",Pass,,,,
23105,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",normal_call_csfb_failure_code_table_after_tone,ua_config.normal_call_csfb_failure_code_table_after_tone,OTA and OTA BY OP,no,no,no,no,Define the failure code table that is for OEM to point out which failurecodes need CSFB after ringing tone in normal call.,STRING,64,64,,0x00,NR15.R3.MD700.MP,,""403,404,...":List SIP failure codes which need CSFB when it was received after ring tone.",,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,"Test in machine (Y)<BR><BR>Test Time (1 minute)<BR><BR>[Init]<BR>1. input *#*#3646633#*#* Enter EM mode<BR>2. enter Connectivity => CDS Information => Radio Information => (phone1/phone2), and modify the value as follows:<BR>AT+ECFGSET="normal_call_csfb_failure_code_table_after_tone","403"<BR>3. click set and disable/enable IMS<BR><BR>[Test Step]<BR>1. DUT have a volte call.<BR>2. 183 and 180 received from NW.<BR>3. 403 received from NW.<BR>4. DUT is expect to CSFB and retry in CS domain.<BR><BR>[Expected Result]<BR>When received 403 , DUT is expected to retry in CS domain",Untested,,,,
@@ -10501,8 +10506,9 @@
23141,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",emergency_call_testing_number,ua_config.emergency_call_testing_number,OTA and OTA BY OP,no,no,no,no,"Define the numbers for emergency call testing purpose<BR>If configured, UA will process emergency call testing when the numbers defined is being called<BR>During emergency call testing, Request-URI and To header in SIP INVITE would be sip:{emergency_call_testing_number}@ims.mnc{mnc_number}.mcc{mcc_number}@3gppnetwork.org. Instead of urn:service:sos",UNSIGNED CHAR,32,32,,0,NR15.R3.MD700.MP,,A string contained any numbers between 0~9.:any set of emergency call testing numbers divide by comma,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
23143,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",stir_shaken_for_privacy,ua_config.stir_shaken_for_privacy,OTA and OTA BY OP,no,no,no,no,"This is a feature in TS 24.229 5.1.2A.2<BR><BR>receives initial INVITE request for a dialog containing a P-Asserted-Identity header field or a From header field with a "verstat" tel URI parameter in a tel URI or a SIP URI with a user=phone parameter.<BR><BR>0: Disable<BR><BR>1: Enable, we will send the report to AP when it is anonymous cases",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,"0:Disable<BR>1:Enable, we will send the report to AP when it is anonymous cases",,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,[Init]IMS Register over LTE<BR>[Test Step] Receive SIP INVITE contains "verstat=No-TN-Validation" in From header (MT call)<BR>[Expected Result]<BR>p_assert_uri in ECPI contains "verstat=No-TN-Validation"<BR><BR>[Init]IMS Register over LTE<BR>[Test Step] Receive SIP INVITE contains "verstat=TN-Validation-Passed" in From header (MT call)<BR>[Expected Result]<BR>p_assert_uri in ECPI contains "verstat=TN-Validation-Passed"<BR><BR>[Init]IMS Register over LTE<BR>[Test Step] Receive SIP INVITE contains "verstat=TN-Validation-Failed" in From header (MT call)<BR>[Expected Result]<BR>p_assert_uri in ECPI contains "verstat=TN-Validation-Failed",Untested,,,,
23144,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",stir_shaken_for_privacy.stir_shaken_for_privacy,ua_config.stir_shaken_for_privacy.stir_shaken_for_privacy,Not Support,no,no,no,no,[MCF]<BR>request STIR SHAKEN on privacy call (anonymous call)<BR>bit 0:0:Disable<BR>bit 1:1:Enable,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,,Untested,,,,
-23145,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[165].SBP_MODIFY_NON_DATA_SIM_GMM_ATTACH_PRIORITY_TO_LOW_MSPM_PRIORITY,modem_sbp_config[165].SBP_MODIFY_NON_DATA_SIM_GMM_ATTACH_PRIORITY_TO_LOW_MSPM_PRIORITY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Perform GMM Attach with MSPM priority of MSPM_GMM_ATTACH_NON_DATA_SIM on non data SIM<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 5<BR>[Init]<BR>[Test Step]<BR>Enable SBP and trigger GMM Attach on non data SIM while some peer data SIM procedures are ongoing<BR>[Expected Result]<BR>No interruptions to data SIM,Pass,,,,
+23145,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[165].SBP_MODIFY_NON_DATA_SIM_GMM_ATTACH_PRIORITY_TO_LOW_MSPM_PRIORITY,modem_sbp_config[165].SBP_MODIFY_NON_DATA_SIM_GMM_ATTACH_PRIORITY_TO_LOW_MSPM_PRIORITY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Perform GMM Attach with MSPM priority of MSPM_GMM_ATTACH_NON_DATA_SIM on non data SIM<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) Y<BR>Test Time (minutes) 5<BR>[Init]<BR>[Test Step]<BR>Enable SBP and trigger GMM Attach on non data SIM while some peer data SIM procedures are ongoing<BR>[Expected Result]<BR>No interruptions to data SIM,Pass,,,,
23146,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",dont_stop_wg_cs_timer_on_service_update,profile_normal.dont_stop_wg_cs_timer_on_service_update,OTA BY OP,no,no,no,yes,Don't stop WG_CS timer on Service update,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,"1) Enable dont_stop_wg_cs_timer_on_service_update NVRAM parameter in ims_nvram_def.c(default value) or in sbp_nvram_vdm_config.c file(operator specific change)<BR><BR>2) Execute normal call<BR>3) CSFB should happen and UE send extended_service_request to NW<BR>4) NW rejects the request with T3442 timer value more than 10 seconds.<BR>5) Call should be success.<BR>[[Recommend to Apply this Important Patch with Priority]]<BR>No, it is a normal patch.",Untested,,,,
+23147,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[174].SBP_EMM_CARRY_EPSB_ON_ANY_5G4_TAU,modem_sbp_config[174].SBP_EMM_CARRY_EPSB_ON_ANY_5G4_TAU,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>EMM carries EPS bearer status context IE in TAU on any SA to LTE IRAT TAU<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:disable<BR>1:enable,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N)<BR> Test Time (minutes)<BR> [Init] <BR> > Set SBP_EMM_CARRY_EPSB_ON_ANY_5G4_TAU to 1<BR> > UE registered on 5G<BR> [Test Step]<BR> 1. Perform EPSFB call.<BR> 2. NW send MobilityFromNRCommand to handover UE from NR to LTE<BR> 3. UE sent EMM TAU-REQUEST to NW.<BR><BR> [Expected Result]<BR> The TAU-REQUEST should contain EPS bearer context status IE.,Untested,,,,
23159,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[165].SBP_NR_RE_EST_SEARCH_OPT_STRONGEST_ONLY,modem_sbp_config[165].SBP_NR_RE_EST_SEARCH_OPT_STRONGEST_ONLY,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Attempt to camp only to the strongest cell within a frequency in NR RRC connection re-establishment.<BR>bit 0:0:Enhancement disabled<BR>bit 1:1:Enhancement enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
23185,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",game_nbr_bad_rsrp_th,meas_mob_performance.game_nbr_bad_rsrp_th,OTA and OTA BY OP,no,no,no,no,"If measured cells' (including serving) RSRP are all below the threshold set as game_nbr_bad_rsrp_th, then no to use HE3.0 to prevent from HO to worse cell.",SHORT,2,,,"0x34, 0xfe,",NR15.R3.MD700.MP,,-460,,,,MD Config,Modem - Customer Requirement,,,by SBP framework,Untested,,,,
23197,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[170].SBP_NR_BAR_CELL_NW_REJECT_WITH_LONG_WAIT_TIME,modem_sbp_config[170].SBP_NR_BAR_CELL_NW_REJECT_WITH_LONG_WAIT_TIME,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Set NR serving cell as barred, if RRC conn. est. is rejected by NW with a long wait time.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -10520,20 +10526,20 @@
23401,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[163].SBP_L5_REPORT_URC_ESIMS,modem_sbp_config[163].SBP_L5_REPORT_URC_ESIMS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>report ESIMS URC or not.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
23402,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",dereg_when_sim_refresh,imc_config.dereg_when_sim_refresh,OTA and OTA BY OP,no,no,no,no,"When SIM refresh, trigger dereg<BR>0: disable<BR>1: enable",UNSIGNED CHAR,1,,,0,NR15.R3.MD700.MP,,1:enable<BR>0:disable,,,,IMS Registration and Service Capability,Modem IMS - VoLTE,,,IMS registration<BR>SIM refresh<BR>Check UE dereg,Untested,,,,
23406,1152,NVRAM_EF_NWSEL_DATA_LID,"1,2",nwsel_action_enable_s1_n1,nwsel_action_enable_s1_n1,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME]Define NWSEL release action for enable S1 or N1",ENUM,1,1,,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23651,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_config_valid,pingpong_4g5_config_valid,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection configuration status. (boolean),ENUM,1,,,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23652,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_count_in_t1,pingpong_4g5_count_in_t1,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection count in T1. (integer),UNSIGNED SHORT,2,,,"0x03, 0x00,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23653,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_nr_rsrp_th_CONN,pingpong_4g5_nr_rsrp_th_CONN,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN NR cell RSRP threshold. (dbm),SHORT,2,,,"0x89, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23654,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_nr_rsrp_th_IDLE,pingpong_4g5_nr_rsrp_th_IDLE,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection IDLE NR cell RSRP threshold. (dbm),SHORT,2,,,"0x89, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23655,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_nr_rsrq_th_CONN,pingpong_4g5_nr_rsrq_th_CONN,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN NR cell RSRQ threshold. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23656,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_nr_rsrq_th_IDLE,pingpong_4g5_nr_rsrq_th_IDLE,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection IDLE NR cell RSRQ threshold. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23657,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_pcell_rsrp_th_CONN,pingpong_4g5_pcell_rsrp_th_CONN,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN Serving cell RSRP threshold. (dbm),SHORT,2,,,"0x92, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23658,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_pcell_rsrp_th_IDLE,pingpong_4g5_pcell_rsrp_th_IDLE,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection IDLE Serving cell RSRP threshold (dbm),SHORT,2,,,"0x92, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23659,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_pcell_rsrq_th_CONN,pingpong_4g5_pcell_rsrq_th_CONN,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN Serving cell RSRQ threshold. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23660,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_pcell_rsrq_th_IDLE,pingpong_4g5_pcell_rsrq_th_IDLE,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection IDLE Serving cell RSRQ threshold. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23661,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_redirect_rsrp_THD,pingpong_4g5_redirect_rsrp_THD,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN Pcell RSRP threshold for redirection. (dbm),SHORT,2,,,"0x92, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23662,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_redirect_rsrq_THD,pingpong_4g5_redirect_rsrq_THD,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN Pcell RSRQ threshold for redirection. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23663,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_t1,pingpong_4g5_t1,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection duration T1. (seconds),UNSIGNED SHORT,2,,,"0x2c, 0x01,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-23664,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_t2,pingpong_4g5_t2,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection duration T2. (seconds),UNSIGNED SHORT,2,,,"0x08, 0x07,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+23651,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_config_valid,pingpong_4g5_config_valid,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection configuration status. (boolean),ENUM,1,,,0x00,NR15.R3.MD700.MP,,1 : valid<BR>0: invalid,,,,MD Config,Modem - Customer Requirement,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23652,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_count_in_t1,pingpong_4g5_count_in_t1,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection count in T1. (integer),UNSIGNED SHORT,2,,,"0x03, 0x00,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23653,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_nr_rsrp_th_CONN,pingpong_4g5_nr_rsrp_th_CONN,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN NR cell RSRP threshold. (dbm),SHORT,2,,,"0x89, 0xff,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23654,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_nr_rsrp_th_IDLE,pingpong_4g5_nr_rsrp_th_IDLE,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection IDLE NR cell RSRP threshold. (dbm),SHORT,2,,,"0x89, 0xff,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23655,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_nr_rsrq_th_CONN,pingpong_4g5_nr_rsrq_th_CONN,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN NR cell RSRQ threshold. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23656,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_nr_rsrq_th_IDLE,pingpong_4g5_nr_rsrq_th_IDLE,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection IDLE NR cell RSRQ threshold. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23657,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_pcell_rsrp_th_CONN,pingpong_4g5_pcell_rsrp_th_CONN,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN Serving cell RSRP threshold. (dbm),SHORT,2,,,"0x92, 0xff,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23658,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_pcell_rsrp_th_IDLE,pingpong_4g5_pcell_rsrp_th_IDLE,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection IDLE Serving cell RSRP threshold (dbm),SHORT,2,,,"0x92, 0xff,",NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23659,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_pcell_rsrq_th_CONN,pingpong_4g5_pcell_rsrq_th_CONN,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN Serving cell RSRQ threshold. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23660,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_pcell_rsrq_th_IDLE,pingpong_4g5_pcell_rsrq_th_IDLE,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection IDLE Serving cell RSRQ threshold. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23661,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_redirect_rsrp_THD,pingpong_4g5_redirect_rsrp_THD,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN Pcell RSRP threshold for redirection. (dbm),SHORT,2,,,"0x92, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23662,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_redirect_rsrq_THD,pingpong_4g5_redirect_rsrq_THD,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection CONN Pcell RSRQ threshold for redirection. (dbm),SHORT,2,,,"0xf2, 0xff,",NR15.R3.MD700.MP,,,,,,,,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23663,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_t1,pingpong_4g5_t1,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection duration T1. (seconds),UNSIGNED SHORT,2,,,"0x2c, 0x01,",NR15.R3.MD700.MP,,,,,,,,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
+23664,60929,NVRAM_EF_ERRC_PERFORMANCE_PARA_LID,"1,2",pingpong_4g5_t2,pingpong_4g5_t2,OTA and OTA BY OP,no,no,no,no,[MCF]Customized 4G5 pingpong detection duration T2. (seconds),UNSIGNED SHORT,2,,,"0x08, 0x07,",NR15.R3.MD700.MP,,,,,,,,,,"[Init]<BR>[Test Step]<BR>4G5 reselection, HO and redirection cases<BR>[Expected result]<BR>If pingpong_count reaches x, UE should not move to 5G",Untested,,,,
23670,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[164].SBP_VOWIFI_DISABLE_5G_SA,modem_sbp_config[164].SBP_VOWIFI_DISABLE_5G_SA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable 5G SA when VoWiFi calling for specific operator<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0: disable<BR>1: enable,,,,MiA,Modem Application - Modem Control,,,use MCF tool to modify value for specific operator,Untested,,,,
23683,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[164].SBP_DISABLE_PAGING_RESPONSE_IN_LIMITED_SIM_ME_LOCK,modem_sbp_config[164].SBP_DISABLE_PAGING_RESPONSE_IN_LIMITED_SIM_ME_LOCK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Ignore paging in limited service state when UE is in SIM-ME lock state<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0:When SBP is disabled, Then UE will allow incoming paging(with IMSI)in limited service state and UE is in SIM-MM lock state<BR>1:When SBP is Enabled, then UE will ignore incoming paging (with IMSI)in limited service state and UE is in SIM-MM lock state.",,,,MD Config,Modem - Customer Requirement,,,"- Enable SIMME lock<BR>- Insert invalid card, make sure card is SIMME locked<BR>- Trigger MT call to UE<BR>- Check if MT call fails",Untested,,,,
23696,2391,NVRAM_EF_MRS_VOICE_UNAVAIL_LEAVE_RAT_CONFIG_LID,1,is_valid,is_valid,OTA,no,no,no,yes,"[MCF,RUNTIME]Validity of voice unavail leave rat config table",ENUM,1,,,0x01,NR15.R3.MD700.MP,,,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,,Untested,,,,
@@ -10554,7 +10560,7 @@
23711,2391,NVRAM_EF_MRS_VOICE_UNAVAIL_LEAVE_RAT_CONFIG_LID,1,mnc1,voice_unavail_leave_rat_config_list[0~299].splmn.mnc1,OTA,no,no,no,yes,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,,Untested,,,,
23712,2391,NVRAM_EF_MRS_VOICE_UNAVAIL_LEAVE_RAT_CONFIG_LID,1,mnc2,voice_unavail_leave_rat_config_list[0~299].splmn.mnc2,OTA,no,no,no,yes,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x06,NR15.R3.MD700.MP,,,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,,Untested,,,,
23713,2391,NVRAM_EF_MRS_VOICE_UNAVAIL_LEAVE_RAT_CONFIG_LID,1,mnc3,voice_unavail_leave_rat_config_list[0~299].splmn.mnc3,OTA,no,no,no,yes,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,,Untested,,,,
-23714,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_NAS_SV_RAT_CAP_CONTROL_BY_MRS_CONFIG,modem_sbp_config[172].SBP_NAS_SV_RAT_CAP_CONTROL_BY_MRS_CONFIG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>enable the feature.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N)N<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result]<BR>Pass,Untested,,,,
+23714,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_NAS_SV_RAT_CAP_CONTROL_BY_MRS_CONFIG,modem_sbp_config[172].SBP_NAS_SV_RAT_CAP_CONTROL_BY_MRS_CONFIG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>enable the feature.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1:Enable<BR>0:Disable,,,,[LTE Protocol Baseline]NWSEL_PowerOn,Modem - 3GPP Spec.,,,Test in machine (Y/N)N<BR>Test Time (minutes)<BR>[Init]<BR>[Test Step]<BR>[Expected Result]<BR>Pass,Untested,,,,
23716,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[166].SBP_NR_PARTIAL_BAND_USE_NVRAM,modem_sbp_config[166].SBP_NR_PARTIAL_BAND_USE_NVRAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Use NVRAM to config NR partial band under MCC<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
23723,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[171].SBP_L5_SIM_REPORT_REQUESTED_PIN_TYPE_WHEN_BLOCKED,modem_sbp_config[171].SBP_L5_SIM_REPORT_REQUESTED_PIN_TYPE_WHEN_BLOCKED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>report pin type is the same as in the request and remaining_attempts is 0 when verify pin fail max times and blocked<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"int:1:1.sbp feature is on for OPPO AA292(90213)<BR>2.controlled by compiler option __L5_SIM_REPORT_REQUESTED_PIN_TYPE_WHEN_BLOCKED__, if this option is included, the sbp is on, otherwise is off.<BR>2.modem will return pin type as requested and remaining_attempts 0 when verify pin fail max times and blocked.<BR>int:0:1.controlled by compiler option __L5_SIM_REPORT_REQUESTED_PIN_TYPE_WHEN_BLOCKED__, if this option is included, the sbp is on, otherwise is off.<BR>2.when sbp on, modem will return pin type as requested and remaining_attempts 0 when verify pin fail max times and blocked.<BR>3.when sbp off, modem will return puk type of requested and remaining_attempts of puk when verify pin fail max times and blocked.",,23723,,L5(Modem Control),Modem Application - Modem Control,,,"The sbp feature is on during below branchs/projects, and on other gen98 branch is off.<BR>//VMOLYM/BRANCHES_NR16/NR16.R1.MP1MP2.TC16.PR2.SP/<BR>OPPO_RM_K6895V1_64(NLWCG_6195).mak<BR>OPPO_RM_K6895V1_64(NLWCG_6195_CUSTOM).mak<BR>OPPO_RM_K6895V1_64(NLWCG_6195_USER).mak<BR><BR>Test in machine (Y/N):N<BR>Test Time (minutes): 3<BR>[Init]<BR>insert sim card with pin enabled.<BR>[Test Step]<BR>1.verify pin or change pin fail max times and blocked<BR>2.verify puk<BR>[Expected Result]<BR>1.when sbp on, modem will return pin type as pin and remaining_attemps 0<BR>when sbp off, modem will return puk type of pin and remaining_attemps of puk<BR>2.verify puk successfully",Untested,,,,
23725,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_NOT_RETRY_SKIP_ABNORMAL_PLMN,modem_sbp_config[172].SBP_NOT_RETRY_SKIP_ABNORMAL_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Not to search abnormal PLMN again<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1,,,,VoNR,Modem - 3GPP Spec.,,,"Test in machine (Y)<BR>Test Time (>20 minutes)<BR>[Init]<BR>Precondition: There is underlying home LTE network, 3 PCSCFs<BR>[Test Step]<BR>1. UE successfully 5GS attach to the NW.<BR>2. The SS waits for the PDN Connectivity Request and activates the default bearer for IMS.<BR>3. The SS waits for the Register message from the DUT and responds with Error code 305. IMS registration to PCSCF 1 fails<BR>4. UE retries on PCSCF2 and fails with same error 305<BR>5. UE retries on PCSCF3 and fails with same error 305<BR>6. UE does not send any REGISTER message in the next 120 sec<BR>7. RRC Connection is released on 5G cell<BR>8. UE is power cycled<BR>9. UE sends ATTACH Request on 5G cell and gets Attach Reject. This is repeated for the next 4 iterations as T3402 timer is invoked at UE if the Attach attempt count is 5<BR>10. RRC connection is released on 5G cell <BR>11. 5G Cell power is reduced<BR>12. UE reselects to LTE Cell and goes to Idle mode<BR>13. 5G cell power becomes better<BR>14. After 12 min of wait time (T3402 timer expiry) , UE registers on 5G Cell <BR>15. Attach is complete with 5GS only attach mode<BR>16. UE successfully REGISTERS on IMS<BR>17. MO call is initiated<BR>18. Call is established and releases<BR>19. RRC Connection is released<BR>[Expected Result]<BR>Finish the test",Untested,,,,
@@ -10600,7 +10606,7 @@
24017,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[165].SBP_NWSEL_CLEAR_RPLMN_FOR_POWER_ON_SEARCH,modem_sbp_config[165].SBP_NWSEL_CLEAR_RPLMN_FOR_POWER_ON_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE clears RPLMN during power on for specific operator.<BR>bit 0:0:Disabled. UE does not clear RPLMN during power on search<BR>bit 1:1:Enabled. UE clears RPLMN during power on search",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,VzW Power-on and SIM Activation,Modem - Operator Requirement,,,"1. Make UE register on Home country PLMN.<BR>2. Then power cycle - UE will clear the RPLMN and search for Home PLMN (EHPLMNs) first, as if there is no RPLMN.",Untested,,,,
24018,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_codec_order4,ua_config.UA_call_codec_order4,OTA and OTA BY OP,no,no,no,no,"From IETF RFC 3264, media stream is described by an "m=" line. preferred codec order on the fourth when making an outgoing call.<BR>0:Disable the codec in the list<BR>1:AMR-NB<BR>2:AMR-WB<BR>5:G729<BR>6:PCMA<BR>7:PCMU<BR>17:EVS",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24019,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",UA_call_codec_order4.UA_call_codec_order4,ua_config.UA_call_codec_order4.UA_call_codec_order4,OTA and OTA BY OP,no,no,no,no,[MCF]<BR>prefer codec order.<BR>bit 0:0:Disable the codec in the list<BR>bit 1:1:AMR-NB<BR>bit 2:2:AMR-WB<BR>bit 5:5:G729<BR>bit 6:6:PCMA<BR>bit 7:7:PCMU<BR>bit 17:17:EVS,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-24025,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",dns_force_query,http_info.dns_force_query,OTA and OTA BY OP,no,no,no,no,"Force DNS query in AP mode for new PDN connection. When this flag is set, HTTP module pass it to DNS module and it should trigger new DNS query",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
+24025,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",dns_force_query,http_info.dns_force_query,OTA and OTA BY OP,no,no,no,no,"Force DNS query in AP mode for new PDN connection. When this flag is set, HTTP module pass it to DNS module and it should trigger new DNS query",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int/short/long: 00~01,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
24028,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_media_mod_after_active,ua_config.send_media_mod_after_active,OTA and OTA BY OP,no,no,no,no,"VILTE call will receive 183 from NET with video port=0,the NET upgrade with update<BR>0:default value and is closed<BR>1:on",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24051,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[165].SBP_5G_SA_ROHC_IP_PROFILE_SUPPORT,modem_sbp_config[165].SBP_5G_SA_ROHC_IP_PROFILE_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>5G SA ROHC IP profile support<BR>bit 0:0:Not Supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24059,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[165].SBP_ALLOW_DSBP2_FOR_00101_TEST_SIM,modem_sbp_config[165].SBP_ALLOW_DSBP2_FOR_00101_TEST_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Allow Mode 2 DSBP in 001-01 test SIM card<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -10609,12 +10615,14 @@
24125,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",retry_for_ims_domain_when_dedicated_bearer_timeout,profile_common.retry_for_ims_domain_when_dedicated_bearer_timeout,OTA BY OP,no,no,no,yes,retry on IMS domin again for Bearer timeout,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0/1,,,,MD Config,Modem - Customer Requirement,,,Dial MO call on NR/LTE. <BR>Call failed with 18x timer timeout/ Ringing timer<BR>Retry on IMS domain.,Pass,,,,
24129,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[166].SBP_AS_BAND_SETTING_OTA,modem_sbp_config[166].SBP_AS_BAND_SETTING_OTA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Dont apply OTA for AS Band setting<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24132,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_SA_LTE_B1_MEAS_SKIP_SERVING_MEAS_OBJECT_CHECK,modem_sbp_config[169].SBP_SA_LTE_B1_MEAS_SKIP_SERVING_MEAS_OBJECT_CHECK,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>NRRC Skips MeasObj Check of Serving Frequency for LTE B1 in SA mode during VoNR<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,bit: 0/1:default bit:0 because workaround obviously violate spec,,,,MD Config,Modem - Customer Requirement,,,"1. SBP ON<BR>2. Camp on SA network that with Samsung Infra, e.g., VzW<BR>2. test for "measurement-based" EPSFB with network, <BR> and see if workaround works (B1 of LTE cell reported to network)",Pass,,,,
+24164,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_NR_LARGE_BW_CELL_PREFER_FOR_NON_CA,modem_sbp_config[172].SBP_NR_LARGE_BW_CELL_PREFER_FOR_NON_CA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>prefer NR cell with large channel bandwidth for NON CA<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,0:Disabled<BR>1:Enabled,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
24181,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[167].SBP_UMTS_BANDS_OPTIMIZATION_US_VERIZON,modem_sbp_config[167].SBP_UMTS_BANDS_OPTIMIZATION_US_VERIZON,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable Band 2 and Band 4<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24185,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",send_ind_to_disable_nr_before_normal_search,profile_emerg.send_ind_to_disable_nr_before_normal_search,OTA BY OP,no,no,no,yes,"send_ind_to_disable_nr_before_normal_search (0/1: 0 - disable NV, 1 - enable NV)",UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,0/1,,,,MD Config,Modem - Customer Requirement,,,"Dish or Docomo operator change<BR><BR>EMC=0, EMF=0, dial emergency call when UE is registered over NR normal service",Pass,,,,
24186,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_NR_CAP_DISABLE_PUSCH_LBRM,modem_sbp_config[169].SBP_NR_CAP_DISABLE_PUSCH_LBRM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>disable pusch_LBRM transmission in NR<BR>bit 0:0:Default behavior, NOT overwrite as disabled<BR>bit 1:1:Overwrite as disabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24188,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[167].SBP_L5_GET_CALL_CNF_WITH_GLOBAL_IPV6,modem_sbp_config[167].SBP_L5_GET_CALL_CNF_WITH_GLOBAL_IPV6,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>L5 returns global ipv6 in data get call cnf<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,GET_CALL_CNF_WITH_GLOBAL_IPV6 value is 0(disable) and 1(enable),,,,MD Config,Modem - Customer Requirement,,,enable GET_CALL_CNF_WITH_GLOBAL_IPV6,Untested,,,,
24199,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",disallow_wgcs_for_specific_case_to_redial_c2k_ecc,profile_normal.disallow_wgcs_for_specific_case_to_redial_c2k_ecc,OTA BY OP,no,no,no,yes,To disallow 3GPP CS domain in normal call for specific operator and dialed number that may need to redial it as c2k emergency call,UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24200,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_LBS_LPP_ALLOW_NILR_AFTER_EMC_END,modem_sbp_config[169].SBP_LBS_LPP_ALLOW_NILR_AFTER_EMC_END,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>The NILR session not allowed after an emergency call ends.<BR>bit 0:0:Allow NILR<BR>bit 1:1:Not allow NILR",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0/1:0 - NILR not supported upto 5 mins after an end of EMC.<BR>1 - NILR supported upto 5 mins after an end of EMC,,,,MD Config,Modem - Customer Requirement,,,Test in machine (Y/N) N<BR>Test Time (minutes) 5 minutes<BR>[Init]<BR>[Test Step]<BR>LPP NILR test after an emergency call end.<BR>[Expected Result],Pass,,,,
+24697,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[173].SBP_CALL_FORWARD_RSP_ONLY_FOR_TELEPHONY_BS,modem_sbp_config[173].SBP_CALL_FORWARD_RSP_ONLY_FOR_TELEPHONY_BS,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Send call forward response to AP for all the basic services<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24707,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",ctrl_bmp,meas_mob_performance.postpone_a2_for_b1b2.ctrl_bmp,OTA and OTA BY OP,no,no,no,no,"0x01: disable on high speed, 0x02: enable lower_a2_rsrp_th, 0x04: enable lower_a2_rsrq_th, 0x08: disable on test SIM",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,0xff,,,,MD Config,Modem - Customer Requirement,,,by MCF framework,Untested,,,,
24708,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",srv_rsrp_th,meas_mob_performance.postpone_a2_for_b1b2.srv_rsrp_th,OTA and OTA BY OP,no,no,no,no,"serving cell rsrp threshold, unit: qdBm, range: -640~-120, disable: 0x8000.",SHORT,2,,,0xfe20,NR15.R3.MD700.MP,,0xfe20 (-460),,,,MD Config,Modem - Customer Requirement,,,by MCF framework,Untested,,,,
24709,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",srv_rsrq_th,meas_mob_performance.postpone_a2_for_b1b2.srv_rsrq_th,OTA and OTA BY OP,no,no,no,no,"serving cell rsrq threshold, unit: qdB , range: -180~80, disable: 0x8000.",SHORT,2,,,0x8000,NR15.R3.MD700.MP,,0x8000,,,,MD Config,Modem - Customer Requirement,,,by MCF framework,Untested,,,,
@@ -10625,13 +10633,16 @@
24736,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_cancel_tcall_timeout_no_resp,ua_config.send_cancel_tcall_timeout_no_resp,OTA and OTA BY OP,no,no,no,no,[MCF],UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,"1:If not response received for INVITE and TCALL expires,send CANCEL",,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
24737,1344,NVRAM_EF_IMS_PROFILE_LID,"1,2",send_cancel_tcall_timeout_no_resp.send_cancel_tcall_timeout_no_resp,ua_config.send_cancel_tcall_timeout_no_resp.send_cancel_tcall_timeout_no_resp,OTA and OTA BY OP,no,no,no,no,"[MCF]<BR>If not response received for INVITE and TCALL expires,send CANCEL.<BR>bit 0:0:Not send CANCEL<BR>bit 1:1:Send CANCEL",BIT,8,,8,0xff,NR15.R3.MD700.MP,,1,,,,IMS Call and Supplemental Service,Modem IMS - VoLTE,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
24738,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[168].SBP_DISABLE_MM_INTEGRITY_CHECKING,modem_sbp_config[168].SBP_DISABLE_MM_INTEGRITY_CHECKING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Don't skip integrity checking for peer messages and ignore peer messages that are not integrity protected<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0:Disable<BR>1:Enable,,,,MD Config,Modem - Customer Requirement,,,"[Test Step] <BR>Power on UE, enable SBP and camp on 2/3G, UE performs LAU and GMM Attach<BR><BR>[Expected Result]<BR>Non-integrity protected peer messages are also processed successfully",Untested,,,,
+24751,961,NVRAM_EF_SBP_MODEM_DATA_CONFIG_LID,1,modem_sbp_data_config[163].SBP_NR_IMS_EMC_ENH_CELL_BAR_TIME,modem_sbp_data_config[163].SBP_NR_IMS_EMC_ENH_CELL_BAR_TIME,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Data<BR>NR Cell excludsion time for cell IMS emergency support check",BIT,8,,8,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24757,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[170].SBP_ENABLE_PINGPONG_BAR_NR_IRAT,modem_sbp_config[170].SBP_ENABLE_PINGPONG_BAR_NR_IRAT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable NR IRAT ping-pong-bar enhancement<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
24759,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[168].SBP_4G5_PINGPONG_AVOID,modem_sbp_config[168].SBP_4G5_PINGPONG_AVOID,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Avoid LTE/NR reselection ping-pong<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-24769,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_DEREG_VOWIFI_WHEN_CS_CALL_ONGOING,modem_sbp_config[169].SBP_DEREG_VOWIFI_WHEN_CS_CALL_ONGOING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable that UE should dereg VoWiFi when CS call is ongoing.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,Disable that UE should dereg VoWiFi when CS call is ongoing.<BR>bit: 0/1:Configuration of SBP Feature<BR>Disable that UE should dereg VoWiFi when CS call is ongoing.,,,,Voice over LTE,Modem IMS - VoLTE,,,"register vowifi, enter limited service, do ecc over CS.",Untested,,,,
+24769,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_DEREG_VOWIFI_WHEN_CS_CALL_ONGOING,modem_sbp_config[169].SBP_DEREG_VOWIFI_WHEN_CS_CALL_ONGOING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable that UE should dereg VoWiFi when CS call is ongoing.<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1:Configuration of SBP Feature<BR>Disable that UE should dereg VoWiFi when CS call is ongoing.<BR>Disable that UE should dereg VoWiFi when CS call is ongoing.,,,,Voice over LTE,Modem IMS - VoLTE,,,"register vowifi, enter limited service, do ecc over CS.",Untested,,,,
+24781,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[174].SBP_NR_CUSTOM_ENABLE_BAND_BY_PLMN,modem_sbp_config[174].SBP_NR_CUSTOM_ENABLE_BAND_BY_PLMN,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Let user can enable band by plmn<BR>bit 0:0:Not enabled this feature<BR>bit 1:1:Enable this feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+24782,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[174].SBP_NR_CUSTOM_ENABLE_BAND_BY_PLMN_UNDER_TEST_SIM,modem_sbp_config[174].SBP_NR_CUSTOM_ENABLE_BAND_BY_PLMN_UNDER_TEST_SIM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>custom enable band by plmn can be used under test sim or test mode<BR>bit 0:0:Not enabled this feature for test sim or test mode<BR>bit 1:1:Enabled this feature for test sim or test mode",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
24783,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[170].SBP_ERRC_A3_HO_ENH_TRIGGER_EARLY_REEST,modem_sbp_config[170].SBP_ERRC_A3_HO_ENH_TRIGGER_EARLY_REEST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Trigger Early Re-establishment if N/W not responding for 10 consecutive A3 MR.<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-25615,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_PUCCH_GROUP_LARGER_SCS_V15_6,modem_sbp_config[169].SBP_PUCCH_GROUP_LARGER_SCS_V15_6,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>diffNumerologyWithinPUCCH-GroupLargerSCS under V15.4 ASN.<BR>bit 0:0:Indicated<BR>bit 1:1:Not indicated",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-25636,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",bad_a2_rsrp_th,meas_mob_performance.a2_adjust_th_vonr.bad_a2_rsrp_th,OTA and OTA BY OP,no,no,no,no,"bad_a2_rsrp_th, unit: qdBm, range: -640~-120, disable: 0x8000.",SHORT,2,,,"0x00, 0x80,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-25637,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",ctrl_bmp,meas_mob_performance.a2_adjust_th_vonr.ctrl_bmp,OTA and OTA BY OP,no,no,no,no,"0x01: disable on high speed, 0x02: enable good_a2_rsrp_th, 0x04: enable bad_a2_rsrp_th, 0x08: disable on test SIM",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+25615,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_PUCCH_GROUP_LARGER_SCS_V15_6,modem_sbp_config[169].SBP_PUCCH_GROUP_LARGER_SCS_V15_6,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>diffNumerologyWithinPUCCH-GroupLargerSCS under V15.4 ASN.<BR>bit 0:0:Indicated<BR>bit 1:1:Not indicated",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,NR Downlink Carrier Aggregation,Modem - 3GPP Spec.,,,Test in machine (Y),Untested,,,,
+25636,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",bad_a2_rsrp_th,meas_mob_performance.a2_adjust_th_vonr.bad_a2_rsrp_th,OTA and OTA BY OP,no,no,no,no,"bad_a2_rsrp_th, unit: qdBm, range: -640~-120, disable: 0x8000.",SHORT,2,,,"0x00, 0x80,",NR15.R3.MD700.MP,,"unit: qdBm, range: -640~-120, disable: 0x8000.",,,,,,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25637,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",ctrl_bmp,meas_mob_performance.a2_adjust_th_vonr.ctrl_bmp,OTA and OTA BY OP,no,no,no,no,"0x01: disable on high speed, 0x02: enable good_a2_rsrp_th, 0x04: enable bad_a2_rsrp_th, 0x08: disable on test SIM",UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,"0x01: disable on high speed, 0x02: enable good_a2_rsrp_th, 0x04: enable bad_a2_rsrp_th, 0x08: disable on test SIM",,,,,,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
25638,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",good_a2_rsrp_th,meas_mob_performance.a2_adjust_th_vonr.good_a2_rsrp_th,OTA and OTA BY OP,no,no,no,no,"good_a2_rsrp_th, unit: qdBm, range: -640~-120, disable: 0x8000.",SHORT,2,,,"0x00, 0x80,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
25639,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",srv_rsrp_th,meas_mob_performance.a2_adjust_th_vonr.srv_rsrp_th,OTA and OTA BY OP,no,no,no,no,"serving cell rsrp threshold, unit: qdBm, range: -640~-120, disable: 0x8000.",SHORT,2,,,"0x00, 0x80,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
25640,2435,NVRAM_EF_NRRC_COMMON_CONFIG_LID,"1,2",srv_rsrq_th,meas_mob_performance.a2_adjust_th_vonr.srv_rsrq_th,OTA and OTA BY OP,no,no,no,no,"serving cell rsrq threshold, unit: qdB , range: -180~80, disable: 0x8000.",SHORT,2,,,"0x00, 0x80,",NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
@@ -10649,14 +10660,62 @@
25681,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[169].SBP_ENABLE_LTE_BLER_REPORT,modem_sbp_config[169].SBP_ENABLE_LTE_BLER_REPORT,Not Support,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable LTE PDSCH/PUSCH BLER report<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
25688,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[171].SBP_OP12_ONSITE_LTE_UICC,modem_sbp_config[171].SBP_OP12_ONSITE_LTE_UICC,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>this SIM is OP12 onsite UICC<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
25700,1346,NVRAM_EF_VDM_ADS_PROFILE_LID,"1,2",allow_ims_with_vonr_switch_off,profile_emerg.allow_ims_with_vonr_switch_off,OTA BY OP,no,no,no,yes,To allow request IMS emergency MO even if vonr switch is off,UNSIGNED CHAR,1,,,0x01,NR15.R3.MD700.MP,,0/1,,,,,,,,1) VoNR switch OFF<BR>2) Trigger emergency call and UE shouldn't attempt call on NR RAT,Untested,,,,
+25798,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",endc_bands,enable_list.plmn_list[0~19].endc_bands,OTA and OTA BY OP,no,no,no,no,[MCF]List of endc bands,UNSIGNED SHORT,64,32,,0x00,NR15.R3.MD700.MP,,int:1~1024,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25799,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",endc_band_num,enable_list.plmn_list[0~19].endc_band_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of endc bands related to PLMN code (max 32),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:1~32,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25800,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc1,enable_list.plmn_list[0~19].plmn.mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25801,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc2,enable_list.plmn_list[0~19].plmn.mcc2,OTA and OTA BY OP,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25802,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc3,enable_list.plmn_list[0~19].plmn.mcc3,OTA and OTA BY OP,no,no,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:0~0xf,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25803,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc1,enable_list.plmn_list[0~19].plmn.mnc1,OTA and OTA BY OP,no,no,no,no,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25804,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc2,enable_list.plmn_list[0~19].plmn.mnc2,OTA and OTA BY OP,no,no,no,no,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25805,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc3,enable_list.plmn_list[0~19].plmn.mnc3,OTA and OTA BY OP,no,no,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:0~0xf,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25806,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",sa_bands,enable_list.plmn_list[0~19].sa_bands,OTA and OTA BY OP,no,no,no,no,[MCF]List of bands,UNSIGNED SHORT,64,32,,0x00,NR15.R3.MD700.MP,,int:1~1024,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25807,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",sa_band_num,enable_list.plmn_list[0~19].sa_band_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of sa bands related to PLMN code (max 32),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,1~32,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25808,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",plmn_num,enable_list.plmn_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of entries in the PLMN list (max 20),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:1~20,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25809,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",endc_bands,enable_list_for_international_roaming.plmn_list[0~9].endc_bands,OTA and OTA BY OP,no,no,no,no,[MCF]List of endc bands,UNSIGNED SHORT,64,32,,0x00,NR15.R3.MD700.MP,,int:1~1024,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25810,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",endc_band_num,enable_list_for_international_roaming.plmn_list[0~9].endc_band_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of endc bands related to PLMN code (max 32),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:1~32,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25811,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc1,enable_list_for_international_roaming.plmn_list[0~9].plmn.mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25812,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc2,enable_list_for_international_roaming.plmn_list[0~9].plmn.mcc2,OTA and OTA BY OP,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25813,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc3,enable_list_for_international_roaming.plmn_list[0~9].plmn.mcc3,OTA and OTA BY OP,no,no,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:0~0xf,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25814,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc1,enable_list_for_international_roaming.plmn_list[0~9].plmn.mnc1,OTA and OTA BY OP,no,no,no,no,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25815,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc2,enable_list_for_international_roaming.plmn_list[0~9].plmn.mnc2,OTA and OTA BY OP,no,no,no,no,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25816,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc3,enable_list_for_international_roaming.plmn_list[0~9].plmn.mnc3,OTA and OTA BY OP,no,no,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:0~0xf,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25817,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",sa_bands,enable_list_for_international_roaming.plmn_list[0~9].sa_bands,OTA and OTA BY OP,no,no,no,no,[MCF]List of bands,UNSIGNED SHORT,64,32,,0x00,NR15.R3.MD700.MP,,int:1~1024,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25818,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",sa_band_num,enable_list_for_international_roaming.plmn_list[0~9].sa_band_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of sa bands related to PLMN code (max 32),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:1~32,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25819,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",plmn_num,enable_list_for_international_roaming.plmn_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of entries in the PLMN list (max 10),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:1~10,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25820,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",endc_bands,enable_list_for_national_roaming.plmn_list[0~9].endc_bands,OTA and OTA BY OP,no,no,no,no,[MCF]List of endc bands,UNSIGNED SHORT,64,32,,0x00,NR15.R3.MD700.MP,,int:1~1024,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25821,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",endc_band_num,enable_list_for_national_roaming.plmn_list[0~9].endc_band_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of endc bands related to PLMN code (max 32),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:1~32,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25822,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc1,enable_list_for_national_roaming.plmn_list[0~9].plmn.mcc1,OTA and OTA BY OP,no,no,no,no,MCC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25823,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc2,enable_list_for_national_roaming.plmn_list[0~9].plmn.mcc2,OTA and OTA BY OP,no,no,no,no,MCC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25824,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mcc3,enable_list_for_national_roaming.plmn_list[0~9].plmn.mcc3,OTA and OTA BY OP,no,no,no,no,MCC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:0~0xf,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25825,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc1,enable_list_for_national_roaming.plmn_list[0~9].plmn.mnc1,OTA and OTA BY OP,no,no,no,no,MNC1 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25826,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc2,enable_list_for_national_roaming.plmn_list[0~9].plmn.mnc2,OTA and OTA BY OP,no,no,no,no,MNC2 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:1~9,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25827,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",mnc3,enable_list_for_national_roaming.plmn_list[0~9].plmn.mnc3,OTA and OTA BY OP,no,no,no,no,MNC3 field of PLMN ID,UNSIGNED CHAR,1,,,0x0f,NR15.R3.MD700.MP,,int:0~0xf,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25828,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",sa_bands,enable_list_for_national_roaming.plmn_list[0~9].sa_bands,OTA and OTA BY OP,no,no,no,no,[MCF]List of bands,UNSIGNED SHORT,64,32,,0x00,NR15.R3.MD700.MP,,int:1~1024,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25829,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",sa_band_num,enable_list_for_national_roaming.plmn_list[0~9].sa_band_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of sa bands related to PLMN code (max 32),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:1~32,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25830,2392,NVRAM_EF_MRS_NR_BAND_ENABLE_LIST_LID,"1,2",plmn_num,enable_list_for_national_roaming.plmn_num,OTA and OTA BY OP,no,no,no,no,[MCF]Number of entries in the PLMN list (max 10),UNSIGNED CHAR,1,,,0x00,NR15.R3.MD700.MP,,int:1~10,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25869,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_ENABLE_LONG_INTERVAL_FOR_DR_SEARCH,modem_sbp_config[172].SBP_ENABLE_LONG_INTERVAL_FOR_DR_SEARCH,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Based on these SBP - ERRC will configure the intv or CSR pattern in CSR request in Gemini mode<BR>bit 0:0:Not enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,Modem Configuration Framework,Modem - Customer Requirement,,,,Untested,,,,
25874,2112,NVRAM_EF_IWLAN_PROFILE_LID,"1,2",ipol_ims_no_voice_sup_sms_enable.ipol_ims_sms_only_by_centric_type_enable,ipol_ans_cfg.ipol_ims_no_voice_sup_sms_enable.ipol_ims_sms_only_by_centric_type_enable,OTA and OTA BY OP,no,no,no,no,"[MCF]When enable, IMS PDN will still be activated for SMS even if the network has no VoPS ability<BR><BR>bit 0:0:No SMS-only for all centric types<BR>bit 1:1:SMS-only for all centric types<BR>bit 2:2:SMS-only for voice-centric devices<BR>bit 3:3:SMS-only for data-centric devices",BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-25965,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[171].SBP_L5_SIM_REPORT_SIM_STATUS_IND_WHEN_VERIFY_FAIL_TO_BLOCKED,modem_sbp_config[171].SBP_L5_SIM_REPORT_SIM_STATUS_IND_WHEN_VERIFY_FAIL_TO_BLOCKED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>when verify fail to block and send ind<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+25965,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[171].SBP_L5_SIM_REPORT_SIM_STATUS_IND_WHEN_VERIFY_FAIL_TO_BLOCKED,modem_sbp_config[171].SBP_L5_SIM_REPORT_SIM_STATUS_IND_WHEN_VERIFY_FAIL_TO_BLOCKED,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>when verify fail to block and send ind<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y/N) Y<BR>Test Time (minutes) <BR>[Init]<BR>start with pin1 locked<BR>[Test Step]<BR>1. set sbp on by at+esbp=5,"<sbp_name>",1<BR>2. input invalid pin code 3 times<BR>[Expected Result]<BR>after sbp on and input invalid pin code 3 times, modem will send sim status indication with status SIM-PUK<BR>1. modem send sim status indication with sim status SIM-PUK",Untested,,,,
25983,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[170].SBP_DISABLE_SIB12_FOR_CMAS_DISABLE,modem_sbp_config[170].SBP_DISABLE_SIB12_FOR_CMAS_DISABLE,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable SIB12 reception when CMAS is disabled from Higher layers<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-25984,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[170].SBP_L5SMS_CBM_ALL_CLOSE_DEFAULT,modem_sbp_config[170].SBP_L5SMS_CBM_ALL_CLOSE_DEFAULT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>make all 3gpp CBM close in low layer defaultly<BR>bit 0:0:DISABLE<BR>bit 1:1:ENABLE",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-25991,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_KOR_NULL_MSISDN_REG,modem_sbp_config[115].SBP_KOR_NULL_MSISDN_REG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Do Not try to attach network if USIM has NULL MSISDN for Korea operator requirement<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
-26069,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[171].SBP_ENABLE_PHB_DUMP_LOGGING,modem_sbp_config[171].SBP_ENABLE_PHB_DUMP_LOGGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disables the logging of PHB dump data<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+25984,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[170].SBP_L5SMS_CBM_ALL_CLOSE_DEFAULT,modem_sbp_config[170].SBP_L5SMS_CBM_ALL_CLOSE_DEFAULT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>make all 3gpp CBM close in low layer defaultly<BR>bit 0:0:DISABLE<BR>bit 1:1:ENABLE",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
+25991,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[115].SBP_KOR_NULL_MSISDN_REG,modem_sbp_config[115].SBP_KOR_NULL_MSISDN_REG,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Do Not try to attach network if USIM has NULL MSISDN for Korea operator requirement<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,0,,,,MD Config,Modem - Customer Requirement,,,"enable SBP_KOR_NULL_MSISDN_REG, insert LGU card which MSISDN is null, RF ON, UE will not attach",Untested,,,,
+25992,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_L5_SAVE_APN_TO_NVRAM,modem_sbp_config[172].SBP_L5_SAVE_APN_TO_NVRAM,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>L5 save APN to NVRAM<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+26069,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[171].SBP_ENABLE_PHB_DUMP_LOGGING,modem_sbp_config[171].SBP_ENABLE_PHB_DUMP_LOGGING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disables the logging of PHB dump data<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
+26076,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[174].SBP_NR_CUSTOM_ENABLE_BAND_BY_PLMN_FOR_ROAMING,modem_sbp_config[174].SBP_NR_CUSTOM_ENABLE_BAND_BY_PLMN_FOR_ROAMING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>User can set NR support band(s) based on SIB PLMN and ehplmn<BR>bit 0:0:Not enabled this feature<BR>bit 1:1:Enable this feature",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit: 0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
26078,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_erasure_by_cond,xcap_info.support_erasure_by_cond,OTA and OTA BY OP,no,no,no,no,Support erasure service at condition level,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
26079,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_erasure_by_cond.support_erasure_by_cond,xcap_info.support_erasure_by_cond.support_erasure_by_cond,OTA and OTA BY OP,no,no,no,no,Support erasure service at condition level<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,,Untested,,,,
26086,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_N1_MODE_NOT_ALLOWED_PERMANENT_DISABLING,modem_sbp_config[172].SBP_N1_MODE_NOT_ALLOWED_PERMANENT_DISABLING,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable N1 mode for Registation Reject Cause#27 till power off<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
26088,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[171].SBP_SDAP_AS_REFLECTIVE_QOS_SUPPORT,modem_sbp_config[171].SBP_SDAP_AS_REFLECTIVE_QOS_SUPPORT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE supports SDAP AS Reflective QoS<BR>bit 0:0:Not supported<BR>bit 1:1:Supported",BIT,1,,1,0x01,NR15.R3.MD700.MP,,bit: 1,,,,[5G Protocol Baseline]NL2-SDAP General (Qos flow),Modem - 3GPP Spec.,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None<BR>[Expected Result] None,Untested,,,,
26094,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[171].SBP_TPC_ETM_TRIGGER_EARLIER_FOR_MT6308H,modem_sbp_config[171].SBP_TPC_ETM_TRIGGER_EARLIER_FOR_MT6308H,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable TPC trigger ETM Bias earlier<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x01,NR15.R3.MD700.MP,,1,,,,MD Config,Modem - Customer Requirement,,,EWSP/FT,Untested,,,,
+26187,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[149].SBP_OP12_PERMANENT_FTA_LIST,modem_sbp_config[149].SBP_OP12_PERMANENT_FTA_LIST,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Support permanent FTA list<BR>bit 0:0:Disabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,bit:0/1,,,,MD Config,Modem - Customer Requirement,,,Test in machine (N)<BR>Test Time (0 minutes)<BR>[Init] follow MCF RD IT plan<BR>[Test Step] None,Untested,,,,
+26233,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[173].SBP_DISABLE_5G_SA_CALL_HO_TO_VOWIFI,modem_sbp_config[173].SBP_DISABLE_5G_SA_CALL_HO_TO_VOWIFI,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disable 5G SA when call setup on VoLTE with PDN handover to VoWiFi<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0,1:enable/disable",,,,MiA,Modem Application - Modem Control,,,enable/disable SBP feature and test vowifi call,Untested,,,,
+26234,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[173].SBP_LOCAL_RELEASE_FOR_VOWIFI_DISABLE_5G_SA,modem_sbp_config[173].SBP_LOCAL_RELEASE_FOR_VOWIFI_DISABLE_5G_SA,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>UE will NOT do local release when disable 5G SA for VoWiFi<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,"0,1:enable/disable",,,,MiA,Modem Application - Modem Control,,,enable/disable SBP feature and test vowifi call,Untested,,,,
+26235,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[173].SBP_VOWIFI_DISABLE_5G_SA_CHECK_VONR_BIT,modem_sbp_config[173].SBP_VOWIFI_DISABLE_5G_SA_CHECK_VONR_BIT,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Enable check the VoNR bit for VoWiFi disable 5G SA<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x01,NR15.R3.MD700.MP,,"0,1:enable/disable",,,,MiA,Modem Application - Modem Control,,,enable/disable SBP feature and test vowifi call,Untested,,,,
+26260,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_L5_SS_AUTO_SET_UCS2,modem_sbp_config[172].SBP_L5_SS_AUTO_SET_UCS2,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>L5 will set cscs to ucs2 at start up init phase<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x01,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
+26261,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[172].SBP_L5_SS_USSD_HEX,modem_sbp_config[172].SBP_L5_SS_USSD_HEX,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>L5 will change ussd payload string to hex<BR>bit 0:0:Disable<BR>bit 1:1:Enable",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,MD Config,Modem - Customer Requirement,,,,Untested,,,,
+26283,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[173].SBP_GET_EID_FROM_ECASD,modem_sbp_config[173].SBP_GET_EID_FROM_ECASD,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Get EID from ECASD in eUICC detection<BR>bit 0:0:Disable<BR>bit 1:1:Enabled",BIT,1,,1,0,NR15.R3.MD700.MP,,0:disable,,,,MD Config,Modem - Customer Requirement,,,"Test in machine (Y)<BR>Test Time (about 2minutes)<BR>[Init] link M2M SIM inserted device to ELT<BR>[Test Step]<BR>1. AT+ESBP=5,"SBP_GET_EID_FROM_ECASD",1<BR>2. AT+CFUN=0, AT+CFUN=1<BR>3 AT+ESLOTSINFO?<BR>[Expected Result]<BR>3. return EID",Untested,,,,
+27188,960,NVRAM_EF_SBP_MODEM_CONFIG_LID,1,modem_sbp_config[173].SBP_DISC_STK_CALL_DURING_EM_CALL,modem_sbp_config[173].SBP_DISC_STK_CALL_DURING_EM_CALL,OTA and OTA BY OP,no,no,no,yes,"[MCF,RUNTIME] Configuration of SBP Feature<BR>Disconnect STK call when triggered during an ongoing Emergency call<BR>bit 0:0:Not Enabled<BR>bit 1:1:Enabled",BIT,1,,1,0x00,NR15.R3.MD700.MP,,,,,,SIM Application Toolkit - Class 1 & 2 & 3,Modem - 3GPP Spec.,,,,Untested,,,,
+27216,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_put_cb_root,xcap_info.support_put_cb_root,OTA and OTA BY OP,no,no,no,no,When enabled whole xml is sent when activate/deactivate call barring,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,Enable flag and activate/deactivate call barring and check xml container from logs. Whole xml should exist instead of one rule,Untested,,,,
+27219,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_put_cb_root.support_put_cb_root,xcap_info.support_put_cb_root.support_put_cb_root,OTA and OTA BY OP,no,no,no,no,Support PUT the Whole CB Node<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0x00,NR15.R3.MD700.MP,,bit: 0/1:enabled/disabled,,,,IMS-SS,Modem Application - Common-Feature-XCAP,,,activate or deactivate call barring.<BR>If config is enable whole xml is send to network<BR>if config is disabled only one rule send to network<BR><BR>result need to review from logs<BR>,Untested,,,,
+27233,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_omit_cp_prefix_and_namespace,xcap_info.support_omit_cp_prefix_and_namespace,OTA and OTA BY OP,no,no,no,no,Support omitting cp-prefix and namespace,UNSIGNED CHAR,1,,,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
+27234,2496,NVRAM_EF_XCAP_PROFILE_LID,"1,2",support_omit_cp_prefix_and_namespace.support_omit_cp_prefix_and_namespace,xcap_info.support_omit_cp_prefix_and_namespace.support_omit_cp_prefix_and_namespace,OTA and OTA BY OP,no,no,no,no,Support omitting cp-prefix and namespace<BR><BR>bit 0:0:Disabled<BR>bit 1:1:Enabled,BIT,8,,8,0xff,NR15.R3.MD700.MP,,,,,,,,,,,Untested,,,,
diff --git a/mcu/custom/service/nvram/l5_nvram_def.c b/mcu/custom/service/nvram/l5_nvram_def.c
index 67cf08b..e2f1af8 100755
--- a/mcu/custom/service/nvram/l5_nvram_def.c
+++ b/mcu/custom/service/nvram/l5_nvram_def.c
@@ -1835,6 +1835,13 @@
}
};
+static nvram_l5_sys_sleep_left_timer_struct const NVRAM_L5USYS_SLEEP_LEFT_TIMER_DEFAULT[] = {
+ {
+ /*left_timer,0*/
+ 0x00
+ }
+};
+
static nvram_l5_cc_ecc_number_struct const NVRAM_L5UCC_ECC_LIST_OM_DEFAULT[] = {
/*-- Add for Myanmar due to AOSP eccdata will treat it as ecc --*/
@@ -2459,6 +2466,20 @@
VER(NVRAM_EF_L5_SS_TBCW_STATE_LID)
},
{
+ NVRAM_EF_L5_SYS_SLEEP_LEFT_TIMER_LID,
+ NVRAM_EF_L5_SYS_SLEEP_LEFT_TIMER_TOTAL,
+ NVRAM_EF_L5_SYS_SLEEP_LEFT_TIMER_SIZE,
+ NVRAM_NORMAL(NVRAM_L5USYS_SLEEP_LEFT_TIMER_DEFAULT),
+ NVRAM_CATEGORY_USER,
+#ifdef __GEMINI__
+ NVRAM_ATTR_AVERAGE,
+#else
+ NVRAM_ATTR_AVERAGE,
+#endif
+ "LFTL",
+ VER(NVRAM_EF_L5_SYS_SLEEP_LEFT_TIMER_LID)
+ },
+ {
NVRAM_EF_L5_CC_ECC_LIST_OM_LID,
NVRAM_EF_L5_CC_ECC_LIST_OM_TOTAL,
NVRAM_EF_L5_CC_ECC_LIST_OM_SIZE,
diff --git a/mcu/custom/service/sbp/sbp_nvram_config.c b/mcu/custom/service/sbp/sbp_nvram_config.c
index ae98c73..0ef8ea5 100755
--- a/mcu/custom/service/sbp/sbp_nvram_config.c
+++ b/mcu/custom/service/sbp/sbp_nvram_config.c
@@ -401,7 +401,7 @@
MD_TRC_INFO_SBP_CUS_CFG_START(param_ptr->is_in_dynamic_sbp, param_ptr->ps_id, sbp_query_id(), param_ptr->sbp_id, param_ptr->mcc, param_ptr->mnc);
sbp_get_salecode(net_code, param_ptr->ps_id);
-
+
MD_TRC_INFO_SBP_CUS_CFG_SBP_ID(param_ptr->ps_id, sbp_id, sim_sbp_id, net_code[0], net_code[1], net_code[2]);
#endif
@@ -559,10 +559,10 @@
sbp_set_md_feature_data(SBP_VDM_ADS_SEL_ALGO_MASK_WFCP_VDP_PRIORITY_GROUP2, 255, (nvram_ef_sbp_modem_data_config_struct*) &sbp_data_buf);
sbp_set_md_feature(SBP_EMM_ENABLE_TMSI_BASED_NRI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_VOWIFI_DISABLE_5G_SA, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
-
+
// Disable only for ES/UK/PT/NL/DE/IT/RO/HU/GR/CZ/AL/IE, ALPS06408235
if (!(kal_mem_cmp(param_ptr->mcc, "214", 3)) || !(kal_mem_cmp(param_ptr->mcc, "234", 3)) ||
- !(kal_mem_cmp(param_ptr->mcc, "235", 3)) || !(kal_mem_cmp(param_ptr->mcc, "268", 3)) ||
+ !(kal_mem_cmp(param_ptr->mcc, "235", 3)) || !(kal_mem_cmp(param_ptr->mcc, "268", 3)) ||
!(kal_mem_cmp(param_ptr->mcc, "204", 3)) || !(kal_mem_cmp(param_ptr->mcc, "262", 3)) ||
!(kal_mem_cmp(param_ptr->mcc, "222", 3)) || !(kal_mem_cmp(param_ptr->mcc, "226", 3)) ||
!(kal_mem_cmp(param_ptr->mcc, "216", 3)) || !(kal_mem_cmp(param_ptr->mcc, "202", 3)) ||
@@ -649,6 +649,11 @@
sbp_set_md_feature(SBP_MP_LTE_DOWNLINK_LAA_r13, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_ERRC_PREFER_LARGE_BW_FOR_RESEL, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_LTE_PREFER_ENDC_RESEL_ENH, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_GMM_REATTACH_FOR_NW_DETACH_OTHER_CAUSE, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_VOWIFI_DISABLE_5G_SA, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_VOWIFI_DISABLE_5G_SA_CHECK_VONR_BIT, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_DISABLE_5G_SA_CALL_HO_TO_VOWIFI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_LOCAL_RELEASE_FOR_VOWIFI_DISABLE_5G_SA, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
/*Features specific to FirstNet Only*/
else if( sbp_id == SBP_ID_FIRSTNET )
@@ -728,6 +733,7 @@
sbp_set_md_feature(SBP_DISABLE_NR_RRC_INACTIVE_STATUS, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_5G_SA_ROHC_IP_PROFILE_SUPPORT, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_MODEM_DISABLE_PC1DOT5_FOR_N41, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_NOT_RETRY_SKIP_ABNORMAL_PLMN, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
else if (sbp_id == SBP_ID_CT)
{
@@ -864,14 +870,15 @@
/*[VzW][CCP2]Encounter UL RoHC network issue in Irvine, should resume NR SA UL RoHC when VzW is ready.*/
//sbp_set_md_feature(SBP_5G_SA_UPLINK_ONLY_ROHC_TCP_PROFILE_SUPPORT, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_VZW_ENDC_PWR_24P5DBM, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_BUILT_IN_VZW_APN_SUPPORT, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_VZW_PERMANEMT_FTA_LIST, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_BUILT_IN_VZW_APN_SUPPORT, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_OP12_PERMANENT_FTA_LIST, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_VZW_5GUW_DSPL, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_EMM_RETRY_IDLE_MOB_TAU_WITH_5G_IDLE_SEC_CTXT, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_EMM_RETRY_IDLE_MOB_TAU_WITH_5G_IDLE_SEC_CTXT, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_EMM_INCLUDE_UE_STATUS_IE_WHEN_N1_DISABLE, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_DISABLE_N1_WHEN_NOT_SUPPORT_ECC_ON_NR, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_DISABLE_AUTO_RETURN_PRE_RPLMN , KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_MODEM_DISABLE_PC1DOT5_FOR_N77, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_N1_MODE_NOT_ALLOWED_PERMANENT_DISABLING, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
else if (sbp_id == SBP_ID_TELEFONICA)
{
@@ -935,7 +942,7 @@
#endif
/* ALPS05017133: Docomo IO030073 TC failed due to SBP_END_CONNECTED_MODE_OOS_AFTER_PLMN_LOSS sbp enabled.*/
sbp_set_md_feature(SBP_END_CONNECTED_MODE_OOS_AFTER_PLMN_LOSS, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_RAT_MODE_SETTING_FOR_DOCOMO, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_IMS_CONFIG_DELAY_REPORT_FOR_EPS_ONLY_NW, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_EMM_EPS_ONLY_CAUSE18_ABORT_SS, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
@@ -1079,7 +1086,7 @@
#ifdef __ONE_BUTTON_CALL_REJECT__
sbp_set_md_feature(SBP_ONE_BUTTON_CALL_REJECT, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#endif /* __ONE_BUTTON_CALL_REJECT__ */
- sbp_set_md_feature(SBP_RAT_MODE_SETTING_FOR_DOCOMO, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_DISABLE_AUTO_RETURN_PRE_RPLMN, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#ifdef __IPC_ADAPTER__
sbp_set_md_feature(SBP_HSPA_TO_LTE_FAST_RESEL, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
@@ -1095,7 +1102,7 @@
sbp_set_md_feature_data(SBP_PLMN_TIMER_N1_MODE_NOT_ALLOW_DIFF, 0, (nvram_ef_sbp_modem_data_config_struct*) &sbp_data_buf);
sbp_set_md_feature_data(SBP_PLMN_TIMER_N1_MODE_NOT_ALLOW_MAX, 30, (nvram_ef_sbp_modem_data_config_struct*) &sbp_data_buf);
sbp_set_md_feature_data(SBP_PLMN_TIMER_N1_MODE_NOT_ALLOW_UNIT, 0, (nvram_ef_sbp_modem_data_config_struct*) &sbp_data_buf); // minutes
-
+
// Set Softbank N1 mode disable timer as 30 minutes: timer TF
sbp_set_md_feature_data(SBP_PLMN_TIMER_N1_VOICE_NOT_POSSIBLE, 30, (nvram_ef_sbp_modem_data_config_struct*) &sbp_data_buf);
sbp_set_md_feature_data(SBP_PLMN_TIMER_N1_VOICE_NOT_POSSIBLE_DIFF, 0, (nvram_ef_sbp_modem_data_config_struct*) &sbp_data_buf);
@@ -1103,6 +1110,8 @@
sbp_set_md_feature_data(SBP_PLMN_TIMER_N1_VOICE_NOT_POSSIBLE_UNIT, 0, (nvram_ef_sbp_modem_data_config_struct*) &sbp_data_buf); // minutes
sbp_set_md_feature(SBP_COMPLETE_DISC_PROC_ON_SIM_PLUG_OUT, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_PUCCH_GROUP_LARGER_SCS_V15_6, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+
}
else if (sbp_id == SBP_ID_CSL)
{
@@ -1145,7 +1154,7 @@
{
sbp_set_md_feature(SBP_CLEAR_CODE_33_29_NO_RETRY, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_EARLY_REPORT_PS_REG_STATUS, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- if ((! kal_mem_cmp (param_ptr->mcc,"334",3)) &&
+ if ((! kal_mem_cmp (param_ptr->mcc,"334",3)) &&
((!(kal_mem_cmp(param_ptr->mnc,"02",2))) || (!(kal_mem_cmp(param_ptr->mnc,"020",3))) || (!(kal_mem_cmp(param_ptr->mnc,"20",2))) )) // for TELCEL Mexico
{
sbp_set_md_feature(SBP_xMM_ENQUEUE_SIM_REFRESH_DURING_SMS, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
@@ -1172,13 +1181,14 @@
sbp_set_md_feature(SBP_ACCEPT_EMM_SH_INTG_PRT_NEWSECCTXT_FOR_NAS_MSGS_OTHR_THAN_SMC, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#ifdef __IPC_ADAPTER__
sbp_set_md_feature(SBP_DONT_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_ABNORMAL, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_R13_DOS_ENHANCE, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_KOR_KSC5601_READ, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#endif
sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_IMS_CONFIG_DELAY_REPORT_FOR_EPS_ONLY_NW, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_EPS_ONLY_CAUSE18_SELECT23G, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_N1_MODE_NOT_ALLOWED_PERMANENT_DISABLING, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
else if(sbp_id == SBP_ID_SKT)
{
@@ -1200,7 +1210,7 @@
sbp_set_md_feature(SBP_ACCEPT_EMM_SH_INTG_PRT_NEWSECCTXT_FOR_NAS_MSGS_OTHR_THAN_SMC, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#ifdef __IPC_ADAPTER__
sbp_set_md_feature(SBP_DONT_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_ABNORMAL, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_R13_DOS_ENHANCE, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_KOR_KSC5601_READ, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#endif
@@ -1226,7 +1236,7 @@
sbp_set_md_feature(SBP_ACCEPT_EMM_SH_INTG_PRT_NEWSECCTXT_FOR_NAS_MSGS_OTHR_THAN_SMC, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#ifdef __IPC_ADAPTER__
sbp_set_md_feature(SBP_DONT_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_ABNORMAL, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_RESET_T3402_VALUE_AFTER_FIVE_ATTEMPT_TO_ATTACH_FAILED, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_R13_DOS_ENHANCE, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_KOR_KSC5601_READ, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#endif
@@ -1241,9 +1251,19 @@
//ALPS05068621 : revert of ALPS02958780/MOLY00207340 , Dont disable eutran for PS only operator
sbp_set_md_feature(SBP_NWSEL_IGNORE_IMS_REG_STATUS_FOR_PS_PREF, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#endif
+ sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
else if (sbp_id == SBP_ID_YTL)
{
+ sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ }
+ else if (sbp_id == SBP_ID_SEATEL)
+ {
+ sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ }
+ else if (sbp_id == SBP_ID_TPG)
+ {
+ sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
else if(sbp_id == SBP_ID_NATCOM)
{
@@ -1298,7 +1318,7 @@
sbp_set_md_feature(SBP_PUCCH_GROUP_LARGER_SCS_V15_6, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_SDAP_AS_REFLECTIVE_QOS_SUPPORT, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_DISABLE_EUTRAN_WHEN_ATTACH_REJECT_ESM_CAUSE_27, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
-
+
// disable highSpeedEnhParameters for KDDI
sbp_set_md_feature(SBP_ERRC_HST_ENHANCED_MEAS, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_ERRC_HST_ENHANCED_DEMODULATION, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
@@ -1330,7 +1350,7 @@
{
sbp_set_md_feature(SBP_PAM_OP147_BACKOFF_TIMER_DEFAULT_VALUE, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_TFT_FURTHER_PROCESS_PF_PRECED_CONFLICT, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_CSFB_WAIT_IMS_RSP, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_CSFB_WAIT_IMS_RSP, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
else if (sbp_id == SBP_ID_SMART) //for Philippines SMART operator
{
@@ -1408,10 +1428,11 @@
{
sbp_set_md_feature(SBP_NWSEL_START_HPPLMN_TIMER_IN_NON_HIGHEST_HPLMN, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_NWSEL_SELECT_HIGHEST_PRIORITY_EHPLMN, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_ENDC_PREFER_A2_ENH, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_RAT_MODE_SETTING_FOR_DOCOMO, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_ENDC_PREFER_A2_ENH, KAL_FALSE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
sbp_set_md_feature(SBP_DISABLE_N1_WHEN_NOT_SUPPORT_ECC_ON_NR, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
- sbp_set_md_feature(SBP_VGMM_SET_RESUME_CAUSE_AS_IMS_RELATED_REQUEST_IN_RRC_INACTIVE_MODE, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_VGMM_SET_RESUME_CAUSE_AS_IMS_RELATED_REQUEST_IN_RRC_INACTIVE_MODE, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_EMM_PROC_FAIL_HANDLING_BY_OP, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
else if(sbp_id == SBP_ID_ALTICE_US) //for Altice US
{
@@ -1442,7 +1463,7 @@
{
sbp_set_md_feature(SBP_LBS_LPP_ALLOW_NILR_AFTER_EMC_END, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
- else if(sbp_id == SBP_ID_EASTLINK) //for EastLink Canada
+ else if(sbp_id == SBP_ID_EASTLINK) //for EastLink Canada
{
sbp_set_md_feature(SBP_LBS_LPP_ALLOW_NILR_AFTER_EMC_END, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
}
@@ -1453,7 +1474,7 @@
if ((0 == memcmp(param_ptr->mcc,"440",3)) || (0 == memcmp(param_ptr->mcc,"441",3))) // for JPN Region
{
- sbp_set_md_feature(SBP_RAT_MODE_SETTING_FOR_DOCOMO, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
+ sbp_set_md_feature(SBP_CHANGE_RAT_FOR_CUSTOM_IMSI, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
#if defined(__DISBALE_HPUE_FOR_JPN__)
sbp_set_md_feature(SBP_MODEM_DISABLE_HPUE_FOR_N41, KAL_TRUE, (nvram_ef_sbp_modem_config_struct*)&sbp_feature_buf);
@@ -1476,7 +1497,7 @@
}
-#ifdef __IPC_ADAPTER__
+#ifdef __IPC_ADAPTER__
/*ALPS05063851 [[A415F] The device should not supports "2G-LTE Measurements and Reporting"]
Disabled this for the DTAG operator */
sbp_get_csc_salecode(csc);
@@ -1503,7 +1524,7 @@
}
/* SBP Feature Setting Step 3: by NET_CODE, mapped from SIM PLMN. 2 slots may have different setting */
-
+
#if 0
/* under construction !*/