fobToStation
1) Variables and update frequency:
```
octet fob; /* fob 1-96 */
octet station; /* HV cable 18 - 35 */
```
Update frequency:
A few times per year. In 2022 it has changed once so far.
2) idl structure
```
/* fobToStation.idl
*
* Table: fobToStation
*
* description: // sTGC (ftt) map from FOB to Station
*
*/
struct fobToStation {
octet fob[96]; /* fob 1-96 */
octet station[96]; /* station identifier 1 - 35 */
};
```
3) non-indexed, update entire database each time.
4) size of structure: 192
5) jdb