diff options
author | Max Benjamin <max.benjamin@att.com> | 2019-12-11 18:09:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-11 18:09:20 +0000 |
commit | 02c068ce771ee4522936f2d15f41c2b631e965a8 (patch) | |
tree | 31c0b733ea40e5e575ae17271a46841e72386378 /so-simulator/src/main/resources/sdnc/vnf-api/AssignResponseSuccess.xml | |
parent | 6acf5b81168724ca4c889daf9b9cfcc5100e02e1 (diff) | |
parent | 6514e3bded45ec57f5157afc6d2833fb4e40f271 (diff) |
Merge "Add so-simulator project"Java-11-upgrade1212master
Diffstat (limited to 'so-simulator/src/main/resources/sdnc/vnf-api/AssignResponseSuccess.xml')
-rw-r--r-- | so-simulator/src/main/resources/sdnc/vnf-api/AssignResponseSuccess.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/so-simulator/src/main/resources/sdnc/vnf-api/AssignResponseSuccess.xml b/so-simulator/src/main/resources/sdnc/vnf-api/AssignResponseSuccess.xml new file mode 100644 index 0000000000..e43dfbff64 --- /dev/null +++ b/so-simulator/src/main/resources/sdnc/vnf-api/AssignResponseSuccess.xml @@ -0,0 +1,13 @@ + <output xmlns="com:att:sdnctl:vnf"> + <vnf-information> + <vnf-id>123123123123</vnf-id> + </vnf-information> + <response-code>200</response-code> + <svc-request-id>123123123123</svc-request-id> + <ack-final-indicator>Y</ack-final-indicator> + <service-information> + <subscriber-name>dontcare</subscriber-name> + <service-instance-id>0</service-instance-id> + <service-type>SDN-MOBILITY</service-type> + </service-information> + </output>
\ No newline at end of file |