Commit 692efcb9 authored by Lionel Gauthier's avatar Lionel Gauthier

Nas non delivery ind, to be tested

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7287 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ef9194aa
...@@ -114,6 +114,15 @@ static int s1ap_mme_decode_initiating( ...@@ -114,6 +114,15 @@ static int s1ap_mme_decode_initiating(
} }
break; break;
case S1ap_ProcedureCode_id_NASNonDeliveryIndication: {
ret = s1ap_decode_s1ap_nasnondeliveryindication_ies(
&message->msg.s1ap_NASNonDeliveryIndication_IEs, &initiating_p->value);
s1ap_xer_print_s1ap_nasnondeliveryindication_(s1ap_xer__print2sp,
message_string, message);
message_id = S1AP_NAS_NON_DELIVERY_IND_LOG;
}
break;
default: { default: {
S1AP_ERROR("Unknown procedure ID (%d) for initiating message\n", S1AP_ERROR("Unknown procedure ID (%d) for initiating message\n",
(int)initiating_p->procedureCode); (int)initiating_p->procedureCode);
......
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