From c119dd174f85c595b11d5f66bd3c5ff9035e01ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 8 Jul 2022 11:03:04 +0900
Subject: [PATCH] software/ors-amarisoft format json to fix test failure

using ./format-json script
---
 ...instance-tdd1900-enb-epc-input-schema.json | 18 +++++++-------
 .../instance-tdd1900-enb-input-schema.json    | 18 +++++++-------
 ...instance-tdd1900-gnb-epc-input-schema.json | 24 +++++++++----------
 .../instance-tdd1900-gnb-input-schema.json    | 24 +++++++++----------
 ...instance-tdd2600-enb-epc-input-schema.json | 18 +++++++-------
 .../instance-tdd2600-enb-input-schema.json    | 18 +++++++-------
 ...instance-tdd2600-gnb-epc-input-schema.json | 24 +++++++++----------
 .../instance-tdd2600-gnb-input-schema.json    | 24 +++++++++----------
 ...instance-tdd3500-enb-epc-input-schema.json | 18 +++++++-------
 .../instance-tdd3500-enb-input-schema.json    | 18 +++++++-------
 ...instance-tdd3500-gnb-epc-input-schema.json | 24 +++++++++----------
 .../instance-tdd3500-gnb-input-schema.json    | 24 +++++++++----------
 ...instance-tdd3700-enb-epc-input-schema.json | 18 +++++++-------
 .../instance-tdd3700-enb-input-schema.json    | 18 +++++++-------
 ...instance-tdd3700-gnb-epc-input-schema.json | 24 +++++++++----------
 .../instance-tdd3700-gnb-input-schema.json    | 24 +++++++++----------
 .../ors-amarisoft/software-tdd1900.cfg.json   |  2 +-
 .../ors-amarisoft/software-tdd2600.cfg.json   |  2 +-
 .../ors-amarisoft/software-tdd3500.cfg.json   |  2 +-
 .../ors-amarisoft/software-tdd3700.cfg.json   |  2 +-
 20 files changed, 172 insertions(+), 172 deletions(-)

