Correct E2 protocol 11/8411/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 26 May 2022 12:11:48 +0000 (14:11 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 26 May 2022 12:12:04 +0000 (14:12 +0200)
- identitiy 'sctp' added to common types.

IssueID: OAM269
Change-Id: If099453caaa4307e573ef27a39f0b10126a8c985
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
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";
+  }
 }