You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The V6 TransmitterPdu causes a unmarshalling / marshalling error when reading a PDU packet with a modulationParameterCount > 0.
The file correctly interprets the modulationType as a ModulationType, but then tries to create ModulationTypes for the ModulationParameters.
The implementation of ModulationParameters seems to vary across the libraries, as the C++ and C# libraries treat them as a Vector3Float, while the Java Library reads the modulation type and then handles the data accordingly, which interestingly none of the cases are read as Vector3Floats.
For our use case, the source data appears to be in the Java format. Is there a way to identify what the authoritative structure is for the modulation parameters?
The text was updated successfully, but these errors were encountered:
The V6 TransmitterPdu causes a unmarshalling / marshalling error when reading a PDU packet with a modulationParameterCount > 0.
The file correctly interprets the modulationType as a ModulationType, but then tries to create ModulationTypes for the ModulationParameters.
The implementation of ModulationParameters seems to vary across the libraries, as the C++ and C# libraries treat them as a Vector3Float, while the Java Library reads the modulation type and then handles the data accordingly, which interestingly none of the cases are read as Vector3Floats.
For our use case, the source data appears to be in the Java format. Is there a way to identify what the authoritative structure is for the modulation parameters?
The text was updated successfully, but these errors were encountered: