feature:TSG-8617:在provision中添加开关,控制是否开启GTP-C会话记录功能
This commit is contained in:
@@ -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 %}
|
||||
@@ -21,6 +21,9 @@ capturepacket:
|
||||
radius:
|
||||
enable: 1
|
||||
|
||||
gtp:
|
||||
enable_gtp_c_record: 1
|
||||
|
||||
wannat:
|
||||
enable: 0
|
||||
natgw_address: "127.0.0.1"
|
||||
|
||||
@@ -20,6 +20,9 @@ capturepacket:
|
||||
radius:
|
||||
enable: 1
|
||||
|
||||
gtp:
|
||||
enable_gtp_c_record: 1
|
||||
|
||||
wannat:
|
||||
enable: 0
|
||||
natgw_address: "127.0.0.1"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user