File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ omec-sub-provision:
142
142
mtu : 1460 # Value is sent to UE when PDU Session Established
143
143
ue-ip-pool : " 172.250.1.0/16" # IP address pool for subscribers
144
144
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)
147
147
bitrate-unit : Mbps # Unit for above QoS rates
148
148
traffic-class : # Default bearer QCI/ARP (not used in 5G)
149
149
name : " platinum"
@@ -209,18 +209,20 @@ omec-user-plane:
209
209
enabled : false # SRIOV is disabled by default
210
210
hugepage :
211
211
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
214
212
routes :
215
213
- to : {{ ansible_default_ipv4.address }}
216
214
via : 169.254.1.1
217
215
enb :
218
216
subnet : {{ ran_subnet }} # Subnet for the gNB network
219
217
access :
218
+ ipam : static
219
+ cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
220
220
iface : {{ core.data_iface }}
221
221
gateway : 192.168.252.1
222
222
ip : 192.168.252.3/24
223
223
core :
224
+ ipam : static
225
+ cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
224
226
iface : {{ core.data_iface }}
225
227
gateway : 192.168.250.1
226
228
ip : 192.168.250.3/24
Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ omec-sub-provision:
247
247
mtu : 1460 # Value is sent to UE when PDU Session Established
248
248
ue-ip-pool : " 172.250.1.0/16" # IP address pool for subscribers
249
249
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)
252
252
bitrate-unit : Mbps # Unit for above QoS rates
253
253
traffic-class : # Default bearer QCI/ARP (not used in 5G)
254
254
name : " platinum"
You can’t perform that action at this time.
0 commit comments