<?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>Difficulty to get agps data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76225/difficulty-to-get-agps-data</link><description>Hello, 
 I have a problem with the GPS and more precisely the AGPS. I would like to retrieve my position with the thingy91, I created a project by taking the AGPS sample and add the sending of information (GPS and RSRP) via MQTT in NB-IoT. To retrieve</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Jun 2021 15:31:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76225/difficulty-to-get-agps-data" /><item><title>RE: Difficulty to get agps data</title><link>https://devzone.nordicsemi.com/thread/314965?ContentTypeID=1</link><pubDate>Fri, 11 Jun 2021 15:31:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc55f76a-228e-416d-bc92-20b654e447d0</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Which SDK version are you using?&lt;/p&gt;
&lt;p&gt;I believe this is a known issue in the error handling of the modem_info and nrf_cloud_agps libraries. The problem is that the nrf_cloud_agps library uses the modem_info library to get information about the network, without specifying &lt;em&gt;what&lt;/em&gt; information it needs. The modem info library will therefore try to get all the info it can, including the time. However, this is not supported in all networks. The modem therefore returns an error to the modem_info library, which in turn returns an error to the nrf_cloud_agps library, despite having collected all the information the agps library really needs. Because the agps library gets an error, it aborts the request.&lt;/p&gt;
&lt;p&gt;You can work around this problem easily by setting &lt;span&gt;CONFIG_MODEM_INFO_ADD_DATE_TIME=n&lt;/span&gt; in you prj.conf file.&lt;/p&gt;
&lt;p&gt;This workaround was also added in the SDK a while ago: &lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/3276"&gt;https://github.com/nrfconnect/sdk-nrf/pull/3276&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty to get agps data</title><link>https://devzone.nordicsemi.com/thread/314823?ContentTypeID=1</link><pubDate>Fri, 11 Jun 2021 06:58:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1630a677-0b00-4b81-b4f6-e2c3de67d937</guid><dc:creator>ActiTAG</dc:creator><description>[quote userid="81181" url="~/f/nordic-q-a/76225/difficulty-to-get-agps-data/314773#314773"]It looks like the device is struggeling to get connected to the network.[/quote]
&lt;p&gt;Yes, I know. Our city has a poor NB-IoT connection.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2021-06-11T06:52:35.549Z INFO Application data folder: C:\Users\tgasser\AppData\Roaming\nrfconnect\pc-nrfconnect-linkmonitor
2021-06-11T06:52:35.609Z DEBUG App pc-nrfconnect-linkmonitor v1.1.10 official
2021-06-11T06:52:35.609Z DEBUG App path: C:\Users\tgasser\.nrfconnect-apps\node_modules\pc-nrfconnect-linkmonitor
2021-06-11T06:52:35.610Z DEBUG nRFConnect 3.6.1 is supported by the app (^3.6.0)
2021-06-11T06:52:35.610Z DEBUG nRFConnect path: C:\Users\tgasser\AppData\Local\Programs\nrfconnect\resources\app.asar
2021-06-11T06:52:35.611Z DEBUG HomeDir: C:\Users\tgasser
2021-06-11T06:52:35.611Z DEBUG TmpDir: C:\Users\tgasser\AppData\Local\Temp
2021-06-11T06:52:43.601Z INFO Modem port is opened
2021-06-11T06:53:03.548Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 58 bytes, +CEREG: 2,&amp;quot;D2FF&amp;quot;,&amp;quot;023C5009&amp;quot;,9,0,0,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;
2021-06-11T06:53:03.552Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;D2FF&amp;quot;,&amp;quot;023C5009&amp;quot;,9,0,0,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;
2021-06-11T06:53:03.575Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:53:03.577Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:53:03.988Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 12 bytes, +CSCON: 1
2021-06-11T06:53:03.990Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 1
2021-06-11T06:53:03.991Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:53:03.993Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:53:09.376Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 56 bytes, +CEREG: 5,&amp;quot;D2FF&amp;quot;,&amp;quot;023C5009&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;01011111&amp;quot;
2021-06-11T06:53:09.378Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 5,&amp;quot;D2FF&amp;quot;,&amp;quot;023C5009&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;01011111&amp;quot;
2021-06-11T06:53:09.390Z DEBUG modem &amp;lt;&amp;lt; LTE Link Connected!
2021-06-11T06:53:09.392Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:53:09.393Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:53:09.974Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+COPS?
2021-06-11T06:53:10.003Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+COPS?
2021-06-11T06:53:10.006Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 27 bytes, +COPS: 0,2,&amp;quot;26201&amp;quot;,9
2021-06-11T06:53:10.008Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:53:10.010Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:53:10.014Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CESQ
2021-06-11T06:53:10.019Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:53:10.022Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CESQ
2021-06-11T06:53:10.036Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:53:10.042Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 32 bytes, +CESQ: 99,99,255,255,4,18
2021-06-11T06:53:10.044Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:53:10.046Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:53:10.047Z DEBUG modem &amp;lt;&amp;lt; [Info] Operator: 26201 , rsrp : 18
2021-06-11T06:53:10.048Z DEBUG modem &amp;lt;&amp;lt; I: A-GPS has started
2021-06-11T06:53:10.050Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CGSN
2021-06-11T06:53:10.051Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:53:10.053Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CGSN
2021-06-11T06:53:10.112Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:53:10.114Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 22 bytes, 352656101500240
2021-06-11T06:53:10.116Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:53:10.123Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:53:10.124Z DEBUG modem &amp;lt;&amp;lt; D: client_id = nrf-352656101500240
2021-06-11T06:53:10.126Z DEBUG modem &amp;lt;&amp;lt; D: shadow_base_topic: $aws/things/nrf-352656101500240/shadow
2021-06-11T06:53:10.129Z DEBUG modem &amp;lt;&amp;lt; D: accepted_topic: nrf-352656101500240/shadow/get/accepted
2021-06-11T06:53:10.130Z DEBUG modem &amp;lt;&amp;lt; D: rejected_topic: $aws/things/nrf-352656101500240/shadow/get/rejected
2021-06-11T06:53:10.132Z DEBUG modem &amp;lt;&amp;lt; D: update_delta_topic: $aws/things/nrf-352656101500240/shadow/update/delta
2021-06-11T06:53:10.133Z DEBUG modem &amp;lt;&amp;lt; D: update_topic: $aws/things/nrf-352656101500240/shadow/update
2021-06-11T06:53:10.134Z DEBUG modem &amp;lt;&amp;lt; D: shadow_get_topic: $aws/things/nrf-352656101500240/shadow/get
2021-06-11T06:53:10.136Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XMAGPIO=1,1,1,7,1,746,803,2,698,748,2,1710,2200,3,824,894,4,880,960,5,791,849,7,1565,1586
2021-06-11T06:53:10.138Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:53:10.143Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XMAGPIO=1,1,1,7,1,746,803,2,698,748,2,1710,2200,3,824,894,4,880,960,5,791,849,7,1565,1586
2021-06-11T06:53:10.160Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:53:10.164Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 5 bytes, OK
2021-06-11T06:53:10.166Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:53:10.170Z DEBUG modem &amp;lt;&amp;lt; D: MAGPIO set: AT%XMAGPIO=1,1,1,7,1,746,803,2,698,748,2,1710,2200,3,824,894,4,880,960,5,791,849,7,1565,1586
2021-06-11T06:53:10.173Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XCOEX0=1,1,1565,1586
2021-06-11T06:53:10.174Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:53:10.177Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XCOEX0=1,1,1565,1586
2021-06-11T06:53:10.190Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:53:10.192Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 5 bytes, OK
2021-06-11T06:53:10.195Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:53:10.198Z DEBUG modem &amp;lt;&amp;lt; D: COEX0 set: AT%XCOEX0=1,1,1565,1586
2021-06-11T06:53:10.200Z DEBUG modem &amp;lt;&amp;lt; D: GPS socket created, fd: 1232491587
2021-06-11T06:53:10.202Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:53:10.203Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:53:10.204Z DEBUG modem &amp;lt;&amp;lt; D: NRF_CLOUD_EVT_TRANSPORT_CONNECTING
2021-06-11T06:53:10.206Z DEBUG modem &amp;lt;&amp;lt; I: CLOUD_EVT_CONNECTING
2021-06-11T06:53:11.603Z DEBUG modem &amp;lt;&amp;lt; D: IPv4 address: 54.205.81.248
2021-06-11T06:53:11.605Z DEBUG modem &amp;lt;&amp;lt; D: MQTT clean session flag: 1
2021-06-11T06:53:58.696Z DEBUG modem &amp;lt;&amp;lt; D: Cloud connection request sent.
2021-06-11T06:54:01.743Z DEBUG modem &amp;lt;&amp;lt; D: MQTT_EVT_CONNACK: result 0
2021-06-11T06:54:01.745Z DEBUG modem &amp;lt;&amp;lt; D: state: 2
2021-06-11T06:54:01.746Z DEBUG modem &amp;lt;&amp;lt; D: NRF_CLOUD_EVT_TRANSPORT_CONNECTED
2021-06-11T06:54:01.747Z DEBUG modem &amp;lt;&amp;lt; I: CLOUD_EVT_CONNECTED
2021-06-11T06:54:01.748Z DEBUG modem &amp;lt;&amp;lt; D: nct_cc_connect
2021-06-11T06:54:01.749Z DEBUG modem &amp;lt;&amp;lt; D: state: 3
2021-06-11T06:54:02.414Z DEBUG modem &amp;lt;&amp;lt; D: MQTT_EVT_SUBACK: id = 1234 result = 0
2021-06-11T06:54:02.416Z DEBUG modem &amp;lt;&amp;lt; D: state: 4
2021-06-11T06:54:02.418Z DEBUG modem &amp;lt;&amp;lt; D: mqtt_publish: id = 5678 opcode = 0 len = 0
2021-06-11T06:54:02.419Z DEBUG modem &amp;lt;&amp;lt; D: state: 5
2021-06-11T06:54:03.061Z DEBUG modem &amp;lt;&amp;lt; D: MQTT_EVT_PUBACK: id = 5678 result = 0
2021-06-11T06:54:03.063Z DEBUG modem &amp;lt;&amp;lt; D: state: 5
2021-06-11T06:54:03.994Z DEBUG modem &amp;lt;&amp;lt; D: MQTT_EVT_PUBLISH: id = 26656 len = 317
2021-06-11T06:54:03.995Z DEBUG modem &amp;lt;&amp;lt; D: state: 5
2021-06-11T06:54:03.997Z DEBUG modem &amp;lt;&amp;lt; D: NRF_CLOUD_EVT_RX_DATA
2021-06-11T06:54:03.998Z DEBUG modem &amp;lt;&amp;lt; I: CLOUD_EVT_DATA_RECEIVED
2021-06-11T06:54:04.007Z DEBUG modem &amp;lt;&amp;lt; D: nct_dc_endpoint_set
2021-06-11T06:54:04.009Z DEBUG modem &amp;lt;&amp;lt; D: nct_dc_endpoint_get
2021-06-11T06:54:04.013Z DEBUG modem &amp;lt;&amp;lt; D: mqtt_publish: id = 7890 opcode = 1 len = 361
2021-06-11T06:54:04.017Z DEBUG modem &amp;lt;&amp;lt; D: state: 7
2021-06-11T06:54:04.019Z DEBUG modem &amp;lt;&amp;lt; D: NRF_CLOUD_EVT_USER_ASSOCIATED
2021-06-11T06:54:04.021Z DEBUG modem &amp;lt;&amp;lt; I: CLOUD_EVT_PAIR_DONE
2021-06-11T06:54:06.313Z DEBUG modem &amp;lt;&amp;lt; D: MQTT_EVT_PUBACK: id = 7890 result = 0
2021-06-11T06:54:06.315Z DEBUG modem &amp;lt;&amp;lt; D: nct_dc_connect
2021-06-11T06:54:06.316Z DEBUG modem &amp;lt;&amp;lt; D: state: 8
2021-06-11T06:54:07.701Z DEBUG modem &amp;lt;&amp;lt; D: MQTT_EVT_SUBACK: id = 8765 result = 0
2021-06-11T06:54:07.704Z DEBUG modem &amp;lt;&amp;lt; D: state: 9
2021-06-11T06:54:07.705Z DEBUG modem &amp;lt;&amp;lt; D: NRF_CLOUD_EVT_READY
2021-06-11T06:54:07.707Z DEBUG modem &amp;lt;&amp;lt; I: CLOUD_EVT_READY
2021-06-11T06:54:07.708Z DEBUG modem &amp;lt;&amp;lt; D: mqtt_publish: id = 1 opcode = 1 len = 70
2021-06-11T06:54:07.709Z DEBUG modem &amp;lt;&amp;lt; I: Service info sent to cloud
2021-06-11T06:54:07.711Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XSYSTEMMODE?
2021-06-11T06:54:07.711Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XSYSTEMMODE?
2021-06-11T06:54:07.713Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 28 bytes, %XSYSTEMMODE: 0,1,1,0
2021-06-11T06:54:07.714Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.716Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.718Z DEBUG modem &amp;lt;&amp;lt; D: GPS mode is enabled
2021-06-11T06:54:07.720Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CFUN?
2021-06-11T06:54:07.722Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.723Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CFUN?
2021-06-11T06:54:07.724Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.726Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 15 bytes, +CFUN: 1
2021-06-11T06:54:07.728Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.729Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.730Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.730Z DEBUG modem &amp;lt;&amp;lt; D:D: GPS operational
2021-06-11T06:54:07.731Z DEBUG modem &amp;lt;&amp;lt; I: GPS search started with timeout 60 s
2021-06-11T06:54:07.732Z DEBUG modem &amp;lt;&amp;lt;  Listening on socket
2021-06-11T06:54:07.733Z DEBUG modem &amp;lt;&amp;lt; I: GPS_EVT_SEARCH_STARTED
2021-06-11T06:54:07.733Z DEBUG modem &amp;lt;&amp;lt; D: A-GPS data update needed
2021-06-11T06:54:07.734Z DEBUG modem &amp;lt;&amp;lt; I: GPS_EVT_AGPS_DATA_NEEDED
2021-06-11T06:54:07.735Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XCBAND
2021-06-11T06:54:07.739Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XCBAND
2021-06-11T06:54:07.740Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 17 bytes, %XCBAND: 8
2021-06-11T06:54:07.742Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.890Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.891Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.892Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.894Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XCBAND=?
2021-06-11T06:54:07.894Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XCBAND=?
2021-06-11T06:54:07.895Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 22 bytes, %XCBAND: (8,20)
2021-06-11T06:54:07.896Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.896Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.897Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.898Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.898Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CGDCONT?
2021-06-11T06:54:07.899Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CGDCONT?
2021-06-11T06:54:07.900Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 58 bytes, +CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;iot.1nce.net&amp;quot;,&amp;quot;100.119.232.1&amp;quot;,0,0
2021-06-11T06:54:07.901Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.902Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.903Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.904Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.905Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CEMODE?
2021-06-11T06:54:07.906Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 17 bytes, +CEMODE: 0
2021-06-11T06:54:07.907Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.907Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.908Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CEMODE?
2021-06-11T06:54:07.909Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.910Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+COPS?
2021-06-11T06:54:07.910Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+COPS?
2021-06-11T06:54:07.911Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.912Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 27 bytes, +COPS: 0,2,&amp;quot;26201&amp;quot;,9
2021-06-11T06:54:07.915Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.916Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.917Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.919Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.920Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CEREG?
2021-06-11T06:54:07.922Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CEREG?
2021-06-11T06:54:07.922Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 62 bytes, +CEREG: 5,5,&amp;quot;D2FF&amp;quot;,&amp;quot;023C5009&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;01011111&amp;quot;
2021-06-11T06:54:07.923Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.924Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.925Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.925Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.927Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CEREG?
2021-06-11T06:54:07.929Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CEREG?
2021-06-11T06:54:07.930Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 62 bytes, +CEREG: 5,5,&amp;quot;D2FF&amp;quot;,&amp;quot;023C5009&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;01011111&amp;quot;
2021-06-11T06:54:07.930Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.933Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.935Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.936Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.938Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XSYSTEMMODE?
2021-06-11T06:54:07.939Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XSYSTEMMODE?
2021-06-11T06:54:07.940Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 28 bytes, %XSYSTEMMODE: 0,1,1,0
2021-06-11T06:54:07.942Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.944Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.946Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.949Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.950Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XSYSTEMMODE?
2021-06-11T06:54:07.952Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XSYSTEMMODE?
2021-06-11T06:54:07.953Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 28 bytes, %XSYSTEMMODE: 0,1,1,0
2021-06-11T06:54:07.954Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:07.955Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:07.956Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:07.958Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:07.959Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XSYSTEMMODE?
2021-06-11T06:54:07.961Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XSYSTEMMODE?
2021-06-11T06:54:07.962Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 28 bytes, %XSYSTEMMODE: 0,1,1,0
2021-06-11T06:54:07.963Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.074Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.076Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.077Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.078Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CGDCONT?
2021-06-11T06:54:08.079Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CGDCONT?
2021-06-11T06:54:08.080Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 58 bytes, +CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;iot.1nce.net&amp;quot;,&amp;quot;100.119.232.1&amp;quot;,0,0
2021-06-11T06:54:08.080Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.081Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.081Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.082Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.083Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CCLK?
2021-06-11T06:54:08.083Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CCLK?
2021-06-11T06:54:08.085Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 8 bytes, ERROR
2021-06-11T06:54:08.085Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.086Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.087Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.088Z DEBUG modem &amp;lt;&amp;lt; E: Link data not obtained: 20 -5
2021-06-11T06:54:08.089Z DEBUG modem &amp;lt;&amp;lt; E: Network data not obtained: -5
2021-06-11T06:54:08.091Z DEBUG modem &amp;lt;&amp;lt; E: Could not obtain cell information
2021-06-11T06:54:08.093Z DEBUG modem &amp;lt;&amp;lt; E: nRF Cloud A-GPS request failed, error: -11
2021-06-11T06:54:08.093Z DEBUG modem &amp;lt;&amp;lt; E: Failed to request A-GPS data, error: -11
2021-06-11T06:54:08.094Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XCBAND
2021-06-11T06:54:08.095Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XCBAND
2021-06-11T06:54:08.097Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 17 bytes, %XCBAND: 8
2021-06-11T06:54:08.099Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.099Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.100Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.101Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.103Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XCBAND=?
2021-06-11T06:54:08.104Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XCBAND=?
2021-06-11T06:54:08.105Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 22 bytes, %XCBAND: (8,20)
2021-06-11T06:54:08.106Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.107Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.108Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.110Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.111Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CGDCONT?
2021-06-11T06:54:08.112Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CGDCONT?
2021-06-11T06:54:08.114Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 58 bytes, +CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;iot.1nce.net&amp;quot;,&amp;quot;100.119.232.1&amp;quot;,0,0
2021-06-11T06:54:08.115Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.116Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.118Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.119Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.120Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CEMODE?
2021-06-11T06:54:08.121Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 17 bytes, +CEMODE: 0
2021-06-11T06:54:08.123Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.124Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.126Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CEMODE?
2021-06-11T06:54:08.127Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.128Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+COPS?
2021-06-11T06:54:08.129Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+COPS?
2021-06-11T06:54:08.130Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.132Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 27 bytes, +COPS: 0,2,&amp;quot;26201&amp;quot;,9
2021-06-11T06:54:08.136Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.137Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.139Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.139Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.140Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CEREG?
2021-06-11T06:54:08.141Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CEREG?
2021-06-11T06:54:08.141Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 62 bytes, +CEREG: 5,5,&amp;quot;D2FF&amp;quot;,&amp;quot;023C5009&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;01011111&amp;quot;
2021-06-11T06:54:08.142Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.142Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.143Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.216Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.217Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CEREG?
2021-06-11T06:54:08.218Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CEREG?
2021-06-11T06:54:08.219Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 62 bytes, +CEREG: 5,5,&amp;quot;D2FF&amp;quot;,&amp;quot;023C5009&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;01011111&amp;quot;
2021-06-11T06:54:08.219Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.220Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.220Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.221Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.222Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XSYSTEMMODE?
2021-06-11T06:54:08.222Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XSYSTEMMODE?
2021-06-11T06:54:08.223Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 28 bytes, %XSYSTEMMODE: 0,1,1,0
2021-06-11T06:54:08.226Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.227Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.228Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.229Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.230Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XSYSTEMMODE?
2021-06-11T06:54:08.231Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XSYSTEMMODE?
2021-06-11T06:54:08.232Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 28 bytes, %XSYSTEMMODE: 0,1,1,0
2021-06-11T06:54:08.232Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.233Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.234Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.235Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.236Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT%XSYSTEMMODE?
2021-06-11T06:54:08.237Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT%XSYSTEMMODE?
2021-06-11T06:54:08.239Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 28 bytes, %XSYSTEMMODE: 0,1,1,0
2021-06-11T06:54:08.240Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.240Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.241Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.242Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.243Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CGDCONT?
2021-06-11T06:54:08.244Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CGDCONT?
2021-06-11T06:54:08.246Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 58 bytes, +CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;iot.1nce.net&amp;quot;,&amp;quot;100.119.232.1&amp;quot;,0,0
2021-06-11T06:54:08.247Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-11T06:54:08.247Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.248Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.248Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.249Z DEBUG modem &amp;lt;&amp;lt; D: Sending command AT+CCLK?
2021-06-11T06:54:08.250Z DEBUG modem &amp;lt;&amp;lt; D: Awaiting response for AT+CCLK?
2021-06-11T06:54:08.250Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 8 bytes, ERROR
2021-06-11T06:54:08.251Z DEBUG modem &amp;lt;&amp;lt; D: Enqueueing response for sync call
2021-06-11T06:54:08.252Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:08.253Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:08.254Z DEBUG modem &amp;lt;&amp;lt; E: Link data not obtained: 20 -5
2021-06-11T06:54:08.255Z DEBUG modem &amp;lt;&amp;lt; E: Network data not obtained: -5
2021-06-11T06:54:08.258Z DEBUG modem &amp;lt;&amp;lt; E: Could not obtain cell information
2021-06-11T06:54:08.259Z DEBUG modem &amp;lt;&amp;lt; E: nRF Cloud A-GPS request failed, error: -11
2021-06-11T06:54:08.261Z DEBUG modem &amp;lt;&amp;lt; D: MQTT_EVT_PUBACK: id = 1 result = 0
2021-06-11T06:54:08.286Z DEBUG modem &amp;lt;&amp;lt; IPv4 Address found 137.135.83.217
2021-06-11T06:54:08.687Z DEBUG modem &amp;lt;&amp;lt; D: Waiting for time window to operate
2021-06-11T06:54:08.688Z DEBUG modem &amp;lt;&amp;lt; I: GPS_EVT_OPERATION_BLOCKED
2021-06-11T06:54:08.870Z DEBUG modem &amp;lt;&amp;lt; [mqtt_evt_handler:811] MQTT client connected!
2021-06-11T06:54:08.920Z DEBUG modem &amp;lt;&amp;lt; Subscribing to: c712c63d8998/python 
2021-06-11T06:54:10.620Z DEBUG modem &amp;lt;&amp;lt; [mqtt_evt_handler:869] SUBACK packet id: 36466
2021-06-11T06:54:18.690Z DEBUG modem &amp;lt;&amp;lt; D: GPS priority enabled
2021-06-11T06:54:43.526Z DEBUG modem &amp;lt;&amp;lt; D: at_cmd_rx 12 bytes, +CSCON: 0
2021-06-11T06:54:43.527Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 0
2021-06-11T06:54:43.528Z DEBUG modem &amp;lt;&amp;lt; D: Writing any pending command
2021-06-11T06:54:43.529Z DEBUG modem &amp;lt;&amp;lt; D: Listening on socket
2021-06-11T06:54:43.530Z DEBUG modem &amp;lt;&amp;lt; D: GPS has time window to operate
2021-06-11T06:54:43.531Z DEBUG modem &amp;lt;&amp;lt; I: GPS_EVT_OPERATION_UNBLOCKED
2021-06-11T06:54:43.533Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:43.546Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 121
2021-06-11T06:54:44.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:44.520Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 122
2021-06-11T06:54:45.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:45.520Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 123
2021-06-11T06:54:46.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:46.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 124
2021-06-11T06:54:47.517Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:47.518Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 125
2021-06-11T06:54:48.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:48.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 126
2021-06-11T06:54:49.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:49.520Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 127
2021-06-11T06:54:50.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:50.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 128
2021-06-11T06:54:51.517Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:51.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 129
2021-06-11T06:54:52.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:52.520Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 130
2021-06-11T06:54:53.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:53.520Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 131
2021-06-11T06:54:54.517Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:54.518Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 132
2021-06-11T06:54:55.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:55.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 133
2021-06-11T06:54:56.517Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:56.518Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 134
2021-06-11T06:54:57.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:57.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 135
2021-06-11T06:54:58.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:58.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 136
2021-06-11T06:54:59.517Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:54:59.518Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 137
2021-06-11T06:55:00.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:00.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 138
2021-06-11T06:55:01.517Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:01.518Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 139
2021-06-11T06:55:02.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:02.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 140
2021-06-11T06:55:03.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:03.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 141
2021-06-11T06:55:04.517Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:04.518Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 142
2021-06-11T06:55:05.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:05.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 143
2021-06-11T06:55:06.518Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:06.519Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 144
2021-06-11T06:55:08.010Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:08.012Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 146
2021-06-11T06:55:09.012Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:09.014Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 147
2021-06-11T06:55:09.945Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:09.947Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 148
2021-06-11T06:55:10.947Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:10.948Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 149
2021-06-11T06:55:11.947Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:11.948Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 150
2021-06-11T06:55:12.947Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:12.948Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 151
2021-06-11T06:55:13.946Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:13.948Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 152
2021-06-11T06:55:15.092Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:15.093Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 153
2021-06-11T06:55:16.094Z DEBUG modem &amp;lt;&amp;lt; D: Tracking: 0 Using: 0 Unhealthy: 0
2021-06-11T06:55:16.096Z DEBUG modem &amp;lt;&amp;lt; D: Seconds since last fix 154
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty to get agps data</title><link>https://devzone.nordicsemi.com/thread/314773?ContentTypeID=1</link><pubDate>Thu, 10 Jun 2021 15:27:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83d61a88-9b02-4356-83cb-16484ca71ddf</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It looks like the device is struggeling to get connected to the network.&lt;/p&gt;
&lt;p&gt;Could you enable some more logging, and send the log to me?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_AT_CMD_LOG_LEVEL_DBG=y
CONFIG_NRF_CLOUD_LOG_LEVEL_DBG=y
CONFIG_AGPS_LOG_LEVEL_DBG=y
CONFIG_NRF_CLOUD_AGPS_LOG_LEVEL_DBG=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>