-
Notifications
You must be signed in to change notification settings - Fork 9
/
pusc_config_ccs_only_1.json
86 lines (86 loc) · 2.37 KB
/
pusc_config_ccs_only_1.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
{
"aurisMIB": null,
"aurisInstance": 0,
"aurisMission": "S2K_TEST",
"aurisTheme": "ThemeLight",
"aurisDbConfig": {
"cfgMongoHost": "localhost",
"cfgMongoPort": null
},
"aurisPusConfig": {
"cfgMission": "MissionPUSC",
"cfgNDIU": [],
"cfgCnC": [
{
"cfgCncPortTM": 11000,
"cfgCncHost": "localhost",
"cfgCncPortTC": 10000,
"cfgCncName": "RED C&C HKTM",
"cfgCncID": 1,
"cfgCncCucTime": "Cuc43",
"cfgCncHasCRC": "HasCRC"
},
{
"cfgCncPortTM": 11002,
"cfgCncHost": "localhost",
"cfgCncPortTC": 10002,
"cfgCncName": "BLACK C&C HKTM",
"cfgCncID": 2,
"cfgCncCucTime": "Cuc43",
"cfgCncHasCRC": "HasCRC"
}
],
"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,
2
],
"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": [],
"cfgCltuBlockSize": "CltuBS_8",
"cfgCLTUTrailer": "Trailer0xC5",
"cfgEDEN": [],
"cfgStoreTMFrames": true,
"cfgStorePUSPackets": true,
"cfgTMFrame": {
"cfgMaxTMFrameLen": 1115,
"cfgTMSegLength": "TMSegment65536",
"cfgTMFrameHasCRC": true
}
},
"aurisLogLevel": {
"tag": "LogLevelDebug"
}
}