You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I came across a minor issue, values.yaml default value for OFH VLAN is defined using vlan_tag:
cells:
- network_interface: enp1s0f0 # Ethernet interface name used to communicate with the RU.
ru_mac_addr: 70:b3:d5:e1:5b:06 # RU MAC address.
du_mac_addr: 80:61:5f:0d:df:aa # DU MAC address.
vlan_tag: 5
Nevertheless currently (as per SRSRAN configuration ) VLAN on OFH is defined using vlan_tag_cp and vlan_tag_up, not vlan_tag (which was used earlier). This is already correctly handled in configmap.yml:
{{- if .vlan_tag_up }}
vlan_tag_up: {{ .vlan_tag_up }}
{{- end }}
{{- if .vlan_tag_cp }}
vlan_tag_cp: {{ .vlan_tag_cp }}
{{- end }}
Would be great to fix it in values.yml as well, but as a default is inbuilt in srs gnb itself and would be anyway typically overridden by local values.yml, I see this as quite minor issue.
The text was updated successfully, but these errors were encountered:
hudouseko
added a commit
to hudouseko/srsRAN_Project_helm
that referenced
this issue
Sep 12, 2024
Hi,
I came across a minor issue, values.yaml default value for OFH VLAN is defined using
vlan_tag
:Nevertheless currently (as per SRSRAN configuration ) VLAN on OFH is defined using
vlan_tag_cp
andvlan_tag_up
, notvlan_tag
(which was used earlier). This is already correctly handled in configmap.yml:Would be great to fix it in values.yml as well, but as a default is inbuilt in srs gnb itself and would be anyway typically overridden by local values.yml, I see this as quite minor issue.
The text was updated successfully, but these errors were encountered: