X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;fp=docs%2Frelease-notes.rst;h=cee8c49372d8dfdd4e7357b9e6e2d51efd933dcd;hb=18fa108e9174caf6871fd310bc69ed2c841274d0;hp=ebd3bbafc372f66e682caff8670bb9351d1a905b;hpb=57435fef9be52525f7bdcc5b6f0cff03ebbf8534;p=ric-app%2Fadmin.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ebd3bba..cee8c49 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -62,12 +62,12 @@ Components - *src/* contains the main source code. Under that directory : - + *xapp_utils.hpp, xapp_utls.cc* is generic multi-threaded framework for receiving and sending RMR events. + + *xapp_utils.hpp, xapp_utils.cc* is generic multi-threaded framework for receiving and sending RMR events. + *E2AP-c/subscription/* contains generic classes to send/process ASN1 subscription requests, responses, deletes and failures as well as thread-safe subscription handler for managing the subscription process. + *E2AP-c/* contains generic classes for generating/processing ASN1 E2AP Indication and Control messages. + *E2SM/* contains generic classes for handling generating/processing ASN1 E2SM service model (e.g event trigger etc). + *curl/* contains a simple *libcurl* based class for POSTing JSON messages. - + *json/* contains a generic class for simple JSON key retreival and modification (based on rapidjson) + + *json/* contains a generic class for simple JSON key retrieval and modification (based on rapidjson) + *protector-plugin/* contains code specific to the admission control algorithm and interfaces for setting/getting policy. - *test/* contains unit tests showing how to use various components as well as mock-ups for integration testing.