Charging Function Requirement

Hi,

I am currently checking the CHF config and I noticed the following sections:

abmfDiameter:
protocol: tcp
hostIPv4: 127.0.0.113
port: 3868
tls:
pem: cert/chf.pem
key: cert/chf.key
rfDiameter:
protocol: tcp
hostIPv4: 127.0.0.113
port: 3869
tls:
pem: cert/chf.pem # CHF TLS Certificate
key: cert/chf.key # CHF TLS Private key

Does this mean we have to provide abmfDiameter and rfDiameter instances separately or are they also running inside the CHF?

Regards
Christopher

Hello,

Both abmfDiameter and rfDiameter are running in CHF, but they are running in different protocols and ports. So we define them in the config file.

Thanks for the response!