Commit dd36aed5 authored by lengyelb's avatar lengyelb
Browse files

Updated files to correct trivial YANG errors. This should be used as the baseline as of 2020-01-10

parent 8bc2ed5a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ module _3gpp-5g-common-yang-types {
  namespace "urn:3gpp:sa5:_3gpp-5g-common-yang-types";
  prefix "types5g3gpp";
  
  import ietf-inet-types { prefix inet; }
  import _3gpp-common-yang-types { prefix types3gpp; }

  organization "3GPP SA5";
@@ -51,7 +50,7 @@ module _3gpp-5g-common-yang-types {
       type CommModelType;
    }  
    leaf-list targetNFServiceList {
      type DistinguishedName;   
      type types3gpp:DistinguishedName;   
    }
    leaf commModelConfiguration {
       type string;
+2 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ module _3gpp-5gc-nrm-amffunction {
  import _3gpp-common-managed-function { prefix mf3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-5g-common-yang-types { prefix types5g3gpp; }
  import ietf-inet-types { prefix inet; }
  import _3gpp-common-top { prefix top3gpp; }

@@ -42,7 +43,7 @@ module _3gpp-5gc-nrm-amffunction {
      type inet:domain-name;
    }

    leaf-listsNSSAIList {
    leaf-list NSSAIList {
      min-elements 0;  // conditionally mandatory if network slicing feature is supported
      description "List of S-NSSAIs the managed object is capable of supporting.
                  (Single Network Slice Selection Assistance Information)
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ module _3gpp-5gc-nrm-ausffunction {
  import _3gpp-common-managed-element { prefix me3gpp; }
  import ietf-inet-types { prefix inet; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-5g-common-yang-types { prefix types5g3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  
  organization "3gpp SA5";
@@ -54,7 +55,6 @@ module _3gpp-5gc-nrm-ausffunction {
      min-elements 1;
      uses types3gpp:ManagedNFProfile;
    }
  }

    list commModelList {
      min-elements 1;
+3 −0
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ module _3gpp-5gc-nrm-ep {
  import _3gpp-5gc-nrm-smsffunction { prefix smsf3gpp; }
  import _3gpp-5gc-nrm-udmfunction { prefix udm3gpp; }
  import _3gpp-5gc-nrm-upffunction { prefix upf3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  import ietf-inet-types { prefix inet; }
  
  organization "3GPP SA5";
  description "Defines the YANG mapping of the 5GC related endpoint
@@ -478,6 +480,7 @@ module _3gpp-5gc-nrm-ep {
        uses EP_N32Grp;
      }
    }
  }
    
  augment "/me3gpp:ManagedElement/smsf3gpp:SMSFFunction" {
    list EP_N20 {
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ module _3gpp-5gc-nrm-lmffunction {
  import _3gpp-common-managed-function { prefix mf3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-5g-common-yang-types { prefix types5g3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  
  organization "3gpp SA5";
Loading