Add support for notifications
[ric-plt/sdlpy.git] / ricsdl-package / README.md
old mode 100644 (file)
new mode 100755 (executable)
index 2f828ea..d32c8b4
@@ -35,6 +35,9 @@ implementation from SDL API clients, and therefore backend data storage
 technology can be changed without affecting SDL API clients. Currently, Redis
 database is used as a backend data storage solution.
 
+Notifications
+
+Notifications functionality provide SDL clients the possibility to receive notifications about data changes in SDL namespaces. SDL client receiving notifications about data changes is referred to as "subscriber", while the SDL client modifying data and publishing notifications is referred to as "publisher".
 
 Install
 -------
@@ -57,7 +60,7 @@ Usage
 
 Instructions how to use SDL can be found from O-RAN Software Community (SC)
 Documentation under Near Realtime RAN Intelligent Controller (RIC) section:
-[O-RAN SC Documentation Home](https://docs.o-ran-sc.org/en/latest/)
+[O-RAN SC Documentation Home](https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-sdl/en/latest/)
 
 
 Unit Testing