Advertisement
Guest User

Untitled

a guest
Aug 12th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. ###############################################
  2. # Configuration file for Diag
  3. # Quality Assurance
  4. # WLAN & BT RSSI measurement
  5. #
  6. # 2006/09/06 kyoshida
  7. # Detect the presence or absence of Eurus support
  8. # 2006/10/10 kyoshida
  9. # Standard for the RSSI value
  10. # Follow the "Guidelines for inspection and adjustment. 06.10.05" (YYMMDD)
  11. ###############################################
  12. #=== Common Settings =================================
  13. #
  14. # Set the measurement mode
  15. #
  16. # 0 = Standard inspection (1 time)
  17. # 1 = Repeated measurement for Debug
  18. # ----------------------------------------------------
  19. 0
  20. #=== Common Settings =================================
  21. #
  22. # In case of standard inspection you can shut down the RSSI.
  23. #
  24. # 0 = Do not shutdown.
  25. # 1 = Do shutdown.
  26. #-----------------------------------------------------
  27. 0
  28. #=== Common Settings =================================
  29. #
  30. # *Valid only if shutdown = 00
  31. #
  32. # Controls what led does in case of (-OK-) on standard RSSI
  33. #
  34. # LED ID
  35. #
  36. # 1 = POWER(green)
  37. # 2 = STATUS(red)
  38. #
  39. # LED ACTION
  40. #
  41. # 0 = OFF
  42. # 1 = ON
  43. # 2 = BLINK FAST
  44. # 3 = BLINK SLOW
  45. #------------------------------------------------------
  46. #<1>------
  47. # LED ID
  48. 1
  49. # LED ACTION
  50. 1
  51. #<2>------
  52. # LED ID
  53. 2
  54. # LED ACTION
  55. 0
  56. #=== Common Settings ==================================
  57. #
  58. # *Valid only if shutdown = 00
  59. #
  60. # Controls what led does in case of (-NG-) on standard RSSI
  61. #
  62. # LED ID
  63. #
  64. # 1 = POWER(green)
  65. # 2 = STATUS(red)
  66. #
  67. # LED ACTION
  68. #
  69. # 0 = OFF
  70. # 1 = ON
  71. # 2 = BLINK FAST
  72. # 3 = BLINK SLOW
  73. #------------------------------------------------------
  74. #=== WLAN configuration =================================
  75. #
  76. # <Decimal input>
  77. #
  78. # Settings for RSSI measurement? Set of:
  79. #
  80. # 0 = Do not measure
  81. # 1 = Do measure
  82. # 2 = Measure using HW config for Eurus
  83. #
  84. # RSSI Standard
  85. #
  86. # min[dBm]
  87. # max[dBm]
  88. #
  89. # OK count
  90. # NG count
  91. #
  92. # Estimated measurement time per loop
  93. # [Number of measured channels] × 100msec
  94. #----------------------------------------------
  95. # <ANTENNA A>
  96. 0
  97. -80
  98. -20
  99. 2
  100. 200
  101. # <ANTENNA B>
  102. 0
  103. -80
  104. -20
  105. 2
  106. 200
  107. # <ANTENNA DIVERSITY>
  108. 0
  109. -80
  110. -20
  111. 2
  112. 200
  113. #=== WLAN configuration =================================
  114. #
  115. # <Decimal input>
  116. #
  117. # Set RSSI channel measurements
  118. # Specify 1 - 13
  119. #
  120. # channel < 14 = Do measure
  121. # channel > 13 = Do not measure (CH number less than or equal to 255)
  122. #
  123. #--------------------------------------------------------
  124. # If you want to measure all from 1 to 13ch
  125. 1
  126. 2
  127. 3
  128. 4
  129. 5
  130. 6
  131. 7
  132. 8
  133. 9
  134. 10
  135. 11
  136. 12
  137. 13
  138. ###############################################
  139. # samples
  140. # If you want to measure a specific channel
  141. ##############################################
  142. #1
  143. #13
  144. #77
  145. #77
  146. #77
  147. #77
  148. #77
  149. #77
  150. #77
  151. #77
  152. #77
  153. #77
  154. #77
  155. #END-samples----------------------------------
  156. #=== Access Point Test Connection settings ===
  157. #
  158. # Settings for RSSI measurement? Set of:
  159. #
  160. # 0 = Do not measure
  161. # 1 = Do measure
  162. # 2 = Measure using HW config for Eurus
  163. #
  164. # OK count
  165. # NG count
  166. #
  167. # Estimated measurement time per loop
  168. # 100msec
  169. #
  170. # <AP>
  171. # SSID
  172. # IP ADDRESS
  173. #
  174. # <COOKIE>
  175. # IP ADDRESS
  176. # NETMASK
  177. # DEFAULT ROUTE
  178. # PRIMARY DNS
  179. #
  180. #----------------------------------------------
  181. 0
  182. 10
  183. 300
  184. #<AP>
  185. LV2DIAG-AP
  186. 192.168.1.1
  187. #<COOKIE>
  188. 192.168.1.100
  189. 255.255.255.0
  190. 192.168.1.1
  191. 192.168.1.1
  192. #=== BT Settings ==============================
  193. #
  194. # <Decimal input>
  195. #
  196. # Settings for RSSI measurement? Set of:
  197. #
  198. # 0 = Do not measure
  199. # 1 = Do measure
  200. #
  201. # RSSI Standard
  202. #
  203. # min[dBm]
  204. # max[dBm]
  205. #
  206. # OK count
  207. # NG count
  208. #
  209. # Estimated measurement time per loop
  210. # 100msec
  211. #----------------------------------------------
  212. # <ANTENNA 1>
  213. 0
  214. -60
  215. -1
  216. 2
  217. 300
  218. # <ANTENNA 2>
  219. 0
  220. -60
  221. -1
  222. 2
  223. 30
  224. # <ANTENNA DIVERSITY>
  225. 0
  226. -60
  227. -1
  228. 2
  229. 30
  230. #=== CS Only ================================
  231. #
  232. # LED Lighting pattern when removing the controller
  233. #
  234. # LED ID
  235. #
  236. # 1 = POWER(green)
  237. # 2 = STATUS(red)
  238. #
  239. # LED ACTION
  240. #
  241. # 0 = OFF
  242. # 1 = ON
  243. # 2 = BLINK FAST
  244. # 3 = BLINK SLOW
  245. #--------------------------------------------
  246. #<1>------
  247. # LED ID
  248. 1
  249. # LED ACTION
  250. 2
  251. #<2>------
  252. # LED ID
  253. 2
  254. # LED ACTION
  255. 0
  256. #=== Other items ===================
  257. # to be executed after WLAN and BT inspection
  258. #----------------------------------------------
  259. # Drive Init
  260. # 0 = Do not perform
  261. # 1 = Do perform
  262. #----------------------------------------------
  263. 1
  264. #---------------------------------------------
  265. # Install Systemsoftware
  266. # 0 = Do not perform
  267. # 1 = Do perform
  268. #----------------------------------------------
  269. 0
  270. #---------------------------------------------
  271. # freebdp
  272. # 0 = Do not perform
  273. # 1 = Do perform
  274. #----------------------------------------------
  275. 1
  276. #---------------------------------------------
  277. # Name of file used for Install Systemsoftware
  278. #----------------------------------------------
  279. manufacturing_updater_for_reset.self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement