nrf-modem icon indicating copy to clipboard operation
nrf-modem copied to clipboard

Synchronization between LTE and GPS

Open kaffetorsk opened this issue 9 months ago • 2 comments

According to nordic the LTE and GPS shares a physical radio resource.

While using your library it seems that if GPS is currently awaiting fix, and I send something on a socket, the send future returns Ok() even though nothing is actually sent.

Am I doing something wrong? Is this a limitation? Shouldn't the "send" future be returned after the radio resource is free, and the data actually sent, or alternatively return an Err()

Workaround so far is to use a mutex for sync.

kaffetorsk avatar May 06 '24 15:05 kaffetorsk