Skip to content

Commit

Permalink
upgrade upf to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jul 17, 2024
1 parent 7de4b3c commit 968eddf
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1139,14 +1139,14 @@ services:
{{ container_s(name='upfi', image='louisroyer/dev-nextmn-upf', restart='always', iface_tun=True, ipv4_forward=True, cap_net_admin=True, debug=True) }}
environment:
N4: "{{ ipv4('upfi', 'control') }}"
GTPU_ENTITIES_LIST: |-
- "{{ ipv4('upfi', 'dataplane') }}"
- "{{ ipv4('upfi', 'dataplane') }}"
IF_LIST: |-
- addr: "{{ ipv4('upfi', 'dataplane') }}"
type: N3
- addr: "{{ ipv4('upfi', 'dataplane') }}"
type: N9
DNN_LIST: |-
- dnn: free5gc
- dnn: nextmn-upf
cidr: {{ ipv4_subnet('slice1') }}
ROUTES_INIT: |-
- add {{ ipv4('s', 'service') }} via {{ ipv4('s1', 'edge') }}
networks:
control:
ipv4_address: "{{ ipv4('upfi', 'control') }}"
Expand All @@ -1155,11 +1155,14 @@ services:
{{ container_s(name='upfa1', image='louisroyer/dev-nextmn-upf', restart='always', iface_tun=True, ipv4_forward=True, cap_net_admin=True, debug=True) }}
environment:
N4: "{{ ipv4('upfa1', 'control') }}"
GTPU_ENTITIES_LIST: |-
- "{{ ipv4('upfa1', 'dataplane') }}"
IF_LIST: |-
- addr: "{{ ipv4('upfa1', 'dataplane') }}"
type: N9
DNN_LIST: |-
- dnn: free5gc
- dnn: nextmn-upf
cidr: {{ ipv4_subnet('slice1') }}
ROUTES_INIT: |-
- add {{ ipv4('s', 'service') }} via {{ ipv4('s0', 'edge') }}
networks:
control:
ipv4_address: "{{ ipv4('upfa1', 'control') }}"
Expand All @@ -1171,10 +1174,11 @@ services:
{{ container_s(name='upfa2', image='louisroyer/dev-nextmn-upf', restart='always', iface_tun=True, ipv4_forward=True, cap_net_admin=True, debug=True) }}
environment:
N4: "{{ ipv4('upfa2', 'control') }}"
GTPU_ENTITIES_LIST: |-
- "{{ ipv4('upfa2', 'dataplane') }}"
IF_LIST: |-
- addr: "{{ ipv4('upfa2', 'dataplane') }}"
type: N9
DNN_LIST: |-
- dnn: free5gc
- dnn: nextmn-upf
cidr: {{ ipv4_subnet('slice1') }}
ROUTES_INIT: |-
- add {{ ipv4('s', 'service') }} via {{ ipv4('s1', 'edge') }}
Expand Down

0 comments on commit 968eddf

Please sign in to comment.