blob: ba1e33ac3b60ef8205add726d7843cb409316bc0 [file] [log] [blame]
Gary Wucd47a012018-11-30 07:18:36 -08001.. This work is licensed under a Creative Commons Attribution 4.0
2 International License. http://creativecommons.org/licenses/by/4.0
mrichommea958b982020-04-13 18:46:35 +02003
Gary Wucd47a012018-11-30 07:18:36 -08004.. _docs_5g_pnf_pnp:
5
mrichommee4643892020-11-30 18:31:29 +01006:orphan:
7
krzysztof kuzmicki0d5b5da2018-11-29 16:35:56 +010085G - PNF Plug and Play
9----------------------
10
11Source files
12~~~~~~~~~~~~
13
Krzysztof Kuzmicki6294afd2020-05-26 15:41:08 +020014- Base PnP PNF Simulator docker compose file: https://gerrit.onap.org/r/gitweb?p=integration/simulators/pnf-simulator.git;a=blob_plain;f=pnfsimulator/docker-compose.yml;hb=refs/heads/master
krzysztof kuzmicki0d5b5da2018-11-29 16:35:56 +010015
16Description
17~~~~~~~~~~~
18
Yang Xu125d00b2019-06-28 11:25:32 -040019The PNF Plug and Play is a procedure that is executed between a PNF and ONAP. In the process of PNF registration, ONAP establishes a PNF resource instance for the PNF with a corresponding A&AI entry. The PNF registration uses a VES exchange with the PNF Registration handler within ONAP to complete the registration. Allowing the PNF resource instance to be associated with an existing service instance. This use case is intended to be applicable to a variety of PNFs such as routers and 5G base stations. The steps and descriptions have been drafted to be as general as possible and to be applicable to a relatively wide variety of PNFs. However, the use case was originally developed with a consideration for 5G PNF Distributed Units (DU).
krzysztof kuzmicki0d5b5da2018-11-29 16:35:56 +010020
21**Useful Links**
22
23- `5G - PNF Plug and Play use case documentation <https://wiki.onap.org/display/DW/5G+-+PNF+Plug+and+Play>`_
24- `5G - PNF Plug and Play - Integration Test Cases <https://wiki.onap.org/display/DW/5G+-+PNF+PnP+-+Integration+Test+Cases>`_
Krzysztof Kuzmicki6294afd2020-05-26 15:41:08 +020025- `Instruction how to setup and use PnP PNF Simulator <https://gerrit.onap.org/r/gitweb?p=integration/simulators/pnf-simulator.git;a=blob_plain;f=pnfsimulator/README.md;hb=refs/heads/master>`_
26- `PnP PNF Simulator git repository <https://gerrit.onap.org/r/gitweb?p=integration/simulators/pnf-simulator.git;a=summary>`_
mrichomme0794e672020-06-09 15:37:37 +020027
krzysztof kuzmicki0d5b5da2018-11-29 16:35:56 +010028How to Use
29~~~~~~~~~~
30
zhaoliping123906480b2020-04-22 11:52:56 +0800311) Create and distribute service model which contains PNF
322) Create service for PNF and wait for PNF Ready message in DmaaP topic
333) Send PNF Registartion request from PnP PNF Simualtor and finish registration
krzysztof kuzmicki0d5b5da2018-11-29 16:35:56 +010034
mrichommea958b982020-04-13 18:46:35 +020035See <https://wiki.onap.org/display/DW/5G+-+PNF+PnP+-+Integration+Test+Cases>`_ for details.