-
Notifications
You must be signed in to change notification settings - Fork 9
/
s2k_config_opt.json
89 lines (89 loc) · 2.44 KB
/
s2k_config_opt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"aurisMIB": null,
"aurisInstance": 0,
"aurisMission": "S2K_TEST",
"aurisTheme": "ThemeLight",
"aurisDbConfig": null,
"aurisPusConfig": {
"cfgMission": "MissionDefault",
"cfgNDIU": [],
"cfgCnC": [
{
"cfgCncCucTime": "Cuc43",
"cfgCncHasCRC": "HasCRC",
"cfgCncPortTM": 33333,
"cfgCncHost": "localhost",
"cfgCncPortTC": 22222,
"cfgCncName": "ParagonTT",
"cfgCncID": 1
}
],
"cfgUnknownSPID": 5071,
"cfgEpoch": {
"tag": "UnixTime"
},
"cfgInterfacePort": 55555,
"cfgRandomizerEnabled": false,
"cfgRandomizerStartValue": 255,
"cfgVerification": {
"cfgTimeoutC": 30,
"cfgTimeoutGT": 20,
"cfgTimeoutS": 30,
"cfgTimeoutA": 30,
"cfgTimeoutO": 20
},
"cfgVCIDs": [
0,
1
],
"cfgLeapSeconds": {
"fromLeaps": 17
},
"cfgSCID": 0,
"cfgDataBase": {
"cfgStoreTMFrames": true,
"cfgDbDebugLog": true,
"cfgBackend": {
"tag": "PGConfig",
"contents": {
"pgDbName": "active_session",
"pgPort": 5432,
"pgHost": "localhost",
"pgPassword": "auris",
"pgNumberConns": 10,
"pgUser": "auris"
}
}
},
"cfgNCTRS": [
{
"cfgNctrsPortTC": 32111,
"cfgNctrsID": 1,
"cfgNctrsName": "ParagonTT",
"cfgNctrsHost": "localhost",
"cfgNctrsPortADM": 32110,
"cfgNctrsPortTM": 2502
}
],
"cfgCltuBlockSize": "CltuBS_8",
"cfgCLTUTrailer": "Trailer0xC5",
"cfgEDEN": [
{
"cfgEdenID": 1,
"cfgEdenName": "ParagonTT",
"cfgEdenHost": "localhost",
"cfgEdenPort": 40300
}
],
"cfgStoreTMFrames": true,
"cfgStorePUSPackets": true,
"cfgTMFrame": {
"cfgMaxTMFrameLen": 1115,
"cfgTMSegLength": "TMSegment65536",
"cfgTMFrameHasCRC": true
}
},
"aurisLogLevel": {
"tag": "LogLevelWarn"
}
}