Commit d6714ec6 authored by Junfeng Wang's avatar Junfeng Wang
Browse files

Edit _3gpp-nr-nrm-iabfunction.yang

parent 1522b692
Loading
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
module _3gpp-iab-nrm-iabfunction {
  yang-version 1.1;
  namespace "urn:3gpp:sa5:_3gpp-iab-nrm-iabfunction";
  namespace "urn:3gpp:sa5:_3gpp-nr-nrm-iabfunction";
  prefix "iab3gpp";

  import ietf-inet-types { prefix inet; }
@@ -12,7 +12,7 @@ contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
description "This IOC represents the IAB function defined in 3GPP TS 28.541.
  Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
  TTA, TTC). All rights reserved.";
reference "3GPP TS 28.314; 3GPP TS 28.315; 3GPP TS 28.541";
reference "3GPP TS 28.314; 3GPP TS 28.315; 3GPP TS 28.541; 3GPP TS 33.310, IETF RFC 6712";

revision 2025-08-07 { reference "CR-000x"; }

@@ -56,10 +56,7 @@ revision 2025-08-07 { reference "CR-000x"; }
    }

    leaf protocol {
        type enumeration {
          enum HTTP;
          enum HTTPS;
        }
        type string;
        description "This parameter specifies the protocol (HTTP or HTTPS) 
          to be used for certificate enrolment. The use is described in 
          3GPP TS 33.310 clause 9.6.";
@@ -111,7 +108,7 @@ revision 2025-08-07 { reference "CR-000x"; }
      Configuration of software configuration server (SCS)";
    
    list caraConfiguration {
      description "This data type represents the configuration used for 
      description "configuration used for 
        IAB-node to perform certificate enrolment procedure as specified 
        in TS 28.315 clause 5.3";
      uses CaraConfigurationGrp;
@@ -121,7 +118,7 @@ revision 2025-08-07 { reference "CR-000x"; }
    list seGwConfiguration {
        uses SeGwConfigurationGrp;
        max-elements 1; 
        description "This data type represents the configuration of security
        description "configuration of security
          gateway (SeGW) used for IAB-node to establish secure connection as 
          specified in TS 28.315 clause 5.4.";
    }
@@ -129,7 +126,7 @@ revision 2025-08-07 { reference "CR-000x"; }
    list scsConfiguration {
        uses ScsConfigurationGrp;
        max-elements 1; 
        description "This data type represents the configuration of software 
        description "configuration of software 
          configuration server (SCS) used for IAB-node to establish connection
          to SCS as specified in TS 28.315 clause 5.5";
    }