Skip to content

Commit

Permalink
Dump the contents of the Preamble CSBK.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Dec 10, 2016
1 parent ca15c72 commit bd4b98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DMRCSBK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ bool CDMRCSBK::put(const unsigned char* bytes)
m_GI = (m_data[2U] & 0x40U) == 0x40U;
m_dstId = m_data[4U] << 16 | m_data[5U] << 8 | m_data[6U];
m_srcId = m_data[7U] << 16 | m_data[8U] << 8 | m_data[9U];
// CUtils::dump(1U, "Preamble CSBK", m_data, 12U);
CUtils::dump(1U, "Preamble CSBK", m_data, 12U);
break;

case CSBKO_NACKRSP:
Expand Down

0 comments on commit bd4b98a

Please sign in to comment.