Correct E2 protocol
[scp/oam/modeling.git] / data-model / yang / working / o-ran-sc / o-ran-sc-topology / o-ran-sc-topology-common.yang
index 036e4af..fd1cfcf 100644 (file)
@@ -32,6 +32,12 @@ module o-ran-sc-topology-common {
      See the License for the specific language governing permissions and
      limitations under the License.";
 
+  revision 2022-05-26 {
+    description
+      "SCTP protocol added for E2 interfaces";
+    reference
+      "O-RAN-SC: https://jira.o-ran-sc.org/browse/OAM-269";
+  }
   revision 2022-03-06 {
     description
       "Initial revision";
@@ -368,4 +374,14 @@ module o-ran-sc-topology-common {
     description
       "An identity for an O-RAN Fronthaul based protocol qualifier.";
   }
+
+  identity sctp {
+    base LAYER_PROTOCOL_QUALIFIER;
+    description
+      "An identity for an Stream Control Transmission Protocol (SCTP)  based
+       protocol qualifier.";
+    reference
+      "RFC 8261,
+       RFC 4960";
+  }
 }