Commit 8f144c3f authored by Junfeng Wang's avatar Junfeng Wang
Browse files

Edit _3gpp-nr-nrm-iabfunction.yang

parent c346eba5
Loading
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -19,21 +19,20 @@ module _3gpp-nr-nrm-iabfunction {

  grouping CaraConfigurationGrp {
    description "This data type represents the configuration used for IAB-node
      to perform certificate enrolment procedure as specified in TS 28.315
      clause 5.3";
      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 of Cara server";
      description "IP address or FQDN of Cara server";
    }

    leaf portNumber {
        type inet:port-number;     
        mandatory true;        
        description "This parameter specifies the port number used by CMP 
          server. The port for HTTP/HTTPSs transfer of CMP messages is not 
          explicitly given in RFC 6712, therefore this parameter is required.
          The port number is usually represented as 2 octets.";
          explicitly given in RFC 6712. If it is not present, the port number 
          use the port assigned by IANA (Internet Assigned Numbers Authority).";
    }
    
    leaf path {
@@ -120,7 +119,7 @@ module _3gpp-nr-nrm-iabfunction {
    }

    leaf nRTAC {
      type types3gpp:Tac;
      type types3gpp:NRTAC;
      description "It is TAC pertaining to the cells where IAB-MT is 
        connected.";
    }