Loading yang-models/_3gpp-nr-nrm-iabfunction.yang +0 −48 Original line number Diff line number Diff line Loading @@ -21,54 +21,6 @@ module _3gpp-nr-nrm-iabfunction { revision 2025-10-01 { reference "CR-1617" ; } revision 2025-08-15 { reference "CR-1598"; } grouping CaraConfigurationGrp { description "This data type represents the configuration used for mobile NR node (e.g., IAB-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 CA/RA 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 IABGrp { description "IAB-node architecture is specified in TS 38.401. This IOC defines the configuration information for the IAB management, it is name Loading Loading
yang-models/_3gpp-nr-nrm-iabfunction.yang +0 −48 Original line number Diff line number Diff line Loading @@ -21,54 +21,6 @@ module _3gpp-nr-nrm-iabfunction { revision 2025-10-01 { reference "CR-1617" ; } revision 2025-08-15 { reference "CR-1598"; } grouping CaraConfigurationGrp { description "This data type represents the configuration used for mobile NR node (e.g., IAB-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 CA/RA 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 IABGrp { description "IAB-node architecture is specified in TS 38.401. This IOC defines the configuration information for the IAB management, it is name Loading