summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-08-26 04:13:28 +0200
committerPatrick McHardy <kaber@trash.net>2010-08-26 04:13:28 +0200
commitf3c0797405b5de9b1a7cde3b45b05c61ecd1346e (patch)
treea90c19195a447fcbf162db5b3b8bdde1730696d8 /include
parent626ad52a0f180bf1886dd5d568a6236975a6a6f6 (diff)
ss: add missing {FACILITY} attributes
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/dect/ss.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dect/ss.h b/include/dect/ss.h
index e7dfe78..fe2bfe2 100644
--- a/include/dect/ss.h
+++ b/include/dect/ss.h
@@ -26,7 +26,11 @@ struct dect_mnss_param {
struct dect_ie_keypad *keypad;
struct dect_ie_feature_activate *feature_activate;
struct dect_ie_feature_indicate *feature_indicate;
+ struct dect_ie_list iwu_to_iwu;
struct dect_ie_escape_to_proprietary *escape_to_proprietary;
+ struct dect_ie_time_date *time_date;
+ struct dect_ie_events_notification *events_notification;
+ struct dect_ie_call_information *call_information;
};
struct dect_handle;