We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c371c9 commit 9a871ebCopy full SHA for 9a871eb
src/p25/dfsi/LC.cpp
@@ -524,7 +524,7 @@ void LC::encodeLDU2(uint8_t* data, const uint8_t* imbe)
524
::memset(rs, 0x00U, P25_LDU_LC_LENGTH_BYTES);
525
526
for (uint32_t i = 0; i < P25_MI_LENGTH_BYTES; i++)
527
- rs[i] = m_mi[i]; // Message Indicator
+ rs[i] = mi[i]; // Message Indicator
528
529
rs[9U] = m_control->getAlgId(); // Algorithm ID
530
rs[10U] = (m_control->getKId() >> 8) & 0xFFU; // Key ID
0 commit comments