summaryrefslogtreecommitdiffstats
path: root/include/mm.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-05-13 17:10:16 +0200
committerPatrick McHardy <kaber@trash.net>2009-05-13 17:10:16 +0200
commit43e26978998eddd4d68141089d11e37ed37d8f38 (patch)
tree8c4a2414109050c324f9bba275ec7c9f94a93307 /include/mm.h
parent7647fc2568755f3fcf2832837aa3da19fa2f89c7 (diff)
mm: add location registration messages
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/mm.h')
-rw-r--r--include/mm.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/include/mm.h b/include/mm.h
index 32d1744..63ae9f0 100644
--- a/include/mm.h
+++ b/include/mm.h
@@ -118,14 +118,44 @@ struct dect_mm_key_allocate_msg {
struct dect_mm_locate_accept_msg {
struct dect_msg_common common;
+ struct dect_ie_portable_identity *portable_identity;
+ struct dect_ie_location_area *location_area;
+ struct dect_ie_use_tpui *use_tpui;
+ struct dect_ie_nwk_assigned_identity *nwk_assigned_identity;
+ struct dect_ie_ext_ho_indicator *ext_ho_indicator;
+ struct dect_ie_setup_capability *setup_capability;
+ struct dect_ie_duration *duration;
+ struct dect_ie_repeat_indicator segmented_info;
+ struct dect_ie_iwu_to_iwu *iwu_to_iwu;
+ struct dect_ie_model_identifier *model_indentifier;
+ struct dect_ie_codec_list *codec_list;
+ struct dect_ie_escape_to_proprietary *escape_to_proprietary;
};
struct dect_mm_locate_reject_msg {
struct dect_msg_common common;
+ struct dect_ie_reject_reason *reject_reason;
+ struct dect_ie_duration *duration;
+ struct dect_ie_repeat_indicator segmented_info;
+ struct dect_ie_iwu_to_iwu *iwu_to_iwu;
+ struct dect_ie_escape_to_proprietary *escape_to_proprietary;
};
struct dect_mm_locate_request_msg {
struct dect_msg_common common;
+ struct dect_ie_portable_identity *portable_identity;
+ struct dect_ie_fixed_identity *fixed_identity;
+ struct dect_ie_location_area *location_area;
+ struct dect_ie_nwk_assigned_identity *nwk_assigned_identity;
+ struct dect_ie_cipher_info *cipher_info;
+ struct dect_ie_setup_capability *setup_capability;
+ struct dect_ie_terminal_capability *terminal_capability;
+ struct dect_ie_network_parameter *network_parameter;
+ struct dect_ie_repeat_indicator segmented_info;
+ struct dect_ie_iwu_to_iwu *iwu_to_iwu;
+ struct dect_ie_model_identifier *model_indentifier;
+ struct dect_ie_codec_list *codec_list;
+ struct dect_ie_escape_to_proprietary *escape_to_proprietary;
};
struct dect_mm_info_accept_msg {