Skip to content

Commit

Permalink
Uplift to 3GPP TS26.512 v17.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjwbbc committed Jan 29, 2025
1 parent ea3e5d5 commit 47a5c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_scripts/generate_5gms_as_openapi
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ scriptdir=`dirname "$0"`
scriptdir=`cd "$scriptdir"; pwd`

rt_5gms_as_dir=`cd "${scriptdir}/../src/rt_5gms_as"; pwd`
common_scripts_dir=`cd "${scriptdir}/../external/rt-common-shared/5gms/scripts"; pwd`
fiveg_apis_overrides=`cd "$common_scripts_dir/../5G_APIs-overrides"; pwd`
common_scripts_dir=`cd "${scriptdir}/../external/rt-common-shared/open5gs-tools/scripts"; pwd`
fiveg_apis_overrides=`cd "$common_scripts_dir/../5G_APIs-overrides"; pwd`':'`cd "${scriptdir}/../external/rt-common-shared/5gms/5G_APIs-overrides"; pwd`

# Command line defaults
default_api='TS26512_M1_ContentHostingProvisioning M3_merged'
Expand Down
2 changes: 1 addition & 1 deletion external/rt-common-shared
Submodule rt-common-shared updated 26 files
+0 −43 5gms/5G_APIs-overrides/Maf_Management.yaml
+2 −4 5gms/README.md
+12 −5 README.md
+16 −0 data-reporting/5G_APIs-overrides/README.md
+110 −0 data-reporting/5G_APIs-overrides/TS26532_CommonData.yaml
+434 −0 data-reporting/5G_APIs-overrides/TS26532_Ndcaf_DataReporting.yaml
+558 −0 data-reporting/5G_APIs-overrides/TS26532_Ndcaf_DataReportingProvisioning.yaml
+526 −0 mbms/MBMS-service-announcement-files.md
+28 −2 open5gs-tools/man/generate_openapi
+202 −0 open5gs-tools/openapi-generator-templates/c/OpenAPI_regex.c.mustache
+39 −0 open5gs-tools/openapi-generator-templates/c/OpenAPI_regex.h.mustache
+34 −0 open5gs-tools/openapi-generator-templates/c/any_type.c.mustache
+33 −0 open5gs-tools/openapi-generator-templates/c/any_type.h.mustache
+9 −0 open5gs-tools/openapi-generator-templates/c/api-info-head.mustache
+26 −0 open5gs-tools/openapi-generator-templates/c/model-body-enum.mustache
+2,147 −0 open5gs-tools/openapi-generator-templates/c/model-body-object-defs.mustache
+83 −0 open5gs-tools/openapi-generator-templates/c/model-body-object.mustache
+108 −0 open5gs-tools/openapi-generator-templates/c/model-body-polymorphic.mustache
+33 −0 open5gs-tools/openapi-generator-templates/c/model-body.mustache
+10 −0 open5gs-tools/openapi-generator-templates/c/model-header-enum.mustache
+46 −0 open5gs-tools/openapi-generator-templates/c/model-header-object.mustache
+61 −0 open5gs-tools/openapi-generator-templates/c/model-header.mustache
+95 −0 open5gs-tools/openapi-generator-templates/c/model-object-fields.mustache
+6 −0 open5gs-tools/openapi-generator-templates/c/model-polymorphic-fields.mustache
+18 −0 open5gs-tools/openapi-generator-templates/c/set.h.mustache
+109 −25 open5gs-tools/scripts/generate_openapi

0 comments on commit 47a5c40

Please sign in to comment.