版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
CS12.2调试,CS12.2业务流程及常见问题分析以主叫起呼并挂机为例,说明CSAMR12.2K的整个信令过程。为清晰起见,将整个信令流程分割为以下几个独立阶段进行描述。在每个阶段中,再进行流程介绍,关键技术点分析,重要信令参数说明以及常见问题解答。出现问题的首要标准排查方法:首先比对标准信令过程,看看从哪一条信令开始和标准信令过程不吻合,查找实现流程不吻合的原因;排除流程原因后,查看是那一条信令出现异常。从异常信令的位置开始往前,逐条检查每条信令内容,和标准信令配置参数比对。如果参数不一样,则先逐个排除参数,将参数调整为一致,看看是否参数原因导致的异常如果全部排除参数和流程的原因后,就需要从该流程原理以及代码实现上来排查问题,以及当UE,NODEB,CN返回失败时,需要请这些设备的相关人员一起定位问题。对于基本流程而言,由于功能较稳定,主要是排查参数配置和流程方面的原因。另外,呼叫过程信令处理的核心模块是位于RCP上的UCPMC模块。关联的主要模块会涉及到处理Iu口的SCPM,处理Iub口的RLMM,处理Iur口的RNSAP,以及一些外围模块如RPM,这些模块都位于RCP上,所以更多的故障信息可以观察RCP上的LOG来获得。在本文的常见问题解答中会涉及到通过相关模块的LOG信息来定位问题。在重要信令参数说明内容中,考虑到各个消息逐个说明,内容实在太大,而Iub口消息和Uu口消息配置内容大部分类似,在格式上略有不同。所以将以Uu口消息为主来说明。NAS消息内容主要是UE和CN交互的,和2G相比差别不大,在本文就不做额外说明了。在本文中,UE指的是带有NETMONITOR的NOKIAUE或者带TRACE的高通UE。可能会通过UE的辅助功能来观察某些现象定位问题。第一阶段:RRC建立过程信令流程介绍RRC连接的建立是UE和UTRAN建立信令交互的第一步。UE在RACH上上报RRC连接建立请求RNC依据后台设置,决定将RRC连接建立在DCH上RNC先在Iub口建立RL(radiolink),RL建立成功后,Iub口对应的FP层进行传输同步过程,随后NODEB上报RL恢复指示(radiolinkrestoreindication),表明RL可用了RNC在FACH下发RRC连接建立消息,通知UE进行RRC连接建立,相关RRC连接的配置消息也在该消息中携带给UEUE建立RRC连接成功后,在DCH上回复成功的RRC建立响应消息。关键技术点接纳在专用信道(DCH)上建立RRC连接,需要进行接纳判断。接纳判断由无线资源模块RRM中子模块CAC完成。CAC判断是否能够接入到当前小区,需要考虑当前上报小区的负载情况,包括网络拥塞情况和码资源情况。当拥塞过载或码资源缺乏时,根据RRC建立请求消息中信元MeasuredresultsonRACH进行小区选择,选取新的小区进行RRC连接建立,在新小区中建立CCIU、无线链路等,并在RRC连接建立消息中将新小区通知给UE。如果连新小区都负荷较高,无法接纳,那么拒绝UE的接入。RRC建立传输信道选择后台有对应选择的控制项目,在RNC一级的参数中,取值有“强制DCH”,使用3.4kbps普通信令,初始接入建立在CELL_DCH状态,所以需要建立Iub口无线链路(radiolink),如上面的SDL图所示“强制FACH”,使用3.4kbps普通信令,初始接入建立在CELL_FACH状态,无需在Iub口建立无线链路“不强制”,使用RNC本身的控制策略,目前是使用3.4kbps普通信令,根据RRC建立的原因值来决定建立在CELL_DCH状态还是CELL_FACH状态。对于后续没有业务流程的,如注册等,建立在CELL_FACH状态;对于后续有业务流程的,如主叫被叫等,建立在CELL_DCH状态。默认配置中,选择的是第一种“强制DCH”。另外,后续的版本将加上13.6K相关高速信令的选择UE能力信息UE的能力信息即可通过RRC建立后发起UE能力查询过程获得,也可在RRC建立时从消息RRCConnectionSetupComplete获得。目前实现的流程是后者,在RRC建立时从消息RRCConnectionSetupComplete获得。后续RNC进行无线资源管理和安全模式控制过程,以及物理层传输层参数计算等都需要具备UE的能力信息信令无线承载RRC连接建立过程创建由RB1-RB4所指定的信令无线承载SRB:RB1用于所有在DCCH和RLC-UM上发送的信息;RB2用于除了直接传送消息之外的所有在DCCH和RLC-AM上发送的信息;RB3用于传送高层信令的直接传送消息(使用DCCH和RLC-AM)。RB4实际上是没有用的,原则上是用于传送高层信令的直接传送消息(使用DCCH和RLC-AM)。利用两个传送高层信令的SRB,UTRAN就可以处理信令上的优先级,RB4用于低优先级的NAS信令,RB3用于高优先级的NAS信令。RLMM模块涉及的标识与对应关系NBAP专用消息中涉及了如下几种ID,根据其体现的对应关系,RLMM模块需要利用这些ID组织管理实例、处理流程以及专用资源。CRNCCommunicationContextID
CRNC通信上下文(CommunicationContext)可以理解为UE在CRNC的一个映象,在RNC上统一分配,代表了特定UE在CRNC上占用的全部资源的集合,同UE间存在一一对应的关系。鉴于目前RLMM模块的实现考虑,RLMM模块的实例RLMI实际上也同UE存在这样一个对应关系,所以NBAP消息中涉及到的CRNCCCID均可同具体实例直接挂钩。CommunicationControlPortID
CCPID用于标识某个具体NodeB同RNC间的信令承载,由NodeB分配并在该NodeB唯一。由于CCP相对于NBCC或者CRNCCC是个宏观的概念,基本不存在直接的对应关系,所以在目前RLMM模块的实现中,可能会考虑将CCP的概念淡化。对于大多数专用流程或消息,无论是NodeB还是RNC对CCP都是不关心的。
目前RLMM模块需要考虑CCPID的情况:
专用测量流程:如果发起的专用测量在指定NBCC时使用了保留值AllNBCC,则该测量是对CCP范围内生效的;
复位流程:如果NodeB发起了面向某个(些)CCP的复位过程或者RNC需要发起面向某个(些)CCP的复位过程。
具体的解决办法将在下文详述。NodeBCommunicationContextID
NBCC的概念同CRNCCC相仿,由NodeB进行统一分配。但是由于UE本身是可以在多个NodeB上存在这样一个上下文的,所以对于RLMI而言可能同多个NBCC相对应,这些NBCCID本身的值可能相同。NodeB将根据NBCCID对UE进行区分。所以RNC侧应当维护这样一个一对多的对应关系,即当前CRNCCC所对应的UE在某个NodeB上对应的NBCCID,具体到RLMI,则是每个RLMI应当维护该UE对应的NodeB列表及相应的NBCCID。TransactionID
TransactionID用于标识流程。NBAP的专用消息涉及了多种流程,流程的发起方将分配一个唯一标识用于确定具体流程,在流程结束之前,用TrasactionID确定一条消息是否属于本流程。
对于NodeB发起的消息,由NodeB保证该TransactionID在当前NBCC内全部NodeB发起的流程中唯一;
对于RNC发起的消息中,由RNC保证该TransactionID在相应NBCC内全部RNC发起的流程中唯一。RadioLinkID
RadioLinkID对于一个特定UE能够唯一标识一条无线链路。RLMI应当可以使用RLID作为无线链路队列的一个索引。RadioLinkSetID
RadioLinkSetID用于在一个NBCC的范围内唯一确定一个链路集。RLMM模块不关心该信息体现的RL间关系MeasurementID
由于测量任务均由RNC下达,所以由RNC保证MeasurementID在一个CCP范围内的唯一性。RNC根据MeasurementID判断测量上报消息、测量失败消息对应的测量任务。以上提到的几种标识均将作为某个NBCC的重要参数保存在该NBCC对应的数据区内,分别是RLMM模块在进行消息处理时的参考。重要信令参数说明RRCCONNECTIONREQUESTRLC-SAP:TM Logicalchannel:CCCH Direction:UEUTRANInformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionMessageTypeMPMessageTypeUEinformationelementsInitialUEidentityMPInitialUEidentity5EstablishmentcauseMPEstablishmentcause1ProtocolerrorindicatorMDProtocolerrorindicator7DefaultvalueisFALSEMeasurementinformationelementsMeasuredresultsonRACHOPMeasuredresultsonRACH51.UE标识信息元素initialUEidentityinitialUEidentity是在RRC连接建立时提供一个唯一的UE在空闲模式下的非接入层标识。UCPM_C根据initialUEidentity选择SCCPCH(RLC根据SCCPCH获取FACH信息)。UE对非接入层标识类型选择原则为:(1)若UE中的变量SELECTED_CN值为"GSM-MAP",UE根据下列优先级在信息元素"initialUEidentity"中选择"UEidtype":TMSI(GSM-MAP):TMSI若有效则选择。当使用TMSI时信息元素"initialUEidentity"中应包含信息元素"LAI"以保证其唯一性。P-TMSI(GAM-MAP):若无有效的TMSI(GSM-MAP)且存在有效的P-TMSI(GSM-MAP),则选择。当使用P-TMSI时信息元素"initialUEidentity"中应包含信息元素"RAI"以保证其唯一性。IMSI(GSM-MAP):若无有效的TMSI及P-TMSI(GSM-MAP),且存在有效的IMSI(GSM-MAP),则选择。IMEI:若上述条件均不满足则选择IMEI。在使用时信息元素"TMSI(GSM-MAP)"、"P-TMSI(GAM-MAP)"、"IMSI(GSM-MAP)","LAI"和"RAI"应设置为与USIM或SIM存贮的相应标识值相等。(2)若UE内变量SELECTED_CN值为"ANSI-41",UE应根据3GPP2文档"3GPP2C.P0004-A",选择信息元素"InitialUEidentity"中的"UEidtype"。2.EstablishmentcauseRRC建立原因,当后台选择“不强制”时,各类原因有对应的RRC建立信道选择趋向:OriginatingConversationalCall:专用物理信道OriginatingStreamingCall:专用物理信道OriginatingInteractiveCall:专用物理信道OriginatingBackgroundCall:专用物理信道OriginatingSubscribedtrafficCall:专用物理信道TerminatingConversationalCall:专用物理信道TerminatingStreamingCall:专用物理信道TerminatingInteractiveCall:专用物理信道TerminatingBackgroundCall:专用物理信道EmergencyCall:专用物理信道Inter-RATcellre-selection:专用物理信道Inter-RATcellchangeorder:专用物理信道Registration:公用物理信道Detach:专用物理信道OriginatingHighPrioritySignalling:专用物理信道OriginatingLowPrioritySignalling:公用物理信道Callre-establishment:专用物理信道TerminatingHighPrioritySignalling:专用物理信道TerminatingLowPrioritySignalling:公用物理信道Terminating–causeunknown3.Protocolerrorindicator为一Boolean值,TRUE表示有协议错误发生;FALSE表示没有协议错误发生。缺省值为FALSE。UE在启动RRC建立过程时应设置该变量为缺省值。4.MeasuredresultsonRACHUE测量报告,测量报告内容根据系统信息块11中信息元素“频率间测量RACH报告”、“RACH报告小区最大数目”决定。RRC_CONNECTION_SETUPRLC-SAP:UM Logicalchannel:CCCHDirection:UTRANUEInformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionMessageTypeMPMessageTypeUEInformationElementsInitialUEidentityMPInitialUEidentity5RRCtransactionidentifierMPRRCtransactionidentifier6ActivationtimeMDActivationtimeDefaultvalueis"now"NewU-RNTIMPU-RNTI7NewC-RNTIOPC-RNTIRRCStateIndicatorMPRRCStateIndicator5aUTRANDRXcyclelengthcoefficientMPUTRANDRXcyclelengthcoefficient9CapabilityupdaterequirementMDCapabilityupdaterequirementDefaultvalueisdefinedinsubclauseRBInformationElementsSignallingRBinformationtosetuplistMP3to4>SignallingRBinformationtosetupMPSignallingRBinformationtosetup4TrCHInformationElementsUplinktransportchannelsULTransportchannelinformationcommonforalltransportchannelsOPULTransportchannelinformationcommonforalltransportchannels4AddedorReconfiguredTrCHinformationlistMP1to<maxTrCH>AlthoughthisIEisnotrequiredwhentheIE"RRCstateindicator"issetto"CELL_FACH",needisMPtoalignwithASN.1>AddedorReconfiguredULTrCHinformationMPAddedorReconfiguredULTrCHinformationDownlinktransportchannelsDLTransportchannelinformationcommonforalltransportchannelsOPDLTransportchannelinformationcommonforalltransportchannelsAddedorReconfiguredTrCH
informationlistMP1to<maxTrCH>AlthoughthisIEisnotrequiredwhentheIE"RRCstateindicator"issetto"CELL_FACH",needisMPtoalignwithASN.1>AddedorReconfiguredDLTrCHinformationMPAddedorReconfiguredDLTrCHinformationPhyCHinformationelementsFrequencyinfoMDFrequencyinfo6DefaultvalueistheexistingvalueoffrequencyinformationUplinkradioresourcesMaximumallowedULTXpowerMDMaximumallowedULTXpower9DefaultvalueistheexistingmaximumULTXpowerCHOICEchannelrequirementOP>UplinkDPCHinfoUplinkDPCHinfo8>CPCHSETInfoCPCHSETInfo3DownlinkradioresourcesDownlinkinformationcommonforallradiolinksOPDownlinkinformationcommonforallradiolinks4DownlinkinformationperradiolinklistOP1to<MaxRL>Senddownlinkinformationforeachradiolinktobeset-up>DownlinkinformationforeachradiolinkMPDownlinkinformationforeachradiolink7RRCtransactionidentifierRRC连接事务号,标识UTRAN相对特定UE唯一的一个RRC连接,为(0,3)间Integer值;Activationtime以CFN值表示的本操作生效framenumber/时间,为(0,255)间Integer值;NewU-RNTI标识UTRAN内与当前RRC连接对应的UE,由SRNCidentity和S-RNTI组成,在整个PLMN中是唯一的,ServingRNC为每一个具有RRC连接的UE分配一个SRNCidentity。NewC-RNTI标识UTRAN内与当前RRC连接对应的UE所在小区,由控制RNC在创建一个新的UE上下文时分配,在当前小区公共传输信道上通讯时使用,为UE在UTRAN连接模式下分配的一个无线网络临时标识。UTRANDRXcyclelengthcoefficientUE对寻呼记数使用的非连续接收DRX周期长度。Capabilityupdaterequirement指示UE是否上报能力信息信元。InformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionUEradioaccessFDDcapabilityupdaterequirementMPBooleanTRUEindicatesupdaterequiredSystemspecificcapabilityupdaterequirementlistOP1to<maxSystemCapability>Inthisversion,amaximumsizeof4forthelistshallbeappliedandanyitemsafterthe4thiteminthelistshallbeignored.>SystemspecificcapabilityupdaterequirementMPEnumerated(GSM)"UEradiocapabilityFDDupdaterequirement"确省值为TRUE。SignallingRBinformationtosetup包含RBID,RLCInfo,RBMappingInfo等,在实例数据区中直接获取,UE应按信元RBID、RBMappingInfo替换以前存贮的无线承载复用选项;按信元RBID、RLCInfo配置其无线承载的传输及接收RLC实体功能。RBID为(0,4)间Integer值,RLCInfo定义上下行RLC模式(AM,UMorTM)及相应参数。UE根据RBMappingInfo初始化信令链路参数。(1)RLCInfo包含以下内容;InformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionCHOICEUplinkRLCmodeOPIndicatesifAcknowledged,UnacknowledgedorTransparentmodeRLCshallbeused.>AMRLC>>TransmissionRLCdiscardMPTransmissionRLCdiscard5>>TransmissionwindowsizeMPInteger(1,8,16,32,64,128,256,512,768,1024,1536,2047,2560,3072,3584,4095)MaximumnumberofRLCPUssentwithoutgettingthemacknowledged.Thisparameterisneededifacknowledgedmodeisused.UEshallalsoassumethattheUTRANreceiverwindowisequaltothisvalue.>>Timer_RSTMPInteger(50,100,150,200,250,300,350,400,450,500,550,600,700,800,900,1000)Elapsedtimeinmilliseconds.ItisusedtotriggertheretransmissionofRESETPDU.>>Max_RSTMPInteger(1,4,6,8,1216,24,32)Definedin[16]>>PollinginfoOPPollinginfo>UMRLC>>TransmissionRLCdiscardOPTransmissionRLCdiscard5>TMRLC>>TransmissionRLCdiscardOPTransmissionRLCdiscard5>>SegmentationindicationMPBooleanTRUEindicatesthatsegmentationisperformed.CHOICEDownlinkRLCmodeOPIndicatesifAcknowledged,UnacknowledgedorTransparentmodeRLCshallbeused>AMRLC>>In-sequencedeliveryMPBooleanTRUEindicatesthatRLCshallpreservetheorderofhigherlayerPDUswhenthesearedelivered.FALSEindicatesthatreceivingRLCentitycouldallowSDUstobedeliveredtothehigherlayerindifferentorderthansubmittedtoRLCsublayeratthetransmittingside.>>ReceivingwindowsizeMPInteger(1,8,16,32,64,128,256,512,768,1024,1536,2047,2560,3072,3584,4095)MaximumnumberofRLCPUsallowedtobereceived.Thisparameterisneededifacknowledgedmodeisused.UEshallalsoassumethattheUTRANtransmitterwindowisequaltothisvalue>>DownlinkRLCstatusInfoMPDownlinkRLCstatusinfo>UMRLC(Nodata)>TMRLC>>SegmentationindicationMPBooleanTRUEindicatesthatsegmentationisperformed.TransmissionRLCdiscard运行定时器;TransmissionwindowsizeAMRLC模式下用于流量控制的接收窗口大小信元;Timer_RST重传RESETPDU定时器,用于探测来自对等RLC实体的复位ACKPDU是否丢失;Max_RST复位PDU重新传送次数的最大值。该参数是计数器VT(RST)的上限。当VT(RST)的值达到MaxRST时,将通知高层RRC;Pollinginfo确认模式传送时轮询检测信息,用来请求从接收者RLC得到状态报告(确认模式下接收者向发送者传送状态报告,每个状态报告包含一个或多个状态PDU,通知发送者哪个PU收到哪个PU没有收到);In-sequencedeliveryRLCPDU按序投递功能开关,即是否要求接收端按发送端的发送顺序将PDU投递给RRC层。(2)RBMappingInfo包含内容:InformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionInformationforeachmultiplexingoptionMP1to<maxRBMuxOptions>>RLClogicalchannelmappingindicatorCV-UL-RLCLogicalChannelsBooleanTRUEindicatesthatthefirstlogicalchannelshallbeusedfordataPDUsandthesecondlogicalchannelshallbeusedforcontrolPDUs.FALSEindicatesthatcontrolanddataPDUscanbesentoneitherofthetwologicalchannels.ThisparameterisnotusedinthisreleaseandshallbesettoTRUE.>NumberofuplinkRLClogicalchannelsCV-UL-RLCinfo1toMaxLoCHperRLC1or2logicalchannelsperRLCentityorradiobearerRLC[16]>>UplinktransportchanneltypeMPEnumerated(DCH,RACH,CPCH)CPCHisFDDonly>>ULTransportchannelidentityCV-UL-DCHTransportchannelidentity8ThisistheIDofaDCHthatthisRBcouldbemappedonto.>>LogicalchannelidentityOPInteger(1..15)ThisparameterisusedtodistinguishlogicalchannelsmultiplexedbyMAConatransportchannel.>>CHOICERLCsizelistMPTheRLCsizesthatareallowedforthislogicalchannelForradiobearersmappedtoRACH,"Explicitlist"istheonlyvalidchoice.TheUEshallregardallotherchoicesasundefinedIEvaluesandhandletheseasspecifiedinclause9.>>>AllNullAllRLCsizeslistedintheTransportFormatSet.3>>>ConfiguredNullTheRLCsizesconfiguredforthislogicalchannelintheTransportFormatSet.3ifpresentinthismessageorinthepreviouslystoredconfigurationotherwise>>>ExplicitList1to<maxTF>ListstheRLCsizesthatarevalidforthelogicalchannel.>>>>RLCsizeindexMPInteger(1..maxTF)TheintegernumberisareferencetotheRLCsizewhicharrivedatthatpositionintheTransportFormatSet3>>MAClogicalchannelpriorityMPInteger(1..8)Thisisprioritybetweenauser'sdifferentRBs(orlogicalchannels).[15]>DownlinkRLClogicalchannelinfoCV-DL-RLCinfo>>NumberofdownlinkRLClogicalchannelsMD1toMaxLoCHperRLC1or2logicalchannelsperRLCentityorradiobearerRLC[16]DefaultvalueisthatparametervaluesforDLareexactlythesameasforcorrespondingULlogicalchannel.IncasetwomultiplexingoptionsarespecifiedfortheUL,thefirstoptionsshallbeusedasdefaultfortheDL.AsregardstotheIE"Channeltype",ruleisspecifiedin.>>>DownlinktransportchanneltypeMPEnumerated(DCH,FACH,DSCH,DCH+DSCH)>>>DLDCHTransportchannelidentityCV-DL-DCHTransportchannelidentity8>>>DLDSCHTransportchannelidentityCV-DL-DSCHTransportchannelidentity8>>>LogicalchannelidentityOPInteger(1..15)16isreservedConditionExplanationUL-RLCinfoIf"CHOICEUplinkRLCmode"intheIE"RLCinfo"thatappliesforthatRB(i.e.eithertheonestoredorreceivedinthesamemessagefortheRBforwhichthe"RBmappinginfo"wasreceived,ortheonestoredorreceivedinthesamemessagefortheRBpointedatintheIE"SameasRB"intheIE"RBinformationtosetup"storedorreceivedinthesamemessage)ispresentthisIEismandatorypresent.OtherwisetheIEisnotneeded.DL-RLCinfoIf"CHOICEDownlinkRLCmode"intheIE"RLCinfo"thatappliesforthatRB(i.e.eithertheonestoredorreceivedinthesamemessagefortheRBforwhichthe"RBmappinginfo"wasreceived,ortheonestoredorreceivedinthesamemessagefortheRBpointedatintheIE"SameasRB"intheIE"RBinformationtosetup"storedorreceivedinthesamemessage)ispresentthisIEismandatorypresent.OtherwisetheIEisnotneeded.UL-RLCLogicalChannelsIf"NumberofuplinkRLClogicalchannels"inIE"RBmappinginfo"is2,thenthisIEismandatorypresent.OtherwisethisIEisnotneeded.UL-DCHIfIE"Uplinktransportchanneltype"isequalto"DCH"thisIEismandatorypresent.OtherwisetheIEisnotneeded.DL-DCHIfIE"Downlinktransportchanneltype"isequalto"DCH"or"DCH+DSCH"thisIEismandatorypresent.OtherwisetheIEisnotneeded.DL-DSCHIfIE"Downlinktransportchanneltype"isequalto"DSCH"or"DCH+DSCH"thisIEismandatorypresent.OtherwisetheIEisnotneeded.NumberofuplinkRLClogicalchannels上行配置默认两条逻辑信道;RLCsize其配置可以有All、Configured、ExplicitList三种方式,目前都按照最后一种来进行配置,目前版本不考虑RLCsize的动态调整;NumberofdownlinkRLClogicalchannels下行配置默认一条逻辑信道,也可配置两条。ULTransportchannelinformationcommonforalltransportchannelsUCI_U根据UE的IMSI,从数据库配置选择上行传输信道相应内容。InformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionPRACHTFCSOPTransportformatcombinationset0ThisIEshouldnotbeincludedinthisversionoftheprotocol.CHOICEmodeOP>TFCsubsetMDTransportFormatCombinationSubset2Defaultvalueisthecompleteexistingsetoftransportformatcombinations>ULDCHTFCSMPTransportformationcombinationset0AddedorReconfiguredTrCHinformationlist需增加或重配置的上行传输信道信息列表,此信元在公共信道上建立RRC连接时不用填。注意Uplinktransportchanneltype信元不要选取TDD模式的USCH值。InformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionUplinktransportchanneltypeMPEnumerated(DCH,USCH)USCHisTDDonlyULTransportchannelidentityMPTransportchannelidentity8TFSMPTransportFormatSet3DLTransportchannelinformationcommonforalltransportchannelsUCI_C根据UE的U-RNTI,从数据库配置选择下行传输信道相应内容。InformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionSCCPCHTFCSOPTransportFormatCombinationSet0ThisIEshouldnotbeincludedinthisversionoftheprotocol.CHOICEmodeMPAlthoughthisIEisnotalwaysrequired,needisMPtoalignwithASN.1>CHOICEDLparametersOP>>Explicit>>>DLDCHTFCSMPTransportFormatCombinationSet0AlthoughthisIEisnotalwaysrequired,needisMPtoalignwithASN.1>>SameAsUL(nodata)AddedorReconfiguredTrCHinformationlist需增加或重配置的下行传输信道信息列表,此信元在公共信道上建立RRC连接时不用填,本示例流程需要填写。下行传输信道信息包含:InformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionDownlinktransportchanneltypeMPEnumerated(DCH,DSCH)DLTransportchannelidentityMPTransportchannelidentity8CHOICEDLparameters>Explicit>>TFSMPTransportFormatSet3>SameAsUL>>UplinktransportchanneltypeMPEnumerated(DCH,USCH)USCHisTDDonly>>ULTrCHidentityMPTransportchannelidentity8SameTFSappliesasspecifiedforindicatedULTrCHDCHqualitytargetOPQualitytarget0DCHqualitytargetDCH信道的质量目标,即BLER值。Frequencyinfo上、下行物理信道频率信息,由数据库获取。MaximumallowedULTXpower最大允许发射功率,与UE上报的能力(发射功率类)、混合业务中各业务子类的子类号和小区相关。选取策略暂时可以按UE能力信息中发射功率信息确定,详细选取策略在目前版本不考虑。UplinkDPCHinfoInformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionUplinkDPCHpowercontrolinfoOPUplinkDPCHpowercontrolinfo1CHOICEmodeMP>FDD>>ScramblingcodetypeMPEnumerated(short,long)>>ScramblingcodenumberMPInteger(0..16777215)>>NumberofDPDCHMDInteger(1..maxDPDCH)Defaultvalueis1.NumberofDPDCHis1inHANDOVERTOUTRANCOMMAND>>SpreadingfactorMPInteger(4,8,16,32,64,128,256)MinimumallowedSFofthechannelisationcodefordatapart>>TFCIexistenceMDBooleanTRUEmeansexistence.Defaultvalueis"TRUE">>NumberofFBIbitsOPInteger(1,2)Inbits.>>PuncturingLimitMPReal(0.40..1bystepof0.04)UplinkDPCHpowercontrolinfo上行DPCH功率控制信息,需要配在数据库中。该项是可选项,但在物理信道第一次建立和物理信道重配时必填;Scramblingcodetype长、短扰码分配标识,用于物理层对物理信道的扩频和调制。该参数与小区中的基站是否支持多用户检测相关。支持多用户检测则选用短扰码,不支持多用户检测则用长扰码;各小区需增加一个自定义属性,用来标识是否支持多用户检测;NumberofDPDCH目前版本不考虑上行多DPDCH,都填1;PuncturingLimit打孔限制,用于物理层对经过编码的二进制码块进行速率匹配处理。CPCHSETInfoInformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionCPCHsetIDMPCPCHsetIDIndicatestheIDnumberforaparticularCPCHsetallocatedtoacell.TFSMPTransportFormatSet3TransportFormatSetInformationallocatedtothisCPCHset.TFCSMPTransportFormatCombinationSet0TransportFormatSetInformationallocatedtothisCPCHsetAPpreamblescramblingcodeMPInteger(0..79)PreamblescramblingcodeforAPinULAP-AICHchannelisationcodeMPInteger(0..255)ChannelisationcodeforAP-AICHinDLCDpreamblescramblingcodeMPInteger(0..79)PreamblescramblingcodeforCDinULCD/CA-ICHchannelisationcodeMPInteger(0..255)ChannelisationcodeforCD/CA-ICHinDLAvailableCDaccessslotsubchannelCV-CDSigPresent1to<maxPCPCH-CDsubCh>ListsthesetofsubchannelstobeusedforCDaccesspreambles.NOTE: Ifnotpresent,allsubchannelsaretobeusedwithoutaccessdelays.>CDaccessslotsubchannelMPInteger(0..11)AvailableCDsignaturesOP1to<maxPCPCH-CDsig>SignaturesforCDpreambleinUL.NOTE: Ifnotpresent,allsignaturesareavailableforuse.>CDsignaturesMPInteger(0..15)DeltaPp-mMPInteger(-10..10)IndB.PoweroffsetbetweenthetransmittedCDpreambleandULDPCCHofthepowercontrolpreambleormessagepart(addedtothepreamblepowertocalculatethepoweroftheULDPCCH)ULDPCCHSlotFormatMPEnumerated(0,1,2)SlotformatforULDPCCHinpowercontrolpreambleandinmessagepartN_start_messageMPInteger(1..8)NumberofFramesforstartofmessageindicationN_EOTMPInteger(0...7)ActualnumberofappendedEOTindicatorsisT_EOT=N_TTI*ceil(N_EOT/N_TTI),whereN_TTIisthenumberofframesperTTIand"ceil"referstoroundinguptonearestinteger.ChannelAssignmentActiveOPBooleanWhenpresent,indicatesthatNodeBsendaCAmessageandVCAMmappingrule(14.11)shallbeused.CPCHstatusindicationmodeMPCPCHstatusindicationmode4PCPCHChannelInfo.MP1to<maxPCPCHs>>ULscramblingcodeMPInteger(0..79)ForPCPCHmessagepart>DLchannelisationcodeMPInteger(0…511)ForDLDPCCHforPCPCHmessagepart>DLscramblingcodeMDSecondaryScramblingCode4DefaultisthesamescramblingcodeasfortheprimaryCPICH.>PCPlengthMPEnumerated(0,8)Indicateslengthofpowercontrolpreamble,0slots(nopreambleused)or8slots>UCSMInfoCV-NCAA>>MinimumSpreadingFactorMPInteger(4,8,16,32,64,128,256)TheUEmayusethisPCPCHatanySpreadingFactorequaltoorgreaterthantheindicatedminimumSpreadingFactor.TheSpreadingFactorforinitialaccessistheminimumSpreadingFactor.>>NF_maxMPInteger(1…64)MaximumnumberofframesforPCPCHmessagepart>>ChannelrequestparametersforUCSMMPRequiredinUEchannelselectionmode.>>>AvailableAPsignatureMP1to<maxPCPCH-APsig>APpreamblesignaturecodesforselectionofthisPCPCHchannel.>>>>APsignatureMPInteger(0..15)>>>AvailableAPaccessslotsubchannelOP1to<maxPCPCH-APsubCh>ListsthesetofsubchannelstobeusedforAPaccesspreamblesincombinationwiththeaboveAPsignature(s).NOTE: Ifnotpresent,allsubchannelsaretobeusedwithoutaccessdelays.>>>>APaccessslotsubchannelMPInteger(0..11)VCAMinfoCV-CAA>AvailableMinimumSpreadingFactorMP1to<maxPCPCH-SF>>>MinimumSpreadingFactorMPEnumerated(4,8,16,32,64,128,256)>>NF_maxMPInteger(1..64)MaximumnumberofframesforPCPCHmessagepart>>MaximumavailablenumberofPCPCHMPInteger(1..64)MaximumavailablenumberofPCPCHfortheindicatedSpreadingFactor.>>AvailableAPsub-channelMP1to<maxPCPCH-APsig>SignaturesforAPpreambleinUL.>>>APsub-channelInteger(0..15)ConditionExplanationCDSigPresentThisIEisoptionalifIE"AvailableCDsignatures"ispresentandnotneededotherwise.NCAAThisIEismandatorypresentifIE"ChannelAssignmentActive"isnotpresentandnotneededotherwise.CAAThisIEismandatorypresentifIE""ChannelAssignmentActive"ispresentandnotneededotherwise.DownlinkinformationcommonforallradiolinksInformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionDownlinkDPCHinfocommonforallRLOPDownlinkDPCHinfocommonforallRL8CHOICEmodeMP>FDD>>DPCHcompressedmodeinfoMDDPCHcompressedmodeinfo3DefaultvalueistheexistingvalueofDPCHcompressedmodeinformation>>TXDiversityModeMDTXDiversityMode6DefaultvalueistheexistingvalueofTXDiversitymode>>SSDTinformationOPSSDTinformation7DownlinkDPCHinfocommonforallRLInformationElement/GroupnameNeedMultiTypeandreferenceSemanticsdescriptionTimingIndicationMPEnumerated(Initialise,Maintain)NOTECFN-targetSFNframeoffsetCV-TimIndInteger(0..255)InframeDownlinkDPCHpowercontrolinformationOPDownlinkDPCHpowercontrolinformation3CHOICEmodeMP>FDD>>PoweroffsetPPilot-DPDCHMPInteger(0..24)PoweroffsetequalsPPilot-PDPDCH,range0..6dB,instepsof0.25dB>>DownlinkratematchingrestrictioninformationOPDownlinkratematchingrestrictioninformation1IfthisIEissetto"absent",noTransportCHisrestrictedinTFI.>>SpreadingfactorMPInteger(4,8,16,32,64,128,256,512)>>FixedorFlexiblePositionMPEnumerated(Fixed,Flexible)>>TFCIexistenceMPBooleanTRUEindicatesthatTFCIisused.Whenspreadingfactorislessthanorequalto64,FALSEindicatesthatTFCIisnotusedandthereforeDTXisusedintheTFCIfield.>>CHOICESFMP>>>SF=256>>>>NumberofbitsforPilotbitsMPInteger(2,4,8)Inbits>>>SF=128>>>>NumberofbitsforPilotbitsMPInteger(4,8)Inbits>>>Otherwise(nodata).InASN.1choice"Otherwise"isnotexplicitlyavailableasallvaluesareavailable,itisimpliedbytheuseofanyvalueotherthan128or256.>TDD(nodata)CHOICESFConditionunderwhichthegivenSFischosenSF=128"Spreadingfactor"issetto128SF=256"Spreadingfactor"issetto256Otherwise"Spreadingfactor"issettoavaluedistinctfrom128and256ConditionExplanationTimIndThisIEisoptionaliftheIE"TimingIndication"issetto"Initialise".Otherwiseitisnotneeded.DownlinkDPCHpowercontrolinformation下行DPCH功率控制信息,为可选项;PoweroffsetPPilot-DPDCH物理层无线帧导频域相对数据域的功率偏移参数,采用PO3配置算法确定,用于物理层形成完整的物理信道;Downlinkratematchingrestrictioninformation下行速率匹配限制信息,用于物理层编码与复用时对经过编码的二进制码块进行速率匹配时使用,该项为可选项,功能有些类似于TFCS子集的限定,只不过是从另一个角度来实现,可以作为负荷控制中的一个工具,目前不用。FixedorFlexiblePosition传输信道在无线帧中位置指示参数,用于物理层编码与复用时使用。目前的策略对于信令和CS业务中均为FIXED,而PS业务为FLEXIBLE。NumberofbitsforPilotbit导频率信息,用于物理层形成完整的物理信道,由无线资源管理模块确定填值。DPCHcompressedmodeinfoDPCH压缩模式信息,用于物理层编码与复用时在物理信道映射(将交织后的数据块填写到对应无线帧的时隙数据域中)阶段使用是为了异频以及异系统测量;所以本流程未用TXDiversityModeNODEB发射分集模式参数,选项有:none,STTD,closedloopmode1,closedloopmode2,用于物理层形成完整的物理信道。UE对于发射分集模式的要求是必须的,选取那种发射分集模式主要看NODEB的能力。当NODEB对三种分集模式均支持时,具体算法由无线资源管理模块确定;目前都不使用分集,所以本流程未用。SSDTinformation物理信道的SSDT发射分集信息,用于形成完整的物理信道,为可选项。目前都不使用分集,所以本流程未用。RADIOLINKSETUPREQUESTIE/GroupNamePresenceRangeSemanticsDescriptionMessageDiscriminatorMMessageTypeMTransactionIDMCRNCCommunicationContextIDMThereservedvalue“AllCRNCCC”shallnotbeused.ULDPCHInformation1上行DPCH信息>ULScramblingCodeMUE使用的上行扰码,每个UE都有其特定的上行扰码>MinULChannelisationCodeLengthM允许使用的上行DPDCH最小信道化码长度,实际上就是spreadingfactor>MaxNumberofULDPDCHsC-CodeLen上行DPDCH最大条数>PunctureLimitM打孔限制ForUL>TFCSM上行的TFCSForUL>ULDPCCHSlotFormatM上行DPCCH时隙格式>ULSIRTargetM上行SIR目标值>DiversityModeM分集模式,目前都是不分集>SSDTCellIDLengthO未使用>SFieldLengthO未使用DLDPCHInformation1下行DPCH信息>TFCSM下行的TFCSForDL>DLDPCHSlotFormatM上行DPDCH时隙格式>TFCISignallingModeMTFCI信令模式,有Normal和Split2种,默认选用Normal>TFCIPresenceC-SlotFormat是否需要TFCI位,默认选用需要>MultiplexingPositionMFIXED或者FLEXIBLE的复用位置,本例中,由于为信令建立RL,所以为FIXED>PDSCHRLIDC-DSCH未使用>PDSCHCodeMappingC-DSCH未使用>PowerOffsetInformation1>>PO1MPoweroffsetfortheTFCIbits>>PO2MPoweroffsetfortheTPCbits>>PO3MPoweroffsetforthepilotbits>FDDTPCDLStepSizeM下行TPC变化步长>LimitedPowerIncreaseM不使用>InnerLoopDLPCStatusM激活内环功控DCHInformationM承载信令的DCH信息DSCHInformationO未使用TFCI2bearerinformation0..1>ToAWSM到达时间窗的START值>ToAWEM到达时间窗的END值RLInformation1..<maxnoofRLs>>RLIDM无线链路ID>C-IDM小区ID>FirstRLSIndicatorM是否为第一组指示>FrameOffsetM帧偏移,由DOFF折算过来(DOFF由控制面来确定)>ChipOffsetM码偏移,由DOFF折算过来(DOFF由控制面来确定)>PropagationDelayO传播延时,默认未使用>DiversityControlFieldC-NotFirstRL分集控制信息>DLCodeInformationM下行码信息,包括下行信道化码号,下行扰码>
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 锅炉安全员安全生产职责与管理实务
- 2026安徽建筑面试题库及答案
- 2026阿里五轮面试题及答案
- 班组建设-人性缺点的克服手段培训课件
- 皮带输送机运行安全管理规定培训
- 培训机构出现外包合同
- 转移人力资源外包合同
- 仪征《化工操作工》技能专项训练卷
- 2026年机动车智能车载三角警示牌系统维修技术考试题库
- 原发性胆汁性胆管炎进展至肝硬化的治疗挽救策略
- 2025年课件-(已瘦身)2023版马原马克思主义基本原理(2023年版)全套教学课件-新版
- 国际航运管理课程设计
- 危险化学品无仓储经营责任规章制度及操作规程
- 事业单位公开招聘人员政审表(样表)
- GB/T 42061-2022医疗器械质量管理体系用于法规的要求
- GB/T 31586.2-2015防护涂料体系对钢结构的防腐蚀保护涂层附着力/内聚力(破坏强度)的评定和验收准则第2部分:划格试验和划叉试验
- 西子奥的斯电梯ACD2调试说明书
- 医院开发与上量管理课件
- 自动化仪表联锁摘除投用制度
- 2022年国家电网招聘(电网计算机)考试题库点睛提升300题(名师系列)(陕西省专用)
- 深基坑专家论证方案正文
评论
0/150
提交评论