source: xssim/db/example/data/unit_details.sql @ 104

Revision 104, 3.0 KB checked in by wojtekp, 13 years ago (diff)
RevLine 
[104]1INSERT INTO `gssim_results`.`unit_details` (`fk_unit_id`, `name`, `value`)
2VALUES ('210', 'details', '1'),
3('211', 'details', '2'),
4('212', 'details', '3'),
5('220', 'details', '4'),
6('221', 'details', '5'),
7('222', 'details', '6'),
8('310', 'details', '8'),
9('311', 'details', '9'),
10('312', 'details', '10'),
11('320', 'details', '11'),
12('321', 'details', '12'),
13('322', 'details', '13'),
14('410', 'details', '15'),
15('411', 'details', '16'),
16('412', 'details', '17'),
17('420', 'details', '18'),
18('421', 'details', '19'),
19('422', 'details', '20'),
20('430', 'details', '21'),
21('440', 'Baud rate (bits/s)', '1000000'),
22('440', 'delay(ms)', '300'),
23('440', 'size of transmitted data(in bytes)', '2'),
24('441', 'Baud rate (bits/s)', '1000000'),
25('441', 'delay(ms)', '300'),
26('441', 'size of transmitted data(in bytes)', '0'),
27('442', 'Baud rate (bits/s)', '1000000'),
28('442', 'delay(ms)', '300'),
29('442', 'size of transmitted data(in bytes)', '3'),
30('443', 'Baud rate (bits/s)', '1000000'),
31('443', 'delay(ms)', '300'),
32('443', 'size of transmitted data(in bytes)', '3'),
33('444', 'Baud rate (bits/s)', '1000000'),
34('444', 'delay(ms)', '300'),
35('444', 'size of transmitted data(in bytes)', '0'),
36('445', 'Baud rate (bits/s)', '1000000'),
37('445', 'delay(ms)', '300'),
38('445', 'size of transmitted data(in bytes)', '2'),
39('446', 'Baud rate (bits/s)', '1000000'),
40('446', 'delay(ms)', '300'),
41('446', 'size of transmitted data(in bytes)', '3'),
42('447', 'Baud rate (bits/s)', '1000000'),
43('447', 'delay(ms)', '300'),
44('447', 'size of transmitted data(in bytes)', '0'),
45('448', 'Baud rate (bits/s)', '1000000'),
46('448', 'delay(ms)', '300'),
47('448', 'size of transmitted data(in bytes)', '5'),
48('510', 'details', '23'),
49('511', 'details', '24'),
50('512', 'details', '25'),
51('520', 'details', '26'),
52('521', 'details', '27'),
53('522', 'details', '28'),
54('530', 'details', '29'),
55('540', 'Baud rate (bits/s)', '10000000'),
56('540', 'delay(ms)', '300'),
57('540', 'size of transmitted data(in bytes)', '5'),
58('541', 'Baud rate (bits/s)', '10000000'),
59('541', 'delay(ms)', '300'),
60('541', 'size of transmitted data(in bytes)', '5'),
61('542', 'Baud rate (bits/s)', '10000000'),
62('542', 'delay(ms)', '300'),
63('542', 'size of transmitted data(in bytes)', '2'),
64('543', 'Baud rate (bits/s)', '10000000'),
65('543', 'delay(ms)', '300'),
66('543', 'size of transmitted data(in bytes)', '2'),
67('544', 'Baud rate (bits/s)', '10000000'),
68('544', 'delay(ms)', '300'),
69('544', 'size of transmitted data(in bytes)', '0'),
70('545', 'Baud rate (bits/s)', '10000000'),
71('545', 'delay(ms)', '300'),
72('545', 'size of transmitted data(in bytes)', '5'),
73('546', 'Baud rate (bits/s)', '10000000'),
74('546', 'delay(ms)', '300'),
75('546', 'size of transmitted data(in bytes)', '2'),
76('547', 'Baud rate (bits/s)', '10000000'),
77('547', 'delay(ms)', '300'),
78('547', 'size of transmitted data(in bytes)', '0'),
79('548', 'Baud rate (bits/s)', '10000000'),
80('548', 'delay(ms)', '300'),
81('548', 'size of transmitted data(in bytes)', '7');
Note: See TracBrowser for help on using the repository browser.