Commit 8453a8ce authored by Junfeng Wang's avatar Junfeng Wang
Browse files

Edit _3gpp-nr-nrm-iabfunction.yang

parent 9e417667
Loading
Loading
Loading
Loading
Loading
+16 −9
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ revision 2025-08-07 { reference "CR-000x"; }

    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.
@@ -43,6 +44,7 @@ revision 2025-08-07 { reference "CR-000x"; }
    
    leaf path {
        type inet:uri;
        mandatory true;        
        description "This parameter specifies the path (in ASCII string) to 
          the CMP server directory. A CMP server may be located in an 
          arbitrary path other than root.";
@@ -50,6 +52,7 @@ revision 2025-08-07 { reference "CR-000x"; }

    leaf subjectName {
        type string;
        mandatory true;        
        description "This parameter specifies the subject name (in ASCII 
          string) of the CA/RA. The use is described in 3GPP TS 33.310
          clause 9.5.3.";
@@ -111,24 +114,28 @@ revision 2025-08-07 { reference "CR-000x"; }
      description "configuration used for 
        IAB-node to perform certificate enrolment procedure as specified 
        in TS 28.315 clause 5.3";
      mandatory true;
      uses CaraConfigurationGrp;
      max-elements 1; 
    }

    list seGwConfiguration {
        uses SeGwConfigurationGrp;
        max-elements 1; 
        description "configuration of security
          gateway (SeGW) used for IAB-node to establish secure connection as 
          specified in TS 28.315 clause 5.4.";
        mandatory true;
        uses SeGwConfigurationGrp;
        max-elements 1; 

    }

    list scsConfiguration {
        uses ScsConfigurationGrp;
        max-elements 1; 
        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";        
        mandatory true;
        uses ScsConfigurationGrp;
        max-elements 1; 
    }
  }

@@ -139,7 +146,8 @@ revision 2025-08-07 { reference "CR-000x"; }
    
    leaf gNBId {
      type int64 { range "0..4294967295"; }
      description "The gNB ID where IAB-MT is connected to";
      description "It is either the gNB ID of the IAB-donor-CU that target IAB-DU
      connects to or the gNB Id of the IAB-nonor-CU that serves IAB-MT";
    }

    list pLMNId {
@@ -151,7 +159,6 @@ revision 2025-08-07 { reference "CR-000x"; }
    leaf cellLocalId {
      type int32 { range "0..16383"; }
      description "Identifies an NR cell where IAB-MT is connected to.";
      reference "NCI in 3GPP TS 38.300";
    }

    leaf nRTAC {
@@ -163,8 +170,8 @@ revision 2025-08-07 { reference "CR-000x"; }
    list tAI {
      uses types3gpp:TaiGrp;
      max-elements 1; 
      description "Indicates the TAI (see subclause 9.3.3.11 in TS 38.413)
        including pLMNId ID and nRTAC";
      description "It is the TAI (see subclause 9.3.3.11 in TS 38.413) pertaining
        to the cells where IAB-MT is connected";
    }
  }