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 @@
"shared": true,
"index": 7
},
"uesim": {
"ue": {
"title": "UEsim",
"description": "UEsim Configuration",
"software-type": "ue",
......@@ -81,7 +81,7 @@
"response": "ru/schema.json",
"index": 9
},
"ue": {
"ue/ue": {
"title": "→ UEsim | UE",
"description": "Configuration of UE simulated by UEsim",
"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