my 5G module reply to the AT query this data:
AT+QCAINFO
+QCAINFO: “PCC”,100,100,“LTE BAND 1”,1,201,-82,-10,-52,10
+QCAINFO: “SCC”,1500,50,“LTE BAND 3”,1,201,-78,-14,-54,0,0,-,-
+QCAINFO: “SCC”,2900,50,“LTE BAND 7”,1,20,-87,-8,-69,7,0,-,-
+QCAINFO: “SCC”,3350,100,“LTE BAND 7”,1,20,-85,-14,-62,12,0,-,-
+QCAINFO: “SCC”,1650,100,“LTE BAND 3”,1,201,-78,-15,-54,0,0,-,-
1 question: this mean the module is aggregation LTE bands: 1+3+7 and again 7+3?
On the tower there is also N3, N28, N78 band and I tryed to set those bands with command:
AT+QNWPREFCFG= “nsa_nr5g_band”,3:28:78
Whe I query it gives:
AT+QNWPREFCFG=“ue_capability_band”
+QNWPREFCFG: “gw_band”,0
+QNWPREFCFG: “lte_band”,1:3:7:20:28:38
+QNWPREFCFG: “nsa_nr5g_band”,0
+QNWPREFCFG: “nr5g_band”,0
It means that the module can’t aggregate the N3, N28 andd the N78 bands?
thanks