Skip to content

Commit 0b7fdad

Browse files
committed
sync'ed settings
Signed-off-by: Larry Peterson <[email protected]>
1 parent 137466a commit 0b7fdad

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

roles/core/templates/radio-5g-values.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ omec-sub-provision:
142142
mtu: 1460 # Value is sent to UE when PDU Session Established
143143
ue-ip-pool: "172.250.1.0/16" # IP address pool for subscribers
144144
ue-dnn-qos:
145-
dnn-mbr-downlink: 500 # UE level downlink QoS (Maximum bit rate per UE)
146-
dnn-mbr-uplink: 500 # UE level uplink QoS (Maximum bit rate per UE)
145+
dnn-mbr-downlink: 1000 # UE level downlink QoS (Maximum bit rate per UE)
146+
dnn-mbr-uplink: 1000 # UE level uplink QoS (Maximum bit rate per UE)
147147
bitrate-unit: Mbps # Unit for above QoS rates
148148
traffic-class: # Default bearer QCI/ARP (not used in 5G)
149149
name: "platinum"
@@ -209,18 +209,20 @@ omec-user-plane:
209209
enabled: false # SRIOV is disabled by default
210210
hugepage:
211211
enabled: false # Should be enabled if DPDK is enabled
212-
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
213-
ipam: static
214212
routes:
215213
- to: {{ ansible_default_ipv4.address }}
216214
via: 169.254.1.1
217215
enb:
218216
subnet: {{ ran_subnet }} # Subnet for the gNB network
219217
access:
218+
ipam: static
219+
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
220220
iface: {{ core.data_iface }}
221221
gateway: 192.168.252.1
222222
ip: 192.168.252.3/24
223223
core:
224+
ipam: static
225+
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
224226
iface: {{ core.data_iface }}
225227
gateway: 192.168.250.1
226228
ip: 192.168.250.3/24

roles/core/templates/sdcore-5g-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ omec-sub-provision:
247247
mtu: 1460 # Value is sent to UE when PDU Session Established
248248
ue-ip-pool: "172.250.1.0/16" # IP address pool for subscribers
249249
ue-dnn-qos:
250-
dnn-mbr-downlink: 1000 # UE level downlink QoS (Maximum bit rate per UE)
251-
dnn-mbr-uplink: 1000 # UE level uplink QoS (Maximum bit rate per UE)
250+
dnn-mbr-downlink: 1000 # UE level downlink QoS (Maximum bit rate per UE)
251+
dnn-mbr-uplink: 1000 # UE level uplink QoS (Maximum bit rate per UE)
252252
bitrate-unit: Mbps # Unit for above QoS rates
253253
traffic-class: # Default bearer QCI/ARP (not used in 5G)
254254
name: "platinum"

0 commit comments

Comments
 (0)