Commit 417e9a3f authored by qiwen's avatar qiwen Committed by lengyelb
Browse files

Update file _3gpp-5gc-nrm-nfprofile.yang

parent 6af053ce
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -983,14 +983,16 @@ module _3gpp-5gc-nrm-nfprofile {
    }

    leaf-list dnaiList {
      description "List of Data network access identifiers supported by the SMF for this DNN.
                   The absence of this attribute indicates that the SMF can be selected for this DNN for any DNAI.";
      description "List of Data network access identifiers supported by 
      the SMF for this DNN. The absence of this attribute indicates that
       the SMF can be selected for this DNN for any DNAI.";
      min-elements 1;
      type string; //dnai is the type but its only a string with desc: DNAI (Data network access identifier), is this needed as its own typedef or string is ok
      type string;
    }

    list dnaiSatelliteMappingList {
      description "List of the mapping relationship between satellite ID and at least one DNAI.";
      description "List of the mapping relationship between
       satellite ID and at least one DNAI.";
      min-elements 1;
      key "satelliteid";
      uses dnaiSatelliteMapping;
@@ -999,10 +1001,9 @@ module _3gpp-5gc-nrm-nfprofile {

  grouping dnaiSatelliteMapping {
    leaf-list dnaiList {
      description "List of Data network access identifiers supported by the SMF for this DNN.
                   The absence of this attribute indicates that the SMF can be selected for this DNN for any DNAI.";
      description "List of Data network access identifiers.";
      min-elements 1;
      type string; //dnai is the type but its only a string with desc: DNAI (Data network access identifier), is this needed as its own typedef or string is ok
      type string; 
    }
    
    leaf satelliteid {