So that they can be shared between different projects (especially between the 5GMS AF and the Data Collection AF) the C templates for autogenerating code from OpenAPI definitions have been migrated to the rt-common-shared repository under PR#31.
In addition, some changes have been made to the variable names that the templates autogenerate for enumerated YAML data types.
The 5GMS AF project needs to be adjusted to take this into account.
Specification
Adjust meson build to point at new Mustache templates.
Adjust usage of enumerated types to comply with new naming convention.
Context
So that they can be shared between different projects (especially between the 5GMS AF and the Data Collection AF) the C templates for autogenerating code from OpenAPI definitions have been migrated to the rt-common-shared repository under PR#31.
In addition, some changes have been made to the variable names that the templates autogenerate for enumerated YAML data types.
The 5GMS AF project needs to be adjusted to take this into account.
Specification