Commit b4feac93 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

7077

parent 3f215c73
Loading
Loading
Loading
Loading
Loading
+2 −34
Original line number Diff line number Diff line
@@ -16,28 +16,7 @@ module _3gpp-5gc-nrm-stmfunction {
  reference "3GPP TS 28.abc
    Signalling traffic monitoring management";
  
  revision 2024-11-07 { reference "S5-246360"; } 
  
  grouping StmReferenceGrp{
    description "This <<dataType>> defines a globally unique identifier, which 
      uniquely identifies the StmReportingCtrl that is created by STM consumer. 
      It composes with a consumer identifier followed by a STM identifier. 
      The consumer identifier is one-byte octet string, and it is assigned by 
      the operator. The STM identifier is two-byte octet string, and it is 
      generated by the consumer.";
    
      leaf consumerId {
        type string;
        mandatory true;
        description "A one-byte octet string identifier";
      }
      
      leaf stmId {
        type string;
        mandatory true;
        description "A two-byte octet string identifier";
      }
  }
  revision 2024-11-07 { reference "S5-247077"; } 
  
  grouping STMFunctionGrp {
    leaf stmTargetUri {
@@ -47,17 +26,6 @@ module _3gpp-5gc-nrm-stmfunction {
      reference "Clause 4.4 of 3GPP TS 32.158";
    }
    
    list stmRef {
      key "idx";
      min-elements 1;
      max-elements 1;
      description "A globally unique identifier, which uniquely identifies the
        StmReportingCtrl.";

      leaf idx { type uint32 ; }
      uses StmReferenceGrp ;    
    }

    leaf-list networkInterfaceType {
      type enumeration {
        enum ALL;
@@ -113,7 +81,7 @@ module _3gpp-5gc-nrm-stmfunction {
      If a YANG module wants to augment these classes/list/groupings they must
      augment all user classes!";

    list StmReportingCtrl  {
    list StmCtrl  {
      description "This IOC represents the STM Control and Configuration 
        parameters of a particular STM reporting controlling. It can be 
        name-contained by SubNetwork, ManagedElement, or ManagedFunction.