X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ricsdl-package%2FREADME.md;h=621047e7efd2eb1bdf8b5ba2dbe9c3af0fe79df4;hb=refs%2Ftags%2F3.1.0;hp=2f828eae911e43c840581dde6b4a4d8cdeedd710;hpb=dada8463c0fd4c3b90eedc54b6c913f0fa0e7272;p=ric-plt%2Fsdlpy.git diff --git a/ricsdl-package/README.md b/ricsdl-package/README.md old mode 100644 new mode 100755 index 2f828ea..621047e --- a/ricsdl-package/README.md +++ b/ricsdl-package/README.md @@ -35,6 +35,13 @@ 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 +64,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