Skip to content
...@@ -52,7 +52,7 @@ TTA, TTC). All rights reserved."; ...@@ -52,7 +52,7 @@ TTA, TTC). All rights reserved.";
type types3gpp:NfType; type types3gpp:NfType;
} }
} }
grouping SupiRange { grouping SupiRangeGrp {
leaf start { leaf start {
description "First value identifying the start ofa SUPI range.To be description "First value identifying the start ofa SUPI range.To be
used when the range of SUPI's can be represented as a numeric range used when the range of SUPI's can be represented as a numeric range
...@@ -119,7 +119,7 @@ TTA, TTC). All rights reserved."; ...@@ -119,7 +119,7 @@ TTA, TTC). All rights reserved.";
be selected."; be selected.";
key idx; key idx;
leaf idx { type uint32; } leaf idx { type uint32; }
uses SupiRange; uses SupiRangeGrp;
} }
list gpsiRangeList { list gpsiRangeList {
description "It represents a set of GPSIs for which the NF description "It represents a set of GPSIs for which the NF
......
...@@ -113,9 +113,10 @@ module _3gpp-5gc-nrm-pcffunction { ...@@ -113,9 +113,10 @@ module _3gpp-5gc-nrm-pcffunction {
list supiRanges { list supiRanges {
description "List of ranges of SUPIs that can be served by description "List of ranges of SUPIs that can be served by
the PCF instance. If not provided, the PCF can serve any SUPI."; the PCF instance. If not provided, the PCF can serve any SUPI.";
key "start end pattern"; key idx;
leaf idx { type uint32; }
min-elements 1; min-elements 1;
uses mnfp3gpp:SupiRange; uses mnfp3gpp:SupiRangeGrp;
} }
leaf rxDiamHost { leaf rxDiamHost {
......
...@@ -29,7 +29,7 @@ module _3gpp-5gc-nrm-smffunction { ...@@ -29,7 +29,7 @@ module _3gpp-5gc-nrm-smffunction {
revision 2018-08-07 { reference "Initial revision";} revision 2018-08-07 { reference "Initial revision";}
grouping smfInfo { grouping SmfInfoGrp {
list sNssaiSmfInfoList { list sNssaiSmfInfoList {
description "List of parameters supported by the SMF per S-NSSAI."; description "List of parameters supported by the SMF per S-NSSAI.";
......
...@@ -85,7 +85,7 @@ module _3gpp-5gc-nrm-udmfunction { ...@@ -85,7 +85,7 @@ module _3gpp-5gc-nrm-udmfunction {
available in the UDM instance."; available in the UDM instance.";
key "start end pattern"; key "start end pattern";
min-elements 1; min-elements 1;
uses mnfp3gpp:SupiRange; uses mnfp3gpp:SupiRangeGrp;
} }
list gpsiRanges { list gpsiRanges {
......
...@@ -28,7 +28,7 @@ module _3gpp-5gc-nrm-udrfunction { ...@@ -28,7 +28,7 @@ module _3gpp-5gc-nrm-udrfunction {
revision 2019-05-22 {reference "initial revision"; } revision 2019-05-22 {reference "initial revision"; }
grouping udrInfo { grouping UdrInfoGrp {
leaf groupId { leaf groupId {
description "Identity of the UDR group that is served description "Identity of the UDR group that is served
...@@ -43,7 +43,7 @@ module _3gpp-5gc-nrm-udrfunction { ...@@ -43,7 +43,7 @@ module _3gpp-5gc-nrm-udrfunction {
is available in the UDR instance."; is available in the UDR instance.";
key "start end pattern"; key "start end pattern";
min-elements 1; min-elements 1;
uses mnfp3gpp:SupiRange; uses mnfp3gpp:SupiRangeGrp;
} }
list gpsiRanges { list gpsiRanges {
......