aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2011-09-28 02:46:16 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2011-09-29 01:31:20 +0200
commit3c46044cf1d2b352587266784eb064cb5d08260a (patch)
tree6afba331de1da0f27213a568819c8b5e87c63922 /include
parent3744b873e58008eaba359b52c7a07a9741c89cae (diff)
Addition to last commit 2f5a3714075882ac946536709ac581453b6ad52a
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/abis/lapd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/abis/lapd.h b/include/osmocom/abis/lapd.h
index 03f8190..847a597 100644
--- a/include/osmocom/abis/lapd.h
+++ b/include/osmocom/abis/lapd.h
@@ -7,7 +7,7 @@
#include <osmocom/gsm/lapd_core.h>
struct lapd_profile {
- uint8_t k, k_sapi0;
+ uint8_t k[64];
int n200;
int n201;
int n202;