Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
In the world of Vehicle-to-Everything (V2X) communications, a Provider Service Identifier (PSID) is a unique integer that identifies an application specification. Defined by IEEE 1609.12, PSIDs play a central role in security and networking protocols such as IEEE 1609.2 and 1609.3. Implementers of Dedicated Short Range Communication (DSRC) and Wireless Access in Vehicular Environments (WAVE) systems rely on PSIDs to route messages and apply the correct security rules. 🛠️
SAE J3268 is an information report that simplifies this complexity by listing every PSID allocated to SAE and mapping it to the relevant SAE technical reports. This mapping ensures that developers can quickly locate the full set of requirements for each application, from vehicle-to-vehicle safety to fee collection and sensor sharing.
The core of J3268 is Table 1, which lists PSID values in decimal, hexadecimal, and p-encoded formats along with their descriptions and associated documents. Below is an excerpt illustrating the mapping:
| Decimal | Hex | p-Encoded | Description | Documents |
|---|---|---|---|---|
| 32 | 0x20 | 0p20 | Vehicle to vehicle safety and awareness | SAE J2945/1, J2945/2, J3161/1 |
| 39 | 0x27 | 0p27 | Vulnerable road users safety application | SAE J2945/9 |
| 143 | 0x8F | 0p80-0F | V2X-based fee collection | SAE J3217 |
| 144 | 0x90 | 0p80-10 | Sensor sharing service | SAE J3224 |
| 145 | 0x91 | 0p80-11 | Maneuver Coordination Service | SAE J3186 |
The report also references essential IEEE standards (1609.2, 1609.3, 1609.12) and is updated regularly to reflect changes in PSID allocations and the status of SAE technical reports.
Yes. For instance, PSID 32 is associated with three SAE reports (J2945/1, J2945/2, J3161/1). Implementers must consult all associated documents to ensure a complete implementation.
The encoding varies: IEEE 1609.3 protocols use p-encoding, while IEEE 1609.2 treats the PSID as an ASN.1 integer. Always verify the correct encoding for your context using the mapping provided in J3268.
A blank indicates that the PSID has been reserved for future use but no SAE technical report exists yet. These reserved identifiers may be implemented as placeholders but should not be used in production until specifications are published.
The IEEE maintains a public registry at standards.ieee.org. SAE J3268 is regularly updated, so always use the latest revision for accurate mapping.
By centralizing the PSID-to-document mapping, SAE J3268 significantly reduces the risk of incomplete implementations and speeds up development of DSRC- and WAVE-based V2X systems. For the latest version, visit the SAE J3268 page.