/*
* Copyright (c) Huawei Technologies Co., Ltd. 2026-2026. All rights reserved.
* ubs-engine is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of Mulan PSL v2.
*/
#include "ubse_common_def.h"
#include "ubse_error.h"
namespace ubse::nodeController {
ubse::common::def::UbseResult SetUrmaUvs(bool)
{
return UBSE_OK;
}
} // namespace ubse::nodeController