Loading yang-models/_3gpp-5g-common-yang-types.yang +47 −0 Original line number Diff line number Diff line Loading @@ -406,6 +406,53 @@ module _3gpp-5g-common-yang-types { } } grouping CaraConfigurationGrp { description "This data type represents the configuration used for mobile NR node (e.g., IAB-node, MWAB-node) 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"; } leaf portNumber { type inet:port-number; description "This parameter specifies the port number used by CMP (Certificate Management Protocol) server. The port for HTTP/HTTPSs transfer of CMP messages is not explicitly given in RFC 9811, therefore this parameter is required. The port number is usually represented as 2 octets."; } leaf path { type inet:uri; mandatory true; description "This parameter specifies the path (in ASCII string) to the CMP server directory. A CMP server may be located in an arbitrary path other than root."; } leaf subjectName { type string; mandatory true; description "This parameter specifies the subject name (in ASCII string) of the CA/RA. The use is described in 3GPP TS 33.310 clause 9.5.3."; } leaf protocol { type enumeration { enum HTTP; enum HTTPS; } description "This parameter specifies the protocol (HTTP or HTTPS) to be used for certificate enrolment. The use is described in 3GPP TS 33.310 clause 9.6."; } } grouping MnrOamIPConfigGrp { description "This data type includes the configutation for OAM connectivity used for mobile NR node (e.g., IAB-node, MWAB-node) to establish connection with Loading Loading
yang-models/_3gpp-5g-common-yang-types.yang +47 −0 Original line number Diff line number Diff line Loading @@ -406,6 +406,53 @@ module _3gpp-5g-common-yang-types { } } grouping CaraConfigurationGrp { description "This data type represents the configuration used for mobile NR node (e.g., IAB-node, MWAB-node) 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"; } leaf portNumber { type inet:port-number; description "This parameter specifies the port number used by CMP (Certificate Management Protocol) server. The port for HTTP/HTTPSs transfer of CMP messages is not explicitly given in RFC 9811, therefore this parameter is required. The port number is usually represented as 2 octets."; } leaf path { type inet:uri; mandatory true; description "This parameter specifies the path (in ASCII string) to the CMP server directory. A CMP server may be located in an arbitrary path other than root."; } leaf subjectName { type string; mandatory true; description "This parameter specifies the subject name (in ASCII string) of the CA/RA. The use is described in 3GPP TS 33.310 clause 9.5.3."; } leaf protocol { type enumeration { enum HTTP; enum HTTPS; } description "This parameter specifies the protocol (HTTP or HTTPS) to be used for certificate enrolment. The use is described in 3GPP TS 33.310 clause 9.6."; } } grouping MnrOamIPConfigGrp { description "This data type includes the configutation for OAM connectivity used for mobile NR node (e.g., IAB-node, MWAB-node) to establish connection with Loading