Commit 24442841 authored by Lu Xu's avatar Lu Xu 👀

wip

parent 199ee027
......@@ -104,7 +104,7 @@ md5sum = e435990eb0a0d4be41efa9bd16dce09b
[cu_config.jinja2.xml]
filename = netconf/cu_config.jinja2.xml
md5sum = b1589560472e7777a94267e542d7f118
md5sum = 39ef850c68ea6cb1282176e718819c4a
[software.cfg.html]
_update_hash_filename_ = gadget/software.cfg.html
......
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="4">
<edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<target>
<running />
</target>
<config>
<user-plane-configuration xmlns="urn:o-ran:uplane-conf-option8:1.0"> <!-- t[r]x-links -->
<config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<user-plane-configuration xmlns="urn:o-ran:uplane-conf-option8:1.0">
<!-- t[r]x-links -->
<tx-links>
<name>TXA0P00C00</name>
<processing-element>PE0</processing-element>
......@@ -12,34 +8,34 @@
<tx-endpoint>TXA0P00C00</tx-endpoint>
</tx-links>
<tx-links>
<name>TXA0P03C00</name>
<name>TXA0P01C00</name>
<processing-element>PE0</processing-element>
<tx-array-carrier>TXA0CC00</tx-array-carrier>
<tx-endpoint>TXA0P03C00</tx-endpoint>
<tx-endpoint>TXA0P01C00</tx-endpoint>
</tx-links>
<rx-links>
<name>PRACH0P01C00</name>
<name>RXA0P00C00</name>
<processing-element>PE0</processing-element>
<rx-array-carrier>RXA0CC00</rx-array-carrier>
<rx-endpoint>PRACH0P01C00</rx-endpoint>
<rx-endpoint>RXA0P00C00</rx-endpoint>
</rx-links>
<rx-links>
<name>RXA0P02C00</name>
<name>PRACH0P00C00</name>
<processing-element>PE0</processing-element>
<rx-array-carrier>RXA0CC00</rx-array-carrier>
<rx-endpoint>RXA0P02C00</rx-endpoint>
<rx-endpoint>PRACH0P00C00</rx-endpoint>
</rx-links>
<rx-links>
<name>PRACH0P02C00</name>
<name>RXA0P01C00</name>
<processing-element>PE0</processing-element>
<rx-array-carrier>RXA0CC00</rx-array-carrier>
<rx-endpoint>PRACH0P02C00</rx-endpoint>
<rx-endpoint>RXA0P01C00</rx-endpoint>
</rx-links>
<rx-links>
<name>RXA0P03C00</name>
<name>PRACH0P01C00</name>
<processing-element>PE0</processing-element>
<rx-array-carrier>RXA0CC00</rx-array-carrier>
<rx-endpoint>RXA0P03C00</rx-endpoint>
<rx-endpoint>PRACH0P01C00</rx-endpoint>
</rx-links>
<!-- t[r]x-endpoints -->
<tx-endpoints>
......@@ -62,7 +58,6 @@
<eaxc-id>1</eaxc-id>
</e-axcid>
</tx-endpoints>
<rx-endpoints>
<name>RXA0P00C00</name>
<e-axcid>
......@@ -97,13 +92,13 @@
<non-time-managed-delay-enabled>false</non-time-managed-delay-enabled>
</rx-endpoints>
<rx-endpoints>
<name>RXA0P03C00</name>
<name>PRACH0P01C00</name>
<e-axcid>
<o-du-port-bitmask>61440</o-du-port-bitmask>
<band-sector-bitmask>3968</band-sector-bitmask>
<ccid-bitmask>112</ccid-bitmask>
<ru-port-bitmask>15</ru-port-bitmask>
<eaxc-id>3</eaxc-id>
<eaxc-id>9</eaxc-id>
</e-axcid>
<non-time-managed-delay-enabled>false</non-time-managed-delay-enabled>
</rx-endpoints>
......@@ -116,7 +111,7 @@
<active>{{ slapparameter_dict.get('txa0cc00_active', 'INACTIVE') }}</active>
<rw-type>LTE</rw-type>
<rw-duplex-scheme>FDD</rw-duplex-scheme>
<gain>50</gain>
<gain>0</gain>
<downlink-radio-frame-offset>0</downlink-radio-frame-offset>
<downlink-sfn-offset>0</downlink-sfn-offset>
</tx-array-carriers>
......@@ -132,6 +127,4 @@
<n-ta-offset>0</n-ta-offset>
</rx-array-carriers>
</user-plane-configuration>
</config>
</edit-config>
</rpc>
\ No newline at end of file
</config>
\ No newline at end of file
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