Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
85b2c107
Commit
85b2c107
authored
Nov 15, 2010
by
Sebastien Decugis
Browse files
Added options for the new extensions
parent
3b0d92d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/CMakeLists.txt
View file @
85b2c107
...
...
@@ -43,9 +43,15 @@ INCLUDE_DIRECTORIES(${GCRYPT_INCLUDE_DIR})
####
# Diameter applications dictionaries
FD_EXTENSION_SUBDIR
(
dict_nasreq
"NASREQ (RFC4005) Dictionary definitions?"
ON
)
FD_EXTENSION_SUBDIR
(
dict_eap
"Diameter EAP (RFC4072) Dictionary definitions?"
ON
)
FD_EXTENSION_SUBDIR
(
dict_sip
"Diameter SIP (RFC4740) Dictionary definitions?"
ON
)
FD_EXTENSION_SUBDIR
(
dict_nasreq
"NASREQ (RFC4005) Dictionary definitions"
ON
)
FD_EXTENSION_SUBDIR
(
dict_eap
"Diameter EAP (RFC4072) Dictionary definitions"
ON
)
FD_EXTENSION_SUBDIR
(
dict_sip
"Diameter SIP (RFC4740) Dictionary definitions"
ON
)
FD_EXTENSION_SUBDIR
(
dict_mip6a
"Diameter Mobile IPv6 Auth Dictionary definitions"
ON
)
FD_EXTENSION_SUBDIR
(
dict_mip6i
"Diameter Mobile IPv6 IKE Dictionary definitions"
ON
)
FD_EXTENSION_SUBDIR
(
dict_nas_mipv6
"Diameter NAS-to-HAAA Interaction Dictionary definitions"
ON
)
FD_EXTENSION_SUBDIR
(
dict_rfc5777
"Classification and QoS (RFC 5777) Dictionary definitions"
ON
)
####
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment