@@ -81,7 +81,9 @@ const odeCollections = [
8181const geoJsonConverterCollections = [
8282 { name : "ProcessedMap" , ttlField : "recordGeneratedAt" , timeField : "properties.timeStamp" , intersectionField : "properties.intersectionId" , expireTime : expireSeconds } ,
8383 { name : "ProcessedSpat" , ttlField : "recordGeneratedAt" , timeField : "utcTimeStamp" , intersectionField : "intersectionId" , expireTime : expireSeconds } ,
84- { name : "ProcessedBsm" , ttlField : "recordGeneratedAt" , timeField : "timeStamp" , geoSpatialField : "geometry.coordinates" , expireTime : expireSeconds }
84+ { name : "ProcessedBsm" , ttlField : "recordGeneratedAt" , timeField : "timeStamp" , geoSpatialField : "geometry.coordinates" , expireTime : expireSeconds } ,
85+ { name : "ProcessedSrm" , ttlField : "recordGeneratedAt" , timeField : "timeStamp" , geoSpatialField : "geometry.coordinates" , expireTime : expireSeconds } ,
86+ { name : "ProcessedSsm" , ttlField : "recordGeneratedAt" , timeField : "timeStamp" , geoSpatialField : "geometry.coordinates" , expireTime : expireSeconds }
8587] ;
8688
8789
@@ -104,7 +106,7 @@ const conflictMonitorCollections = [
104106 { name : "CmTimestampDeltaEvent" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
105107 { name : "CmSpatTransitionEvent" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
106108 { name : "CmEventStateProgressionEvent" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
107-
109+ { name : "CmPriorityPreemptionRequestEvent" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
108110
109111
110112
@@ -113,6 +115,7 @@ const conflictMonitorCollections = [
113115 { name : "CmBsmMessageCountProgressionEvents" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
114116 { name : "CmRevocableEnabledLaneAlignmentEvent" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
115117
118+
116119 { name : "CmSpatMinimumDataEventAggregation" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
117120 { name : "CmMapMinimumDataEventAggregation" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
118121 { name : "CmIntersectionReferenceAlignmentEventAggregation" , ttlField : "eventGeneratedAt" , timeField : "eventGeneratedAt" , intersectionField : "intersectionID" , expireTime : expireSeconds } ,
0 commit comments