Commit 11f3037
samples: cellular: modem_shell: Fix LTE cell printing during search
Commit 8caef9d caused regression when printing LTE cell information
during network search. This PR reverts the original functionality in
link_api_xmonitor_read() and instead removes an error log which
was printed when link_api_xmonitor_read() returned an error. It's
simpler to let link_api_xmonitor_read() fail if cell ID and TAC
can not be parsed.
Signed-off-by: Tommi Kangas <[email protected]>1 parent bd15bfa commit 11f3037
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
| |||
242 | 241 | | |
243 | 242 | | |
244 | 243 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | 244 | | |
249 | 245 | | |
250 | | - | |
| 246 | + | |
251 | 247 | | |
252 | 248 | | |
253 | 249 | | |
| |||
259 | 255 | | |
260 | 256 | | |
261 | 257 | | |
262 | | - | |
263 | 258 | | |
264 | 259 | | |
265 | 260 | | |
| |||
300 | 295 | | |
301 | 296 | | |
302 | 297 | | |
303 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
304 | 301 | | |
305 | 302 | | |
306 | 303 | | |
| |||
0 commit comments