Skip to content

Commit

Permalink
Don't remove OVCM bit. Only set it when configured.
Browse files Browse the repository at this point in the history
  • Loading branch information
maierp committed Nov 23, 2019
1 parent ed7f593 commit 9234dfc
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 9234dfc

Please sign in to comment.