From 12dcc6c40ffcd434e094370def1048c98e1444a5 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 15 May 2017 17:59:09 +0200 Subject: Minor fixes on AMPS messages - Flipping polarity is now performed after B/I has been applied - Correcting sysinfo --- src/amps/sysinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amps/sysinfo.c') diff --git a/src/amps/sysinfo.c b/src/amps/sysinfo.c index db35fb4..9a8e31b 100644 --- a/src/amps/sysinfo.c +++ b/src/amps/sysinfo.c @@ -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; -- cgit v1.2.3