X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=E2Manager%2Fmodels%2Fget_nodeb_id_request.go;fp=E2Manager%2Fmodels%2Fget_nodeb_id_request.go;h=cb0453f3546f307024c478095708db80c26105e9;hb=25cf760bc64025d2f179213c9033647c75a01769;hp=0000000000000000000000000000000000000000;hpb=5f208b14c6685e2f70897c16da848f8f0ef73a90;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/models/get_nodeb_id_request.go b/E2Manager/models/get_nodeb_id_request.go new file mode 100644 index 0000000..cb0453f --- /dev/null +++ b/E2Manager/models/get_nodeb_id_request.go @@ -0,0 +1,24 @@ +// +// Copyright (c) 2020 Samsung Electronics Co., Ltd. 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. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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 models + +type GetNodebIdRequest struct { + RanName string +}