Temporary commit to maintain network compatibility with the DAPNET Gateway.

This commit is contained in:
Jonathan Naylor 2018-06-13 08:06:01 +01:00
parent fd067f8930
commit c01734f4ad

View file

@ -83,7 +83,9 @@ bool CPOCSAGControl::processData()
m_ric |= (data[1U] << 8) & 0x0000FF00U;
m_ric |= (data[2U] << 0) & 0x000000FFU;
m_text = std::string((char*)(data + 3U), length - 3U);
// uint8_t functional = data[3U];
m_text = std::string((char*)(data + 4U), length - 4U);
m_buffer.clear();
addAddress();