diff options
author | ERIMROB <robertas.rimkus@est.tech> | 2020-02-12 11:35:20 +0000 |
---|---|---|
committer | ERIMROB <robertas.rimkus@est.tech> | 2020-02-20 16:03:48 +0000 |
commit | 26b76c02052269ea850d8d4efd6deb536115a0af (patch) | |
tree | f7485d7ccd0e7d95c000b9c05bce2c371c34581a /components/pm-subscription-handler/tests/data | |
parent | d42ac06c733c43e19a01b4203c1b987b4973ccfd (diff) |
Add Support for Activation and Deactivation
* Add support for reconfiguration of the administrativeState field
* Add support for policy feedback handling
* Fix network function filter applying to non active network functions
Signed-off-by: ERIMROB <robertas.rimkus@est.tech>
Change-Id: Ic1cfc3207b2495c1d8d10acd0ed1c40114cf4643
Issue-ID: DCAEGEN2-1830
Diffstat (limited to 'components/pm-subscription-handler/tests/data')
-rw-r--r-- | components/pm-subscription-handler/tests/data/aai_xnfs.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/components/pm-subscription-handler/tests/data/aai_xnfs.json b/components/pm-subscription-handler/tests/data/aai_xnfs.json index 78fc6548..d0c2043e 100644 --- a/components/pm-subscription-handler/tests/data/aai_xnfs.json +++ b/components/pm-subscription-handler/tests/data/aai_xnfs.json @@ -36,7 +36,8 @@ "serial-number": "6061ZW3", "ipaddress-v6-oam": "2001:0db8:0:0:0:0:1428:57ab", "resource-version": "1573053304574", - "nf-role": "gNB" + "nf-role": "gNB", + "orchestration-status": "Active" } }, { @@ -50,7 +51,7 @@ "equip-vendor": "Nokia", "equip-model": "val6", "ipaddress-v4-oam": "10.10.10.66", - "orchestration-status": "Inventoried", + "orchestration-status": "Active", "sw-version": "val7", "in-maint": false, "serial-number": "6061ZW3", @@ -70,6 +71,7 @@ "equip-vendor": "Nokia", "equip-model": "val6", "ipaddress-v4-oam": "10.10.13.26", + "orchestration-status": "Active", "sw-version": "val7", "in-maint": false, "serial-number": "6061ZW3", @@ -89,7 +91,7 @@ "equip-vendor": "Ericsson", "equip-model": "val6", "ipaddress-v4-oam": "10.40.10.26", - "orchestration-status": "Inventoried", + "orchestration-status": "Inventoried", "sw-version": "val7", "in-maint": false, "serial-number": "6061ZW3", |