Loading yang-models/_3gpp-5g-common-yang-types.yang +7 −4 Original line number Diff line number Diff line Loading @@ -515,12 +515,15 @@ module _3gpp-5g-common-yang-types { grouping CaraConfigurationGrp { 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"; 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 { type inet:host; description "IP address or FQDN of the CMP (Certificate Management Protocol) server"; description "IP address or FQDN of the CMP (Certificate Management Protocol) server"; } leaf portNumber { Loading yang-models/_3gpp-5gc-nrm-nfservice.yang +21 −0 Original line number Diff line number Diff line Loading @@ -220,6 +220,27 @@ module _3gpp-5gc-nrm-nfservice { pattern '[A-Fa-f0-9]*'; } } list supportedVendorSpecificFeatures { description "It indicates a map of Vendor-Specific features, where the key of the map is the IANA-assigned SMI Network Management Private Enterprise Codes and the value of each entry of the map shall be a list (array) of VendorSpecificFeature objects as defined in the clause 5.3.247."; key "enterpriseCode"; leaf enterpriseCode { type uint32; description "IANA-assigned SMI Network Management Private Enterprise Code"; } list vendorSpecificFeature { key "featureName"; config false; description "VendorSpecificFeature objects as defined in the clause 5.3.247."; uses types5g3gpp:VendorSpecificFeatureGrp; } } grouping ipEndPoint { choice address { Loading Loading
yang-models/_3gpp-5g-common-yang-types.yang +7 −4 Original line number Diff line number Diff line Loading @@ -515,12 +515,15 @@ module _3gpp-5g-common-yang-types { grouping CaraConfigurationGrp { 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"; 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 { type inet:host; description "IP address or FQDN of the CMP (Certificate Management Protocol) server"; description "IP address or FQDN of the CMP (Certificate Management Protocol) server"; } leaf portNumber { Loading
yang-models/_3gpp-5gc-nrm-nfservice.yang +21 −0 Original line number Diff line number Diff line Loading @@ -220,6 +220,27 @@ module _3gpp-5gc-nrm-nfservice { pattern '[A-Fa-f0-9]*'; } } list supportedVendorSpecificFeatures { description "It indicates a map of Vendor-Specific features, where the key of the map is the IANA-assigned SMI Network Management Private Enterprise Codes and the value of each entry of the map shall be a list (array) of VendorSpecificFeature objects as defined in the clause 5.3.247."; key "enterpriseCode"; leaf enterpriseCode { type uint32; description "IANA-assigned SMI Network Management Private Enterprise Code"; } list vendorSpecificFeature { key "featureName"; config false; description "VendorSpecificFeature objects as defined in the clause 5.3.247."; uses types5g3gpp:VendorSpecificFeatureGrp; } } grouping ipEndPoint { choice address { Loading