Configuring 5G Event Streaming

Configure 5G event streaming by providing values for properties in one or more Helm values files.

Several configuration properties are common to more than one 5G event streaming application. Prefixes denote the scope of the property. Where a property can be applied to several applications, replace the string application with the appropriate prefix. For example, if you are configuring application.configuration.args for the CDR ASN.1 Streamer, use cdr-asn1-streamer.configuration.args.

Application Name Property Prefix
CDR ASN.1 Streamer cdr-asn1-streamer
ASN.1 Encoded CDRs to sFTP asn1-kafka-sftp
CDR Kafka Router cdr-kafka-router
CDR Aggregation Function cdr-aggregation-function
Important: Apply Base64 encoding to any passwords provided to the Helm chart before adding them to the Helm values file. Encode these values using the base64 command.
echo "unencoded_value" | base64