mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #2603 from gentilkiwi/patch-1
Update intertic.py to support Bourg-en-Bresse & Avignon
This commit is contained in:
commit
af0833aba8
1 changed files with 4 additions and 0 deletions
|
@ -239,6 +239,9 @@ FRA_OrganizationalAuthority_Contract_Provider = {
|
||||||
0x008: {
|
0x008: {
|
||||||
15: InterticHelper('Angoulême', 'STGA', Describe_Usage_1_1), # May have a problem with date ?
|
15: InterticHelper('Angoulême', 'STGA', Describe_Usage_1_1), # May have a problem with date ?
|
||||||
},
|
},
|
||||||
|
0x013: {
|
||||||
|
1: InterticHelper('Avignon', 'Orizo'),
|
||||||
|
}
|
||||||
0x021: {
|
0x021: {
|
||||||
1: InterticHelper('Bordeaux', 'TBM / Keolis', Describe_Usage_1_1),
|
1: InterticHelper('Bordeaux', 'TBM / Keolis', Describe_Usage_1_1),
|
||||||
},
|
},
|
||||||
|
@ -256,6 +259,7 @@ FRA_OrganizationalAuthority_Contract_Provider = {
|
||||||
},
|
},
|
||||||
0x502: {
|
0x502: {
|
||||||
83: InterticHelper('Annecy', 'Sibra', Describe_Usage_2),
|
83: InterticHelper('Annecy', 'Sibra', Describe_Usage_2),
|
||||||
|
84: InterticHelper('Bourg-en-Bresse', 'Rubis / Keolis'),
|
||||||
10: InterticHelper('Clermont-Ferrand', 'T2C'),
|
10: InterticHelper('Clermont-Ferrand', 'T2C'),
|
||||||
},
|
},
|
||||||
0x907: {
|
0x907: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue