Commit 8aaa5d22 authored by rosabolzek's avatar rosabolzek
Browse files

correct supportedVendorSpecificFeatures in _3gpp-5gc-nrm-nfservice.yang

parent 538bc1ee
Loading
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -515,12 +515,15 @@ module _3gpp-5g-common-yang-types {

  grouping CaraConfigurationGrp {
    description "This data type represents the configuration used for 
    an NR mobile node (e.g., IAB-node or MWAB), to perform certificate enrolment procedure with
    Certification Authority server (CA/RA) as specified in TS 28.315 clause 5.3";
    an NR mobile node (e.g., IAB-node or MWAB), to perform certificate 
    enrolment procedure with Certification Authority server (CA/RA) 
    as specified in TS 28.315 clause 5.3";
    
    leaf caraAddress {
      type inet:host;
      description "IP address or FQDN of the CMP (Certificate Management Protocol) server";
      description "IP address or FQDN of the CMP (Certificate Management 
      Protocol)
       server";
    }

    leaf portNumber {
+21 −0
Original line number Diff line number Diff line
@@ -220,6 +220,27 @@ module _3gpp-5gc-nrm-nfservice {
      pattern '[A-Fa-f0-9]*';
    }
  }
  list supportedVendorSpecificFeatures {
    description "It indicates a map of Vendor-Specific features, where the
     key of the map is the IANA-assigned SMI Network Management Private
     Enterprise Codes and the value of each entry of the map shall be
     a list (array) of VendorSpecificFeature objects as defined
     in the clause 5.3.247.";
     key "enterpriseCode";
     
     leaf enterpriseCode {
       type uint32;
       description "IANA-assigned SMI Network Management Private Enterprise Code";
     }

     list vendorSpecificFeature {
       key "featureName";
       config false;
       description "VendorSpecificFeature objects as defined
      in the clause 5.3.247.";
     uses types5g3gpp:VendorSpecificFeatureGrp;
     }      
  }      
  
  grouping ipEndPoint {
    choice address {