Skip to content

Commit b6a9d6c

Browse files
committed
Add variants for handover subcommand
1 parent 5498fff commit b6a9d6c

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

Makefile

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ set/ran/%: $(BCONFIG)
113113
@echo Set ran to $(@F)
114114
@./scripts/config_edit.py $(BCONFIG) --ran=$(@F)
115115

116-
.PHONY: set/handover-ueransim
117-
set/handover-ueransim: $(BCONFIG)
116+
.PHONY: set/handover-ueransim-f5gc
117+
set/handover-ueransim-f5gc: $(BCONFIG)
118118
@echo Set handover to true
119119
@./scripts/config_edit.py $(BCONFIG) --handover=true
120120
@$(MAKE) set/controlplane/free5gc
@@ -126,6 +126,19 @@ set/handover-ueransim: $(BCONFIG)
126126
@$(MAKE) set/full-debug/true
127127
@$(MAKE) set/ran/dev
128128

129+
.PHONY: set/handover-ueransim-nextmn
130+
set/handover-ueransim-nextmn: $(BCONFIG)
131+
@echo Set handover to true
132+
@./scripts/config_edit.py $(BCONFIG) --handover=true
133+
@$(MAKE) set/controlplane/free5gc
134+
@$(MAKE) set/dataplane/nextmn-upf
135+
@$(MAKE) set/nb-ue/1
136+
@$(MAKE) set/nb-edges/1
137+
@$(MAKE) set/nb-gnb/2
138+
@$(MAKE) set/log-level/debug
139+
@$(MAKE) set/full-debug/true
140+
@$(MAKE) set/ran/dev
141+
129142
.PHONY: set/handover-nextmn
130143
set/handover-nextmn: $(BCONFIG)
131144
@echo Set handover to true

0 commit comments

Comments
 (0)