Commit 9979fa63 authored by Kirill Smelkov's avatar Kirill Smelkov

software/ors-amarisoft: enb/ors: Fix ssb_pos_bitmap default in schema

Noticed accidentaly: ssb_pos_bitmap is string, not integer - the default should be of the same type.
parent 30179be5
......@@ -27,7 +27,7 @@
},
"ssb_pos_bitmap": {
"$ref": "cell/nr/input-schema.json#/properties/ssb_pos_bitmap",
"default": 10000000
"default": "10000000"
},
"pci": {
"$ref": "cell/common.json#/properties/pci",
......
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