收藏 分销(赏)

TD PS业务流程详细IE整理.docx

上传人:xrp****65 文档编号:8804512 上传时间:2025-03-03 格式:DOCX 页数:76 大小:234.68KB 下载积分:10 金币
下载 相关 举报
TD PS业务流程详细IE整理.docx_第1页
第1页 / 共76页
TD PS业务流程详细IE整理.docx_第2页
第2页 / 共76页


点击查看更多>>
资源描述
PS IE流程详解 PS业务全过程介绍 2 一、RRC连接过程 3 二、PS ATTACH 过程 25 四、RB建立 34 五、RB 重配置 48 六:物理信道重配 57 七、PDP 去激活 62 八、RB释放 64 九、RRC释放 72 PS业务全过程介绍 一、RRC连接过程 当RNC接收到UE的RRC CONNECTION REQUEST消息,由其无线资源管理模块RRM根据特定的算法确定是接受还是拒绝该RRC连接建立请求,如果接受,则再判决是建立在专用信道还是公共信道。 主要参数:Initial UE Identity:初始的UE标识,如IMSI,TMSI等参数,用来让网络识别发送该建立请求消息的UE;Establishment cause:建立原因,有多种类型,PS业务为registration。Protocol Error Indicator:协议错误标识,用来标明是否有协议错误发生。测量IE:给出在Uu接口上的测量结果;Initial UE Capability:UE能力; RRC Connection Request IE 如下: value UL-CCCH-Message ::= { message rrcConnectionRequest : { initialUE-Identity tmsi-and-LAI : 标注UE TMSI和LAI,经验证LAI为手机储存的 { tmsi '01100000 10001110 00100011 00001110'B, lai { plmn-Identity { mcc { 4, 6, 0 }, mnc { 0, 0 } }, lac '10100101 00001011'B } }, establishmentCause registration,建立原因:注册,如果不需要ATTACH,就为交互类 protocolErrorIndicator noError, measuredResultsOnRACH 传输信道是RACH { currentCell { modeSpecificInfo tdd : { primaryCCPCH-RSCP 29当前主服务小区PCCPCH 接收码功率29-116=-87 } }, monitoredCells { { modeSpecificInfo tdd : { cellParametersID 24,邻小区1的扰码 primaryCCPCH-RSCP 22邻小区1的接受码功率22-116=-94 } }, { modeSpecificInfo tdd : { cellParametersID 119,邻小区2的扰码 primaryCCPCH-RSCP 21邻小区2的接受码功率21-116=-95 } }, { modeSpecificInfo tdd : { cellParametersID 53,邻小区3的扰码 primaryCCPCH-RSCP 9邻小区3的接受码功率9-116=-107 } } } }, v3d0NonCriticalExtensions { rRCConnectionRequest-v3d0ext { uESpecificBehaviourInformation1idle '0000'B }, v4b0NonCriticalExtensions { rrcConnectionRequest-v4b0ext { accessStratumReleaseIndicator rel-4R4版本 } } } } } RRC Connection Setup IE 如下: value DL-CCCH-Message ::= { message rrcConnectionSetup : later-than-r3 : { initialUE-Identity tmsi-and-LAI : { tmsi '01100000 10001110 00100011 00001110'B,同RRC Connection Request 标注UE TMSI 和LAI lai { plmn-Identity { mcc { 4, 6, 0 }, mnc { 0, 0 } }, lac '10100101 00001011'B } }, rrc-TransactionIdentifier 0, criticalExtensions r4 : { rrcConnectionSetup-r4 { new-U-RNTI { srnc-Identity '00111111 0100'B, s-RNTI '01101000 01010011 0000'BUE ID }, rrc-StateIndicator cell-DCH,从RACH 转入DCH utran-DRX-CycleLengthCoeff 6,cn域不连续接收因子6 capabilityUpdateRequirement { ue-RadioCapabilityFDDUpdateRequirement-FDD FALSE, ue-RadioCapabilityTDDUpdateRequirement-TDD384 FALSE, ue-RadioCapabilityTDDUpdateRequirement-TDD128 TRUE }, srb-InformationSetupList配置3.4K SRB信令承载,分别为4条流,RB1,RB2,RB3,RB4 { { rb-Identity 1,RB1 rlc-InfoChoice rlc-Info : { ul-RLC-Mode ul-UM-RLC-Mode : { }, dl-RLC-Mode dl-UM-RLC-Mode : NULL RB1 上下行为UM-RLC模式 }, rb-MappingInfo RB映射方式两种:DCH或RACH/FACH { { ul-LogicalChannelMappings oneLogicalChannel : { ul-TransportChannelType dch : 1, logicalChannelIdentity 1, rlc-SizeList configured : NULL, mac-LogicalChannelPriority 4 }, dl-LogicalChannelMappingList { { dl-TransportChannelType dch : 1, logicalChannelIdentity 1 } } }, { ul-LogicalChannelMappings oneLogicalChannel : { ul-TransportChannelType rach : NULL, logicalChannelIdentity 1, rlc-SizeList explicitList : { { rlc-SizeIndex 1 } }, mac-LogicalChannelPriority 4 }, dl-LogicalChannelMappingList { { dl-TransportChannelType fach : NULL, logicalChannelIdentity 1 } } } } }, { rb-Identity 2,RB2 rlc-InfoChoice rlc-Info : { ul-RLC-Mode ul-AM-RLC-Mode : { transmissionRLC-Discard noDiscard : dat40,是否采用丢弃模式,不采用。40为最大重传次数 transmissionWindowSize tw64,发送端发送窗口的大小对应了发送窗可以容纳的以发送但还没有收到确认的PDU的最大数目,此处为64字节。 timerRST tr500,该定时器用于触发RESET PDU 重传 此处为500ms max-RST rst32,发送RESET PDU的最大次数,当等于该值时将向上层上报不可恢复的错误,此处为32次。 pollingInfo { timerPoll tp200, poll-SDU sdu1, lastTransmissionPDU-Poll TRUE, lastRetransmissionPDU-Poll TRUE, pollWindow pw70 } }, dl-RLC-Mode dl-AM-RLC-Mode : { inSequenceDelivery TRUE, receivingWindowSize rw64,接受窗口大小,一般情况下接受窗口大小应设置为等于发送窗口大小 dl-RLC-StatusInfo { missingPDU-Indicator TRUE } } }, rb-MappingInfo RB映射方式两种:DCH或RACH/FACH { { ul-LogicalChannelMappings oneLogicalChannel : { ul-TransportChannelType dch : 1, logicalChannelIdentity 2, rlc-SizeList configured : NULL, mac-LogicalChannelPriority 1 }, dl-LogicalChannelMappingList { { dl-TransportChannelType dch : 1, logicalChannelIdentity 2 } } }, { ul-LogicalChannelMappings oneLogicalChannel : { ul-TransportChannelType rach : NULL, logicalChannelIdentity 2, rlc-SizeList explicitList : { { rlc-SizeIndex 1 } }, mac-LogicalChannelPriority 1 }, dl-LogicalChannelMappingList { { dl-TransportChannelType fach : NULL, logicalChannelIdentity 2 } } } } }, { rb-Identity 3,RB3 rlc-InfoChoice rlc-Info : { ul-RLC-Mode ul-AM-RLC-Mode : { transmissionRLC-Discard noDiscard : dat40, transmissionWindowSize tw64, timerRST tr500, max-RST rst32, pollingInfo { timerPoll tp200, poll-SDU sdu1, lastTransmissionPDU-Poll TRUE, lastRetransmissionPDU-Poll TRUE, pollWindow pw70 } }, dl-RLC-Mode dl-AM-RLC-Mode : { inSequenceDelivery TRUE, receivingWindowSize rw64, dl-RLC-StatusInfo { missingPDU-Indicator TRUE } } }, rb-MappingInfo { { ul-LogicalChannelMappings oneLogicalChannel : { ul-TransportChannelType dch : 1, logicalChannelIdentity 3, rlc-SizeList configured : NULL, mac-LogicalChannelPriority 2 }, dl-LogicalChannelMappingList { { dl-TransportChannelType dch : 1, logicalChannelIdentity 3 } } }, { ul-LogicalChannelMappings oneLogicalChannel : { ul-TransportChannelType rach : NULL, logicalChannelIdentity 3, rlc-SizeList explicitList : { { rlc-SizeIndex 1 } }, mac-LogicalChannelPriority 2 }, dl-LogicalChannelMappingList { { dl-TransportChannelType fach : NULL, logicalChannelIdentity 3 } } } } }, { rb-Identity 4,RB4 rlc-InfoChoice rlc-Info : { ul-RLC-Mode ul-AM-RLC-Mode : { transmissionRLC-Discard noDiscard : dat40, transmissionWindowSize tw64, timerRST tr500, max-RST rst32, pollingInfo { timerPoll tp200, poll-SDU sdu1, lastTransmissionPDU-Poll TRUE, lastRetransmissionPDU-Poll TRUE, pollWindow pw70 } }, dl-RLC-Mode dl-AM-RLC-Mode : { inSequenceDelivery TRUE, receivingWindowSize rw64, dl-RLC-StatusInfo { missingPDU-Indicator TRUE } } }, rb-MappingInfo { { ul-LogicalChannelMappings oneLogicalChannel : { ul-TransportChannelType dch : 1, logicalChannelIdentity 4, rlc-SizeList configured : NULL, mac-LogicalChannelPriority 3 }, dl-LogicalChannelMappingList { { dl-TransportChannelType dch : 1, logicalChannelIdentity 4 } } }, { ul-LogicalChannelMappings oneLogicalChannel : { ul-TransportChannelType rach : NULL, logicalChannelIdentity 4, rlc-SizeList explicitList : { { rlc-SizeIndex 1 } }, mac-LogicalChannelPriority 3 }, dl-LogicalChannelMappingList { { dl-TransportChannelType fach : NULL, logicalChannelIdentity 4 } } } } } }, ul-CommonTransChInfo { modeSpecificInfo tdd : { individualUL-CCTrCH-InfoList { { ul-TFCS-Identity { tfcs-ID 1, sharedChannelIndicato
展开阅读全文

开通  VIP会员、SVIP会员  优惠大
下载10份以上建议开通VIP会员
下载20份以上建议开通SVIP会员


开通VIP      成为共赢上传

当前位置:首页 > 包罗万象 > 大杂烩

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        抽奖活动

©2010-2025 宁波自信网络信息技术有限公司  版权所有

客服电话:4009-655-100  投诉/维权电话:18658249818

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :微信公众号    抖音    微博    LOFTER 

客服