From 89d4055e9348309939c22dfce60d3d578b8ec4c4 Mon Sep 17 00:00:00 2001 From: malashnyak Date: Fri, 30 Apr 2021 23:33:17 +0200 Subject: [PATCH] Update _3gpp-ns-nrm-serviceprofile.yang --- yang-models/_3gpp-ns-nrm-serviceprofile.yang | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yang-models/_3gpp-ns-nrm-serviceprofile.yang b/yang-models/_3gpp-ns-nrm-serviceprofile.yang index f83dde353..c737aa0ff 100755 --- a/yang-models/_3gpp-ns-nrm-serviceprofile.yang +++ b/yang-models/_3gpp-ns-nrm-serviceprofile.yang @@ -80,7 +80,7 @@ submodule _3gpp-ns-nrm-serviceprofile { type Exposure-enum; } } - typedef DeterminCommAvailability { + typedef DeterministicCommAvailability { type Support-enum; } grouping DLThptGrp { @@ -232,7 +232,7 @@ submodule _3gpp-ns-nrm-serviceprofile { } list deterministicComm { //Stage2 issue: deterministicComm is not defined in 28.541 chapter 6, - // but I guess determinComm is meant + // but I guess deterministicComm is meant description "This list represents the properties of the deterministic communication for periodic user traffic. Periodic traffic refers to the type of traffic with periodic transmissions."; @@ -258,9 +258,9 @@ submodule _3gpp-ns-nrm-serviceprofile { } leaf availability { //Stage2 issue: Defined differently in 28.541 chapter 6, but XML - // uses DeterminCommAvailability + // uses DeterministicCommAvailability config false; - type DeterminCommAvailability; + type DeterministicCommAvailability; } leaf periodicityList { //Stage2 issue: Not defined in 28.541 chapter 6. XML and YAML @@ -291,7 +291,7 @@ submodule _3gpp-ns-nrm-serviceprofile { } uses DLThptGrp; } - list uLThptPerSlic { + list uLThptPerSlice { key idx; max-elements 1; leaf idx { -- GitLab