X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2Fhandlers%2Frmrmsghandlers%2Frmr_message_handler.go;h=bb3155f2660e2a6d0d942fc107762e28a8d68706;hb=refs%2Fchanges%2F70%2F2070%2F1;hp=df6c8ddc3807d0cec2ab2ba598075d5855cdb25e;hpb=7b80668df78103cebafdfb7caa0070dc92ed3779;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/handlers/rmrmsghandlers/rmr_message_handler.go b/RSM/handlers/rmrmsghandlers/rmr_message_handler.go index df6c8dd..bb3155f 100644 --- a/RSM/handlers/rmrmsghandlers/rmr_message_handler.go +++ b/RSM/handlers/rmrmsghandlers/rmr_message_handler.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 rmrmsghandlers @@ -23,4 +26,4 @@ import ( type RmrMessageHandler interface { Handle(*models.RmrRequest) -} \ No newline at end of file +}