X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Fgenerate.sh;h=9ef282d7c500618785332026a8b43f631aa9c191;hb=refs%2Fchanges%2F76%2F9976%2F1;hp=ffe7299ca866758a2b5eaf28a7ab5fc7db50a3e4;hpb=f5cc4c5773b4b4eae42de7b3206b78dfeaf4d90c;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