x2_reset_response.go was added
[ric-plt/e2mgr.git] / E2Manager / controllers / nodeb_controller.go
index a3136f0..c0f8541 100644 (file)
@@ -158,7 +158,7 @@ func (rc NodebController) GetNodebIdList (writer http.ResponseWriter, request *h
                return;
        }
 
-       pmList := utils.ConvertNodebIdListToProtoMessageList(*nodebIdList)
+       pmList := utils.ConvertNodebIdListToProtoMessageList(nodebIdList)
        result, err := utils.MarshalProtoMessageListToJsonArray(pmList)
 
        if err != nil {