These kind of errors indicate a mismatch between the callback function (trace sink) signature and the trace source signature.
Here, you are passing SpectrumValue by value, but in the trace source, it is by reference:
TracedCallback<uint64_t, SpectrumValue&,
SpectrumValue&> m_ulSinrTrace; //!< SINR trace
So try modifying your UlSinrTrace accordingly.
- Tom
--
You received this message because you are subscribed to the Google Groups "5G-LENA-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 5g-lena-user...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/5g-lena-users/ce471c8b-d682-47ec-9bc5-b6fafc087c1en%40googlegroups.com.