Get LTE Physical CellID from MC7710

Using the !GSTATUS command on MC7710, it is possible to read the cell-id information of the serving cell. This is a 28-bit information given in hexadecimal and decimal format. Is there any way to read also the Physical Cell ID (PCI) of the serving cell? PCI is a number ranging from 0 - 503.
Regards!

You can get this value from the QMI_NAS_GET_CELL_LOC_INFO command (QMI_NAS request 0x0034). Ref chromium.googlesource.com/chrom … /QMIEnum.h

But I don’t know of any open source for the TLV formats of that command, so you’ll need to figure out for yourself how to use it, using the proprietary Qualcomm docs from developer.qualcomm.com/download/qmi.zip