From d13e50de3efee0aee9aa110d054981980fbebf3f Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 29 Oct 2021 10:36:43 +0200
Subject: [PATCH] L2SS-358: Updated LTS configuration to match DTS

---
 CDB/stations/LTS_ConfigDb.json | 69 +---------------------------------
 1 file changed, 1 insertion(+), 68 deletions(-)

diff --git a/CDB/stations/LTS_ConfigDb.json b/CDB/stations/LTS_ConfigDb.json
index ae87cfeaf..6cacf3eb7 100644
--- a/CDB/stations/LTS_ConfigDb.json
+++ b/CDB/stations/LTS_ConfigDb.json
@@ -1,49 +1,5 @@
 {
     "servers": {
-        "APSCT": {
-            "LTS": {
-                "APSCT": {
-                    "LTS/APSCT/1": {
-                        "properties": {
-                            "OPC_Server_Name": [
-                                "ltspi.astron.nl"
-                            ],
-                            "OPC_Server_Port": [
-                                "4842"
-                            ],
-                            "OPC_Time_Out": [
-                                "5.0"
-                            ],
-                            "OPC_Node_Path_prefix": [
-                                "PCC"
-                            ]
-                        }
-                    }
-                }
-            }
-        },
-        "APSPU": {
-            "LTS": {
-                "APSPU": {
-                    "LTS/APSPU/1": {
-                        "properties": {
-                            "OPC_Server_Name": [
-                                "ltspi.astron.nl"
-                            ],
-                            "OPC_Server_Port": [
-                                "4842"
-                            ],
-                            "OPC_Time_Out": [
-                                "5.0"
-                            ],
-                            "OPC_Node_Path_prefix": [
-                                "PCC"
-                            ]
-                        }
-                    }
-                }
-            }
-        },
         "RECV": {
             "LTS": {
                 "RECV": {
@@ -53,10 +9,9 @@
                                 "ltspi.astron.nl"
                             ],
                             "OPC_Server_Port": [
-                                "4842"
+                                "4840"
                             ],
                             "OPC_Node_Path_prefix": [
-                                "PCC"
                             ],
                             "OPC_Time_Out": [
                                 "5.0"
@@ -260,28 +215,6 @@
                     }
                 }
             }
-        },
-        "UNB2": {
-            "LTS": {
-                "UNB2": {
-                    "LTS/UNB2/1": {
-                        "properties": {
-                            "OPC_Server_Name": [
-                                "despi.astron.nl"
-                            ],
-                            "OPC_Server_Port": [
-                                "4842"
-                            ],
-                            "OPC_Node_Path_prefix": [
-                                "PCC"
-                            ],
-                            "OPC_Time_Out": [
-                                "5.0"
-                            ]
-                        }
-                    }
-                }
-            }
         }
     }
 }
-- 
GitLab