Navigation bar
  Print document Start Previous page
 144 of 177 
Next page End  

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
144 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
            NoReceivedPackets (1)
            CorruptedMsgs (2)
            UnauthorizedDataReceived (3)
            item_5 (4) -- B'0100
            item_6 (5) -- B'0101
            item_7 (6) -- B'0110
            item_8 (7) -- B'0111
            item_9 (8) -- B'1000
            item_10 (9) -- B'1001
            item_11 (10) -- B'1010
            item_12 (11) -- B'1011
            item_13 (12) -- B'1100
            item_14 (13) -- B'1101
            item_15 (14) -- B'1110
            item_16 (15) -- B'1111
         </xs:appinfo>
         <xs:documentation>       
            Encoded as a 4 bit value
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="15"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="NoFaults"/>
               <xs:enumeration value="NoReceivedPackets"/>
               <xs:enumeration value="CorruptedMsgs"/>
               <xs:enumeration value="UnauthorizedDataReceived"/>
               <xs:enumeration value="item_5"/>
               <xs:enumeration value="item_6"/>
               <xs:enumeration value="item_7"/>
               <xs:enumeration value="item_8"/>
               <xs:enumeration value="item_9"/>
               <xs:enumeration value="item_10"/>
               <xs:enumeration value="item_11"/>
               <xs:enumeration value="item_12"/>
               <xs:enumeration value="item_13"/>
               <xs:enumeration value="item_14"/>
               <xs:enumeration value="item_15"/>
               <xs:enumeration value="item_16"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
9.6 Data Element: DE_Wave Received Signal Strength
Use: The one byte value of signal strength collected by the lower levels of the wave protocol as per the definition
found in IEEE 16909.4 clause 7.5 "WAVE Receiver Signal Strength (WRSS) polling" and as defined in the ASN.1
of that standard.  This value can be collected from the lower layers and sent back in the message of this standard.
Keep in mind that this is also being sent by the lower layers when solicited by suitable message traffic as well.
ASN.1 Representation:
WaveReceivedSignalStrength ::= INTEGER (0..255) -- as per IEEE 1609.4 use
XML Representation:
<xs:simpleType name="WaveReceivedSignalStrength" >
      <xs:annotation>