Commit 47759287 authored by winckel's avatar winckel

Corrected definition of minimum length of some NAS field (some optionnal...

Corrected definition of minimum length of some NAS field (some optionnal fields were take into account in the previous values).

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4911 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8bdce2c0
......@@ -7,7 +7,7 @@
#ifndef NAS_SECURITY_ALGORITHMS_H_
#define NAS_SECURITY_ALGORITHMS_H_
#define NAS_SECURITY_ALGORITHMS_MINIMUM_LENGTH 2
#define NAS_SECURITY_ALGORITHMS_MINIMUM_LENGTH 1
#define NAS_SECURITY_ALGORITHMS_MAXIMUM_LENGTH 2
typedef struct NasSecurityAlgorithms_tag {
......
......@@ -7,7 +7,7 @@
#ifndef UE_SECURITY_CAPABILITY_H_
#define UE_SECURITY_CAPABILITY_H_
#define UE_SECURITY_CAPABILITY_MINIMUM_LENGTH 4
#define UE_SECURITY_CAPABILITY_MINIMUM_LENGTH 2
#define UE_SECURITY_CAPABILITY_MAXIMUM_LENGTH 7
typedef struct UeSecurityCapability_tag {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment