Commit 7f86738e authored by lengyelb's avatar lengyelb
Browse files

Merge branch...

Merge branch '28.541_Rel-18_CR1147_Add_new_attribute_to_describe_the_mapping_relationship_between_DNAI_and_satellite_ID' into 'Integration_Rel18_SA5_153_YANG'

28.541 rel 18 cr1147 add new attribute to describe the mapping relationship between dnai and satellite

See merge request !992
parents 2b050fbd 278f2295
Loading
Loading
Loading
Loading
Loading
+267 −110

File changed.

Preview size limit exceeded, changes collapsed.

+21 −0
Original line number Diff line number Diff line
@@ -91,6 +91,27 @@ module _3gpp-5gc-nrm-smffunction {
      description "DN of the Dynamic5QISet that the SMFFunction supports 
        (is associated to).";
    }

    list dnaiSatelliteMappingList {
      description "List of the mapping relationship between
       satellite ID and at least one DNAI.";
      min-elements 1;
      key "satelliteid";
      uses dnaiSatelliteMapping;
    }
  }

  grouping dnaiSatelliteMapping {
    leaf-list dnaiList {
      description "List of Data network access identifiers.";
      min-elements 1;
      type string; 
    }
    
    leaf satelliteid {
      description "Unique identifier of a GEO satellite.";
      type string;
    }
  }

  augment "/me3gpp:ManagedElement" {