Commit 23d5f675 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-iab-nrm-iabfunction.yang

parent 1029c810
Loading
Loading
Loading
Loading
Loading
+12 −7
Original line number Diff line number Diff line
@@ -109,22 +109,25 @@ revision 2025-08-07 { reference "CR-000x"; }
        -	Configuration of security gateway (SeGW) 
        -	Configuration of software configuration server (SCS)";
    
    leaf caraConfiguration {
    list caraConfiguration {
      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";
      uses CaraConfigurationGrp;
      max-elements 1; 
    }

    leaf seGwConfiguration {
    list seGwConfiguration {
        uses SeGwConfigurationGrp;
        max-elements 1; 
        description "This data type represents the configuration of security
          gateway (SeGW) used for IAB-node to establish secure connection as 
          specified in TS 28.315 [117] clause 5.4.";
    }

    leaf scsConfiguration {
    list scsConfiguration {
        uses ScsConfigurationGrp;
        max-elements 1; 
        description "This data type represents the configuration of software 
          configuration server (SCS) used for IAB-node to establish connection
          to SCS as specified in TS 28.315 clause 5.5";
@@ -152,14 +155,16 @@ revision 2025-08-07 { reference "CR-000x"; }
      reference "NCI in 3GPP TS 38.300";
    }

    leaf nRTAC {
    list nRTAC {
      uses types3gpp:Tac;
      max-elements 1; 
      description "It is TAC pertaining to the cells where IAB-MT is 
        connected.";
    }

    leaf tAI {
    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";
    }
@@ -168,7 +173,7 @@ revision 2025-08-07 { reference "CR-000x"; }
  grouping iabfunctionSubTree {
    description "Contains classes that manage IAB function management";

    leaf OAMIPConfig  {
    list OAMIPConfig  {
      description "This IOC represents the IAB node Configuration 
        parameters. It can be name-contained by SubNetwork, ManagedElement, 
        or ManagedFunction.";
@@ -180,7 +185,7 @@ revision 2025-08-07 { reference "CR-000x"; }
      }
    }

    leaf IabLocation {
    list IabLocation {
      description "This IOC represents the IAB node location information. 
        It can be name-contained by SubNetwork, ManagedElement, 
        or ManagedFunction.";