mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
DATV: leandvb dvbs2: update cstln object with MOCOD info
This commit is contained in:
parent
8a36adaeea
commit
f134f6b26b
@ -1054,6 +1054,9 @@ struct s2_frame_receiver : runnable
|
||||
// Constellation for data slots.
|
||||
dcstln = get_cstln(pls.modcod);
|
||||
cstln = dcstln; // Used by GUI
|
||||
cstln->m_rateCode = (int) mcinfo->rate;
|
||||
cstln->m_typeCode = (int) mcinfo->c;
|
||||
cstln->m_setByModcod = true;
|
||||
// Output special slot with PLS information.
|
||||
pout->is_pls = true;
|
||||
pout->pls = pls;
|
||||
|
Loading…
Reference in New Issue
Block a user