Commit 968a8086 authored by Kirill Smelkov's avatar Kirill Smelkov

X Fix UE type in cfg.json

It must be "ue", not "uesim" to match software-type in the software
release.
parent ed1ba746
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"shared": true, "shared": true,
"index": 7 "index": 7
}, },
"uesim": { "ue": {
"title": "UEsim", "title": "UEsim",
"description": "UEsim Configuration", "description": "UEsim Configuration",
"software-type": "ue", "software-type": "ue",
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
"response": "ru/schema.json", "response": "ru/schema.json",
"index": 9 "index": 9
}, },
"ue": { "ue/ue": {
"title": "→ UEsim | UE", "title": "→ UEsim | UE",
"description": "Configuration of UE simulated by UEsim", "description": "Configuration of UE simulated by UEsim",
"software-type": "ue", "software-type": "ue",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment