Skip to content

Release v1.2.0 - 5GMS Application Server

Compare
Choose a tag to compare
@davidjwbbc davidjwbbc released this 07 Sep 12:44
· 18 commits to main since this release

Release v1.2.0 - Reference Tools 5GMS Application Server

In this release

This release contains a change to the 5GMS Application Server to allow it to handle redirects from configured media origins (via the interface at reference point M2). A redirect will now be learned and an appropriate local redirect issued to the UE via the interface at reference point M4. This is done so that the UE will continue to use the designated 5GMS Application Server for media retrieval, but allows the 5GMS Application Server to track when the request needs to be redirected to another media origin or path.

In order to accomplish this the 5GMS Application Server now needs to use some runtime language features (Lua script) that exists in the OpenResty release of nginx. Therefore the default web proxy server used is now OpenResty instead of the plain nginx package. Please follow the instructions in the README.md for installing OpenResty and ensuring that the OpenResty nginx process is the first found in the executable path.

This release also includes some minor bug fixes, operational improvements and documentation improvements.

What's Changed

Full Changelog: rt-5gms-application-server-1.1.2...rt-5gms-application-server-1.2.0