diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-04-09 08:01:19 +0200 |
---|---|---|
committer | Michael D�rre <michael.duerre@highstreet-technologies.com> | 2021-04-13 18:37:06 +0000 |
commit | 6ae7e8a1bae83d407b22d8b066dd0bcca730e1bb (patch) | |
tree | f2276fee4fcc61c3d89b942c63d6211e41617cda /sdnr/wt/README.md | |
parent | d702f00b71218c56af766363ce19f2459081d73c (diff) |
weekly sdnr code sync
sync internal code progress
add istanbul database structure
cleanup dataprovider test
fix pom files
Issue-ID: CCSDK-3260
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: Ic1daa6adda173dc8337a51fa930e05c05ee88e2c
Diffstat (limited to 'sdnr/wt/README.md')
-rw-r--r-- | sdnr/wt/README.md | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sdnr/wt/README.md b/sdnr/wt/README.md index 33e708410..2b19ff66a 100644 --- a/sdnr/wt/README.md +++ b/sdnr/wt/README.md @@ -1,5 +1,7 @@ # wt - wireless transport microservices +ODL version: aluminium sr1 + ## apigateway (osgi) The API gateway provides WEB access to all wt related web service providers to prevent cross site requests. The Opendaylight default Web server is extended by additional URIs. @@ -11,6 +13,10 @@ The API gateway provides WEB access to all wt related web service providers to p Common classes, included into most bundles +## common-yang (osgi) + +yang files converted into jar bundles. Preferred way to include basic yang specs into a devicemanager project. + ## data-provider (osgi) Interface to devicemanager database. In Frankfurt database is elasticsearch. @@ -21,10 +27,7 @@ Devicemanager services, used by specfic devicemanagers for NETCONF devices. ## devicemanager-specific (osgi) -Devicemanager implementation for specfic devicemodel. Today available are: - * onf: ONF Core model - * oran: O-RAN model - * gran: 3GPP model +Devicemanager implementation for specfic devicemodel. ## featureaggregator (osgi) @@ -44,7 +47,7 @@ Provide netconf state information to devicemanager and mountpoint-state-provider Web applications for user operations for devices -## websocketmanager2 (osgi) +## websocketmanager (osgi) Notification service for browser clients. |