add bin/mib conf dual file

This commit is contained in:
2024-10-19 15:36:39 +08:00
parent 8feba9929d
commit 6156304aed
99 changed files with 66362 additions and 1 deletions

48
bin/conf/NR.conf Normal file
View File

@@ -0,0 +1,48 @@
#NR.conf
# Enable or disable the NRTRDE function,0-disable,1-enable
Flag=0
# The local mcc
MCC=460
# The local mnc
MNC=02
# The local tag
LOCAL_TADIG=FEAKE
# The time to make NRTRDE Delivery Report and Error Report
MAKE_REPORT_TIME=12
# The max value of CallEventDuration of a CDR
CallEventDurationMax=6000
# The version of the NRTRDE Delivery report
ND_VERSION=1.0
# The version of the NRTRDE Error report
NE_VERSION=1.0
# The specificationVersionNumber of the NRTRDE file
NR_SVN=2
# The ReleaseVersionNumber of the NRTRDE file
NR_RVN=1
# The backup directory
NR_RECV_BAK_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/NR_RECV_BAK/
NR_SEND_BAK_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/NR_SEND_BAK/
ND_RECV_BAK_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/ND_RECV_BAK/
ND_SEND_BAK_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/ND_SEND_BAK/
NE_RECV_BAK_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/NE_RECV_BAK/
NE_SEND_BAK_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/NE_SEND_BAK/
LOCAL_CSV_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/LOCAL_CSV/
# The source directory to send the file
SEND_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/SEND/
# The directory to receive the file
RECV_DIR=/usr/local/apache/htdocs/db_backup/nrtrde/RECV/