Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/ode-787' into node-xy-do…
Browse files Browse the repository at this point in the history
…ckerBuildsImage
  • Loading branch information
hmusavi committed Nov 30, 2018
2 parents e219d1e + 46555c9 commit 19c874e
Show file tree
Hide file tree
Showing 15 changed files with 1,080 additions and 209 deletions.
110 changes: 110 additions & 0 deletions data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_no_sdw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"request": {
"rsus": [
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.1",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "0",
"rsuTimeout": "2000"
},
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.2",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "1",
"rsuTimeout": "1000"
},
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.3",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "1",
"rsuTimeout": "1000"
}
],
"snmp": {
"rsuid": "00000083",
"msgid": "31",
"mode": "1",
"channel": "178",
"interval": "2",
"deliverystart": "2017-06-01T17:47:11-05:00",
"deliverystop": "2018-01-01T17:47:11-05:15",
"enable": "1",
"status": "4"
}
},
"tim": {
"msgCnt": "13",
"timeStamp": "2017-03-13T01:07:11-05:00",
"packetID": "EC9C236B0000000000",
"urlB": "null",
"dataframes": [
{
"sspTimRights": "0",
"frameType": "advisory",
"msgId": {
"roadSignID": {
"position": {
"latitude": "41.678473",
"longitude": "-108.782775",
"elevation": "917.1432"
},
"viewAngle": "1010101010101010",
"mutcdCode": "warning",
"crc": "0000000000000000"
}
},
"startDateTime": "2017-12-01T17:47:11-05:00",
"durationTime": "22",
"priority": "0",
"sspLocationRights": "3",
"regions": [
{
"name": "bob",
"regulatorID": "23",
"segmentID": "33",
"anchorPosition": {
"latitude": "41.678473",
"longitude": "-108.782775",
"elevation": "917.1432"
},
"laneWidth": "7",
"directionality": "3",
"closedPath": "false",
"direction": "1010101010101010",
"description": "geometry",
"geometry": {
"direction": "1010101010101010",
"extent": "1",
"laneWidth": "33",
"circle": {
"position": {
"latitude": "41.678473",
"longitude": "-108.782775",
"elevation": "917.1432"
},
"radius": "15",
"units": "7"
}
}
}
],
"sspMsgTypes": "2",
"sspMsgContent": "3",
"content": "Advisory",
"items": [
"125",
"some text",
"250",
"'98765"
],
"url": "null"
}
]
}
}
118 changes: 118 additions & 0 deletions data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_sdw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"request": {
"rsus": [
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.1",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "0",
"rsuTimeout": "2000"
},
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.2",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "1",
"rsuTimeout": "1000"
},
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.3",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "1",
"rsuTimeout": "1000"
}
],
"snmp": {
"rsuid": "00000083",
"msgid": "31",
"mode": "1",
"channel": "178",
"interval": "2",
"deliverystart": "2017-06-01T17:47:11-05:00",
"deliverystop": "2018-01-01T17:47:11-05:15",
"enable": "1",
"status": "4"
},
"sdw": {
"ttl": "oneweek",
"serviceRegion": {
"nwCorner": {
"latitude": "44.998459",
"longitude": "-111.040817"
},
"seCorner": {
"latitude": "41.104674",
"longitude": "-104.111312"
}
}
}
},
"tim": {
"msgCnt": "13",
"timeStamp": "2017-03-13T01:07:11-05:00",
"packetID": "EC9C236B0000000000",
"urlB": "null",
"dataframes": [
{
"sspTimRights": "0",
"frameType": "advisory",
"msgId": {
"roadSignID": {
"position": {
"latitude": "41.678473",
"longitude": "-108.782775",
"elevation": "917.1432"
},
"viewAngle": "1010101010101010",
"mutcdCode": "warning",
"crc": "0000000000000000"
}
},
"startDateTime": "2017-12-01T17:47:11-05:00",
"durationTime": "22",
"priority": "0",
"sspLocationRights": "3",
"regions": [
{
"name": "bob",
"regulatorID": "23",
"segmentID": "33",
"anchorPosition": {
"latitude": "41.678473",
"longitude": "-108.782775",
"elevation": "917.1432"
},
"laneWidth": "7",
"directionality": "3",
"closedPath": "false",
"direction": "1010101010101010",
"description": "geometry",
"geometry": {
"direction": "1010101010101010",
"extent": "1",
"laneWidth": "33",
"circle": {
"position": {
"latitude": "41.678473",
"longitude": "-108.782775",
"elevation": "917.1432"
},
"radius": "15",
"units": "7"
}
}
}
],
"sspMsgTypes": "2",
"sspMsgContent": "3",
"content": "Advisory",
"items": ["125","some text", "250", "'98765"],
"url": "null"
}
]
}
}
107 changes: 107 additions & 0 deletions data/TIM_Message_Testing_Files/tim_path_LL_single_rsu_no_sdw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"request": {
"rsus": [
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.1",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "0",
"rsuTimeout": "2000"
},
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.2",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "1",
"rsuTimeout": "1000"
},
{
"rsuIndex": "10",
"rsuTarget": "127.0.0.3",
"rsuUsername": "v3user",
"rsuPassword": "password",
"rsuRetries": "1",
"rsuTimeout": "1000"
}
],
"snmp": {
"rsuid": "00000083",
"msgid": "31",
"mode": "1",
"channel": "178",
"interval": "2",
"deliverystart": "2017-06-01T17:47:11-05:00",
"deliverystop": "2018-01-01T17:47:11-05:15",
"enable": "1",
"status": "4"
}
},
"tim": {
"msgCnt": "1",
"timeStamp": "2017-08-03T22:25:36.297Z",
"urlB": "null",
"packetID": "EC9C236B0000000000",
"dataframes": [
{
"startDateTime": "2017-08-02T22:25:00.000Z",
"durationTime": 1,
"sspTimRights": "0",
"frameType": "advisory",
"msgId": {
"roadSignID": {
"position": {
"latitude": "41.678473",
"longitude": "-108.782775",
"elevation": "917.1432"
},
"viewAngle": "1010101010101010",
"mutcdCode": "warning",
"crc": "0000000000000000"
}
},
"priority": "0",
"sspLocationRights": "3",
"regions": [
{
"name": "Testing TIM",
"regulatorID": "0",
"segmentID": "33",
"anchorPosition": {
"latitude": "41.2500807",
"longitude": "-111.0093847",
"elevation": "2020.6969900289998"
},
"laneWidth": "7",
"directionality": "3",
"closedPath": "false",
"description": "path",
"path": {
"scale": "0",
"type": "ll",
"nodes": [
{
"nodeLong": "0.0030982",
"nodeLat": "0.0014562",
"delta": "node-LL3"
},
{
"nodeLong": "-111.0093847",
"nodeLat": "41.2500807",
"delta": "node-LatLon"
}
]
},
"direction": "0000000000001010"
}
],
"sspMsgTypes": "2",
"sspMsgContent": "3",
"content": "Advisory",
"items": ["125","some text", "250", "'98765"],
"url": "null"
}
]
}
}
Loading

0 comments on commit 19c874e

Please sign in to comment.