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

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

parent cc38ff05
Loading
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -408,7 +408,8 @@ module _3gpp-5g-common-yang-types {


  grouping CaraConfigurationGrp {
    description "This data type represents the configuration used for an IAB-node or MWAB-gNB, to perform certificate enrolment procedure with
    description "This data type represents the configuration used for 
    an NR mobile node (e.g., IAB-node or MWAB), to perform certificate enrolment procedure with
    Certification Authority server (CA/RA) as specified in TS 28.315 clause 5.3";
    
    leaf caraAddress {
@@ -454,14 +455,14 @@ module _3gpp-5g-common-yang-types {
  
  grouping MnrOamIPConfigGrp { 
    description "This data type includes the configutation for OAM connectivity  
      used for an IAB-node or MWAB-gNB, to establish connection with
      used for  an NR mobile node (e.g., IAB-node or MWAB), 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 an IAB-node or MWAB-gNB,
      description "configuration used for  an NR mobile node (e.g., IAB-node or MWAB),
        to perform certificate enrolment procedure as specified in 
        TS 28.315.";
      uses CaraConfigurationGrp;
@@ -471,7 +472,8 @@ module _3gpp-5g-common-yang-types {

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

@@ -479,7 +481,8 @@ module _3gpp-5g-common-yang-types {

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

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