Correct E2 protocol 18/8418/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 26 May 2022 12:23:54 +0000 (14:23 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 26 May 2022 12:24:11 +0000 (14:24 +0200)
- Correct E2 configuration on NEP level

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

index 96d09ba..7541578 100644 (file)
@@ -41,7 +41,7 @@ class TapiNodeNearRtRic(TapiNode):
         nep_configuration = {
             "parent": self.identifier(),
             "nodeEdgePoint": {
-                "interface": "e2", "cep": [{"protocol": "REST", "role": "consumer"}]
+                "interface": "e2", "cep": [{"protocol": "SCTP", "role": "consumer"}]
             }
         }
         self.add(TapiNodeEdgePoint(nep_configuration))