Fix tpce internal Yang syntax 54/92954/1
authormanuedelf <emmanuelle.delfour@orange.com>
Mon, 12 Oct 2020 12:36:26 +0000 (14:36 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Tue, 13 Oct 2020 08:47:32 +0000 (08:47 +0000)
- garbage/superflous "}" are no more tolerated by yangtools

JIRA: TRNSPRTPCE-336

Signed-off-by: manuedelf <emmanuelle.delfour@orange.com>
Change-Id: I4d9ec5ffc20a9daca4487a3e783e0183b517fbe3
(cherry picked from commit bded2dfda7111cb9d1f263b06794319103dc5d90)

api/src/main/yang/gnpy-eqpt-config@2018-11-19.yang
ordmodels/network/src/main/yang/transportpce-network-topology@2020-01-29.yang

index 93f13b08c5c31f3ed3ab5c93f9f21dd475959ce5..1ea1c2a659a0300e484740dc2f9822d6bcccc9d5 100644 (file)
@@ -55,7 +55,7 @@ module gnpy-eqpt-config {
       }
       description "a unique name to ID the fiber in the JSON or Excel template topology input file" ;
     }
-  }
+
 
   list Transceiver{
     key type_variety ;
@@ -71,7 +71,6 @@ module gnpy-eqpt-config {
         description "unique name of the mode" ;
       }
     }
-  }
 
   container Spans {
 
index 9200f59628e7bcdd3609cbeed6121ac704ddaf4d..169a1c5dcb0bfdd33485678f7d88b53bde2a0d6d 100644 (file)
@@ -74,6 +74,5 @@ module transportpce-topology {
           description
               "type of otn link, to help link management inside transportpce";
           }
-        }
     }
 }
\ No newline at end of file