bugfix:TSG-8617:修改控制变量enable为0时配置项被删除的bug

This commit is contained in:
fumingwei
2021-11-26 15:20:57 +08:00
parent b91ac22b58
commit a9aa450c50

View File

@@ -174,8 +174,10 @@ SERVICE_ID=162
LOG_PATH=./log/radius_collect_plug/radius_collect_plug
LOG_LEVEL=30
{% raw %}{% if gtp.enable_gtp_c_record == 1 %}
[GTP_SIGNALING]
{% raw %}{% if gtp.enable_gtp_c_record == 1 %}
SENDLOG_SWITCH=1
{% else %}
SENDLOG_SWITCH=0
{% endif %}
{% endraw %}