No Paging On LTE Due To No TAU Procedure: Application Note
No Paging On LTE Due To No TAU Procedure: Application Note
No Paging On LTE Due To No TAU Procedure: Application Note
© 2015 Qualcomm Technologies, Inc. and/or its affiliated companies. All rights reserved.
NO PUBLIC DISCLOSURE PERMITTED: Please report postings of this document on public servers or websites to:
DocCtrlAgent@qualcomm.com.
Not to be used, copied, reproduced, or modified in whole or in part, nor its contents revealed in any manner to others without the
express written permission of Qualcomm Technologies, Inc.
Other Qualcomm products referenced herein are products of Qualcomm Technologies, Inc. or its subsidiaries.
Restricted Distribution: Not to be distributed to anyone who is not an employee of either Qualcomm Technologies, Inc. or its
affiliated companies without the express approval of Qualcomm Configuration Management.
Qualcomm is a trademark of Qualcomm Incorporated, registered in the United States and other countries. All Qualcomm
Incorporated trademarks are used with permission. Other product and brand names may be trademarks or registered trademarks of
their respective owners.
This technical data may be subject to U.S. and international export, re-export, or transfer (“export”) laws. Diversion contrary to U.S.
and international law is strictly prohibited.
Qualcomm Technologies, Inc.
5775 Morehouse Drive
San Diego, CA 92121
U.S.A.
Revision history
1 Introduction...................................................................................................... 5
1.1 Purpose.......................................................................................................................... 5
1.2 Conventions .................................................................................................................. 5
1.3 Technical assistance ...................................................................................................... 5
A References....................................................................................................... 9
A.1 Related documents ....................................................................................................... 9
A.2 Acronyms and terms .................................................................................................... 9
1.1 Purpose
This document describes why the UE does not send TAU Req with type2 after CSFB MT call
release and NW does not send MT paging anymore, which leads to a MT call failure. A
workaround for the network issue is provided, with the suggested code that solves the issue.
1.2 Conventions
Function declarations, function names, type declarations, attributes, and code samples appear in a
different font, for example, #include.
Code variables appear in angle brackets, for example, <number>.
Commands to be entered appear in a different font, e.g., copy a:*.* b:.
Button and key names appear in bold font, for example, click Save or press Enter.
Shading indicates content that has been added or changed in this revision of the document.
2.3 Impact
The UE may miss the Paging on LTE.
File: mmlu.c
Function: mm_send_lu_request
#if defined(FEATURE_LTE)
if((emm_ctrl_data_ptr->TIN == NAS_MM_TIN_RAT_RELATED_TMSI)
#ifdef FEATURE_SGLTE
&& (MM_IS_SGLTE_ON_PS_STACK_ID)
#endif
)
{
emm_set_and_write_tin_type(NAS_MM_TIN_P_TMSI);
}
mmsend_request_reject_event(TRUE,SMGMM_EVENT_LOCATION_AREA_UPDATE_REQUEST
,lu_cause);
NOTE: This is not a spec-compliant behavior. And this workaround works only in this scenario.
NOTE: There can be more scenarios where page miss can be an issue for China Unicom due to NW
issue.
Documents