X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=RSM%2Fenums%2Freporting_periodicity.go;h=adeab1fd2b048c1d054faf300815fcbffbb719d4;hb=refs%2Fchanges%2F70%2F2070%2F1;hp=7a589e7a9ec53b852ce915fd7c168c87c6830d38;hpb=3cf173dfd1964fc2c98456ba7b8c38771d3d44fc;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/enums/reporting_periodicity.go b/RSM/enums/reporting_periodicity.go index 7a589e7..adeab1f 100644 --- a/RSM/enums/reporting_periodicity.go +++ b/RSM/enums/reporting_periodicity.go @@ -13,7 +13,10 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package enums @@ -65,4 +68,3 @@ func GetReportingPeriodicityValuesAsKeys() []int { return keys } -