X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Fgenerate.sh;h=ffe7299ca866758a2b5eaf28a7ab5fc7db50a3e4;hb=0725130f13eba6aff175da8a7873e3f92f5be06a;hp=69516b2ade22f696f6793e99cfcd6b6e3570fbb9;hpb=7cc7b0ba212f2ef2ebc7a4c92e935037a9ff505b;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/generate.sh b/capifcore/generate.sh index 69516b2..ffe7299 100755 --- a/capifcore/generate.sh +++ b/capifcore/generate.sh @@ -83,9 +83,6 @@ mv temp.yaml TS29571_CommonData.yaml sed '/oneOf.*/,+2d' TS29222_CAPIF_Publish_Service_API.yaml >temp.yaml mv temp.yaml TS29222_CAPIF_Publish_Service_API.yaml -sed '64,68d' TS29222_CAPIF_Discover_Service_API.yaml >temp.yaml # Remove parameter preferred-aef-loc since it doesn't follow the OpenApi specification, "The behavior for nested objects and arrays is undefined." -mv temp.yaml TS29222_CAPIF_Discover_Service_API.yaml - # Replace references to external specs that are collected to the common spec by the commoncollector # cat TS29122_CommonData.yaml | sed 's/TS29572_Nlmf_Location/CommonData/g' > temp.yaml