Dear Nordic,
We're working with the nRF Cloud S-CELL/M-CELL Location Service. In the "Calling the cell-only endpoint" section of the Constructing the API request web page it shows that for an S-CELL request only the mcc, mnc, tac and eci are included in the POST message. It also shows the structure of an M-CELL request when neighbor cell information is available. In the case of an M-CELL request it appears that additional information is provided in the POST (as compared to the S-CELL request) for both the serving cell and the neighbor cell(s). This additional information includes earfcn, adv, rsrp and rsrq for the serving cell, and earfcn, pci, rsrp, rsrq, and timeDiff for the neighboring cell(s).
My question is what are the required fields in the case of an M-CELL request? I ask because in all the replies to cases created on the Nordic support page, the only parameters which are used for either an S-CELL or M-CELL request are mcc, mnc, tac and eci. For example, case #303606 shows the following format for the M-CELL query. You'll notice that only the mcc, mnc, tac and eci parameters are used.
{ "lte": [ { "mcc": 222, "mnc": 1, "tac": 17211, "eci": 179200573 }, { "mcc": 222, "mnc": 1, "eci": 179200575, "tac": 17211 } ] }
Thank you in advance for your help.
Regards,
Peter