Commit bfc6e0c5 authored by Lionel Gauthier's avatar Lionel Gauthier

test nas non delivery indication

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7289 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e9e492b1
......@@ -126,7 +126,11 @@ next_message:
break;
case NAS_DOWNLINK_DATA_CNF: {
// nas_proc_dl_transfer_cnf(NAS_DL_DATA_CNF(received_message_p).UEid);
nas_proc_dl_transfer_cnf(NAS_DL_DATA_CNF(received_message_p).UEid);
} break;
case NAS_NON_DELIVERY_IND: {
nas_proc_dl_transfer_rej(NAS_DL_DATA_REJ(received_message_p).UEid);
} break;
case NAS_AUTHENTICATION_PARAM_RSP: {
......
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