Skip to content

Commit

Permalink
Use NextMN-ctrl for edges
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 21, 2024
1 parent df80dca commit 8341061
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -373,17 +373,12 @@ services:
provider: "Linux"
behavior: "End.DX4"
LINUX_HEADEND_SET_SOURCE_ADDRESS: "{{ ipv6('end-dx4', 'r0') }}"
GTP4_HEADEND_PREFIX: "{{ ipv4_subnet('slice0') }}"
IPV4_HEADEND_PREFIX: "{{ ipv4_subnet('slice0') }}"
HEADENDS: |-
- name: "downlink"
- name: "downlink (controlled)"
to: "{{ ipv4_subnet('slice0') }}"
provider: "Linux"
provider: "NextMN-ctrl"
behavior: "H.Encaps"
policy:
- bsid:
segments-list:
- "{{ ipv6('end', 'rr') }}"
- "{{ ipv6('gnb1', 'srgw0') }}"
networks:
control:
ipv6_address: "{{ ipv6('r0', 'control') }}"
Expand Down Expand Up @@ -414,17 +409,12 @@ services:
provider: "Linux"
behavior: "End.DX4"
LINUX_HEADEND_SET_SOURCE_ADDRESS: "{{ ipv6('end-dx4', 'r1') }}"
GTP4_HEADEND_PREFIX: "{{ ipv4_subnet('slice0') }}"
IPV4_HEADEND_PREFIX: "{{ ipv4_subnet('slice0') }}"
HEADENDS: |-
- name: "downlink"
- name: "downlink (controlled)"
to: "{{ ipv4_subnet('slice0') }}"
provider: "Linux"
provider: "NextMN-ctrl"
behavior: "H.Encaps"
policy:
- bsid:
segments-list:
- "{{ ipv6('end', 'rr') }}"
- "{{ ipv6('gnb2', 'srgw0') }}"
networks:
control:
ipv6_address: "{{ ipv6('r1', 'control') }}"
Expand Down

0 comments on commit 8341061

Please sign in to comment.