summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: a3439c3fe6a7a3ab513fb53bd8e345c8f41c8820 (plain)
1
2
# Git will always convert line endings to LF on checkout. You should use this for files that must keep LF endings, even on Windows.
text eol=lf
Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# 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
~
~
~
~