Skip to content
Snippets Groups Projects
Commit 407e908c authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'FIX-CONTEXT-MODEL-DEFINITION-AG0136' into 'master'

Fix: added missing context parameters in AG0136 integration

See merge request !605
parents b45e8b3d ebb68718
No related branches found
No related tags found
1 merge request!605Fix: added missing context parameters in AG0136 integration
Pipeline #11918 passed
......@@ -890,6 +890,10 @@ const CtxSet ContextSetCfg::TmpLic = ContextSetCfg::addCtxSet
{ DWE },
{ DWO },
{ DWO },
{ DWO },
{ DWO },
{ DWO },
{ DWO },
});
const CtxSet ContextSetCfg::ItmpLicIndex = ContextSetCfg::addCtxSet
......@@ -905,6 +909,10 @@ const CtxSet ContextSetCfg::ItmpLicIndex = ContextSetCfg::addCtxSet
{ DWE, DWE, },
{ DWO, DWO, },
{ DWO, DWO, },
{ DWO, DWO, },
{ DWO, DWO, },
{ DWO, DWO, },
{ DWO, DWO, },
});
#endif
const CtxSet ContextSetCfg::MMLMFlag = ContextSetCfg::addCtxSet({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment