SD-CORE 5G UPF
- Canonical Telco
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 68 | 07 Dec 2023 | |
1.4/edge | 277 | 17 Nov 2024 | |
1.4/edge | 221 | 11 Jul 2024 | |
1.3/edge | 96 | 04 Apr 2024 |
juju deploy sdcore-upf --channel 1.4/edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
access-gateway-ip | string
Default: 192.168.252.1
Gateway IP address to the Access Network.
-
access-interface-mac-address | string
MAC address of the UPF's Access interface. Required only if
upf-mode
isdpdk
. -
access-interface-mtu-size | int
Default: 1500
MTU for the access interface (1200 <= MTU <= 65535) in bytes.
-
access-interface-name | string
Default: eth0
Name of the UPF's Access interface.
-
access-interface-pci-address | string
PCI address of the UPF's Access interface in extended BDF notation (e.g. 0000:00:01.0). Required only if
upf-mode
isdpdk
. -
access-ip | string
Default: 192.168.252.3/24
IP address used by the UPF's Access interface, in CIDR notation.
-
core-gateway-ip | string
Default: 192.168.250.1
Gateway IP address to the Core Network.
-
core-interface-mac-address | string
MAC address of the UPF's Core interface. Required only if
upf-mode
isdpdk
. -
core-interface-mtu-size | int
Default: 1500
MTU for the core interface (1200 <= MTU <= 65535) in bytes.
-
core-interface-name | string
Default: eth1
Name of the UPF's Core interface.
-
core-interface-pci-address | string
PCI address of the UPF's Core interface in extended BDF notation (e.g. 0000:00:01.0). Required only if
upf-mode
isdpdk
. -
core-ip | string
Default: 192.168.250.3/24
IP address used by the UPF's Access interface, in CIDR notation.
-
dnn | string
Default: internet
Data Network Name (DNN)
-
enable-hw-checksum | boolean
Default: True
When enabled, hardware checksum offloading will be used on the network interfaces.
-
external-upf-hostname | string
Externally accessible FQDN for the UPF. If not provided, it will default to the machine hostname.
-
gnb-subnet | string
Default: 192.168.251.0/24
gNodeB subnet, in CIDR notation.
-
upf-mode | string
Default: af_packet
Either
af_packet
(default) ordpdk
.