Commit 348d9bc1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d47324e7
......@@ -314,6 +314,7 @@
n1_pucch_sr_count: 11,
cqi_pucch_n_rb: 1,
n1_pucch_an_cs_count: 8, {# XXX else "n1_pucch_an_cs_count must be > 0 for the CA Primary cell" #}
n3_pucch_an_n_rb: 3, {# XXX else "n3_pucch_an_n_rb must be > 0 for the CA Primary cell" #}
{%- if tdd %}
tdd_ack_nack_feedback_mode: "multiplexing", /* TDD only */
{%- endif %}
......
https://json-editor.github.io/json-editor/?data=N4Ig9gDgLglmB2BnEAuUMDGCA2MBGqIAZglAIYDuApomALZUCsIANOHgFZUZQD62ZAJ5gArlELwwAJzplsrEIgwALKrNShYUbFUIBBKVKEBtMvEEB5IgF0ABFBri2UQRF0p2XHgqlUAjiIwvgAmqMYghsr8MIji1mwkMmTiHhjJVADm0jA0ChBSkFRSsLloEVJRuLEaIFo6hABKZMFwtgCq8DBQyM6u7iBkhkIKibIptWR49WxdashlZpZEYZpd9R4AMmCQWHS2DW0KLm6EYJzcThH+gSFh5VHHumzY2xC8+YXFggCMCi+Q7wKbi+ACYQPEQB9gSV5qBIrxHjUsEhxi8ILs6LxIkc1BABA5CGiMViKgpILAELCQMoYMFglR4KgoFIRFQAL5s56vQGfFy/Mp1fpbHb0AC0iDcGBgREwtihRT5Rz6hFiUhg8AyIE5IH+b3loJqgsIwvRYol3Glsv1LjBvROHngIjoeCKWo5LFW2n6AFkQftDnb+mcvJdfAEglRQihwvDEWw6CCedCfgoE0mFYJbSA09bBABmcFsa05Kmx5VlZHVDxp7HOXH4/o10lsclwJA1Gl0hlMlns7U5oEZ/me9YgX3iyWWjBywdfX6BlXM9Wa/uJ3NggVrH0gicWmXT9dK+0gR3O12r9NfAubr2EcfmqX7me8zNH/qnl1SN1s6wc92KZQwAoXgigKKR5hAdUHCMHg2yOVQGEIPBtm6ZkyAgAAWHxrgjYJeDwQReHpIgyBEbAUhI7BECoNgWglARCLDG5I14HBBFQSjqLYRBAOA8leHVDi5C4k8wF4ZoWgpeA5EvGEe1ZNgyA4MgAA8hKomiQDoyYdBAyTeA4WhGRQTjNO0qYqF4LBsAECBqPUkTzN04tSlM2iYh0yzBiMQiJIcsyPIs8ShkYqhpHpL8TOEgLEE84KfKIqgdAJKKNLYBk4u8oQrMgdjUpErLCORZkwCohFIH89zYqCwrEuSrybKxID5jcrTAt02r6Xq/gyFiJqKH8jkgA=
CELL: https://is.gd/3DZYPW
......@@ -36,71 +36,66 @@
"n_antenna_ul": {
"title": "Number of UL antennas",
"type": "integer"
}
},
},
"if": {
"properties": {
"ru_link_type": {
"const": "cpri"
}
}
},
"then": {
"required": ["cpri_link"],
"properties": {
"cpri_link": {
"title": "CPRI link settings",
"type": "object",
"required": [
"sdr_dev",
"sfp_port",
"mapping"
],
"properties": {
"sdr_dev": {
"title": "/dev/sdr # of CPRI board",
"type": "integer"
},
"sfp_port": {
"title": "SFP port # on the CPRI board",
"type": "integer"
},
"mapping": {
"title": "Mapping method of AxCs on the CPRI",
"type": "string",
"enum": ["standard", "hw", "spread", "bf1"]
},
"mult": {
"title": "CPRI line bit rate multipler",
"description": "Select the CPRI line bit rate in terms of multiple of option 1 (614.4 Mbps). E.g set 4 for option 3, 8 for option 5 and 16 for option 7",
"type": "integer",
"enum": [4, 5, 8, 16],
"default": 16
},
"rx_delay": {
"title": "CPRI RX Delay",
"description": "Delays between TX and RX position in CPRI frame. This should be set to the value of (T2a + T3a - Toffset) provided by the RU specification.",
"type": "number",
"default": 0
},
"tx_delay": {
"title": "CPRI TX Delay",
"description": "Advances Start of Frame relative to PPS to compensate for delays in transmit line and RU. This should be set to T12 + T2a.",
"type": "number",
"default": 0
},
"tx_dbm": {
"title": "CPRI TX dBm",
"description": "Optional floating points value in dBm (default 0). Needed by ENB/GNB to have a notion of actual output power. Computed from maximum power output of the RRH for a 0dBFS input signal (full scale). ",
"type": "number",
"default": 0
}
"cpri_link": {
"title": "CPRI link settings",
"options": {
"dependencies": {
"ru_link_type": "cpri"
}
},
"type": "object",
"required": [
"sdr_dev",
"sfp_port",
"mapping"
],
"properties": {
"sdr_dev": {
"title": "/dev/sdr # of CPRI board",
"type": "integer"
},
"sfp_port": {
"title": "SFP port # on the CPRI board",
"type": "integer"
},
"mapping": {
"title": "Mapping method of AxCs on the CPRI",
"type": "string",
"enum": ["standard", "hw", "spread", "bf1"]
},
"mult": {
"title": "CPRI line bit rate multipler",
"description": "Select the CPRI line bit rate in terms of multiple of option 1 (614.4 Mbps). E.g set 4 for option 3, 8 for option 5 and 16 for option 7",
"type": "integer",
"enum": [4, 5, 8, 16],
"default": 16
},
"rx_delay": {
"title": "CPRI RX Delay",
"description": "Delays between TX and RX position in CPRI frame. This should be set to the value of (T2a + T3a - Toffset) provided by the RU specification.",
"type": "number",
"default": 0
},
"tx_delay": {
"title": "CPRI TX Delay",
"description": "Advances Start of Frame relative to PPS to compensate for delays in transmit line and RU. This should be set to T12 + T2a.",
"type": "number",
"default": 0
},
"tx_dbm": {
"title": "CPRI TX dBm",
"description": "Optional floating points value in dBm (default 0). Needed by ENB/GNB to have a notion of actual output power. Computed from maximum power output of the RRH for a 0dBFS input signal (full scale). ",
"type": "number",
"default": 0
}
}
}
}
}
}
}
}
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