Create topologies for 2022-06 OTIC PoCfest 20/8420/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 26 May 2022 12:26:57 +0000 (14:26 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 26 May 2022 12:27:03 +0000 (14:27 +0200)
- Editorial change

IssueID: OAM268
Change-Id: I9aeaca313092fc4d638afa9355434d86426fbc7d
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
code/network-topology-instance-generator/README.md

index 4e44de9..926c24b 100644 (file)
@@ -1,25 +1,25 @@
-# Network Topology Instance Generator 
+# Network Topology Instance Generator
 
-This python project generates a network topology according 
+This python project generates a network topology according
 [TAPI-Topology yang - v2.1.3](https://github.com/OpenNetworkingFoundation/TAPI/blob/v2.1.3/YANG/tapi-topology.yang).
 
-Please note: The generator does not need to implement streaming or notification 
-functions. The dependencies to tapi-notification and tapi-streaming were 
-removed. 
+Please note: The generator does not need to implement streaming or notification
+functions. The dependencies to tapi-notification and tapi-streaming were
+removed.
 
-Each network-function is represented as TAPI-Node which exposes interfaces to 
+Each network-function is represented as TAPI-Node which exposes interfaces to
 other network-functions or to management systems.
 
-Therefore the Network Topology can cover 
+Therefore the Network Topology can cover
 
- * Data Plane (also called User Plane), 
- * Synchronization Plane, 
+ * Data Plane (also called User Plane),
+ * Synchronization Plane,
  * Control Plane and
  * Management Plane.
 
-Interface end-points of network-functions are represented as 
-TAPI-Owned-Node-Edge-Points. TAPI-Links create a logical connection between 
-TAPI-Owned-Node-Edge-Points of the same layer (or even more strict of the same 
+Interface end-points of network-functions are represented as
+TAPI-Owned-Node-Edge-Points. TAPI-Links create a logical connection between
+TAPI-Owned-Node-Edge-Points of the same layer (or even more strict of the same
 layer-protocol-name).
 
 ## Prerequisites
@@ -48,7 +48,7 @@ git clone "https://gerrit.o-ran-sc.org/r/scp/oam/modeling"
 
 ## Generation Input
 
-The generator consumes a json as input. The json defines the hierarchy of 
+The generator consumes a json as input. The json defines the hierarchy of
 network-function types and its number of elements per parent.
 
 Example:
@@ -65,7 +65,7 @@ Example:
 }
 ```
 
-The resulting network will include 2 network-functions of type "o-du". 
+The resulting network will include 2 network-functions of type "o-du".
 Each "o-du" is connected to 3 network-function instances of type "o-ru".
 
 ```
@@ -95,5 +95,5 @@ yanglint -f json \
 -p model/yang/TAPI/YANG \
 model/yang/modeling/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology*.yang \
 model/yang/TAPI/YANG/*.yang \
-output/TestNetwork.json
+output/tapi-common-operational.json
 ```