File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ omec-sub-provision:
163
163
dnn : internet
164
164
dns-primary : " 8.8.8.8" # Value is sent to UE
165
165
mtu : 1460 # Value is sent to UE when PDU Session Established
166
- ue-ip-pool : " 172.250.1.0/16 " # IP address pool for subscribers
166
+ ue-ip-pool : {{ core.upf.default_upf.ue_ip_pool }} # IP address pool for subscribers
167
167
ue-dnn-qos :
168
168
dnn-mbr-downlink : 1000 # UE level downlink QoS (Maximum bit rate per UE)
169
169
dnn-mbr-uplink : 1000 # UE level uplink QoS (Maximum bit rate per UE)
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ omec-sub-provision:
271
271
dnn : internet
272
272
dns-primary : " 8.8.8.8" # Value is sent to UE
273
273
mtu : 1460 # Value is sent to UE when PDU Session Established
274
- ue-ip-pool : " 172.250.1.0/16 " # IP address pool for subscribers
274
+ ue-ip-pool : {{ core.upf.default_upf.ue_ip_pool }} # IP address pool for subscribers
275
275
ue-dnn-qos :
276
276
dnn-mbr-downlink : 1000 # UE level downlink QoS (Maximum bit rate per UE)
277
277
dnn-mbr-uplink : 1000 # UE level uplink QoS (Maximum bit rate per UE)
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ omec-sub-provision:
271
271
dnn : internet
272
272
dns-primary : " 8.8.8.8" # Value is sent to UE
273
273
mtu : 1460 # Value is sent to UE when PDU Session Established
274
- ue-ip-pool : " 172.250.1.0/16 " # IP address pool for subscribers
274
+ ue-ip-pool : {{ core.upf.default_upf.ue_ip_pool }} # IP address pool for subscribers
275
275
ue-dnn-qos :
276
276
dnn-mbr-downlink : 1000 # UE level downlink QoS (Maximum bit rate per UE)
277
277
dnn-mbr-uplink : 1000 # UE level uplink QoS (Maximum bit rate per UE)
You can’t perform that action at this time.
0 commit comments