X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=E2Manager%2Fhandlers%2Fhttpmsghandlers%2Fget_nodeb_request_handler.go;h=8c8a0e145dbbd75da48397beeefe486c39b32463;hb=64dc6b9da7e913c3ea89671be12a33b6d2b8c6f0;hp=0c9a7baa01c258839fd848ab11b4b2ea49664ba4;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/httpmsghandlers/get_nodeb_request_handler.go b/E2Manager/handlers/httpmsghandlers/get_nodeb_request_handler.go index 0c9a7ba..8c8a0e1 100644 --- a/E2Manager/handlers/httpmsghandlers/get_nodeb_request_handler.go +++ b/E2Manager/handlers/httpmsghandlers/get_nodeb_request_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 httpmsghandlers @@ -47,7 +50,7 @@ func (handler *GetNodebRequestHandler) Handle(request models.Request) (models.IR return nil, rnibErrorToE2ManagerError(err) } - return models.NewGetNodebResponse(nodeb), nil + return models.NewNodebResponse(nodeb), nil } func rnibErrorToE2ManagerError(err error) error {