Release v1.2.0 - 5GMS Application Server
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
- Fix: Various small fixes by @davidjwbbc in #64
- Fix: nginx configuration not merged correctly by @davidjwbbc in #67
- Fix: Force access mode when creating directories. by @davidjwbbc in #69
- Documentation update by @jordijoangimenez in #74
- Documentation update by @jordijoangimenez in #73
- Upstream redirects (Issue #70) by @davidjwbbc in #77
Full Changelog: rt-5gms-application-server-1.1.2...rt-5gms-application-server-1.2.0