mirror of
https://github.com/Telecominfraproject/oopt-tai-implementations.git
synced 2026-01-27 02:21:54 +00:00
mux: update sm oopt-tai
Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
committed by
Wataru Ishida
parent
2f2590ee66
commit
29892bb73f
Submodule tai_mux/oopt-tai updated: e26ccf5ba2...4ca1e6d61f
@@ -21,6 +21,9 @@ namespace tai::mux {
|
||||
auto c = json::parse(config);
|
||||
|
||||
m_services.module_presence = nullptr;
|
||||
if ( services != nullptr ) {
|
||||
m_services.get_module_io_handler = services->get_module_io_handler;
|
||||
}
|
||||
|
||||
for ( json::iterator it = c.begin(); it != c.end(); ++it ) {
|
||||
auto location = it.key();
|
||||
|
||||
Reference in New Issue
Block a user