X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Fgenerate.sh;h=9ef282d7c500618785332026a8b43f631aa9c191;hb=e499f63287a0786ed1fb94f5bf2cce09422c518f;hp=ffe7299ca866758a2b5eaf28a7ab5fc7db50a3e4;hpb=0725130f13eba6aff175da8a7873e3f92f5be06a;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/generate.sh b/capifcore/generate.sh index ffe7299..9ef282d 100755 --- a/capifcore/generate.sh +++ b/capifcore/generate.sh @@ -83,6 +83,9 @@ 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 '/oneOf.*/,+2d' TS29222_CAPIF_Security_API.yaml >temp.yaml +mv temp.yaml TS29222_CAPIF_Security_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