Dear Smile,
AT+QNWPREFCFG=“ue_capability_band” is used to get the intersection of the bands supported by the module and the bands in the MBN whitelist. and if you want to get which bands the module support, please use AT+QNWPREFCFG=“nr5g_band” /“nsa_nr5g_band”
Here is the testing at logs using two different carrier sim card, hope it will help you understand better, thanks!
//Using China Mobile sim card to test.
[2021-09-16_09:59:50:715]at+qmbncfg=“list”
[2021-09-16_09:59:50:736]+qmbncfg: “List”,0,1,1,“Volte_OpenMkt-Commercial-CMCC”,0x0A012010,202101151
[2021-09-16_09:59:50:736]+qmbncfg: “List”,1,0,0,“VoLTE-CU”,0x0A011561,202101151
[2021-09-16_09:59:50:748]+qmbncfg: “List”,2,0,0,“VoLTE_OPNMKT_CT”,0x0A0113E0,202101151
[2021-09-16_09:59:50:748]+qmbncfg: “List”,3,0,0,“Rogers_Canada”,0x0A014800,202101151
[2021-09-16_09:59:50:748]+qmbncfg: “List”,4,0,0,“Bell_Canada”,0x0A014700,202101151
[2021-09-16_09:59:50:748]+qmbncfg: “List”,5,0,0,“Telus_Canada”,0x0A014900,202101151
[2021-09-16_09:59:50:748]+qmbncfg: “List”,6,0,0,“Commercial-Sprint”,0x0A010204,202101151
[2021-09-16_09:59:50:769]+qmbncfg: “List”,7,0,0,“Commercial-TMO”,0x0A01050F,202101151
[2021-09-16_09:59:50:769]+qmbncfg: “List”,8,0,0,“VoLTE-ATT”,0x0A010335,202101151
[2021-09-16_09:59:50:769]+qmbncfg: “List”,9,0,0,“CDMAless-Verizon”,0x0A010126,202107291
[2021-09-16_09:59:50:769]+qmbncfg: “List”,10,0,0,“Telia_Sweden”,0x0A012400,202101151
[2021-09-16_09:59:50:792]+qmbncfg: “List”,11,0,0,“TIM_Italy_Commercial”,0x0A012B00,202101151
[2021-09-16_09:59:50:792]+qmbncfg: “List”,12,0,0,“France-Commercial-Orange”,0x0A010B21,202101151
[2021-09-16_09:59:50:792]+qmbncfg: “List”,13,0,0,“Commercial-DT-VOLTE”,0x0A011F1F,202107081
[2021-09-16_09:59:50:792]+qmbncfg: “List”,14,0,0,“Germany-VoLTE-Vodafone”,0x0A010449,202101151
[2021-09-16_09:59:50:812]+qmbncfg: “List”,15,0,0,“UK-VoLTE-Vodafone”,0x0A010426,202101151
[2021-09-16_09:59:50:812]+qmbncfg: “List”,16,0,0,“Commercial-EE”,0x0A01220B,202101151
[2021-09-16_09:59:50:812]+qmbncfg: “List”,17,0,0,“Optus_Australia_Commercial”,0x0A014400,202101151
[2021-09-16_09:59:50:829]+qmbncfg: “List”,18,0,0,“Telstra_Australia_Commercial”,0x0A010F00,202101151
[2021-09-16_09:59:50:829]+qmbncfg: “List”,19,0,0,“Commercial-LGU”,0x0A012608,202101151
[2021-09-16_09:59:50:829]+qmbncfg: “List”,20,0,0,“Commercial-KT”,0x0A01280B,202101151
[2021-09-16_09:59:50:829]+qmbncfg: “List”,21,0,0,“Commercial-SKT”,0x0A01270A,202101151
[2021-09-16_09:59:50:848]+qmbncfg: “List”,22,0,0,“Commercial-Reliance”,0x0A011B0C,202101151
[2021-09-16_09:59:50:848]+qmbncfg: “List”,23,0,0,“Commercial-SBM”,0x0A011C0B,202101151
[2021-09-16_09:59:50:848]+qmbncfg: “List”,24,0,0,“Commercial-KDDI”,0x0A010709,202101151
[2021-09-16_09:59:50:848]+qmbncfg: “List”,25,0,0,“Commercial-DCM”,0x0A010D0D,202101151
[2021-09-16_09:59:50:868]+qmbncfg: “List”,26,0,0,“ROW_Commercial”,0x0A010809,202101151
[2021-09-16_09:59:50:868]OK
[2021-09-16_09:59:59:080]at+qnwprefcfg=“ue_capability_band”
[2021-09-16_09:59:59:080]+QNWPREFCFG: “gw_band”,1:2:3:4:5:6:8:19
[2021-09-16_09:59:59:080]+QNWPREFCFG: “lte_band”,3:8:34:38:39:40:41
[2021-09-16_09:59:59:080]+QNWPREFCFG: “nsa_nr5g_band”,41:79
[2021-09-16_09:59:59:080]+QNWPREFCFG: “nr5g_band”,41:79
[2021-09-16_09:59:59:080]OK
//Using China Unicom sim card to test.
[2021-09-16_09:55:46:178]at+qmbncfg=“list”
[2021-09-16_09:55:46:188]+qmbncfg: “List”,0,1,1,“VoLTE-CU”,0x0A011561,202101151
[2021-09-16_09:55:46:193]+qmbncfg: “List”,1,0,0,“VoLTE_OPNMKT_CT”,0x0A0113E0,202101151
[2021-09-16_09:55:46:193]+qmbncfg: “List”,2,0,0,“Rogers_Canada”,0x0A014800,202101151
[2021-09-16_09:55:46:193]+qmbncfg: “List”,3,0,0,“Bell_Canada”,0x0A014700,202101151
[2021-09-16_09:55:46:193]+qmbncfg: “List”,4,0,0,“Telus_Canada”,0x0A014900,202101151
[2021-09-16_09:55:46:193]+qmbncfg: “List”,5,0,0,“Commercial-Sprint”,0x0A010204,202101151
[2021-09-16_09:55:46:213]+qmbncfg: “List”,6,0,0,“Commercial-TMO”,0x0A01050F,202101151
[2021-09-16_09:55:46:213]+qmbncfg: “List”,7,0,0,“VoLTE-ATT”,0x0A010335,202101151
[2021-09-16_09:55:46:213]+qmbncfg: “List”,8,0,0,“CDMAless-Verizon”,0x0A010126,202107291
[2021-09-16_09:55:46:213]+qmbncfg: “List”,9,0,0,“Telia_Sweden”,0x0A012400,202101151
[2021-09-16_09:55:46:235]+qmbncfg: “List”,10,0,0,“TIM_Italy_Commercial”,0x0A012B00,202101151
[2021-09-16_09:55:46:235]+qmbncfg: “List”,11,0,0,“France-Commercial-Orange”,0x0A010B21,202101151
[2021-09-16_09:55:46:235]+qmbncfg: “List”,12,0,0,“Commercial-DT-VOLTE”,0x0A011F1F,202107081
[2021-09-16_09:55:46:235]+qmbncfg: “List”,13,0,0,“Germany-VoLTE-Vodafone”,0x0A010449,202101151
[2021-09-16_09:55:46:256]+qmbncfg: “List”,14,0,0,“UK-VoLTE-Vodafone”,0x0A010426,202101151
[2021-09-16_09:55:46:256]+qmbncfg: “List”,15,0,0,“Commercial-EE”,0x0A01220B,202101151
[2021-09-16_09:55:46:256]+qmbncfg: “List”,16,0,0,“Optus_Australia_Commercial”,0x0A014400,202101151
[2021-09-16_09:55:46:274]+qmbncfg: “List”,17,0,0,“Telstra_Australia_Commercial”,0x0A010F00,202101151
[2021-09-16_09:55:46:274]+qmbncfg: “List”,18,0,0,“Commercial-LGU”,0x0A012608,202101151
[2021-09-16_09:55:46:274]+qmbncfg: “List”,19,0,0,“Commercial-KT”,0x0A01280B,202101151
[2021-09-16_09:55:46:274]+qmbncfg: “List”,20,0,0,“Commercial-SKT”,0x0A01270A,202101151
[2021-09-16_09:55:46:294]+qmbncfg: “List”,21,0,0,“Commercial-Reliance”,0x0A011B0C,202101151
[2021-09-16_09:55:46:294]+qmbncfg: “List”,22,0,0,“Commercial-SBM”,0x0A011C0B,202101151
[2021-09-16_09:55:46:294]+qmbncfg: “List”,23,0,0,“Commercial-KDDI”,0x0A010709,202101151
[2021-09-16_09:55:46:294]+qmbncfg: “List”,24,0,0,“Commercial-DCM”,0x0A010D0D,202101151
[2021-09-16_09:55:46:316]+qmbncfg: “List”,25,0,0,“Volte_OpenMkt-Commercial-CMCC”,0x0A012010,202101151
[2021-09-16_09:55:46:316]+qmbncfg: “List”,26,0,0,“ROW_Commercial”,0x0A010809,202101151
[2021-09-16_09:55:46:316]OK
[2021-09-16_09:56:05:067]at+qnwprefcfg=“ue_capability_band”
[2021-09-16_09:56:05:067]+QNWPREFCFG: “gw_band”,1:8
[2021-09-16_09:56:05:067]+QNWPREFCFG: “lte_band”,1:3:5:8
[2021-09-16_09:56:05:067]+QNWPREFCFG: “nsa_nr5g_band”,78
[2021-09-16_09:56:05:067]+QNWPREFCFG: “nr5g_band”,1:78