Commit d045e981 authored by beaulac's avatar beaulac
Browse files

Added HeartbeatControl.triggerHeartbeatNtf

Removed property changes not specified in 28.623
parent a37b1cf8
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ module _3gpp-common-subscription-control {
  namespace "urn:3gpp:sa5:_3gpp-common-subscription-control";
  prefix "subscr3gpp";
    
  import _3gpp-common-yang-extensions { prefix yext3gpp; }
  import _3gpp-common-top { prefix top3gpp; }

  organization "3GPP SA5";
@@ -15,6 +16,7 @@ module _3gpp-common-subscription-control {
      Solution Set (SS) definitions
      3GPP TS 28.623";
  
  revision 2022-10-31 { reference CR-0195;   }
  revision 2021-01-16 { reference "CR-0120"; }  
  revision 2020-08-26 { reference "CR-0106"; }
  revision 2019-11-29 { reference "S5-197648 S5-197647 S5-197829 S5-197828"; }
@@ -90,8 +92,7 @@ module _3gpp-common-subscription-control {
  }
  
  grouping HeartbeatControlGrp {
   description "Attributes of HeartbeatControl. Note the triggerHeartbeatNtf
     attribute has no mapping in the present release.";
   description "Attributes of HeartbeatControl.";
    
    leaf heartbeatNtfPeriod {
      type uint32;
@@ -101,6 +102,20 @@ module _3gpp-common-subscription-control {
        The value of zero has the special meaning of stopping the heartbeat 
        notification emission.";
    }
    
    leaf triggerHeartbeatNtf {
      type boolean;
      default false;
      description "Setting this attribute to 'true' triggers an immediate 
        additional heartbeat notification emission. Setting the value to 
        'false' has no observable result.

        The periodicity of notifyHeartbeat emission is not changed.
        
        After triggering the heartbeat the system SHALL set the value 
        back to false.";
      yext3gpp:notNotifyable;
    }
  }
  
  grouping SubscriptionControlSubtree {
+0 −2
Original line number Diff line number Diff line
@@ -264,7 +264,6 @@ module _3gpp-common-yang-types {
        The format of the NF Instance ID shall be a 
        Universally Unique Identifier (UUID) version 4, 
        as described in IETF RFC 4122 " ;
      yext3gpp:notNotifyable;
    }
    
    leaf-list nfType {
@@ -272,7 +271,6 @@ module _3gpp-common-yang-types {
      min-elements 1;
      type NfType;
      description "Type of the Network Function" ;
      yext3gpp:notNotifyable;
    }
    
    leaf hostAddr {