feature:TSG-8617:在provision中添加开关,控制是否开启GTP-C会话记录功能

This commit is contained in:
fumingwei
2021-11-22 10:20:19 +08:00
parent 7dc18131be
commit c48f82c1a7
5 changed files with 16 additions and 1 deletions

View File

@@ -174,5 +174,8 @@ 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]
SENDLOG_SWITCH=1
SENDLOG_SWITCH=1
{% endif %}
{% endraw %}

View File

@@ -21,6 +21,9 @@ capturepacket:
radius:
enable: 1
gtp:
enable_gtp_c_record: 1
wannat:
enable: 0
natgw_address: "127.0.0.1"

View File

@@ -20,6 +20,9 @@ capturepacket:
radius:
enable: 1
gtp:
enable_gtp_c_record: 1
wannat:
enable: 0
natgw_address: "127.0.0.1"

View File

@@ -30,6 +30,9 @@ capturepacket:
radius:
enable: 0/1
gtp:
enable_gtp_c_record: 0/1
wannat:
enable: 0/1
natgw_address: "127.0.0.1"

View File

@@ -30,6 +30,9 @@ capturepacket:
radius:
enable: 0/1
gtp:
enable_gtp_c_record: 0/1
wannat:
enable: 0/1
natgw_address: "127.0.0.1"