Orange-OpenSource / Orange-OpenSource/its-client
python/mobility: fix station_id() to enforce and recognise the three-part station-UUID
Open
@ymorin-orange is already working on this.
Since Aug 19, 2026.
Python
- Dominant language
- Java
- Stars
- 19
- Forks
- 12
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 3
Description
What:
Currently, the station-ID (a field in ETSI messages, so an ETSI-defined value) is computed as a hash of the station-UUID (a private, internal description of a station). This is historical bagage.
Expected:
The station-UUID is interpreted as a three-part identifier, with underscore as the separation, with the third part the station-ID, e.g. for ora_car_1234:
orais the company part, usually a trigramcaris the station role, not unlike, but nor exactly like, the ETSItrafficParticipantType1234is the station-ID, in decimal
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.