1.To enable VoLTE/VoWiFi roaming per SBP ID(LR13/LR12/LR11) we should set below values in \mcu\custom\protocol\common\ps\custom_imc_config.c
/* VoLTE roaming enable */
nvram_ims_profile_ptr->imc_config.ims_roaming_mode = 1
we should set below values in \mcu\custom\protocol\common\ps\custom_iwlan_config.c
/* VoWiFi roaming enable */
cfg->wans_cfg.wans_ims_wlan_roaming_barring_enable = KAL_FALSE;
2.To enable VoLTE/VoWiFi roaming per SBP ID(NR15/VMOLY)
we should set below values in \mcu\custom\protocol\common\ps\custom_iwlan_config.c
/* VoLTE roaming enable */
cfg->ipol_ans_cfg.ipol_ims_roaming_barring_enable = KAL_FALSE;
/* VoWiFi roaming enable */
cfg->ipol_ans_cfg.ipol_ims_wlan_roaming_barring_enable = KAL_FALSE;
搜IMS漫游功能状态,在PS log里搜 ims_roaming_mode