From 8a610a38ae5d9705a50ebfb51c9a0ac1b2884e17 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 11 Aug 2023 14:37:27 +0000 Subject: [PATCH 1/5] Update _3gpp-common-subscription-control.yang --- yang-models/_3gpp-common-subscription-control.yang | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/yang-models/_3gpp-common-subscription-control.yang b/yang-models/_3gpp-common-subscription-control.yang index 7229d5648..df322375b 100755 --- a/yang-models/_3gpp-common-subscription-control.yang +++ b/yang-models/_3gpp-common-subscription-control.yang @@ -172,8 +172,8 @@ module _3gpp-common-subscription-control { list HeartbeatControl { description "MnS consumers (i.e. notification recipients) use heartbeat - notifications to monitor the communication channels between them and - data reporting MnS producers emitting notifications such as + notifications to monitor the communication channels between + themselves MnS producers configured to emit notifications such as notifyNewAlarm and notifyFileReady. A HeartbeatControl instance allows controlling the emission of @@ -205,7 +205,9 @@ module _3gpp-common-subscription-control { Creation and deletion of HeartbeatControl instances by MnS Consumers is optional; when not supported, the HeartbeatControl instances may be - created and deleted by the system or be pre-installed. + created and deleted by the system or be pre-installed. A single + HeartbeatControl instance may emit heartbeats for multiple MnS, + identified by MNSAgent in the notification. Whether and when to emit heartbeat notifications is controlled by HeartbeatControl. Subscription for heartbeat is not supported via the @@ -221,4 +223,4 @@ module _3gpp-common-subscription-control { } } } -} \ No newline at end of file +} -- GitLab From 703b930c2acbcbd22a9e8fc3e5ea186141f3f950 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 11 Aug 2023 14:44:23 +0000 Subject: [PATCH 2/5] Update _3gpp-common-subscription-control.yang --- yang-models/_3gpp-common-subscription-control.yang | 1 + 1 file changed, 1 insertion(+) diff --git a/yang-models/_3gpp-common-subscription-control.yang b/yang-models/_3gpp-common-subscription-control.yang index df322375b..54cf11250 100755 --- a/yang-models/_3gpp-common-subscription-control.yang +++ b/yang-models/_3gpp-common-subscription-control.yang @@ -16,6 +16,7 @@ module _3gpp-common-subscription-control { Solution Set (SS) definitions 3GPP TS 28.623"; + revision 2023-08-11 { reference "CR-0258"; } revision 2022-11-03 { reference CR-0192; } revision 2021-01-16 { reference "CR-0120"; } revision 2020-08-26 { reference "CR-0106"; } -- GitLab From 202d8362456b2673f9dc3ebf756f1a5c1b6122bd Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 24 Aug 2023 14:58:14 +0000 Subject: [PATCH 3/5] Update _3gpp-common-subscription-control.yang --- yang-models/_3gpp-common-subscription-control.yang | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yang-models/_3gpp-common-subscription-control.yang b/yang-models/_3gpp-common-subscription-control.yang index 54cf11250..3970f8f79 100755 --- a/yang-models/_3gpp-common-subscription-control.yang +++ b/yang-models/_3gpp-common-subscription-control.yang @@ -174,8 +174,7 @@ module _3gpp-common-subscription-control { list HeartbeatControl { description "MnS consumers (i.e. notification recipients) use heartbeat notifications to monitor the communication channels between - themselves MnS producers configured to emit notifications such as - notifyNewAlarm and notifyFileReady. + themselves and MnS producers configured to emit notifications. A HeartbeatControl instance allows controlling the emission of heartbeat notifications by MnS producers. The recipients of heartbeat -- GitLab From ccec1f82c20117c4ff75bfb29334e2dd80235a05 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 24 Aug 2023 15:02:08 +0000 Subject: [PATCH 4/5] Update _3gpp-common-subscription-control.yang --- yang-models/_3gpp-common-subscription-control.yang | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yang-models/_3gpp-common-subscription-control.yang b/yang-models/_3gpp-common-subscription-control.yang index 3970f8f79..6b7fe7e8d 100755 --- a/yang-models/_3gpp-common-subscription-control.yang +++ b/yang-models/_3gpp-common-subscription-control.yang @@ -205,9 +205,7 @@ module _3gpp-common-subscription-control { Creation and deletion of HeartbeatControl instances by MnS Consumers is optional; when not supported, the HeartbeatControl instances may be - created and deleted by the system or be pre-installed. A single - HeartbeatControl instance may emit heartbeats for multiple MnS, - identified by MNSAgent in the notification. + created and deleted by the system or be pre-installed. Whether and when to emit heartbeat notifications is controlled by HeartbeatControl. Subscription for heartbeat is not supported via the -- GitLab From de104db9b7dab563897cf5487866d337bd311bdd Mon Sep 17 00:00:00 2001 From: lengyelb Date: Thu, 14 Sep 2023 10:23:13 +0000 Subject: [PATCH 5/5] Update _3gpp-common-subscription-control.yang Update revision date to avoid clash with R17 --- yang-models/_3gpp-common-subscription-control.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-subscription-control.yang b/yang-models/_3gpp-common-subscription-control.yang index 6b7fe7e8d..c04ccb3d5 100755 --- a/yang-models/_3gpp-common-subscription-control.yang +++ b/yang-models/_3gpp-common-subscription-control.yang @@ -16,7 +16,7 @@ module _3gpp-common-subscription-control { Solution Set (SS) definitions 3GPP TS 28.623"; - revision 2023-08-11 { reference "CR-0258"; } + revision 2023-08-12 { reference "CR-0258"; } revision 2022-11-03 { reference CR-0192; } revision 2021-01-16 { reference "CR-0120"; } revision 2020-08-26 { reference "CR-0106"; } -- GitLab