aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties32
1 files changed, 22 insertions, 10 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index b1f3a97..1cb06ec 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -18,24 +18,36 @@ ves.collector.endpoint=/eventListener/v7
ves.pm.maxPoolSize=10
ves.defaultInterval=10
ves.defaultFailureDuration=120
-
ves.failing.throughput=1
ves.failing.latency=500
# in sec
ves.failing.checkout.delay=15
-
+ftp.server.protocol=sftp
+ftp.server.url=localhost
+ftp.server.port=22222
+ftp.server.filepath=upload
+ftp.server.username=admin
+ftp.server.password=samsung
topology.cell.range=5
topology.cell.config.file=/var/a1pesim/cells.json
topology.ue.config.file=/var/a1pesim/ue.json
-
spring.cache.cache-names=vnfConfig,pmVes,failurePmVes
spring.cache.caffeine.spec=maximumSize=10,expireAfterAccess=900s
-
-spring.mvc.view.prefix: /
-spring.mvc.view.suffix: .jsp
-
+spring.mvc.view.prefix:/
+spring.mvc.view.suffix:.jsp
logging.config=classpath:logback-spring.xml
-
refresher.fixed.rate.ms=60000
-
-restapi.version=v1 \ No newline at end of file
+restapi.version=v1
+# PM Bulk File constants
+xml.pm.bulk.fileFormatVersion=32.435 V7.0
+xml.pm.bulk.vendorName=Samsung
+xml.pm.bulk.userLabel=ORAN PE Sim
+xml.pm.bulk.fileSender=ORAN
+#File Ready Event constants
+file.ready.version=4.0.1
+file.ready.vesEventListenerVersion=7.0.1
+file.ready.domain=notification
+file.ready.eventName=stndDefined-PE-Samsung-Notification
+file.ready.fileFormatType=org.3GPP.32.435#measCollec
+file.ready.fileFormatVersion=V10
+file.ready.notificationFieldsVersion=2.0 \ No newline at end of file