Add VES stndDefined PM and subscription for O-DU.
[sim/o1-interface.git] / ntsimulator / ntsim-ng / core / datastore / schema.h
index 490c3ba..27a99c7 100644 (file)
@@ -20,7 +20,8 @@
 #include <string.h>
 #include <stdint.h>
 
-int schema_get_xpaths(char ***root_xpath);  //returns number of xpaths, 0 if none, -1 if error
+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 schema_print_root_paths(void);
-int schema_print_xpath(const char *xpath);
+int datastore_schema_print_root_paths(void);
+int datastore_schema_print_xpath(const char *xpath);