Add the beginnings of mobile hotspot location.

This commit is contained in:
Jonathan Naylor
2018-10-30 07:53:11 +00:00
parent 52a7f63cdb
commit 66a37d7d25
3 changed files with 23 additions and 3 deletions

View File

@@ -623,7 +623,7 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len)
logGPSPosition(data);
}
if (m_network != NULL)
m_network->writePosition(m_rfLC->getSrcId(), data);
m_network->writeRadioPosition(m_rfLC->getSrcId(), data);
break;
case FLCO_TALKER_ALIAS_HEADER: