Add VES stndDefined PM and subscription for O-DU.
[sim/o1-interface.git] / ntsimulator / ntsim-ng / core / datastore / schema.h
index a8637a1..27a99c7 100644 (file)
@@ -21,6 +21,7 @@
 #include <stdint.h>
 
 int datastore_schema_get_xpaths(char ***root_xpath);  //returns number of xpaths, 0 if none, -1 if error
+int datastore_schema_get_running_xpaths(char ***root_xpath, char ***modules);
 
 int datastore_schema_print_root_paths(void);
 int datastore_schema_print_xpath(const char *xpath);