├── DockerFiles └── m5G-ranTester ├── LICENSE ├── README.md ├── cni-install.yml ├── config-3node.yml ├── core-5g-macvlan.yml ├── images ├── .$5G-sctp-loadbalancer.drawio.bkp ├── .$5G-sctp-loadbalancer.drawio.dtmp ├── 5G-sctp-loadbalancer.drawio └── 5G-sctp-loadbalancer.png ├── loxilb-helm-chart ├── Chart.yaml ├── templates │ └── loxilb-statefulset.yaml └── values.yaml ├── multus-daemonset.yml ├── my5GRanTester-helm-chart ├── Chart.yaml ├── templates │ ├── rantester-configmap.yaml │ └── rantester-deployment.yaml └── values.yaml └── open5gs-helm-charts ├── Chart.yaml ├── templates ├── NOTES.txt ├── amf-1-configmap.yaml ├── amf-1-deploy.yaml ├── amf-2-configmap.yaml ├── amf-2-deploy.yaml ├── ausf-configmap.yaml ├── ausf-deploy.yaml ├── bsf-configmap.yaml ├── bsf-deploy.yaml ├── k8s-wait-role-binding.yaml ├── k8s-wait-role.yaml ├── k8s-wait-service-account.yaml ├── mongo-ue-init-script.yaml ├── mongodb-initialization.yaml ├── mongodb.yaml ├── nrf-configmap.yaml ├── nrf-deploy.yaml ├── nssf-configmap.yaml ├── nssf-deploy.yaml ├── pcf-configmap.yaml ├── pcf-deploy.yaml ├── smf-configmap.yaml ├── smf-deploy.yaml ├── udm-configmap.yaml ├── udm-deploy.yaml ├── udr-configmap.yaml ├── udr-deploy.yaml ├── upf-configmap.yaml ├── upf-deploy.yaml └── web-ui-deploy.yaml └── values.yaml /DockerFiles/m5G-ranTester: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/DockerFiles/m5G-ranTester -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/README.md -------------------------------------------------------------------------------- /cni-install.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/cni-install.yml -------------------------------------------------------------------------------- /config-3node.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/config-3node.yml -------------------------------------------------------------------------------- /core-5g-macvlan.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/core-5g-macvlan.yml -------------------------------------------------------------------------------- /images/.$5G-sctp-loadbalancer.drawio.bkp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/images/.$5G-sctp-loadbalancer.drawio.bkp -------------------------------------------------------------------------------- /images/.$5G-sctp-loadbalancer.drawio.dtmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/images/.$5G-sctp-loadbalancer.drawio.dtmp -------------------------------------------------------------------------------- /images/5G-sctp-loadbalancer.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/images/5G-sctp-loadbalancer.drawio -------------------------------------------------------------------------------- /images/5G-sctp-loadbalancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/images/5G-sctp-loadbalancer.png -------------------------------------------------------------------------------- /loxilb-helm-chart/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/loxilb-helm-chart/Chart.yaml -------------------------------------------------------------------------------- /loxilb-helm-chart/templates/loxilb-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/loxilb-helm-chart/templates/loxilb-statefulset.yaml -------------------------------------------------------------------------------- /loxilb-helm-chart/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/loxilb-helm-chart/values.yaml -------------------------------------------------------------------------------- /multus-daemonset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/multus-daemonset.yml -------------------------------------------------------------------------------- /my5GRanTester-helm-chart/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/my5GRanTester-helm-chart/Chart.yaml -------------------------------------------------------------------------------- /my5GRanTester-helm-chart/templates/rantester-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/my5GRanTester-helm-chart/templates/rantester-configmap.yaml -------------------------------------------------------------------------------- /my5GRanTester-helm-chart/templates/rantester-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/my5GRanTester-helm-chart/templates/rantester-deployment.yaml -------------------------------------------------------------------------------- /my5GRanTester-helm-chart/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/my5GRanTester-helm-chart/values.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/Chart.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/NOTES.txt -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/amf-1-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/amf-1-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/amf-1-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/amf-1-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/amf-2-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/amf-2-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/amf-2-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/amf-2-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/ausf-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/ausf-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/ausf-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/ausf-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/bsf-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/bsf-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/bsf-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/bsf-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/k8s-wait-role-binding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/k8s-wait-role-binding.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/k8s-wait-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/k8s-wait-role.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/k8s-wait-service-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/k8s-wait-service-account.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/mongo-ue-init-script.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/mongo-ue-init-script.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/mongodb-initialization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/mongodb-initialization.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/mongodb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/mongodb.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/nrf-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/nrf-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/nrf-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/nrf-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/nssf-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/nssf-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/nssf-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/nssf-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/pcf-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/pcf-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/pcf-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/pcf-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/smf-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/smf-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/smf-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/smf-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/udm-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/udm-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/udm-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/udm-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/udr-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/udr-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/udr-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/udr-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/upf-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/upf-configmap.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/upf-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/upf-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/templates/web-ui-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/templates/web-ui-deploy.yaml -------------------------------------------------------------------------------- /open5gs-helm-charts/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infinitydon/5gcore-sctp-loadbalancer/HEAD/open5gs-helm-charts/values.yaml --------------------------------------------------------------------------------