From 8e7ede4850834ed505564a07452b883a332aef4a Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Fri, 20 Dec 2013 09:34:04 +0000
Subject: [PATCH] - Add UEid in connection establishment conf

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4780 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair2/COMMON/as_message.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openair2/COMMON/as_message.h b/openair2/COMMON/as_message.h
index f16fba2fbc..3256468f09 100644
--- a/openair2/COMMON/as_message.h
+++ b/openair2/COMMON/as_message.h
@@ -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;
-- 
GitLab