GSM协议栈原理.ppt
《GSM协议栈原理.ppt》由会员分享,可在线阅读,更多相关《GSM协议栈原理.ppt(81页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、GSM/GPRS Protocol Stack ArchitectureVito TaiOutlinenGSM/GPRS Protocol Stack ArchitecturenIntroduce the architecture and all modules of Protocol stacknCommon ProceduresnIncludes general procedures,like LU,MO call,GPRS ATTACH,and etc.,for illustration of the functionality and interaction of modules of
2、 Protocol stack.OutlinenGSM/GPRS Protocol Stack ArchitecturenIntroductionnL4nNASnASnDatanSIMnCommon ProceduresIntroduction:Task v.s.ModulenOne Module implements one layer or groups of functionalities.nTask is the unit of OS schedulingnThe communication between Modules is by Primitives(Messages)nMore
3、 overhead in inter-task communication nPut modules into one tasknShare common memorynLousy communicationsnShare the same prioritynOther considerationnGeneral priority arrangement:lower layer higher priorityTask1KALModule1Task2Module3Module2SAPMCDTSTSAPIntroduction:Task main while(1)receive_msg_ext_q
4、(task_ext_qid,¤t_ilm);process_ilm(¤t_ilm);/*process external ILM*/while(receive_msg_int_q(task_entry_ptr-task_indx,¤t_ilm)process_ilm(¤t_ilm);/*process internal ILM*/void process_ilm(ilm_struct*current_ilm)switch(current_ilm-dest_mod_id)case MOD_CSM:csm_main(current_ilm);brea
5、k;/while(1)receive_msg_ext_q(task_ext_qid,¤t_ilm);/*process external ILM*/mm_main(¤t_ilm);free_ilm(¤t_ilm);Multi-moduleMulti-moduleSingle-moduleSingle-moduleSAP headers:define message idsDriver interfaceASN file of CCHeader file of CCSource file of CCMcd_parser Generated header fil
6、eHeaders of common local structureHeaders of structures for primitivesHeaders of common used enumsASNs of common used and SS ACT FilesIntroduction:Directory StructureLayer 4nThe interface between PS and MMI/ATL4-L4C(1/9)nL4CnLayer 4 controllernCo-ordinate all L4 modules to perform the requests from
7、AT or MMInInterfaces nThere are interfaces between all modules in L4nPPP_L4C_SAP -PPPnL4C_ABM_SAP-ABMnSourcenmcu/ps/l4/l4cL4-L4A&ATCI(2/9)nL4AnLayer 4 adaptationnTranslate function calls to primitives between MMI and L4C.nCode generated by tool base on an Excel filenSourcenmcu/ps/l4/l4anATCInSub-mod
8、ule of L4CnAT command InterpreternSourcenmcu/ps/l4/l4cL4 RAC(3/9)nRegistration Access ControlnGSM/GPRS registration managementnPLMN List/SelectionnCell power level reportnInterfacenL4C_RAC_SAP L4CnGMMREG_SAP MMnMMIAS_SAP-RMPCnSourcenmcu/ps/l4/racL4 TCM(4/9)nTerminal Context ManagementnHandle PDP con
9、text profilesnQoS,PDP address,PDP typesnRequest to activate PDP contextsnRelay of Data transfernInterfacesnTCM_L4C_SAP L4CnSMREG_SAP SMnSNDCP_REG_SAP-SNDCPnTCM_PPP_SAP PPPnTCM_TCPIP_SAP-TCPIPnSourcenmcupsl4tcmL4 SMSAL(5/9)nSMS Application LayernMessage box of ME&SIMnTransmitting and receiving SMSnCe
10、ll Broadcast managementnInterfacesnSMSAL_L4C_SAP L4CnSMSAL_SOC_SAP SOCnMNSMS_SAP SMSnSMSAL_AS_SAP-RMPCnSourcenmcu/ps/l4/smsalL4 TCM/SMSAL in WAP/GPRS(6/9)nTCM will relay IP packets to SNDCP,and vice versa.nSMSAL forwards PUSH message to SocketL4 CSM(7/9)nCall Service ManagementnBearer Capability Han
11、dlingnCODEC attachment managementnCSD/Fax activation/deactivationnCall information maintainingnCall related SS handlingnInterfacesnCSM_L4C_SAP L4CnMNCC_SAP CCnCSM_TDT_SAP TDT of DatanCSM_L2R_SAP L2R of DatanMNSS_SAP-CISSnSourcenmcu/ps/l4/csmL4 SMU(8/9)nSecurity Management UnitnSecurity CheckingnPhon
12、e locknCHV1/CHV2nPersonalization(ETSI 02.22)nAutolocknInterfacesnSMU_L4C_SAP L4CnPS_SIM_SAP-SIMnSourcenmcu/ps/l4/smuL4-PHB&UEM(9/9)nPhonebooknIdentify Emergency callnPhonebook managementnUser Equipment ManagementnPeripheral managementNASnNon Access StratumNAS CISS(1/12)nCall Independent Supplemental
13、 Servicen3GPP/ETSI specifications:n22.08122.088,22.091,22.091,22.093,22.072nSAPsnMM_SS_SAP-MMnMNSS_SAP -CSM of L4nSourcenmcu/ps/cc-ss/ssNAS CC(2/12)nCall Controln3GPP/ETSI specificationsn24.008(Clause 5)nSAPsnMM_CC_SAP MMnMNCC_SAP -CSM of L4nSourcenmcu/ps/cc-ss/ccNAS SMS(3/12)nShort Message Servicen
14、3GPP/ETSI specification:n23.040nSAPsnMM_SMS_SAP -MMnMNSMS_SAP -SMSAL of L4nLLC_SMS_SAP -LLC(GPRS-only)nSourcenmcu/ps/smsNAS-MM/GMM(4/12)nMobility Managementn3GPP/ETSI specificationn24.008(Clause 4)nSAPsnMM_CC_SAP -CCnMM_SS_SAP -CISSnMM_SMS_SAP-SMSnGMMREG_SAP RAC of L4nMM_AS_SAP -RRnGMM_SM_SAP-SMnLLC
15、_GMM_SAP-LLCNAS-MM/GMM(5/12)nSourcenmcu/ps/mm/cmm -CS domainnmcu/ps/mm/pmm -PS domainnmcu/ps/mm/common -commonnSingle task,single Module,Two FSMsNAS SM(6/12)nSession Managementn3GPP/ETSI specification:n24.008(Clause 6)nSAPsnGMM_SM_SAP MMnSMREG_SAP -TCM of L4nSM_DATA_PLANE_SAP SNDCPnSourcenmcu/ps/smN
16、AS SNDCP(7/12)nSubNetwork Dependency Convergence Protocoln3GPP/ETSI specificationn04.65nRFC1144(for TCP/IP header compression)nSAPsnSM_DATA_PLANE_SAP -SMnSM_REG_SAP -TCMnLLC_SNDCP_SAP -LLCnSourcenmcu/ps/sndcpNAS LLC(8/12)nLogical Link Controln3GPP/ETSI specificationn04.64nSAPsnLLC_GMM_SAP -GMMnLLC_S
17、NDCP_SAP-SNDCPnLLC_SMS_SAP -SMSnLLC_RLC_SAP -RLCnSourcenmcu/ps/llcNAS PPP(9/12)nPoint to Point ProtocolnRFC specificationn1661,1662,1332,1877,1334,1994nTwo RolesnServer in GPRS dial-upnClient in WAP over CSDnSAPs(for GPRS dialup)nPPP_L4C_SAP -L4C of L4nPPP_TCM_SAP -TCM of L4nUart driver interfacenSo
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- GSM 协议 原理
限制150内