找回密码
 注册
搜索
查看: 12891|回复: 93

[资料] MTK电话本模块的四个PDF,看完基本都清楚了。

[复制链接]
发表于 2009-11-24 11:51:39 | 显示全部楼层 |阅读模式
没有密码。放心下载
【文件名】:091124@52RD_L4_PHB.rar
【格 式】:rar
【大 小】:1243K
【简 介】:
【目 录】:



DD_PHB.PDF
Revision History....................................................................................................................................................... 2
Table of contents ..................................................................................................................................................... 3
1 Introduction..................................................................................................................................................... 4
1.1 Overview .................................................................................................................................................... 4
1.2 References ................................................................................................................................................. 4
1.3 Terms and Definitions................................................................................................................................. 5
2 Data Structures ............................................................................................................................................... 6
2.1 Constant and Enum value ........................................................................................................................... 6
2.1.1 Constant............................................................................................................................................... 6
2.1.2 Enum name, ex. channel_enum............................................................................................................ 6
2.2 Common Data Structure and Enum Value .................................................................................................. 6
2.2.1 Structure name..................................................................................................................................... 6
2.3 External Data Structure ............................................................................................................................... 6
2.4 Internal Data Structure ............................................................................................................................... 6
2.4.1 Structure name, ex: XXX_Struct ........................................................................................................... 6
3 Message Entry Functionss ............................................................................................................................. 8
4 Data Structure Management and Algorithm.................................................................................................. 9
5 SDL................................................................................................................................................................. 10
6 Main Procedure........................................................................................................................................... 103
6.1 Module Initialization Procedure................................................................................................................ 103
6.2 RR connection establishment.................................................................................................................. 103
6.3 RR connection release/abort ................................................................................................................... 103
6.4 Sequenced message transfer operation.................................................................................................. 103
6.5 Routing of PDU’s.................................................................................................................................... 103
6.6 Timer Handlers ....................................................................................................................................... 104
7 Traceability Matrix ...................................................................................................................................... 105
7.1.1 Figure............................................................................................................................................... 105
Figures index........................................................................................................................................................ 106
Table Index ........................................................................................................................................................... 108

HLD_PHB.pdf

1.3 Terms and Definitions................................................................................................................................. 6
2 Functional Description ................................................................................................................................... 7
2.1 Purpose ...................................................................................................................................................... 7
2.2 Functional Overview................................................................................................................................... 7
3 System architecture........................................................................................................................................ 9
3.1 Overview .................................................................................................................................................... 9
3.2 Assumptions............................................................................................................................................... 9
3.3 Functionality of Individual Components ..................................................................................................... 10
3.3.1 PHB-Kernel Component...................................................................................................................... 10
3.3.2 PHB-Search-Engine Component ........................................................................................................ 10
4 Finite State Machine ..................................................................................................................................... 13
4.1 State Description ...................................................................................................................................... 13
4.2 State Transitions Description.................................................................................................................... 13
5 Message Sequence....................................................................................................................................... 14
5.1 Initialization Procedure .............................................................................................................................. 14
5.2 Read Phone Number Entry Procedure...................................................................................................... 15
5.3 Add/update/delete Phone Number Entry Procedure.................................................................................. 17
5.4 Search Phone Number Entry Procedure ................................................................................................... 19
5.5 Approval of Dialling Number Procedure .................................................................................................... 20
5.6 Query Status ............................................................................................................................................ 20
5.7 Switch Dial Mode...................................................................................................................................... 21
5.8 Summary .................................................................................................................................................. 22
6 Main Procedures........................................................................................................................................... 23
6.1 Initialization Procedure .............................................................................................................................. 23
6.2 Read Phone Number Entry Procedure...................................................................................................... 23
6.3 Add/update/delete Phone Number Entry Procedure.................................................................................. 23
6.4 Search Phone Number Entry Procedure ................................................................................................... 24
6.5 Approval of Dialling Number Procedure .................................................................................................... 25
6.6 Query Status Procedure ............................................................................................................................ 25
6.7 Switch Dial Mode Procedure ..................................................................................................................... 25
7 Other Procedures and Algorithms ............................................................................................................... 27
7.1 Purge SIM EF Procedure .......................................................................................................................... 27
7.2 Support for Feature-Riched MMI ............................................................................................................... 27
7.3 Indexing Structures and Algorithms........................................................................................................... 28
8 List of issues................................................................................................................................................. 30

MSC_PHB.pdf
1 Introduction..................................................................................................................................................... 4
1.1 Overview .................................................................................................................................................... 4
1.2 References ................................................................................................................................................. 4
2 Flowchart......................................................................................................................................................... 5
3 Abbreviation.................................................................................................................................................... 6
4 Constants ........................................................................................................................................................ 7
5 Message Sequence Chart ............................................................................................................................... 8
5.1 PHB initialization procedure ........................................................................................................................ 8
5.1.1 PHB00100: (initial) preparing indexing structures ................................................................................. 8
Read Phone Number Entry Procedure .................................................................................................................. 10
5.1.2 NVRAM00200: (Initial) read phone number entries by type ................................................................ 10
5.1.3 NVRAM00201: read physical record ................................................................................................... 11
5.2 Add/update/delete Phone Number Entry Procedure.................................................................................. 12
5.2.1 NVRAM00300: (Initial) add / update/ delete phone number entries .................................................... 12
5.2.2 NVRAM00301: add/update/delete physical record.............................................................................. 14
5.3 Search Phone Number Entry Procedure ................................................................................................... 15
5.3.1 NVRAM00400: (Initial) search phone number entries ......................................................................... 15
5.4 Approval of Dialing Number Procedure ..................................................................................................... 15
5.4.1 NVRAM00500: (Initial) search phone number entries ......................................................................... 15
Figures index.......................................................................................................................................................... 17
Table Index ............................................................................................................................................................. 18

