diff options
author | SagarS <sagar.shetty@est.tech> | 2021-08-16 16:55:10 +0100 |
---|---|---|
committer | SagarS <sagar.shetty@est.tech> | 2021-08-26 13:25:20 +0100 |
commit | 4b80d09d8c55c6361dcea126e267ae7207bdaac3 (patch) | |
tree | 583fbef61ddf976395380b5981f7cc3af932c90e /components/pm-subscription-handler/tests/data | |
parent | 1972718be2da50d09ea3284a7ab1746952be4cbb (diff) |
Subscription API DB changes with IPV4, IPV6 updates1.3.2-pmsh
Issue-ID: DCAEGEN2-2823
Change-Id: Ie455b1016ae1372934fa874667226ca9972b8d7f
Signed-off-by: SagarS <sagar.shetty@est.tech>
Diffstat (limited to 'components/pm-subscription-handler/tests/data')
-rwxr-xr-x | components/pm-subscription-handler/tests/data/pm_subscription_event.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/tests/data/pm_subscription_event.json b/components/pm-subscription-handler/tests/data/pm_subscription_event.json index cd547d9d..6b94373a 100755 --- a/components/pm-subscription-handler/tests/data/pm_subscription_event.json +++ b/components/pm-subscription-handler/tests/data/pm_subscription_event.json @@ -5,7 +5,7 @@ "policyName":"pmsh-operational-policy",
"changeType":"CREATE",
"closedLoopControlName":"pmsh-control-loop",
- "ipv4Address": "1.2.3.4",
+ "ipAddress": "204.120.0.15",
"subscription":{
"subscriptionName":"ExtraPM-All-gNB-R2B",
"administrativeState":"UNLOCKED",
|