Commit 42d47874 authored by Zu Qiang's avatar Zu Qiang 🛀 Committed by lengyelb
Browse files

Update file _3gpp-5gc-nrm-stmfunction.yang

parent 6f64c6b5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ module _3gpp-5gc-nrm-stmfunction {

     leaf networkInterfaceType {
      type enumeration {
        enum ALL;
        enum N2;
        enum N4;
        enum N5;
@@ -92,10 +93,13 @@ module _3gpp-5gc-nrm-stmfunction {
        enum NL8;
        enum NL9;
      }
      default ALL;
      description "List of network interface type to be monitored. The 
        applicable network interface type names are specified based on 
        subclause 4.2.3 of 3GPP TS 23.501 and clause 4.2.1 of 3GPP 
        TS 23.273.";
        TS 23.273.
        The value "ALL" is specified for the case if all the applicable
        interface type of the network function shall be monitored.";
      reference "Clause 4.2.3 of 3GPP TS 23.501 and clause 4.2.1 of  
        3GPP TS 23.273 for details on the allowed values.";
    }