# Strange correlation between le\_gnss and Radio?

**URL:** https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288
**Category:** mangOH Yellow
**Created:** [June 4, 2021, 1:24pm UTC](https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288 "2021-06-04T13:24:07Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![gianmariaiaculo](https://avatars.discourse-cdn.com/v4/letter/g/e19adc/32.png) [@gianmariaiaculo](https://mangoh.discourse.group/u/gianmariaiaculo)
#### Post date: [June 4, 2021, 1:24pm UTC](https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288/1 "2021-06-04T13:24:07Z")

</div>

Hello,  
I found a strange correlation, and cant find any documentation on it, about how le\_gnss relate to radio.  
I see that if i send a cm radio off command, or if the network got lost (no registration), GNSS handler (le\_gnss\_AddPositionHandler(…)) stop producing location and in logread i receive this error:

posDaemon[1940]/le\_pa\_gnss T=unknown | pa\_gnss\_qmi.c PositionHandler() 1509 | Bad position indication.

if I check with gnss get status it’s ACTIVE. the only way i have in code to receive positions again is to issue a gnss stop and a gnss start on command line.

Am 'i missing something? I just want t contiinue to receive position changes even when radio is off or when there is no network or it’s unreachable. How can I solve?  
I can naturally continue to check if network is ok and in that case issue the stop&start command… but i dont like this solution at all.

Regards,  
Gianmaria

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/jyijyi/32/997_2.png) [@jyijyi](https://mangoh.discourse.group/u/jyijyi)
#### Post date: [June 4, 2021, 2:20pm UTC](https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288/2 "2021-06-04T14:20:02Z")

</div>

Are you using agps?  
Suggest you trying with AT!gpsfix with standalone mode

---

<div class="post-metadata">

### Author: ![gianmariaiaculo](https://avatars.discourse-cdn.com/v4/letter/g/e19adc/32.png) [@gianmariaiaculo](https://mangoh.discourse.group/u/gianmariaiaculo)
#### Post date: [June 4, 2021, 4:01pm UTC](https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288/3 "2021-06-04T16:01:31Z")

</div>

I suspected it was something like this. Thanks jyijyi, can i set in stand alone mode via code? I’m not so practical with sending at command directly.

Regards,  
gian

---

<div class="post-metadata">

### Author: ![gianmariaiaculo](https://avatars.discourse-cdn.com/v4/letter/g/e19adc/32.png) [@gianmariaiaculo](https://mangoh.discourse.group/u/gianmariaiaculo)
#### Post date: [June 4, 2021, 6:04pm UTC](https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288/4 "2021-06-04T18:04:51Z")

</div>

using:  
le\_gnss\_GetSuplAssistedMode(LE\_GNSS\_STANDALONE\_MODE);  
doesn’t work.

cm radio off stops also the gnss service, or at least it’s active but no positions were produced.

I will try the AT way and let you know.

regards,  
Gian

---

<div class="post-metadata">

### Author: ![gianmariaiaculo](https://avatars.discourse-cdn.com/v4/letter/g/e19adc/32.png) [@gianmariaiaculo](https://mangoh.discourse.group/u/gianmariaiaculo)
#### Post date: [June 4, 2021, 6:26pm UTC](https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288/5 "2021-06-04T18:26:38Z")

</div>

No way also sending AT!GPSFIX=1,255,10 over AT, with microcom on /dev/ttyAT.  
if you send radio off and radio on, the gnss stop producing positions samples.

Here are my cm info:  
Device: WP7702  
IMEI: 352653090194176  
IMEISV: 5  
FSN: 4L931388970810  
Firmware Version: SWI9X06Y\_02.35.02.00 5208b3 jenkins 2020/06/10 00:30:12  
Bootloader Version: SWI9X06Y\_02.35.02.00 5208b3 jenkins 2020/06/10 00:30:12  
MCU Version: 002.014  
PRI Part Number (PN): 9909138  
PRI Revision: 001.001  
Carrier PRI Name: SIERRA  
Carrier PRI Revision: 001.036\_001  
SKU: 1104405  
Last Reset Cause: Power Down  
Resets Count: Expected: 182 Unexpected: 0

and Legato:  
9.11.3-1-g8c030edad\_34a8f46a3d85b53df7cd63949d660283\_modified

Thanks in advance.

Gianmaria

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/jyijyi/32/997_2.png) [@jyijyi](https://mangoh.discourse.group/u/jyijyi)
#### Post date: [June 4, 2021, 8:26pm UTC](https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288/6 "2021-06-04T20:26:12Z")

</div>

Does at!gpsfix work when radio on but network lost?

---

<div class="post-metadata">

### Author: ![gianmariaiaculo](https://avatars.discourse-cdn.com/v4/letter/g/e19adc/32.png) [@gianmariaiaculo](https://mangoh.discourse.group/u/gianmariaiaculo)
#### Post date: [June 7, 2021, 10:56am UTC](https://mangoh.discourse.group/t/strange-correlation-between-le-gnss-and-radio/9288/7 "2021-06-07T10:56:22Z")

</div>

It seems that on network lost it’s ok. I will make a lot of tests on filed and will update this thread if i find more details.

Thanks for support.
