diff --git a/.gitattributes b/.gitattributes
index cb250ec93ae3e490b693d0889f2328f854df1cdf..2099e4ec60f64a1671629cc5c2c6886e6b19341f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -714,6 +714,7 @@ LCU/StationTest/gold/xst_200_odd.gold -text
 LCU/StationTest/hbacontrol.txt -text
 LCU/StationTest/i2c_spu.py -text
 LCU/StationTest/i2c_td.py -text
+LCU/StationTest/ledtest.sh -text
 LCU/StationTest/modemlevel.sh -text
 LCU/StationTest/modules/cli.py -text
 LCU/StationTest/modules/mep.py -text
diff --git a/LCU/StationTest/ledtest.sh b/LCU/StationTest/ledtest.sh
new file mode 100644
index 0000000000000000000000000000000000000000..d250902c3705d454ed78f12f4b4b03a512fdfd4c
--- /dev/null
+++ b/LCU/StationTest/ledtest.sh
@@ -0,0 +1,16 @@
+# HBA frontend en RCU test met led 
+# M.J. Norden, 27-09-2010
+python verify.py --brd rsp0 --fp blp0 --te tc/hba_client.py --client_acces w --client_reg led --data 01
+echo "de led op de RCU 1 brand 2 seconden"
+sleep 2
+python verify.py --brd rsp0 --fp blp0 --te tc/hba_client.py --client_acces w --client_reg led --data 00
+echo "de led op de RCU 1 is nu uit"
+python verify.py --brd rsp0 --fp blp0 --te tc/hba_server.py --server 1 --server_acces uc --server_function sw --data 01,01
+echo "de led op de HBA-FE brand 2 seconden"
+sleep 2
+python verify.py --brd rsp0 --fp blp0 --te tc/hba_server.py --server 1 --server_acces uc --server_function sw --data 00,00
+echo "de led op de HBA-FE is nu uit"
+
+
+
+