Move the RF passall processing after all of the other rewrites are done.

This commit is contained in:
Jonathan Naylor
2017-06-07 20:40:51 +01:00
parent 60a95881ca
commit 06a8b203ce
2 changed files with 55 additions and 7 deletions

View File

@@ -65,6 +65,8 @@ private:
std::vector<IRewrite*> m_dmr1RFRewrites;
std::vector<IRewrite*> m_dmr2NetRewrites;
std::vector<IRewrite*> m_dmr2RFRewrites;
std::vector<IRewrite*> m_dmr1Passalls;
std::vector<IRewrite*> m_dmr2Passalls;
bool createMMDVM();
bool createDMRNetwork1(bool trace);