Remove SDNR seed code
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / devicemanager / impl / src / main / java / org / opendaylight / mwtn / ptp / impl / GeoLocation.java
diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/devicemanager/impl/src/main/java/org/opendaylight/mwtn/ptp/impl/GeoLocation.java b/sdnr/wireless-transport/code-Carbon-SR1/apps/devicemanager/impl/src/main/java/org/opendaylight/mwtn/ptp/impl/GeoLocation.java
deleted file mode 100644 (file)
index aac3f58..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- *
- */
-package org.opendaylight.mwtn.ptp.impl;
-
-/**
- * Path list with logical-termination-point list
- "path" : [{
-  "path-id": "4d778388-41c8-11e7-a919-92ebcb67fe33",
-  "path-name": "NE-10-ClockIdentity",
-  "layer-protocol-name": "PTP",
-  "directionality": "unidirectional",
-  "logical-termination-point": [{
-    "ltp-reference":"yep",
-    "physical-port-reference": "shelf:1-slot:1-Card-port:5",
-    "node-reference":"NE-10",
-    "site-reference": "site-a",
-    "site-name": "GUI-Label",
-    "geo-location": {
-       "longitude": "54.123456",
-       "latitude": "13.123456"
-    }]
-  }]
-
- * @author herbert
- */
-
-public class GeoLocation {
-    String longitude;
-    String latitude;
-}