SAP_PHB.pdf

1 Introduction..................................................................................................................................................... 6
1.1 Overview .................................................................................................................................................... 6
1.2 References ................................................................................................................................................. 7
2 Constant .......................................................................................................................................................... 8
2.1 Message Set .............................................................................................................................................. 8
2.2 Message ID ................................................................................................................................................ 8
2.3 Default Constant......................................................................................................................................... 8
3 Message........................................................................................................................................................... 9
3.1 L4CPHB_STARTUP_REQ.......................................................................................................................... 9
3.1.1 Description ........................................................................................................................................... 9
3.1.2 Direction............................................................................................................................................... 9
3.1.3 Field ..................................................................................................................................................... 9
3.2 L4CPHB_STARTUP_CNF .......................................................................................................................... 9
3.2.1 Description ........................................................................................................................................... 9
3.2.2 Direction............................................................................................................................................... 9
3.2.3 Field ..................................................................................................................................................... 9
3.3 L4CPHB_READ_REQ................................................................................................................................ 9
3.3.1 Description ........................................................................................................................................... 9
3.3.2 Direction............................................................................................................................................. 10
3.3.3 Field ................................................................................................................................................... 10
3.4 L4CPHB_READ_CNF ............................................................................................................................... 11
3.4.1 Description ......................................................................................................................................... 11
3.4.2 Direction............................................................................................................................................. 11
3.4.3 Field ................................................................................................................................................... 11
3.5 L4CPHB_WRITE_REQ............................................................................................................................ 11
3.5.1 Description ......................................................................................................................................... 11
3.5.2 Direction............................................................................................................................................. 11
3.5.3 Field ................................................................................................................................................... 12
3.6 L4CPHB_WRITE_CNF............................................................................................................................. 12
3.6.1 Description ......................................................................................................................................... 12
3.6.2 Direction............................................................................................................................................. 12
3.6.3 Field ................................................................................................................................................... 12
3.7 Semantic summary of L4CPHB_READ_REQ and L4CPHB_WRITE_REQ .............................................. 15
3.8 L4CPHB_DELETE_REQ........................................................................................................................... 16
3.8.1 Description ......................................................................................................................................... 16
3.8.2 Direction............................................................................................................................................. 16
3.8.3 Field ................................................................................................................................................... 16
3.9 L4CPHB_DELETE_CNF ........................................................................................................................... 16
3.9.1 Description ......................................................................................................................................... 16
3.9.2 Direction............................................................................................................................................. 16
3.9.3 Field ................................................................................................................................................... 16
发表于 2009-11-24 13:48:40 | 显示全部楼层
thank you
点评回复

使用道具 举报

发表于 2009-11-24 19:20:18 | 显示全部楼层
very good, thanks,
点评回复

使用道具 举报

发表于 2009-11-24 21:21:55 | 显示全部楼层
好东西,
点评回复

使用道具 举报

发表于 2009-11-24 23:16:10 | 显示全部楼层
这个帖子不顶不行啊,的确是好东西,52rd上面这种好东西越来越少了。。。。
点评回复

使用道具 举报

发表于 2009-11-25 10:40:42 | 显示全部楼层
没有RD币了,又特别想要这个文档,怎么办呢?请兄弟们接济一下哦!
点评回复

使用道具 举报

发表于 2009-11-25 11:26:57 | 显示全部楼层
好东西,very good, thanks
点评回复

使用道具 举报

发表于 2009-11-25 15:03:45 | 显示全部楼层
好东西,very good, thanks

本文来自:我爱研发网(52RD.com) 详细出处:http://www.52rd.com/bbs/Detail_RD.BBS_173810_50_1_1.html
点评回复

使用道具 举报

发表于 2009-11-25 15:04:09 | 显示全部楼层
好东西,very good, thanks

本文来自:我爱研发网(52RD.com) 详细出处:http://www.52rd.com/bbs/Detail_RD.BBS_173810_50_1_1.html
点评回复

使用道具 举报

发表于 2009-11-25 17:47:32 | 显示全部楼层
怎么买了都下载不了啊???
点评回复

使用道具 举报

发表于 2009-11-26 11:48:34 | 显示全部楼层
多谢了。
点评回复

使用道具 举报

发表于 2009-11-26 12:35:07 | 显示全部楼层
好东西啊
点评回复

使用道具 举报

发表于 2009-11-26 12:51:01 | 显示全部楼层
不错,谢谢楼主分享!
点评回复

使用道具 举报

发表于 2009-11-26 21:42:21 | 显示全部楼层
真的很不错啊 ,楼主强悍![em05]
点评回复

使用道具 举报

发表于 2009-11-27 17:39:15 | 显示全部楼层
好东西,多谢楼主[em02]
点评回复

使用道具 举报

发表于 2009-11-28 02:29:19 | 显示全部楼层
非常好的资料啊
点评回复

使用道具 举报

 楼主| 发表于 2009-12-7 18:37:54 | 显示全部楼层
顶起来。。。
点评回复

使用道具 举报

发表于 2009-12-9 17:03:20 | 显示全部楼层
thanks a lot![em01][em03]
点评回复

使用道具 举报

发表于 2009-12-10 20:46:04 | 显示全部楼层
英文的???
点评回复

使用道具 举报

发表于 2009-12-12 10:36:31 | 显示全部楼层
no money
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-5-2 23:54 , Processed in 0.055226 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表