Minor fixes on AMPS messages

- Flipping polarity is now performed after B/I has been applied
- Correcting sysinfo
This commit is contained in:
Andreas Eversberg
2017-05-15 17:59:09 +02:00
parent 4d10ee7c82
commit 12dcc6c40f
3 changed files with 17 additions and 35 deletions

View File

@@ -61,7 +61,7 @@ void init_sysinfo(amps_si *si, int cmac, int vmac, int dcc, int sid1, int regh,
/* Word 1 */
si->word1.sid1 = sid1;
si->word1.ep = 1; /* shall be 0 */
si->word1.ep = 0; /* shall be 0 */
si->word1.auth = 0;
si->word1.pci = 0;