Is AT+QNWCFG=“data_path” the appropriate command to determine if the modem has been assigned to the nr5G resource for an NSA 5G link?
For my current setup:
AT+QENG=“servingcell”
+QENG: “servingcell”,“NOCONN”
+QENG: “LTE”,“FDD”,234,20,3D147,212,99,1,3,3,4D5,-108,-9,-80,13,9,140,-
+QENG:“NR5G-NSA”,234,20,760,-114,8,-13,640548,78,12,1
Sometimes I get:
AT+QNWCFG=“data_path”
+QNWCFG: “data_path”,1,“LTE”
and sometimes I get:
AT+QNWCFG=“data_path”
+QNWCFG: “data_path”,1,“NR”
Is the “NR” case when I have been assigned to nr5G resources?