Commit 8e7ede48 authored by Cedric Roux's avatar Cedric Roux

- Add UEid in connection establishment conf

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4780 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent fa818d42
......@@ -325,6 +325,7 @@ typedef struct nas_establish_rsp_s {
* AS transfers the initial answer message to the NAS.
*/
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 */
} 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