X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Fgenerate.sh;h=bcc336f1e2e535dc353cd1c218693f21c5949fef;hb=55e8dfc4ed1ffa5877ee8517a05a3b36d34d4882;hp=ffe7299ca866758a2b5eaf28a7ab5fc7db50a3e4;hpb=0725130f13eba6aff175da8a7873e3f92f5be06a;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/generate.sh b/capifcore/generate.sh index ffe7299..bcc336f 100755 --- a/capifcore/generate.sh +++ b/capifcore/generate.sh @@ -2,7 +2,8 @@ # ========================LICENSE_START================================= # O-RAN-SC # %% -# Copyright (C) 2022: Nordix Foundation +# Copyright (C) 2022-2023: Nordix Foundation. All rights reserved +# Copyright (C) 2023: OpenInfra Foundation Europe. All rights reserved # %% # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -83,6 +84,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