Skip to content

Commit

Permalink
Allow handover procedure with only 1 UE
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Nov 12, 2024
1 parent 689e0fb commit 8b69edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ set/handover: $(BCONFIG)
@echo Set handover to true
@./scripts/config_edit.py $(BCONFIG) --handover=true
@$(MAKE) set/dataplane/free5gc
@$(MAKE) set/nb-ue/2
@$(MAKE) set/nb-ue/1
@$(MAKE) set/nb-edges/1
@$(MAKE) set/log-level/debug
@$(MAKE) set/full-debug/true
Expand Down
2 changes: 1 addition & 1 deletion templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ services:
dataplane:
ipv4_address: "{{ ipv4('gnb1', 'dataplane') }}"

#~ if config["topology"]["nb_ue"] > 1
#~ if (config["topology"]["nb_ue"] > 1) or (config["topology"]["ran"]["handover"])
{{ container_s(name='gnb2', image='louisroyer/ueransim-gnb', enable_ipv6=True, restart='always', iface_tun=True, cap_net_admin=True, debug='allow') }}
depends_on:
amf:
Expand Down

0 comments on commit 8b69edd

Please sign in to comment.