Skip to content

Commit

Permalink
Merge pull request #536 from maierp/maier_p_dont_remove_ovcm
Browse files Browse the repository at this point in the history
Don't remove OVCM bit. Only set it when configured.
  • Loading branch information
g4klx authored Nov 29, 2019
2 parents ed7f593 + 9234dfc commit b29e1d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions DMRCSBK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ void CDMRCSBK::setOVCM(bool ovcm)
if ((m_CSBKO == CSBKO_UUVREQ) || (m_CSBKO == CSBKO_UUANSRSP)) {
if (ovcm)
m_data[2U] |= 0x04U;
else
m_data[2U] &= 0xFBU;
}
}

Expand Down
2 changes: 0 additions & 2 deletions DMRLC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ void CDMRLC::setOVCM(bool ovcm)
{
if (ovcm)
m_options |= 0x04U;
else
m_options &= 0xFBU;
}

unsigned int CDMRLC::getSrcId() const
Expand Down

0 comments on commit b29e1d0

Please sign in to comment.