Commit d2411253 authored by Kirill Smelkov's avatar Kirill Smelkov

fixup! X in NR tac is number, no string

parent 158cd40c
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
}, },
"tac": { "tac": {
"$ref": "peer/cell/nr/input-schema.json#/properties/tac", "$ref": "peer/cell/nr/input-schema.json#/properties/tac",
"default": "0x0001" "default": 1
} }
}, },
"type": "object" "type": "object"
......
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