diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-04-03 17:24:29 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-04-09 14:13:29 +0000 |
commit | 092189e83c4bd470b9232380dd1a33c63a035606 (patch) | |
tree | 5d296af1e01f79b0d05dd1fec29c3ba78229c54b /sdnr/wt/readthedocs/src | |
parent | 3ebc1c63fb2e5c62eb52da140cc326fbc271aab0 (diff) |
SDN-R read2docs
Add docs folder and project with src
Change-Id: I0299c5984c747a40a8dd1e3f79479b9e9d729d50
Issue-ID: SDNC-683
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/readthedocs/src')
-rw-r--r-- | sdnr/wt/readthedocs/src/home.rst | 34 | ||||
-rw-r--r-- | sdnr/wt/readthedocs/src/index.rst | 14 |
2 files changed, 48 insertions, 0 deletions
diff --git a/sdnr/wt/readthedocs/src/home.rst b/sdnr/wt/readthedocs/src/home.rst new file mode 100644 index 000000000..cf8b19254 --- /dev/null +++ b/sdnr/wt/readthedocs/src/home.rst @@ -0,0 +1,34 @@ + +.. contents:: + :depth: 3 +.. + +SDN controller for 'Radio' (SDN-R) +================================== + +SDN-R adds features and functionality to the OpenDaylight-based ONAP +controller 'SDN-C'. It is built on the Common Controller Framework to +control and manage wireless resources. Wireless resources are virtual +network functions (e.g. vBBU, vEPC) or physical network functions (e.g. +microwave and millimeter wave radios, eNodeB, RRH, DAS equipment). + +| SDN-R is integrated into ONAP. Therefore it is interfacing with PNFs + and VNFs and with other ONAP components, such as A&AI, DCAE and SO. +| `See abbreviations <abbreviations>`__ + +.. figure:: ./ONAP-SDN-R.png + :alt: SDN-R in ONAP + + SDN-R in ONAP + + +.. toctree:: + :maxdepth: 1 + + connect + pnfFault + pnfMaintenance + pnfConfig + pnfPerformance + pnfInventory + pnfMediator diff --git a/sdnr/wt/readthedocs/src/index.rst b/sdnr/wt/readthedocs/src/index.rst new file mode 100644 index 000000000..78f6549f7 --- /dev/null +++ b/sdnr/wt/readthedocs/src/index.rst @@ -0,0 +1,14 @@ +================= +SDN-R Online help +================= + +Below are the references for SDN-R User Documentation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +.. toctree:: + :maxdepth: 1 + + guides/onap-user/home + guides/onap-user/faq + guides/onap-user/abbreviations |