Correct E2 protocol 19/8419/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 26 May 2022 12:25:19 +0000 (14:25 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 26 May 2022 12:25:24 +0000 (14:25 +0200)
- Correct E2 configuration for E2 porviders

IssueID: OAM269
Change-Id: I55fb67a9394759bd2e4d8e710d538ea17d804241
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
code/network-topology-instance-generator/model/python/tapi_node_o_cu_cp.py
code/network-topology-instance-generator/model/python/tapi_node_o_cu_up.py
code/network-topology-instance-generator/model/python/tapi_node_o_du.py

index 5eff7c9..56925d0 100644 (file)
@@ -33,7 +33,7 @@ class TapiNodeOCuCp(TapiNode):
         nep_configuration = {
             "parent": self.identifier(),
             "nodeEdgePoint": {
-                "interface": "e2", "cep":[{"protocol": "REST", "role": "provider"}]
+                "interface": "e2", "cep":[{"protocol": "SCTP", "role": "provider"}]
             }
         }
         self.add(TapiNodeEdgePoint(nep_configuration))
index 4086fac..b42d494 100644 (file)
@@ -33,7 +33,7 @@ class TapiNodeOCuUp(TapiNode):
         nep_configuration = {
             "parent": self.identifier(),
             "nodeEdgePoint": {
-                "interface": "e2", "cep":[{"protocol": "REST", "role": "provider"}]
+                "interface": "e2", "cep":[{"protocol": "SCTP", "role": "provider"}]
             }
         }
         self.add(TapiNodeEdgePoint(nep_configuration))
index f544409..db240f7 100644 (file)
@@ -33,7 +33,7 @@ class TapiNodeODu(TapiNode):
         nep_configuration = {
             "parent": self.identifier(),
             "nodeEdgePoint": {
-                "interface": "e2", "cep":[{"protocol": "REST", "role": "provider"}]
+                "interface": "e2", "cep":[{"protocol": "SCTP", "role": "provider"}]
             }
         }
         self.add(TapiNodeEdgePoint(nep_configuration))