Loading yang-models/_3gpp-5gc-nrm-stmfunction.yang +13 −2 Original line number Diff line number Diff line Loading @@ -20,11 +20,22 @@ module _3gpp-5gc-nrm-stmfunction { revision 2024-11-07 { reference "S5-247077"; } grouping NetworkInterfaceGrp { description "Represents the STM Network Interface Datatype."; description "Represents the network interface for which signalling traffic messages are to be copied and sent to the external entity. The attribute networkInterfaceType specifies the network interface type to be monitored. The optional attribute networkInterfaceInstanceList specifies the network interface instances to be monitored. It is a list of applicable network interface instances of the network interface type specified by networkInterfaceType. The optional attribute serviceOperationList specifies the service operations to be monitored. It is a list of applicable service operations exchanged over the network interface instances specified by networkInterfaceInstanceList, or, if networkInterfaceInstanceList is not present, it is list of applicable service operations exchanged over the network interface type specified by networkInterfaceType."; leaf networkInterfaceType { type enumeration { enum ALL; enum N2; enum N4; enum N5; Loading Loading
yang-models/_3gpp-5gc-nrm-stmfunction.yang +13 −2 Original line number Diff line number Diff line Loading @@ -20,11 +20,22 @@ module _3gpp-5gc-nrm-stmfunction { revision 2024-11-07 { reference "S5-247077"; } grouping NetworkInterfaceGrp { description "Represents the STM Network Interface Datatype."; description "Represents the network interface for which signalling traffic messages are to be copied and sent to the external entity. The attribute networkInterfaceType specifies the network interface type to be monitored. The optional attribute networkInterfaceInstanceList specifies the network interface instances to be monitored. It is a list of applicable network interface instances of the network interface type specified by networkInterfaceType. The optional attribute serviceOperationList specifies the service operations to be monitored. It is a list of applicable service operations exchanged over the network interface instances specified by networkInterfaceInstanceList, or, if networkInterfaceInstanceList is not present, it is list of applicable service operations exchanged over the network interface type specified by networkInterfaceType."; leaf networkInterfaceType { type enumeration { enum ALL; enum N2; enum N4; enum N5; Loading