Skip to content

Release v1.4.2 - 5GMS Application Function

Latest
Compare
Choose a tag to compare

This is a bug-fix and specification uplift release, no new API features have been added.

This release includes:

  1. Uplift to 3GPP TS 26.512 V17.9.1
    1. Introduce MetricsReportingConfiguratiuon.sliceScope and MetricsReportingClientConfiguration.sliceScope fields for limiting metrics reports to applications using media over particular network slices.
    2. Add string pattern validation for fields where a format or valid pattern is given in the 3GPP 5G_APIs OpenAPI YAML descriptions of the 5GMS interfaces.
    3. Error responses about particular field problems will now include the field generating the error in the ProblemDetails.invalidParameters array.
  2. Change to omit the "POST" operation in the OPTIONS response for PolicyTemplate provisioning when policy templates support has not been configured in the AF. Allows the rt-5gms-application-provider web UI disable "Dynamic Policies" when they are not available.
  3. Bug fixes for memory issues.

Change Log summary

  • Reflect the enabled state of PolicyTemplate provisioning in the OPTIONS method by @davidjwbbc in #162
  • Uplift to 3GPP TS 26.512 V17.9.1 by @davidjwbbc in #164
  • Bug-fix: Update README for new dependencies and meson version consistency by @davidjwbbc in #167

Full Changelog: rt-5gms-application-function-v1.4.1...rt-5gms-application-function-v1.4.2