fix the bug in the nas message

This commit is contained in:
Sukchan Lee 2017-02-21 23:18:27 +09:00
parent 0a1ce45f06
commit 5507119a1f
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ CORE_DECLARE(c_int32_t) nas_encode_gprs_timer_2(
typedef struct _nas_gprs_timer_3_t {
c_uint8_t length;
ED2(c_uint8_t unit:3;,
c_uint8_t timer_value:6;)
c_uint8_t timer_value:5;)
} __attribute__ ((packed)) nas_gprs_timer_3_t;
CORE_DECLARE(c_int32_t) nas_decode_gprs_timer_3(