Skip to content

Commit 968eddf

Browse files
committed
upgrade upf to v0.0.7
1 parent 7de4b3c commit 968eddf

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

templates/compose.yaml.j2

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,14 +1139,14 @@ services:
11391139
{{ container_s(name='upfi', image='louisroyer/dev-nextmn-upf', restart='always', iface_tun=True, ipv4_forward=True, cap_net_admin=True, debug=True) }}
11401140
environment:
11411141
N4: "{{ ipv4('upfi', 'control') }}"
1142-
GTPU_ENTITIES_LIST: |-
1143-
- "{{ ipv4('upfi', 'dataplane') }}"
1144-
- "{{ ipv4('upfi', 'dataplane') }}"
1142+
IF_LIST: |-
1143+
- addr: "{{ ipv4('upfi', 'dataplane') }}"
1144+
type: N3
1145+
- addr: "{{ ipv4('upfi', 'dataplane') }}"
1146+
type: N9
11451147
DNN_LIST: |-
1146-
- dnn: free5gc
1148+
- dnn: nextmn-upf
11471149
cidr: {{ ipv4_subnet('slice1') }}
1148-
ROUTES_INIT: |-
1149-
- add {{ ipv4('s', 'service') }} via {{ ipv4('s1', 'edge') }}
11501150
networks:
11511151
control:
11521152
ipv4_address: "{{ ipv4('upfi', 'control') }}"
@@ -1155,11 +1155,14 @@ services:
11551155
{{ container_s(name='upfa1', image='louisroyer/dev-nextmn-upf', restart='always', iface_tun=True, ipv4_forward=True, cap_net_admin=True, debug=True) }}
11561156
environment:
11571157
N4: "{{ ipv4('upfa1', 'control') }}"
1158-
GTPU_ENTITIES_LIST: |-
1159-
- "{{ ipv4('upfa1', 'dataplane') }}"
1158+
IF_LIST: |-
1159+
- addr: "{{ ipv4('upfa1', 'dataplane') }}"
1160+
type: N9
11601161
DNN_LIST: |-
1161-
- dnn: free5gc
1162+
- dnn: nextmn-upf
11621163
cidr: {{ ipv4_subnet('slice1') }}
1164+
ROUTES_INIT: |-
1165+
- add {{ ipv4('s', 'service') }} via {{ ipv4('s0', 'edge') }}
11631166
networks:
11641167
control:
11651168
ipv4_address: "{{ ipv4('upfa1', 'control') }}"
@@ -1171,10 +1174,11 @@ services:
11711174
{{ container_s(name='upfa2', image='louisroyer/dev-nextmn-upf', restart='always', iface_tun=True, ipv4_forward=True, cap_net_admin=True, debug=True) }}
11721175
environment:
11731176
N4: "{{ ipv4('upfa2', 'control') }}"
1174-
GTPU_ENTITIES_LIST: |-
1175-
- "{{ ipv4('upfa2', 'dataplane') }}"
1177+
IF_LIST: |-
1178+
- addr: "{{ ipv4('upfa2', 'dataplane') }}"
1179+
type: N9
11761180
DNN_LIST: |-
1177-
- dnn: free5gc
1181+
- dnn: nextmn-upf
11781182
cidr: {{ ipv4_subnet('slice1') }}
11791183
ROUTES_INIT: |-
11801184
- add {{ ipv4('s', 'service') }} via {{ ipv4('s1', 'edge') }}

0 commit comments

Comments
 (0)