Commit c24d080c authored by qiwen's avatar qiwen Committed by lengyelb
Browse files

Update 2 files

- /yang-models/_3gpp-5gc-nrm-nfprofile.yang
- /yang-models/_3gpp-5gc-nrm-smffunction.yang
parent 902a535f
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -1137,28 +1137,6 @@ module _3gpp-5gc-nrm-nfprofile {
      type string;
    }
    
    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;
    }
  }
  
  grouping PlmnSnssai {
    list plmnId {
      description "PLMN ID for which list of supported S-NSSAI(s)
+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" {