Skip to content

Commit

Permalink
Use a different NR gNB ID for each gNB
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Nov 7, 2024
1 parent ccb25bb commit c998088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ services:
- ../{{ config.topology.ran.dev_build_path }}/nr-cli:/usr/bin/nr-cli:ro
#~ endif
environment:
NCI: 000000001
NCI: "0x000000010"
RLS_IP: "{{ ipv6('gnb1', 'ran') }}"
N2_IP: "{{ ipv4('gnb1', 'control') }}"
N3_IP: "{{ ipv4('gnb1', 'dataplane') }}"
Expand Down Expand Up @@ -241,7 +241,7 @@ services:
- ../{{ config.topology.ran.dev_build_path }}/nr-cli:/usr/bin/nr-cli:ro
#~ endif
environment:
NCI: 000000002
NCI: "0x000000020"
RLS_IP: "{{ ipv6('gnb2', 'ran') }}"
N2_IP: "{{ ipv4('gnb2', 'control') }}"
N3_IP: "{{ ipv4('gnb2', 'dataplane') }}"
Expand Down

0 comments on commit c998088

Please sign in to comment.