Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

References

...

This is a PostgreSQL DB, and is intended to persist information such as the following:

  • PCI-Handler MSĀ Config information (e.g., thresholds, timer values, OOF algorithm name, etc.)
  • Pre-processing results and other related information (e.g., neighbor list)
  • Buffered notifications (i.e., notifications not yet processed at all)
  • State information
  • Association between pnf-name and CellId
  • PM/FM data

1.3. DMaaP Client

This is responsible for registering with the DMaaP client for the DMaaP notifications from SDN-R and VES-Collector, and to Policy.

2. Core Logic components and Pre-processing algorithm

...

The main actions in the various states are listed below:

Gliffy
namemain_thread
pagePin17

2.1.1. Initialization

In this state, the following actions are performed: Gliffynamemain_threadpagePin16

  • Fetch Config Policy from CBS.
  • Load any local configuration.
  • Load data persisted in DB.
  • Trigger DMaaP thread for registration of DMaaP topics (SDN-R, VES-Collector and Policy interfaces).

...