[RIC-433] Add unit test coverage, tag incremented to 5.2.17
[ric-plt/e2mgr.git] / E2Manager / handlers / httpmsghandlers / get_nodeb_request_handler.go
index 0c9a7ba..8c8a0e1 100644 (file)
 // 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 {