Commit ee7e103f authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-iab-nrm-iabfunction.yang

parent 23d5f675
Loading
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ module _3gpp-iab-nrm-iabfunction {

  import ietf-inet-types { prefix inet; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-top { prefix top3gpp; }

  organization "3gpp SA5";
contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
@@ -105,9 +106,9 @@ revision 2025-08-07 { reference "CR-000x"; }
    description "This IOC contains IP configutation for OAM connectivity used 
      for IAB-node to establish connection with management system as specified
      in TS 28.314 clause 6.1.2. The configuration attributes include: 
        -	Configuration of certification authority (CA/RA) server 
        -	Configuration of security gateway (SeGW) 
        -	Configuration of software configuration server (SCS)";
      Configuration of certification authority (CA/RA) server, 
      Configuration of security gateway (SeGW), and 
      Configuration of software configuration server (SCS)";
    
    list caraConfiguration {
      description "This data type represents the configuration used for 
@@ -140,12 +141,13 @@ revision 2025-08-07 { reference "CR-000x"; }
      TS 28.314 clause 6.1.2 and TS 28.531 [26] clause 5.1.27";
    
    leaf gNBId {
      type int32 { range "0..4294967295"; }
      type int64 { range "0..4294967295"; }
      description "The gNB ID where IAB-MT is connected to";
    }

    leaf pLMNId {
      type types3gpp:PLMNId;
    list pLMNId {
      uses types3gpp:PLMNId;
      max-elements 1;
      description "The PLMN ID where IAB-MT is connected to";
    }

@@ -155,9 +157,8 @@ revision 2025-08-07 { reference "CR-000x"; }
      reference "NCI in 3GPP TS 38.300";
    }

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