Roll master to snapshot version for New Delhi release
[ccsdk/features.git] / sdnr / wt / README.md
index 33e7084..e0b5fe8 100644 (file)
@@ -1,16 +1,15 @@
 # wt - wireless transport microservices
 
-## 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.
-
-  * /database to access elasticsearch
-  * /aai to access AAI
+ODL version: argon sr1
 
 ## common (osgi)
 
 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 +20,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 +40,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.