From 5507119a1f27277815b783b3ae467448f5d9cee2 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Tue, 21 Feb 2017 23:18:27 +0900 Subject: [PATCH] fix the bug in the nas message --- lib/message/nas/nas_ies.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/message/nas/nas_ies.h b/lib/message/nas/nas_ies.h index 71d1d3fdd..62b421005 100644 --- a/lib/message/nas/nas_ies.h +++ b/lib/message/nas/nas_ies.h @@ -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(