<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79652/multicell-geolocation-via-lte</link><description>Hello, 
 
 I am attempting to implement cell tower triangulation using unwiredlabs.com&amp;#39;s api. 
 
 I have single-cell geolocation working. I am having trouble getting multi-cell geolocation working. 
 
 I have two issues with my current implementation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Sep 2021 08:24:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79652/multicell-geolocation-via-lte" /><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/330983?ContentTypeID=1</link><pubDate>Fri, 24 Sep 2021 08:24:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da27bc42-8b74-4608-96e5-732872ca0494</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p lang="en-GB"&gt;Hello Jeremy,&lt;/p&gt;
[quote user="jdorn"]Do you have any updates on how to improve the reliability of the neighbor measurements? If this is something where I need to share code, I can create a private query and do it there.[/quote]
&lt;p lang="en-GB"&gt;my apologies for the late reply. It took us some time to analyse your traces.&lt;/p&gt;
[quote user="jdorn"]So I figured out that issue, it was a bug on my end. However, I am still inconsistently able to find neighbors. Anecdotally, the find rate seems to have improved from 1 in 10 or 20 to 1 in 3 or 5. Traces for scenarios where neighbors are found and not found are included.[/quote]
&lt;p lang="en-GB"&gt;To start with, &lt;a href="https://www.cellmapper.net/map?MCC=310&amp;amp;MNC=260&amp;amp;type=LTE&amp;amp;latitude=41.883949475863034&amp;amp;longitude=-87.64873193749287&amp;amp;zoom=16&amp;amp;showTowers=true&amp;amp;showTowerLabels=true&amp;amp;clusterEnabled=false&amp;amp;tilesEnabled=true&amp;amp;showOrphans=false&amp;amp;showNoFrequencyOnly=false&amp;amp;showFrequencyOnly=false&amp;amp;showBandwidthOnly=false&amp;amp;DateFilterType=Last&amp;amp;showHex=false&amp;amp;showVerifiedOnly=false&amp;amp;showUnverifiedOnly=false&amp;amp;showLTECAOnly=false&amp;amp;showENDCOnly=false&amp;amp;showBand=0&amp;amp;showSectorColours=true&amp;amp;mapType=roadmap"&gt;cell mapper&lt;/a&gt; locates cells recorded in this log to the middle of Chicago centrum area.&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;trace-neighbor-found:&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;It seems that we are on rather strong cell on band 12 in T-Mobile network. Tower is enb id 20934. It has both cell id&amp;#39;s 32 and 453. However, all the neighbours which are close to this tower seems to be on different bands (2,41,66). Inter frequency measurements are not active, so these bands are not searched.&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1632472350689v2.png" alt=" " /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;trace-no-neighbor-found:&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;We seem to be on AT&amp;amp;T network at band 12 and there are even less intra neighbours available. The signal level is as high as in T-Mobile network. Tower is enb id 210917.&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1632472361907v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;So the main point here seems to be that the band 12 cells are the best for both T-mobile and AT&amp;amp;T, but apparently there are not too many neighbours on that band/frequency i.e. intra frequency. And the inter frequency neighbour measurements are not active. If you would like to see more cells, maybe bandlock could be used to exclude band 12 or simply allow only 2 and/or 66? Risk is that 2/66 doesn&amp;#39;t have Cat-M cells.&lt;/p&gt;
&lt;p lang="en-GB"&gt;To summarise this: neighbour cells measurement service in current modem release is implemented so that there would not be significant increase in power consumption in any scenario. It can detect any LTE Cat-M neighbour cell on the same frequency, or LTE NB-IoT neighbour cell when operating on LTE NB-IoT, but detecting inter-frequency neighbours requires that network is configured to provide information about those neighbours to devices. In this case network has not been configured to do that.&lt;/p&gt;
&lt;p lang="en-GB"&gt;But we are continuously working on improving our software. The &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/ncellmeas.html"&gt;%NCELLMEAS&lt;/a&gt; functionality was recently introduced with modem firmware 1.3.0, and new features will be implemented in future releases.&lt;/p&gt;
&lt;p lang="en-GB"&gt;I hope this will help you!&lt;/p&gt;
&lt;p lang="en-GB"&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/330924?ContentTypeID=1</link><pubDate>Thu, 23 Sep 2021 20:11:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99f1d212-02f1-4375-99df-96a2596abeda</guid><dc:creator>jdorn</dc:creator><description>[quote userid="100109" url="~/f/nordic-q-a/79652/multicell-geolocation-via-lte/330199#330199"]Markus[/quote]
&lt;p&gt;&lt;br /&gt;Do you have any updates on how to improve the reliability of the neighbor measurements? If this is something where I need to share code, I can create a private query and do it there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/330354?ContentTypeID=1</link><pubDate>Mon, 20 Sep 2021 20:25:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9192e1e-68e4-4b15-b96c-007836dcf62c</guid><dc:creator>jdorn</dc:creator><description>&lt;p&gt;So I figured out that issue, it was a bug on my end. However, I am still inconsistently able to find neighbors. Anecdotally, the find rate seems to have improved from 1 in 10 or 20 to 1 in 3 or 5. Traces for scenarios where neighbors are found and not found are included.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks again for all of the help.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_neighbor_2D00_found.bin"&gt;devzone.nordicsemi.com/.../trace_2D00_neighbor_2D00_found.bin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_neighbor_2D00_found.pcapng"&gt;devzone.nordicsemi.com/.../trace_2D00_neighbor_2D00_found.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_no_2D00_neighbor_2D00_found.bin"&gt;devzone.nordicsemi.com/.../trace_2D00_no_2D00_neighbor_2D00_found.bin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_no_2D00_neighbor_2D00_found.pcapng"&gt;devzone.nordicsemi.com/.../trace_2D00_no_2D00_neighbor_2D00_found.pcapng&lt;/a&gt; or so. In addition, it is usually just one neighbor.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/330199?ContentTypeID=1</link><pubDate>Mon, 20 Sep 2021 08:56:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70b2b0fe-2d8c-4e0d-972f-918be37fc9f5</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p lang="en-GB"&gt;Hello Jeremy,&lt;/p&gt;
[quote user="jdorn"]I have tried adding a 1 second wait,&amp;nbsp;but the hang persisted.[/quote]
&lt;p&gt;&lt;span lang="en-GB"&gt;as stated in the documentation for &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/include/modem/lte_lc.html#c.lte_lc_neighbor_cell_measurement"&gt;lte_lc_neighbor_cell_measurement&lt;/a&gt;&lt;/span&gt;&lt;span lang="en-GB"&gt;:&amp;nbsp;&lt;/span&gt;Have you registered an event handler of type &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/include/modem/lte_lc.html#c.lte_lc_evt_type.LTE_LC_EVT_NEIGHBOR_CELL_MEAS"&gt;LTE_LC_EVT_NEIGHBOR_CELL_MEAS&lt;/a&gt; in your application?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/include/modem/lte_lc.html#c.lte_lc_evt_type.LTE_LC_EVT_NEIGHBOR_CELL_MEAS"&gt;&lt;span lang="en-GB"&gt;&lt;/span&gt;&lt;/a&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/330098?ContentTypeID=1</link><pubDate>Fri, 17 Sep 2021 16:11:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc32acea-e624-449e-b33b-e38a6927f58d</guid><dc:creator>jdorn</dc:creator><description>&lt;p&gt;I attempted your proposed fix, but my code is hanging. I have included my code snippets and modem traces.&lt;/p&gt;
&lt;p&gt;I have tried adding a 1 second wait,&amp;nbsp;but the hang persisted.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_09_2D00_17T15_2D00_52_2D00_35.870Z.bin"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_09_2D00_17T15_2D00_52_2D00_35.870Z.bin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_09_2D00_17T15_2D00_52_2D00_35.870Z.pcapng"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_09_2D00_17T15_2D00_52_2D00_35.870Z.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1631894637537v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1631894656926v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/329996?ContentTypeID=1</link><pubDate>Fri, 17 Sep 2021 11:06:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c3b7950-3b8a-4be8-bfc4-3b4c63410636</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p lang="en-GB"&gt;Hello again Jeremy,&lt;/p&gt;
[quote user="jdorn"]Here are two traces. One shows what my device is doing when it detects a neighbor, the other when it detects no neighbors. These traces were taken within 5 minutes of each other, and the dev kit was not power cycled in between, only reset.[/quote]
&lt;p lang="en-GB"&gt;the logs are confirming that neighbour cells measurements only are performed in RRC connected mode. During connection modem only results are returned that are available due to normal modem functionality. If there is nothing, then nothing (except the current cell) will be returned. This also stated in the &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/ncellmeas.html"&gt;%NCELLMEAS&lt;/a&gt;&amp;nbsp;documentation:&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;&amp;quot;Neighbouring cell measurements are available during a data or signalling RRC connection only when the network has configured measurement rules for the device and the configured criteria is met.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="en-GB"&gt;So to avoid this, please use &lt;/span&gt;&lt;span lang="en-GB"&gt;%NCELLMEAS&lt;/span&gt;&lt;span lang="en-GB"&gt; &lt;/span&gt;&lt;span lang="en-GB"&gt;d&lt;/span&gt;&lt;span lang="en-GB"&gt;uring RRC &lt;/span&gt;&lt;span lang="en-GB"&gt;i&lt;/span&gt;&lt;span lang="en-GB"&gt;dle. You can find some more &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/samples/nrf9160/multicell_location/README.html#cell-measurements"&gt;information&lt;/a&gt; in the documentation of the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/samples/nrf9160/multicell_location/README.html#nrf9160-multicell-location"&gt;Multicell location&lt;/a&gt; application.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="en-GB"&gt;I hope this will solve your issue!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="en-GB"&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="en-GB"&gt;Markus&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/329961?ContentTypeID=1</link><pubDate>Fri, 17 Sep 2021 08:49:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e02af0c1-a42c-4443-9bf1-81037cae0f59</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>[quote user="jdorn"]I have included both the PCAP and raw trace files for you to look at.[/quote]
&lt;p&gt;Thanks a lot, Jeremy! We will analyse the traces and come back to you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/329885?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 15:29:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2af5804f-5af3-4fe0-aaa5-bca923cf2b4f</guid><dc:creator>jdorn</dc:creator><description>&lt;p&gt;Here are two traces. One shows what my device is doing when it detects a neighbor, the other when it detects no neighbors. These traces were taken within 5 minutes of each other, and the dev kit was not power cycled in between, only reset.&lt;/p&gt;
&lt;p&gt;I have included both the PCAP and raw trace files for you to look at.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Side note: I am gathering these neighbor cell measurements in the same manner as the Multi-Cell Location Example.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_09_2D00_16T15_2D00_06_2D00_28.607Z_2D00_SOME_2D00_NEIGHBORS.pcapng"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_09_2D00_16T15_2D00_06_2D00_28.607Z_2D00_SOME_2D00_NEIGHBORS.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_09_2D00_16T15_2D00_06_2D00_28.607Z.bin"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_09_2D00_16T15_2D00_06_2D00_28.607Z.bin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_09_2D00_16T15_2D00_08_2D00_50.791Z_2D00_NO_2D00_NIEGHBORS.pcapng"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_09_2D00_16T15_2D00_08_2D00_50.791Z_2D00_NO_2D00_NIEGHBORS.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_09_2D00_16T15_2D00_08_2D00_50.791Z.bin"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_09_2D00_16T15_2D00_08_2D00_50.791Z.bin&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/329738?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 07:55:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9a553e7-5548-4c92-a13b-4e21a2a59be9</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>[quote user="jdorn"]Do you know of configuration settings that I can use to make the neighbor cell measurements happen consistently?[/quote]
&lt;p&gt;In connected mode, the network commands the neighbour cell measurements. Hence, the device does not have any influence on that. This restriction is valid during data or signalling RRC connection only.&lt;/p&gt;
&lt;p&gt;In RRC idle, the device can always do the measurements with &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/ncellmeas.html"&gt;%NCELLMEAS&lt;/a&gt; command even when the network has not commanded device to do so. This command should be used for location service purposes.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/nbrgrsrp.html"&gt;%NBRGRSRP&lt;/a&gt; was implemented only for testing purposes and that will return only those measurement results that are available, as a result of normal modem functionality (controlled by network), which is why this command should not be used for this purpose. %NCELLMEAS was added as a new feature in mfw 1.3.0.&lt;/p&gt;
&lt;p&gt;A modem trace will help to analyse if neighbour cells are available at your location. If you would like, please feel free to record one and upload it to the case :-)&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/329651?ContentTypeID=1</link><pubDate>Wed, 15 Sep 2021 14:13:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97b7d37a-7e32-4343-bcbc-d5e741b7d8a4</guid><dc:creator>jdorn</dc:creator><description>[quote userid="100109" url="~/f/nordic-q-a/79652/multicell-geolocation-via-lte/329633#329633"]How sure are you that there are multiple cells available at your location? It might be good to know that neighbour cell measurements during connection only are done in case the network has requested to do so. There might be some more useful information in the documentation of &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/ncellmeas.html"&gt;%NCELLMEAS&lt;/a&gt;.&amp;nbsp;[/quote]
&lt;p&gt;Rarely, I will get neighboring cells information when triggering a&amp;nbsp;LTE_LC_EVT_NEIGHBOR_CELL_MEAS event. But occasionally I will. I am in the middle of downtown Chicago. I am 100% confident in the presence of neighboring cells. And I do not believe there is an error at the moment.&lt;/p&gt;
&lt;p&gt;According to the information from the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Fmob_termination_ctrl_status%2Fncellmeas.html"&gt;%NBRGRSRP&lt;/a&gt;&amp;nbsp;documentation, neighbor cells are only measured when &amp;quot;&lt;span&gt;the strength and quality of the current cell signal do not meet the network configured level&amp;quot;. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The %NCELLMEAS documentation implies similar with the following line: &amp;quot;Neighboring cell measurements are available during a data or signaling RRC connection only when the network has configured measurement rules for the device and the configured criteria is met.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you know of configuration settings that I can use to make the neighbor cell measurements happen consistently?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="100109" url="~/f/nordic-q-a/79652/multicell-geolocation-via-lte/329633#329633"]&lt;p lang="en-GB"&gt;I’m afraid this is not possible. Getting tracking areas of the neighbour cells or the “normal” cell ID would consume too much time and battery.&amp;nbsp;&lt;/p&gt;
&lt;div class="quote-header"&gt;&lt;/div&gt;&lt;blockquote class="quote"&gt;&lt;div class="quote-content"&gt;&lt;/div&gt;&lt;/blockquote&gt;[/quote]
&lt;p&gt;&lt;span&gt;Thank you for confirming.&lt;/span&gt;&lt;/p&gt;
[quote userid="100109" url="~/f/nordic-q-a/79652/multicell-geolocation-via-lte/329633#329633"]There is no option forcing the modem to connect to some specific cell. It will be done upon request by the network only. The closest approach would be manual network selection and band lock, but I’m not sure if those would fulfil your purpose.[/quote]
&lt;p&gt;I agree that these would not help my current issue.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multicell Geolocation via LTE</title><link>https://devzone.nordicsemi.com/thread/329633?ContentTypeID=1</link><pubDate>Wed, 15 Sep 2021 13:14:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a1648a7-a92b-4293-b57f-2a115cde4fa2</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p lang="en-GB"&gt;Hello Jeremy,&lt;/p&gt;
[quote user=""]1)&amp;nbsp;lte_lc_neighbor_cell_measurement() trtiggers an LTE_LC_EVT_NEIGHBOR_CELL_MEAS event, but that event does not always provide neighbor cells. In fact, it rarely does so. Is there a way to make the system return at least a few neighbor cells consistently other than when there is a bad signal?[/quote]
&lt;p lang="en-GB"&gt;How sure are you that there are multiple cells available at your location? It might be good to know that neighbour cell measurements during connection only are done in case the network has requested to do so. There might be some more useful information in the documentation of &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/ncellmeas.html"&gt;%NCELLMEAS&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-GB"&gt;However, if you suspect that something is wrong, please record a &lt;a href="https://infocenter.nordicsemi.com/topic/ug_trace_collector/UG/trace_collector/collect_modem_trace.html"&gt;modem trace&lt;/a&gt; starting from boot and ending when the neighbour cell measurement has been completed.&lt;/p&gt;
[quote user=""]2) The neighbor cell measurements event only provides the physical cell id and the signal strength. I want the LAC/TAC and normal cell id of the towers as well. Is there a way to get this information?&amp;nbsp;[/quote]
&lt;p lang="en-GB"&gt;I’m afraid this is not possible. Getting tracking areas of the neighbour cells or the “normal” cell ID would consume too much time and battery.&amp;nbsp;&lt;/p&gt;
[quote user=""]If the above two items are not possible, could I disconnect from my current cell tower and force a connection to a different tower? If so, how can I do this?[/quote]
&lt;p lang="en-GB"&gt;There is no option forcing the modem to connect to some specific cell. It will be done upon request by the network only. The closest approach would be manual network selection and band lock, but I’m not sure if those would fulfil your purpose.&lt;/p&gt;
&lt;p lang="en-GB"&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>