From 0f376b1eca2221c72738b7d761bc4e672c140c08 Mon Sep 17 00:00:00 2001 From: Bartlomiej Gmerek Date: Fri, 15 Nov 2024 17:36:18 +0100 Subject: [PATCH] Restores LTS config option Signed-off-by: Bartlomiej Gmerek --- backend/factory/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/factory/config.go b/backend/factory/config.go index 942bbe4..cd09ddc 100644 --- a/backend/factory/config.go +++ b/backend/factory/config.go @@ -34,6 +34,7 @@ type Configuration struct { Mongodb *Mongodb `yaml:"mongodb"` RocEnd *RocEndpt `yaml:"managedByConfigPod,omitempty"` // fetch config during bootup LteEnd []*LteEndpt `yaml:"endpoints,omitempty"` // LTE endpoints are configured and not auto-detected + TLS *TLS `yaml:"tls"` Mode5G bool `yaml:"mode5G,omitempty"` SdfComp bool `yaml:"spec-compliant-sdf"` EnableAuthentication bool `yaml:"enableAuthentication,omitempty"`