Skip to content

Releases: 5G-MAG/rt-libflute

rt-libflute v0.12.0

09 Dec 10:48

Choose a tag to compare

Features

  • Fix Empty FDT and add session activation/deactivation by @davidjwbbc in #49

Improvements

  • Add missing dependencies cmake and libssl-dev by @dsilhavy in #48

rt-libflute v0.11.0

13 Oct 05:40
53b1188

Choose a tag to compare

Features

  • Add ability to transmit via a UDP tunnel for use by 5G MBSTF by @davidjwbbc in #15
  • Add XML Namespace support to the FDT handling by @davidjwbbc in #16
  • Add API to handle extra metadata fields for Files and remember TOI for resend. by @davidjwbbc in #18
  • Add new Transmitter methods to change MBR, UDP Tunnel and Destination address by @davidjwbbc in #41
  • Add support for running unit tests with Googletest by @dsilhavy in #44
  • FLUTE receiver: Add an option to specify the output directory by @dsilhavy in #45

Improvements

Bugfixes

  • Fixes for compiler warnings found during MBS User Services development by @davidjwbbc in #12
  • Add 4 bytes to max_size to fit both ALC header and symbol in LCT payload by @dsilhavy in #36
  • Fix buffer pointer handling and add warning on overflow in EncodingSy… by @dsilhavy in #37
  • Prevent receiver from stopping on unknown TSI by @dsilhavy in #38
  • Skip unrecognized LCT extensions by @dsilhavy in #39
  • Fix a crash when optional FDT attributes are missing by @dsilhavy in #40
  • Remove integer comparison warning by @davidjwbbc in #42

Acknowledgements

Special thanks to @ypo for identifying several issues and detailed suggestions on how to fix these issues.

rt-libflute v0.10.0

30 Jun 12:28

Choose a tag to compare

Improvements

#2 Don't keep a local shared_ptr for received files
#4 When Transfer-Length is not present in FDT, use value of Content-Length