diff options
Diffstat (limited to 'conf/plugins/eap-aka-3gpp2.conf')
-rw-r--r-- | conf/plugins/eap-aka-3gpp2.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/plugins/eap-aka-3gpp2.conf b/conf/plugins/eap-aka-3gpp2.conf new file mode 100644 index 000000000..3f329aec5 --- /dev/null +++ b/conf/plugins/eap-aka-3gpp2.conf @@ -0,0 +1,12 @@ +eap-aka-3gpp2 { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Enable to activate sequence check of the AKA SQN values in order to + # trigger resync cycles. + # seq_check = + +} + |