Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
openBackhaul authored Nov 12, 2023
1 parent ed038b3 commit 37568a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# MultiDomainInventoryProxy
Interface towards the MultiDomainInventory

### Location
The MultiDomainInventoryProxy (MDIP) represents the demarcation towards a higher-layer controller domain.

### Description
In principle, the MultiDomainInventoryProxy is a transparent passthrough of requests to existing implementations.

At its south bound interface, it participates at the OperationKeyManagement that is enforcing the approval regime in the Microwave SDN domain.
At its north bound interface, it implements a 1:1 relationship with the ResourceAdapter implementation of the MultiDomainInventory.

### Relevance
The MultiDomainInventory is planned to become the major user interface.

### Resources
- [Specification](./spec/)
- [TestSuite](./testing/)
- [Implementation](./server/)

### Comments
./.

0 comments on commit 37568a3

Please sign in to comment.