blob: 33e708410803945507ad2192d7acc4df3f55cfee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# 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
## common (osgi)
Common classes, included into most bundles
## data-provider (osgi)
Interface to devicemanager database. In Frankfurt database is elasticsearch.
## devicemanager (osgi)
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
## featureaggregator (osgi)
karaf features
* sdnr-wt-feature-aggregator to start all services
* sdnr-wt-feature-aggregator-devicemanager to start devicemanager service
## helpserver (osgi)
Providing help pages for related web applications
## netconfnode-state-provider (osgi)
Provide netconf state information to devicemanager and mountpoint-state-provider
## odlux (osgi)
Web applications for user operations for devices
## websocketmanager2 (osgi)
Notification service for browser clients.
## readthedocs
readthedocs - Providing documentation. Scripts to convert documentation within helpserver to the [ccsdk/features]/doc folder
~
~
~
~
|