Release v1.3.0 - 5GMS Application Function
davidjwbbc
released this
27 Apr 14:31
·
164 commits
to main
since this release
Release v1.3.0
This release brings the Reference Tools 5GMS Application Function in line with 3GPP TS 26.512 v17.4.0.
Major changes in this release:
- The single media entry point is gone from the ContentHostingConfiguration and has been replaced by entry points per distribution configuration. This allows multiple entry points for the same media to be configured which enables the Application Function to offer the UE the media in different formats.
- Addition of systemd unit files to assist in the deployment of the 5GMS Application Function as a system service.
- Addition of
msaf-configuration
utility which will be used by the Systemd unit files to configure the AF once it's started. - A few bug fixes
What's Changed
- Enhancement: Uplift to TS 26.512 v17.4.0 spec by @davidjwbbc in #62
- Fix: TS 26.512 v17.4.0 APIs rollback for v1.2.x branch by @davidjwbbc in #61
- Bug Fixes: Memory leak in AF and fix for m1-session del-stream matching by @davidjwbbc in #66
- Fix: Bugs found during deployment of v1.3.0 RC1 and addition of SystemD files. by @davidjwbbc in #69
Full Changelog: rt-5gms-application-function-v1.2.0...rt-5gms-application-function-v1.3.0