aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/TestVNF/netconftemplates/netconftemplates/commit/NA/turing-machine/response.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/TestVNF/netconftemplates/netconftemplates/commit/NA/turing-machine/response.xml')
-rw-r--r--vnfs/TestVNF/netconftemplates/netconftemplates/commit/NA/turing-machine/response.xml76
1 files changed, 76 insertions, 0 deletions
diff --git a/vnfs/TestVNF/netconftemplates/netconftemplates/commit/NA/turing-machine/response.xml b/vnfs/TestVNF/netconftemplates/netconftemplates/commit/NA/turing-machine/response.xml
new file mode 100644
index 00000000..4a659af3
--- /dev/null
+++ b/vnfs/TestVNF/netconftemplates/netconftemplates/commit/NA/turing-machine/response.xml
@@ -0,0 +1,76 @@
+<rpc-reply <RPCHEADER>>
+ <data>
+<turing-machine xmlns="http://example.net/turing-machine">
+ <transition-function>
+ <delta>
+ <label>separator</label>
+ <output>
+ <state>4</state>
+ <symbol>1</symbol>
+ </output>
+ <input>
+ <state>0</state>
+ <symbol>0</symbol>
+ </input>
+ </delta>
+ <delta>
+ <label>go home</label>
+ <output>
+ <head-move>left</head-move>
+ </output>
+ <input>
+ <state>3</state>
+ <symbol>1</symbol>
+ </input>
+ </delta>
+ <delta>
+ <label>write separator</label>
+ <output>
+ <state>3</state>
+ <head-move>left</head-move>
+ <symbol>0</symbol>
+ </output>
+ <input>
+ <state>2</state>
+ <symbol>1</symbol>
+ </input>
+ </delta>
+ <delta>
+ <label>right summand</label>
+ <input>
+ <state>1</state>
+ <symbol>1</symbol>
+ </input>
+ </delta>
+ <delta>
+ <label>left summand</label>
+ <input>
+ <state>0</state>
+ <symbol>1</symbol>
+ </input>
+ </delta>
+ <delta>
+ <label>right end</label>
+ <output>
+ <state>2</state>
+ <head-move>left</head-move>
+ </output>
+ <input>
+ <state>1</state>
+ <symbol></symbol>
+ </input>
+ </delta>
+ <delta>
+ <label>final step</label>
+ <output>
+ <state>4</state>
+ </output>
+ <input>
+ <state>3</state>
+ <symbol></symbol>
+ </input>
+ </delta>
+ </transition-function>
+</turing-machine>
+ </data>
+</rpc-reply> \ No newline at end of file