Skip to content

Commit 798e188

Browse files
committed
Fix UEs IP addressing when IP address is assigned by SMF
Signed-off-by: Arrobo, Gabriel <[email protected]>
1 parent 43a96f7 commit 798e188

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ omec-sub-provision:
163163
dnn: internet
164164
dns-primary: "8.8.8.8" # Value is sent to UE
165165
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
167167
ue-dnn-qos:
168168
dnn-mbr-downlink: 1000 # UE level downlink QoS (Maximum bit rate per UE)
169169
dnn-mbr-uplink: 1000 # UE level uplink QoS (Maximum bit rate per UE)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ omec-sub-provision:
271271
dnn: internet
272272
dns-primary: "8.8.8.8" # Value is sent to UE
273273
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
275275
ue-dnn-qos:
276276
dnn-mbr-downlink: 1000 # UE level downlink QoS (Maximum bit rate per UE)
277277
dnn-mbr-uplink: 1000 # UE level uplink QoS (Maximum bit rate per UE)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ omec-sub-provision:
271271
dnn: internet
272272
dns-primary: "8.8.8.8" # Value is sent to UE
273273
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
275275
ue-dnn-qos:
276276
dnn-mbr-downlink: 1000 # UE level downlink QoS (Maximum bit rate per UE)
277277
dnn-mbr-uplink: 1000 # UE level uplink QoS (Maximum bit rate per UE)

0 commit comments

Comments
 (0)