summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-11-16 23:07:19 +0100
committerPatrick McHardy <kaber@trash.net>2010-11-16 23:07:19 +0100
commit17cc9be51e0ab28c0e9fa20f9048b411d62720d4 (patch)
tree835d7ecaa843d9884ed724a69c9a6d30058517f8 /include
parent3c41dc14e0c04e64a9cb4d9dc94f549610856582 (diff)
ie: fix SS facility prototol discriminator
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/dect/ie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dect/ie.h b/include/dect/ie.h
index cc08ec5..3d0a7f2 100644
--- a/include/dect/ie.h
+++ b/include/dect/ie.h
@@ -978,7 +978,7 @@ struct dect_ie_end_to_end_compatibility {
*/
enum dect_facility_discriminators {
- DECT_FACILITY_SS = 0x17, /**< Supplementary service application */
+ DECT_FACILITY_SS = 0x11, /**< Supplementary service application */
};
/** <<FACILITY>> IE */