Commit 0029c3b0 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5314 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent d80848cc
......@@ -318,6 +318,7 @@ typedef struct nas_establish_rsp_s {
as_stmsi_t s_tmsi; /* UE identity */
nas_error_code_t errCode; /* Transaction status */
as_nas_info_t nasMsg; /* NAS message to transfer */
UInt32_t nas_ul_count; /* UL NAS COUNT */
} nas_establish_rsp_t;
/*
......@@ -328,6 +329,7 @@ typedef struct nas_establish_cnf_s {
UInt32_t UEid; /* UE lower layer identifier */
nas_error_code_t errCode; /* Transaction status */
as_nas_info_t nasMsg; /* NAS message to transfer */
UInt32_t ul_nas_count;
} nas_establish_cnf_t;
/*
......
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