ta.properties 2.1 KB
Newer Older
filatov's avatar
filatov committed
1
# Debug level - Authorized values: OFF, ALL, INFO, SEVERE
garciay's avatar
garciay committed
2
DEBUG_ENABLED=ALL
filatov's avatar
filatov committed
3
4
5
6
# Define the port/layer configuration for CAM
camPort=BTP/GN/ETH
# Define the port/layer configuration for DENM
denmPort=BTP/GN/ETH
garciay's avatar
garciay committed
7
8
9
10
11
12
# Define the port/layer configuration for MAPEM-SPATEM
mapmSpatenmPort=BTP/GN/ETH
# Define the port/layer configuration for IVIM
ivimPort=BTP/GN/ETH
# Define the port/layer configuration for SREM-SSEM
sremSsemPort=BTP/GN/ETH
filatov's avatar
filatov committed
13
# Define the port/layer configuration for BTP
14
btpPort=GN/ETH
filatov's avatar
filatov committed
15
16
17
18
19
# Define the port/layer configuration for GeoNetworking
geoNetworkingPort=ETH
# Define the port/layer configuration for GeoNetworking over IPv6
ipv6OverGeoNetworkingPort=Debug
# Define the port/layer configuration for CALM FNTP
berge's avatar
berge committed
20
#fntpPort=FNTP/ETH
filatov's avatar
filatov committed
21
22
fntpPort=FNTP/UdpIp
# Define the port/layer configuration for CALM FSAP
23
fsapPort=FSAP/UdpIp
filatov's avatar
filatov committed
24
25
fsapPort=FSAP/UdpIp

26
#UpperTesterSettings=192.168.42.1:12345
garciay's avatar
garciay committed
27
UpperTesterSettings=172.17.15.38:12345
filatov's avatar
filatov committed
28
29

# Peer ITS station
30
LinkLayer_Peer=8BADF00D0099
berge's avatar
berge committed
31

filatov's avatar
filatov committed
32
33
# Define the MAC address of the Ethernet interface connected to the IUT device
#       Home laptop VMWare MAC address
34
#LocalEthernetMAC=005056C00008
filatov's avatar
filatov committed
35
#       Home laptop MAC address
36
#LocalEthernetMAC=4C80938EDB27
filatov's avatar
filatov committed
37
38
#       ETSI computer MAC address
#LocalEthernetMAC=0022191B7FDB
39
# G5 bridge connected on USB3/Ethernet
garciay's avatar
garciay committed
40
LocalEthernetMAC=00E08F008855
filatov's avatar
filatov committed
41
42
43
# Define the Ethernet type value used by the IUT
IutEthernetTypeValue=0x8947
# Node Ethernet addresses
44
LinkLayer_MTC=8BADF00D0000
filatov's avatar
filatov committed
45
# Link-Layer address of component NodeA
46
LinkLayer_NodeA=8BADF00D0001
filatov's avatar
filatov committed
47
# Link-Layer address of component NodeB
48
LinkLayer_NodeB=8BADF00D0002
filatov's avatar
filatov committed
49
# Link-Layer address of component NodeC
50
LinkLayer_NodeC=8BADF00D0003
filatov's avatar
filatov committed
51
# Link-Layer address of component NodeD
52
LinkLayer_NodeD=8BADF00D0004
filatov's avatar
filatov committed
53
54
55
# Interval between each beacon sent by TS (ms)
TsBeaconInterval=1000
# Latitude of Test System
56
TsLatitude=514787010
filatov's avatar
filatov committed
57
# Longitude of Test System
58
TsLongitude=56547460
59
60
61
62
63
# Secured mode status
TsSecuredMode=false
# Secured root path to access certificates and private keys
TsSecuredPath=""
# Secured configuration identifier
64
TsSecuredConfiId=data/certificates
filatov's avatar
filatov committed
65