Commit cc38ff05 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena
Browse files

Edit _3gpp-5g-common-yang-types.yang

parent 7f52314f
Loading
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -408,8 +408,7 @@ module _3gpp-5g-common-yang-types {


  grouping CaraConfigurationGrp {
    description "This data type represents the configuration used for mobile 
    NR node (e.g., IAB-node, MWAB-node) to perform certificate enrolment procedure with
    description "This data type represents the configuration used for an IAB-node or MWAB-gNB, to perform certificate enrolment procedure with
    Certification Authority server (CA/RA) as specified in TS 28.315 clause 5.3";
    
    leaf caraAddress {
@@ -455,15 +454,16 @@ module _3gpp-5g-common-yang-types {
  
  grouping MnrOamIPConfigGrp { 
    description "This data type includes the configutation for OAM connectivity  
      used for mobile NR node (e.g., IAB-node, MWAB-node) to establish connection with
      used for an IAB-node or MWAB-gNB, to establish connection with
      management system. The configuration attributes include: 
      Configuration of certification authority (CA/RA) server, 
      Configuration of security gateway (SeGW), and 
      Configuration of software configuration server (SCS)";
    
    list caraConfiguration {
      description "configuration used for mobile NR node (e.g., IAB-node, MWAB-node)
        to perform certificate enrolment procedure as specified in TS 28.315.";
      description "configuration used for an IAB-node or MWAB-gNB,
        to perform certificate enrolment procedure as specified in 
        TS 28.315.";
      uses CaraConfigurationGrp;
      max-elements 1;
      key caraAddress; 
@@ -471,25 +471,23 @@ module _3gpp-5g-common-yang-types {

    leaf seGwConfiguration {
      description "this parameter specifies IP address or
        FQDN of security gateway (SeGW) used for mobile NR 
        node (e.g., IAB-node, MWAB-node) to establish secure connection 
        as specified in TS 28.315.";
        FQDN of security gateway (SeGW) used for an IAB-node or MWAB-gNB,
        to establish secure connection as specified in TS 28.315.";
      type inet:host;

    }

    leaf scsConfiguration {
      description "this parameter specifies IP address or FQDN of 
        configuration server (SCS) used for mobile NR node 
        (e.g., IAB-node, MWAB-node) to establish connection as
        specified in TS 28.315.";        
        configuration server (SCS) used for an IAB-node or MWAB-gNB,
        to establish connection as specified in TS 28.315.";        
      type inet:host; 
    }
  }

  grouping LocationInfoGrp {
    description "This data type contains location information 
      of mobile NR node (e.g., IAB-node, MWAB-node).";
      of an IAB-node or MWAB-gNB.";
    
    leaf gNBId {
      type int64 { range "0..4294967295"; }