summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-10-14 22:48:47 +0200
committerPatrick McHardy <kaber@trash.net>2010-10-14 23:06:41 +0200
commitfb4c54d53c498061af446cae7864b07976f9c498 (patch)
tree00d56284be2d0899887d6a7ce5d6c8b01157656e /include
parenta433fa4d8f5f436a7e42547bc670f71e586f862d (diff)
ie: add support for <<EVENTS-NOTIFICATION>> IE
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/dect/ie.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dect/ie.h b/include/dect/ie.h
index 3de3f3f..50b6e92 100644
--- a/include/dect/ie.h
+++ b/include/dect/ie.h
@@ -2128,6 +2128,12 @@ enum dect_event_web_content_subtypes {
/** <<EVENTS-NOTIFICATION>> IE */
struct dect_ie_events_notification {
struct dect_ie_common common;
+ unsigned int num;
+ struct {
+ enum dect_event_types type;
+ uint8_t subtype;
+ uint8_t multiplicity;
+ } events[8];
};
/**