Adding TestVNF netconf server
[demo.git] / vnfs / TestVNF / netconftemplates / netconftemplates / edit-config / running / turing-machine / response.xml
1 <rpc-reply <RPCHEADER>>
2   <data>
3 <turing-machine xmlns="http://example.net/turing-machine">
4   <transition-function>
5     <delta>
6       <label>separator</label>
7       <output>
8         <state>4</state>
9         <symbol>1</symbol>
10       </output>
11       <input>
12         <state>0</state>
13         <symbol>0</symbol>
14       </input>
15     </delta>
16     <delta>
17       <label>go home</label>
18       <output>
19         <head-move>left</head-move>
20       </output>
21       <input>
22         <state>3</state>
23         <symbol>1</symbol>
24       </input>
25     </delta>
26     <delta>
27       <label>write separator</label>
28       <output>
29         <state>3</state>
30         <head-move>left</head-move>
31         <symbol>0</symbol>
32       </output>
33       <input>
34         <state>2</state>
35         <symbol>1</symbol>
36       </input>
37     </delta>
38     <delta>
39       <label>right summand</label>
40       <input>
41         <state>1</state>
42         <symbol>1</symbol>
43       </input>
44     </delta>
45     <delta>
46       <label>left summand</label>
47       <input>
48         <state>0</state>
49         <symbol>1</symbol>
50       </input>
51     </delta>
52     <delta>
53       <label>right end</label>
54       <output>
55         <state>2</state>
56         <head-move>left</head-move>
57       </output>
58       <input>
59         <state>1</state>
60         <symbol></symbol>
61       </input>
62     </delta>
63     <delta>
64       <label>final step</label>
65       <output>
66         <state>4</state>
67       </output>
68       <input>
69         <state>3</state>
70         <symbol></symbol>
71       </input>
72     </delta>
73   </transition-function>
74 </turing-machine>
75   </data>
76 </rpc-reply>