Commit 25d86e72 authored by Cedric Roux's avatar Cedric Roux

- removed trigger for initial ue message -> now triggered by RRC

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4436 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e70f131a
...@@ -277,6 +277,7 @@ int s1ap_eNB_handle_s1_setup_response(uint32_t assoc_id, ...@@ -277,6 +277,7 @@ int s1ap_eNB_handle_s1_setup_response(uint32_t assoc_id,
*/ */
mme_desc_p->state = S1AP_ENB_STATE_CONNECTED; mme_desc_p->state = S1AP_ENB_STATE_CONNECTED;
#if 0
/* We call back our self /* We call back our self
* -> generate a dummy initial UE message * -> generate a dummy initial UE message
*/ */
...@@ -294,7 +295,6 @@ int s1ap_eNB_handle_s1_setup_response(uint32_t assoc_id, ...@@ -294,7 +295,6 @@ int s1ap_eNB_handle_s1_setup_response(uint32_t assoc_id,
s1ap_nas_first_req.ue_identity.gummei.mme_code = 0; s1ap_nas_first_req.ue_identity.gummei.mme_code = 0;
s1ap_nas_first_req.ue_identity.gummei.mme_group_id = 0; s1ap_nas_first_req.ue_identity.gummei.mme_group_id = 0;
#if 0
/* NAS Attach request with IMSI */ /* NAS Attach request with IMSI */
static uint8_t nas_attach_req_imsi[] = static uint8_t nas_attach_req_imsi[] =
{ {
...@@ -309,7 +309,6 @@ int s1ap_eNB_handle_s1_setup_response(uint32_t assoc_id, ...@@ -309,7 +309,6 @@ int s1ap_eNB_handle_s1_setup_response(uint32_t assoc_id,
0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x0A, 0x00, 0x52, 0x12, 0xF2, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x0A, 0x00, 0x52, 0x12, 0xF2,
0x01, 0x27, 0x11, 0x01, 0x27, 0x11,
}; };
#endif
/* NAS Attach request with GUTI */ /* NAS Attach request with GUTI */
static uint8_t nas_attach_req_guti[] = static uint8_t nas_attach_req_guti[] =
...@@ -332,6 +331,7 @@ int s1ap_eNB_handle_s1_setup_response(uint32_t assoc_id, ...@@ -332,6 +331,7 @@ int s1ap_eNB_handle_s1_setup_response(uint32_t assoc_id,
s1ap_eNB_handle_nas_first_req(mme_desc_p->s1ap_eNB_instance->instance, s1ap_eNB_handle_nas_first_req(mme_desc_p->s1ap_eNB_instance->instance,
&s1ap_nas_first_req); &s1ap_nas_first_req);
} }
#endif
return 0; return 0;
} }
......
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