Deploy multiple slices, with one UPF and SMF per slice. The number of slices and subscribers can be configured in data/config.yaml
, followed by running mongo-tools/generate-data.py
to generate the configuration files.
- Generate the k8s manifest files using
msd/generate.py
. This will createopen5gs
,ueransim-gnb
andueransim-ue
directories with the manifest files. - Deploy the components using kustomize. See deploying components.