summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-11-16 15:00:06 +0100
committerPatrick McHardy <kaber@trash.net>2010-11-16 15:08:30 +0100
commitdb10281fb66aa17bccf06a83277eb221031bf5fd (patch)
tree6870c62a2ceec4d14a3df5df0e0f9073d4c504f1 /include
parent8aa6d8f94b5ca431cbc46adef732a01b005fa04e (diff)
ie: add <<FACILITY>> IE
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/dect/ie.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dect/ie.h b/include/dect/ie.h
index 50b6e92..cc08ec5 100644
--- a/include/dect/ie.h
+++ b/include/dect/ie.h
@@ -985,6 +985,8 @@ enum dect_facility_discriminators {
struct dect_ie_facility {
struct dect_ie_common common;
enum dect_facility_discriminators service;
+ uint8_t len;
+ uint8_t components[64];
};
/**