From 6460b542731fbf374cb20b6594036b608840cbd2 Mon Sep 17 00:00:00 2001
From: Kirill Smelkov <kirr@nexedi.com>
Date: Tue, 17 Oct 2023 18:05:30 +0300
Subject: [PATCH] .

---
 software/ors-amarisoft/changelog.rst                | 7 +++++++
 software/ors-amarisoft/ru/lopcomm/input-schema.json | 5 +++++
 2 files changed, 12 insertions(+)

diff --git a/software/ors-amarisoft/changelog.rst b/software/ors-amarisoft/changelog.rst
index 00ed784ab..9d01ddd81 100644
--- a/software/ors-amarisoft/changelog.rst
+++ b/software/ors-amarisoft/changelog.rst
@@ -1,5 +1,12 @@
 Changelog
 =========
+Version 1.0.339 (2023-10-16)
+-------------
+* Lopcomm firmware update
+* RRH reset (reboot) function added
+* Fix cpri_tx_dbm parameter
+* Print RRH IPv6 and firmware information
+
 Version 1.0.336 (2023-09-25)
 -------------
 
diff --git a/software/ors-amarisoft/ru/lopcomm/input-schema.json b/software/ors-amarisoft/ru/lopcomm/input-schema.json
index c0d3fb100..de6f25c06 100644
--- a/software/ors-amarisoft/ru/lopcomm/input-schema.json
+++ b/software/ors-amarisoft/ru/lopcomm/input-schema.json
@@ -62,6 +62,11 @@
         "INACTIVE"
       ]
     },
+    "reset_schedule": {
+      "title": "Cron schedule for RRH reset",
+      "description": "Refer https://crontab.guru/ to make a reset schedule for RRH, for example, '0 1 * * *' means the RRH will reset every day at 1 am",
+      "type": "string"
+    },
     "user-authorized-key": {
       "title": "User Authorized Key",
       "description": "SSH public key in order to connect to the SSH server of this instance.",
-- 
2.30.9