Commit 4d5db69e authored by winckel's avatar winckel

Added forwarding of UE capabilities to MME by eNB S1AP.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4828 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 21ef0caf
...@@ -278,6 +278,10 @@ void *s1ap_eNB_task(void *arg) ...@@ -278,6 +278,10 @@ void *s1ap_eNB_task(void *arg)
s1ap_eNB_nas_uplink(ITTI_MESSAGE_GET_INSTANCE(received_msg), s1ap_eNB_nas_uplink(ITTI_MESSAGE_GET_INSTANCE(received_msg),
&S1AP_UPLINK_NAS(received_msg)); &S1AP_UPLINK_NAS(received_msg));
} break; } break;
case S1AP_UE_CAPABILITIES_IND: {
s1ap_eNB_ue_capabilities(ITTI_MESSAGE_GET_INSTANCE(received_msg),
&S1AP_UE_CAPABILITIES_IND(received_msg));
} break;
case S1AP_INITIAL_CONTEXT_SETUP_RESP: { case S1AP_INITIAL_CONTEXT_SETUP_RESP: {
s1ap_eNB_initial_ctxt_resp(ITTI_MESSAGE_GET_INSTANCE(received_msg), s1ap_eNB_initial_ctxt_resp(ITTI_MESSAGE_GET_INSTANCE(received_msg),
&S1AP_INITIAL_CONTEXT_SETUP_RESP(received_msg)); &S1AP_INITIAL_CONTEXT_SETUP_RESP(received_msg));
......
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