diff --git a/software/ors-amarisoft/instance-tdd1900-enb-epc-input-schema.json b/software/ors-amarisoft/instance-tdd1900-enb-epc-input-schema.json
index 324279db2..45d33ac4b 100644
--- a/software/ors-amarisoft/instance-tdd1900-enb-epc-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd1900-enb-epc-input-schema.json
@@ -48,7 +48,7 @@
     "mme_list": {
       "title": "MME list",
       "description": "Optionnal. List of MME to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "mme_addr": {
@@ -72,25 +72,25 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "attach_without_pdn": {
               "default": false,
-							"title": "Attach Without PDN",
-							"description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
+              "title": "Attach Without PDN",
+              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
               "type": "boolean"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -101,4 +101,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd1900-enb-input-schema.json b/software/ors-amarisoft/instance-tdd1900-enb-input-schema.json
index 4876ac15f..6dfbb7f02 100644
--- a/software/ors-amarisoft/instance-tdd1900-enb-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd1900-enb-input-schema.json
@@ -36,7 +36,7 @@
     "mme_list": {
       "title": "MME list",
       "description": "Optionnal. List of MME to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "mme_addr": {
@@ -60,25 +60,25 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "attach_without_pdn": {
               "default": false,
-							"title": "Attach Without PDN",
-							"description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
+              "title": "Attach Without PDN",
+              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
               "type": "boolean"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -89,4 +89,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd1900-gnb-epc-input-schema.json b/software/ors-amarisoft/instance-tdd1900-gnb-epc-input-schema.json
index 975b98708..23eec9e91 100644
--- a/software/ors-amarisoft/instance-tdd1900-gnb-epc-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd1900-gnb-epc-input-schema.json
@@ -48,7 +48,7 @@
     "amf_list": {
       "title": "AMF list",
       "description": "Optionnal. List of AMF to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "amf_addr": {
@@ -78,30 +78,30 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "tac": {
               "default": 100,
-							"title": "Tracking Area Code",
-							"description": "Integer (range 0 to 16777215)",
+              "title": "Tracking Area Code",
+              "description": "Integer (range 0 to 16777215)",
               "type": "number"
             },
             "ranac": {
-							"title": "Optional integer (range 0 to 255)",
-							"description": "RAN Area Code",
+              "title": "Optional integer (range 0 to 255)",
+              "description": "RAN Area Code",
               "type": "number"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -114,7 +114,7 @@
     "nssai": {
       "title": "AMF slices configuration",
       "description": "AMF slices configuration.",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "sst": {
@@ -137,4 +137,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd1900-gnb-input-schema.json b/software/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
index 2af9d6f31..1698c4157 100644
--- a/software/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
@@ -36,7 +36,7 @@
     "amf_list": {
       "title": "AMF list",
       "description": "Optionnal. List of AMF to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "amf_addr": {
@@ -66,30 +66,30 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "tac": {
               "default": 100,
-							"title": "Tracking Area Code",
-							"description": "Integer (range 0 to 16777215)",
+              "title": "Tracking Area Code",
+              "description": "Integer (range 0 to 16777215)",
               "type": "number"
             },
             "ranac": {
-							"title": "Optional integer (range 0 to 255)",
-							"description": "RAN Area Code",
+              "title": "Optional integer (range 0 to 255)",
+              "description": "RAN Area Code",
               "type": "number"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -102,7 +102,7 @@
     "nssai": {
       "title": "AMF slices configuration",
       "description": "AMF slices configuration.",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "sst": {
@@ -125,4 +125,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd2600-enb-epc-input-schema.json b/software/ors-amarisoft/instance-tdd2600-enb-epc-input-schema.json
index 7600d7b80..128bf3004 100644
--- a/software/ors-amarisoft/instance-tdd2600-enb-epc-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd2600-enb-epc-input-schema.json
@@ -48,7 +48,7 @@
     "mme_list": {
       "title": "MME list",
       "description": "Optionnal. List of MME to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "mme_addr": {
@@ -72,25 +72,25 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "attach_without_pdn": {
               "default": false,
-							"title": "Attach Without PDN",
-							"description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
+              "title": "Attach Without PDN",
+              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
               "type": "boolean"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -101,4 +101,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd2600-enb-input-schema.json b/software/ors-amarisoft/instance-tdd2600-enb-input-schema.json
index 45d147c63..65d19efbc 100644
--- a/software/ors-amarisoft/instance-tdd2600-enb-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd2600-enb-input-schema.json
@@ -36,7 +36,7 @@
     "mme_list": {
       "title": "MME list",
       "description": "Optionnal. List of MME to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "mme_addr": {
@@ -60,25 +60,25 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "attach_without_pdn": {
               "default": false,
-							"title": "Attach Without PDN",
-							"description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
+              "title": "Attach Without PDN",
+              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
               "type": "boolean"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -89,4 +89,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd2600-gnb-epc-input-schema.json b/software/ors-amarisoft/instance-tdd2600-gnb-epc-input-schema.json
index adfda3ed6..37f00e98d 100644
--- a/software/ors-amarisoft/instance-tdd2600-gnb-epc-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd2600-gnb-epc-input-schema.json
@@ -48,7 +48,7 @@
     "amf_list": {
       "title": "AMF list",
       "description": "Optionnal. List of AMF to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "amf_addr": {
@@ -78,30 +78,30 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "tac": {
               "default": 100,
-							"title": "Tracking Area Code",
-							"description": "Integer (range 0 to 16777215)",
+              "title": "Tracking Area Code",
+              "description": "Integer (range 0 to 16777215)",
               "type": "number"
             },
             "ranac": {
-							"title": "Optional integer (range 0 to 255)",
-							"description": "RAN Area Code",
+              "title": "Optional integer (range 0 to 255)",
+              "description": "RAN Area Code",
               "type": "number"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -114,7 +114,7 @@
     "nssai": {
       "title": "AMF slices configuration",
       "description": "AMF slices configuration.",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "sst": {
@@ -137,4 +137,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd2600-gnb-input-schema.json b/software/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
index 9835409c1..a0d2f07a9 100644
--- a/software/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
@@ -36,7 +36,7 @@
     "amf_list": {
       "title": "AMF list",
       "description": "Optionnal. List of AMF to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "amf_addr": {
@@ -66,30 +66,30 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "tac": {
               "default": 100,
-							"title": "Tracking Area Code",
-							"description": "Integer (range 0 to 16777215)",
+              "title": "Tracking Area Code",
+              "description": "Integer (range 0 to 16777215)",
               "type": "number"
             },
             "ranac": {
-							"title": "Optional integer (range 0 to 255)",
-							"description": "RAN Area Code",
+              "title": "Optional integer (range 0 to 255)",
+              "description": "RAN Area Code",
               "type": "number"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -102,7 +102,7 @@
     "nssai": {
       "title": "AMF slices configuration",
       "description": "AMF slices configuration.",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "sst": {
@@ -125,4 +125,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd3500-enb-epc-input-schema.json b/software/ors-amarisoft/instance-tdd3500-enb-epc-input-schema.json
index 032203483..58b13dc13 100644
--- a/software/ors-amarisoft/instance-tdd3500-enb-epc-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd3500-enb-epc-input-schema.json
@@ -48,7 +48,7 @@
     "mme_list": {
       "title": "MME list",
       "description": "Optionnal. List of MME to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "mme_addr": {
@@ -72,25 +72,25 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "attach_without_pdn": {
               "default": false,
-							"title": "Attach Without PDN",
-							"description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
+              "title": "Attach Without PDN",
+              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
               "type": "boolean"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -101,4 +101,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd3500-enb-input-schema.json b/software/ors-amarisoft/instance-tdd3500-enb-input-schema.json
index cfddc8094..8945c955f 100644
--- a/software/ors-amarisoft/instance-tdd3500-enb-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd3500-enb-input-schema.json
@@ -36,7 +36,7 @@
     "mme_list": {
       "title": "MME list",
       "description": "Optionnal. List of MME to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "mme_addr": {
@@ -60,25 +60,25 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "attach_without_pdn": {
               "default": false,
-							"title": "Attach Without PDN",
-							"description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
+              "title": "Attach Without PDN",
+              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
               "type": "boolean"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -89,4 +89,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd3500-gnb-epc-input-schema.json b/software/ors-amarisoft/instance-tdd3500-gnb-epc-input-schema.json
index 228bb2315..c4b2ca397 100644
--- a/software/ors-amarisoft/instance-tdd3500-gnb-epc-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd3500-gnb-epc-input-schema.json
@@ -48,7 +48,7 @@
     "amf_list": {
       "title": "AMF list",
       "description": "Optionnal. List of AMF to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "amf_addr": {
@@ -78,30 +78,30 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "tac": {
               "default": 100,
-							"title": "Tracking Area Code",
-							"description": "Integer (range 0 to 16777215)",
+              "title": "Tracking Area Code",
+              "description": "Integer (range 0 to 16777215)",
               "type": "number"
             },
             "ranac": {
-							"title": "Optional integer (range 0 to 255)",
-							"description": "RAN Area Code",
+              "title": "Optional integer (range 0 to 255)",
+              "description": "RAN Area Code",
               "type": "number"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -114,7 +114,7 @@
     "nssai": {
       "title": "AMF slices configuration",
       "description": "AMF slices configuration.",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "sst": {
@@ -137,4 +137,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd3500-gnb-input-schema.json b/software/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
index 77dbdcb19..12057c36c 100644
--- a/software/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
@@ -36,7 +36,7 @@
     "amf_list": {
       "title": "AMF list",
       "description": "Optionnal. List of AMF to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "amf_addr": {
@@ -66,30 +66,30 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "tac": {
               "default": 100,
-							"title": "Tracking Area Code",
-							"description": "Integer (range 0 to 16777215)",
+              "title": "Tracking Area Code",
+              "description": "Integer (range 0 to 16777215)",
               "type": "number"
             },
             "ranac": {
-							"title": "Optional integer (range 0 to 255)",
-							"description": "RAN Area Code",
+              "title": "Optional integer (range 0 to 255)",
+              "description": "RAN Area Code",
               "type": "number"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -102,7 +102,7 @@
     "nssai": {
       "title": "AMF slices configuration",
       "description": "AMF slices configuration.",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "sst": {
@@ -125,4 +125,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd3700-enb-epc-input-schema.json b/software/ors-amarisoft/instance-tdd3700-enb-epc-input-schema.json
index 21b34d240..fa7bcbf18 100644
--- a/software/ors-amarisoft/instance-tdd3700-enb-epc-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd3700-enb-epc-input-schema.json
@@ -48,7 +48,7 @@
     "mme_list": {
       "title": "MME list",
       "description": "Optionnal. List of MME to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "mme_addr": {
@@ -72,25 +72,25 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "attach_without_pdn": {
               "default": false,
-							"title": "Attach Without PDN",
-							"description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
+              "title": "Attach Without PDN",
+              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
               "type": "boolean"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -101,4 +101,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd3700-enb-input-schema.json b/software/ors-amarisoft/instance-tdd3700-enb-input-schema.json
index 56661b604..95f81d766 100644
--- a/software/ors-amarisoft/instance-tdd3700-enb-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd3700-enb-input-schema.json
@@ -36,7 +36,7 @@
     "mme_list": {
       "title": "MME list",
       "description": "Optionnal. List of MME to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "mme_addr": {
@@ -60,25 +60,25 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "attach_without_pdn": {
               "default": false,
-							"title": "Attach Without PDN",
-							"description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
+              "title": "Attach Without PDN",
+              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
               "type": "boolean"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -89,4 +89,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd3700-gnb-epc-input-schema.json b/software/ors-amarisoft/instance-tdd3700-gnb-epc-input-schema.json
index 3f823665e..39fdf69a9 100644
--- a/software/ors-amarisoft/instance-tdd3700-gnb-epc-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd3700-gnb-epc-input-schema.json
@@ -48,7 +48,7 @@
     "amf_list": {
       "title": "AMF list",
       "description": "Optionnal. List of AMF to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "amf_addr": {
@@ -78,30 +78,30 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "tac": {
               "default": 100,
-							"title": "Tracking Area Code",
-							"description": "Integer (range 0 to 16777215)",
+              "title": "Tracking Area Code",
+              "description": "Integer (range 0 to 16777215)",
               "type": "number"
             },
             "ranac": {
-							"title": "Optional integer (range 0 to 255)",
-							"description": "RAN Area Code",
+              "title": "Optional integer (range 0 to 255)",
+              "description": "RAN Area Code",
               "type": "number"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -114,7 +114,7 @@
     "nssai": {
       "title": "AMF slices configuration",
       "description": "AMF slices configuration.",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "sst": {
@@ -137,4 +137,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/instance-tdd3700-gnb-input-schema.json b/software/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
index 31b840dc8..0a83a6b87 100644
--- a/software/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
+++ b/software/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
@@ -36,7 +36,7 @@
     "amf_list": {
       "title": "AMF list",
       "description": "Optionnal. List of AMF to which the gNodeB is connected",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "amf_addr": {
@@ -66,30 +66,30 @@
     "plmn_list": {
       "title": "PLMN list",
       "description": "List of PLMNs broadcasted by the gNodeB, at most 12 (default: 00101)",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "plmn": {
               "default": "00101",
-							"title": "Public Land Mobile Network",
-							"description": "Public Land Mobile Network",
+              "title": "Public Land Mobile Network",
+              "description": "Public Land Mobile Network",
               "type": "string"
             },
             "tac": {
               "default": 100,
-							"title": "Tracking Area Code",
-							"description": "Integer (range 0 to 16777215)",
+              "title": "Tracking Area Code",
+              "description": "Integer (range 0 to 16777215)",
               "type": "number"
             },
             "ranac": {
-							"title": "Optional integer (range 0 to 255)",
-							"description": "RAN Area Code",
+              "title": "Optional integer (range 0 to 255)",
+              "description": "RAN Area Code",
               "type": "number"
             },
             "reserved": {
               "default": false,
-							"title": "Reserved",
-							"description": "True if the cell is reserved for operator use.",
+              "title": "Reserved",
+              "description": "True if the cell is reserved for operator use.",
               "type": "boolean"
             }
           },
@@ -102,7 +102,7 @@
     "nssai": {
       "title": "AMF slices configuration",
       "description": "AMF slices configuration.",
-			"patternProperties": {
+      "patternProperties": {
         ".*": {
           "properties": {
             "sst": {
@@ -125,4 +125,4 @@
       "default": {}
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/software-tdd1900.cfg.json b/software/ors-amarisoft/software-tdd1900.cfg.json
index 46120559c..a36a44b55 100644
--- a/software/ors-amarisoft/software-tdd1900.cfg.json
+++ b/software/ors-amarisoft/software-tdd1900.cfg.json
@@ -53,4 +53,4 @@
       "index": 5
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/software-tdd2600.cfg.json b/software/ors-amarisoft/software-tdd2600.cfg.json
index 19386d1e1..877b7a790 100644
--- a/software/ors-amarisoft/software-tdd2600.cfg.json
+++ b/software/ors-amarisoft/software-tdd2600.cfg.json
@@ -53,4 +53,4 @@
       "index": 5
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/software-tdd3500.cfg.json b/software/ors-amarisoft/software-tdd3500.cfg.json
index 264706aa4..0063875c4 100644
--- a/software/ors-amarisoft/software-tdd3500.cfg.json
+++ b/software/ors-amarisoft/software-tdd3500.cfg.json
@@ -53,4 +53,4 @@
       "index": 5
     }
   }
-}
\ No newline at end of file
+}
diff --git a/software/ors-amarisoft/software-tdd3700.cfg.json b/software/ors-amarisoft/software-tdd3700.cfg.json
index 2017f4c61..0c1307b42 100644
--- a/software/ors-amarisoft/software-tdd3700.cfg.json
+++ b/software/ors-amarisoft/software-tdd3700.cfg.json
@@ -53,4 +53,4 @@
       "index": 5
     }
   }
-}
\ No newline at end of file
+}
-- 
2.30.9