This is a bug-fix and specification uplift release, no new API features have been added.
This release includes:
- Uplift to 3GPP TS 26.512 V17.9.1
- Introduce MetricsReportingConfiguratiuon.sliceScope and MetricsReportingClientConfiguration.sliceScope fields for limiting metrics reports to applications using media over particular network slices.
- 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.
- Error responses about particular field problems will now include the field generating the error in the ProblemDetails.invalidParameters array.
- 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.
- 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