From: demx8as6 Date: Thu, 26 May 2022 12:11:48 +0000 (+0200) Subject: Correct E2 protocol X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=scp%2Foam%2Fmodeling.git;a=commitdiff_plain;h=e474b6446687e72bccbe956781d6bb5a711c3ba0 Correct E2 protocol - identitiy 'sctp' added to common types. IssueID: OAM269 Change-Id: If099453caaa4307e573ef27a39f0b10126a8c985 Signed-off-by: demx8as6 --- diff --git a/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology-common.yang b/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology-common.yang index 036e4af..fd1cfcf 100644 --- a/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology-common.yang +++ b/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology-common.yang @@ -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"; + } }