




已阅读5页,还剩69页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1 / 74 CS12.2 调试,调试,CS12.2 业务流程及常见问题分析业务流程及常见问题分析 以主叫起呼并挂机为例,说明 CS AMR 12.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 指的是带有 NET MONITOR 的 NOKIA UE 或者带 TRACE 的高通 UE。可能会通过 UE 的辅助功能来观察某些现象定位问题。 2 / 74 1.第一阶段:第一阶段:RRC 建立过程建立过程 UE 1.CCCH:RRC Connection Request 2.Radio Link Setup Request 7.CCCH:RRC Connection Setup 8.DCCH:RRC Connection Setup Complete Node BRNC RRC RRC NBAPNBAP NBAPNBAP 3.Radio Link Setup Response DCH-FPDCH-FP DCH-FP DCH-FP 4.Downlink Synchronisation 5.UPlink Synchronisation RRC RRC RRCRRC NBAPNBAP 6.Radio link Restore Indication 1.1.信令流程介绍信令流程介绍 RRC 连接的建立是 UE 和 UTRAN 建立信令交互的第一步。 UE 在 RACH 上上报 RRC 连接建立请求 RNC 依据后台设置,决定将 RRC 连接建立在 DCH 上 RNC 先在 Iub 口建立 RL(radio link) ,RL 建立成功后,Iub 口对应的 FP 层进行 传输同步过程,随后 NODEB 上报 RL 恢复指示(radio link restoreindication) ,表 明 RL 可用了 RNC 在 FACH 下发 RRC 连接建立消息,通知 UE 进行 RRC 连接建立,相关 RRC 连接的配置消息也在该消息中携带给 UE UE 建立 RRC 连接成功后,在 DCH 上回复成功的 RRC 建立响应消息。 1.2.关键技术点关键技术点 接纳接纳 在专用信道(DCH)上建立 RRC 连接,需要进行接纳判断。接纳判断由无线资源模 块 RRM 中子模块 CAC 完成。CAC 判断是否能够接入到当前小区,需要考虑当前上报小 区的负载情况,包括网络拥塞情况和码资源情况。当拥塞过载或码资源缺乏时,根据 RRC 建立请求消息中信元 Measured results on RACH 进行小区选择,选取新的小区进行 RRC 连 接建立,在新小区中建立 CCIU、无线链路等,并在 RRC 连接建立消息中将新小区通知给 UE。如果连新小区都负荷较高,无法接纳,那么拒绝 UE 的接入。 RRC 建立传输信道选择建立传输信道选择 后台有对应选择的控制项目,在 RNC 一级的参数中,取值有 3 / 74 “强制 DCH” ,使用 3.4kbps 普通信令,初始接入建立在 CELL_DCH 状态,所以需要 建立 Iub 口无线链路(radio link) ,如上面的 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 建立时 从消息 RRC Connection Setup Complete 获得。目前实现的流程是后者,在 RRC 建立时从消 息 RRC Connection Setup Complete 获得。后续 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 组织管理实例、处理流程以及专用资源。 CRNC Communication Context ID CRNC 通信上下文(Communication Context)可以理解为 UE 在 CRNC 的一个映 象,在 RNC 上统一分配,代表了特定 UE 在 CRNC 上占用的全部资源的集合, 同 UE 间存在一一对应的关系。鉴于目前 RLMM 模块的实现考虑,RLMM 模块 的实例 RLMI 实际上也同 UE 存在这样一个对应关系,所以 NBAP 消息中涉及到 的 CRNC CC ID 均可同具体实例直接挂钩。 Communication Control Port ID CCP ID 用于标识某个具体 Node B 同 RNC 间的信令承载,由 Node B 分配并在该 Node B 唯一。由于 CCP 相对于 NBCC 或者 CRNCCC 是个宏观的概念,基本不存 在直接的对应关系,所以在目前 RLMM 模块的实现中,可能会考虑将 CCP 的概 念淡化。对于大多数专用流程或消息,无论是 Node B 还是 RNC 对 CCP 都是不关 心的。 目前 RLMM 模块需要考虑 CCP ID 的情况: 专用测量流程:如果发起的专用测量在指定 NBCC 时使用了保留值 All NBCC, 则该测量是对 CCP 范围内生效的; 复位流程:如果 Node B 发起了面向某个(些)CCP 的复位过程或者 RNC 需要发 起面向某个(些)CCP 的复位过程。 4 / 74 具体的解决办法将在下文详述。 Node B Communication Context ID NB CC 的概念同 CRNC CC 相仿,由 Node B 进行统一分配。但是由于 UE 本身是 可以在多个 Node B 上存在这样一个上下文的,所以对于 RLMI 而言可能同多个 NBCC 相对应,这些 NBCC ID 本身的值可能相同。Node B 将根据 NBCC ID 对 UE 进行区分。所以 RNC 侧应当维护这样一个一对多的对应关系,即当前 CRNC CC 所对应的 UE 在某个 Node B 上对应的 NBCC ID,具体到 RLMI,则是每个 RLMI 应当维护该 UE 对应的 Node B 列表及相应的 NBCC ID。 Transaction ID Transaction ID 用于标识流程。NBAP 的专用消息涉及了多种流程,流程的发起方 将分配一个唯一标识用于确定具体流程,在流程结束之前,用 Trasaction ID 确定 一条消息是否属于本流程。 对于 Node B 发起的消息,由 Node B 保证该 Transaction ID 在当前 NBCC 内全部 Node B 发起的流程中唯一; 对于 RNC 发起的消息中,由 RNC 保证该 Transaction ID 在相应 NBCC 内全部 RNC 发起的流程中唯一。 Radio Link ID Radio Link ID 对于一个特定 UE 能够唯一标识一条无线链路。RLMI 应当可以使 用 RL ID 作为无线链路队列的一个索引。 Radio Link Set ID Radio Link Set ID 用于在一个 NBCC 的范围内唯一确定一个链路集。RLMM 模块 不关心该信息体现的 RL 间关系 Measurement ID 由于测量任务均由 RNC 下达,所以由 RNC 保证 Measurement ID 在一个 CCP 范 围内的唯一性。RNC 根据 Measurement ID 判断测量上报消息、测量失败消息对 应的测量任务。 以上提到的几种标识均将作为某个 NBCC 的重要参数保存在该 NBCC 对应的数据区内,分 别是 RLMM 模块在进行消息处理时的参考。 1.3.重要信令参数说明重要信令参数说明 RRC CONNECTION REQUEST RLC-SAP: TM Logical channel: CCCH Direction: UE UTRAN 5 / 74 Information Element/Group nameNeedMultiType and referenceSemantics description Message TypeMPMessage Type UE information elements Initial UE identityMPInitial UE identity 10.3.3.15 Establishment causeMPEstablishment cause 10.3.3.11 Protocol error indicatorMDProtocol error indicator 10.3.3.27 Default value is FALSE Measurement information elements Measured results on RACHOPMeasured results on RACH 10.3.7.45 1. UE 标识信息元素 initial UE identity initial UE identity 是在 RRC 连接建立时提供一个唯一的 UE 在空闲模式下的非 接入层标识。UCPM_C 根据 initial UE identity 选择 SCCPCH(RLC 根据 SCCPCH 获取 FACH 信息) 。UE 对非接入层标识类型选择原则为: (1)若 UE 中的变量 SELECTED_CN 值为GSM-MAP,UE 根据下列优先级在信息 元素initial UE identity中选择UE id type: 1)TMSI(GSM-MAP):TMSI 若有效则选择。当使用 TMSI 时信息元素initial UE identity中应包含信息元素LAI以保证其唯一性。 2)P-TMSI(GAM-MAP):若无有效的 TMSI(GSM-MAP)且存在有效的 P- TMSI(GSM-MAP) ,则选择。当使用 P-TMSI 时信息元素initial UE identity中应包含信息元素RAI以保证其唯一性。 3)IMSI(GSM-MAP):若无有效的 TMSI 及 P-TMSI(GSM-MAP) ,且存在有 效的 IMSI(GSM-MAP) ,则选择。 4)IMEI:若上述条件均不满足则选择 IMEI。 在使用时信息元素TMSI(GSM-MAP)、P-TMSI(GAM-MAP) 、IMSI(GSM-MAP),LAI和RAI应设置为与 USIM 或 SIM 存贮的相应标识 值相等。 (2)若 UE 内变量 SELECTED_CN 值为ANSI-41,UE 应根据 3GPP2 文档3GPP2 C.P0004-A,选择信息元素Initial UE identity中的UE id type。 2. Establishment cause RRC 建立原因,当后台选择“不强制”时,各类原因有对应 的 RRC 建立信道选择趋向: 1)Originating Conversational Call:专用物理信道 2)Originating Streaming Call:专用物理信道 3)Originating Interactive Call:专用物理信道 4)Originating Background Call:专用物理信道 5)Originating Subscribed traffic Call:专用物理信道 6)Terminating Conversational Call:专用物理信道 7)Terminating Streaming Call:专用物理信道 8)Terminating Interactive Call:专用物理信道 9)Terminating Background Call:专用物理信道 6 / 74 10)Emergency Call:专用物理信道 11)Inter-RAT cell re-selection:专用物理信道 12)Inter-RAT cell change order:专用物理信道 13)Registration:公用物理信道 14)Detach:专用物理信道 15)Originating High Priority Signalling:专用物理信道 16)Originating Low Priority Signalling:公用物理信道 17)Call re-establishment:专用物理信道 18)Terminating High Priority Signalling:专用物理信道 19)Terminating Low Priority Signalling:公用物理信道 20)Terminating cause unknown 3. Protocol error indicator 为一 Boolean 值,TRUE 表示有协议错误发生;FALSE 表示 没有协议错误发生。缺省值为 FALSE。UE 在启动 RRC 建立过程时应设置该变量为 缺省值。 4. Measured results on RACH UE 测量报告,测量报告内容根据系统信息块 11 中信息 元 素“频率间测量 RACH 报告” 、 “RACH 报告小区最大数目”决定。 RRC_CONNECTION_SETUP RLC-SAP: UM Logical channel: CCCH Direction: UTRAN UE Information Element/Group nameNeedMultiType and referenceSemantics description Message TypeMPMessage Type UE Information Elements Initial UE identityMPInitial UE identity 10.3.3.15 RRC transaction identifierMPRRC transaction identifier 10.3.3.36 Activation timeMDActivation time 10.3.3.1Default value is now New U-RNTIMPU-RNTI 10.3.3.47 New C-RNTIOPC-RNTI 10.3.3.8 RRC State IndicatorMPRRC State Indicator 10.3.3.35a UTRAN DRX cycle length coefficientMPUTRAN DRX cycle length coefficient 10.3.3.49 Capability update requirementMDCapability update requirement 10.3.3.2 Default value is defined in subclause 10.3.3.2 RB Information Elements Signalling RB information to setup listMP3 to 4 Signalling RB information to setupMPSignalling RB information to setup 10.3.4.24 TrCH Information Elements 7 / 74 Information Element/Group nameNeedMultiType and referenceSemantics description Uplink transport channels UL Transport channel information common for all transport channels OPUL Transport channel information common for all transport channels 10.3.5.24 Added or Reconfigured TrCH information list MP1 to Although this IE is not required when the IE RRC state indicator is set to CELL_FACH, need is MP to align with ASN.1 Added or Reconfigured UL TrCH information MPAdded or Reconfigured UL TrCH information 10.3.5.2 Downlink transport channels DL Transport channel information common for all transport channels OPDL Transport channel information common for all transport channels 10.3.5.6 Added or Reconfigured TrCH information list MP1 to Although this IE is not required when the IE RRC state indicator is set to CELL_FACH, need is MP to align with ASN.1 Added or Reconfigured DL TrCH information MPAdded or Reconfigured DL TrCH information 10.3.5.1 PhyCH information elements Frequency infoMDFrequency info 10.3.6.36Default value is the existing value of frequency information Uplink radio resources Maximum allowed UL TX powerMDMaximum allowed UL TX power 10.3.6.39 Default value is the existing maximum UL TX power CHOICE channel requirementOP Uplink DPCH info Uplink DPCH info 10.3.6.88 CPCH SET InfoCPCH SET Info 10.3.6.13 Downlink radio resources Downlink information common for all radio links OPDownlink information common for all radio links 10.3.6.24 8 / 74 Information Element/Group nameNeedMultiType and referenceSemantics description Downlink information per radio link listOP1 to Send downlink information for each radio link to be set-up Downlink information for each radio link MPDownlink information for each radio link 10.3.6.27 1.RRC transaction identifier RRC 连接事务号,标识 UTRAN 相对特定 UE 唯一的 一个 RRC 连接,为(0,3)间 Integer 值; 2.Activation time 以 CFN 值表示的本操作生效 frame number/时间,为(0,255) 间 Integer 值; 3.New U-RNTI 标识 UTRAN 内与当前 RRC 连接对应的 UE,由 SRNC identity 和 S-RNTI 组成,在整个 PLMN 中是唯一的,Serving RNC 为每一个具有 RRC 连 接的 UE 分配一个 SRNC identity。 4.New C-RNTI 标识 UTRAN 内与当前 RRC 连接对应的 UE 所在小区,由控制 RNC 在创建一个新的 UE 上下文时分配,在当前小区公共传输信道上通讯时使用, 为 UE 在 UTRAN 连接模式下分配的一个无线网络临时标识。 5.UTRAN DRX cycle length coefficient UE 对寻呼记数使用的非连续接收 DRX 周 期长度。 6.Capability update requirement 指示 UE 是否上报能力信息信元。 Information Element/Group nameNeedMultiType and reference Semantics description UE radio access FDD capability update requirement MPBooleanTRUE indicates update required System specific capability update requirement list OP1 to In this version, a maximum size of 4 for the list shall be applied and any items after the 4th item in the list shall be ignored. System specific capability update requirement MPEnumerated (GSM) UE radio capability FDD update requirement 确省值为 TRUE。 7.Signalling RB information to setup 包含 RB ID, RLCInfo,RB MappingInfo 等,在 实例数据区中直接获取,UE 应按信元 RB ID、RB MappingInfo 替换以前存贮的 无线承载复用选项;按信元 RB ID、RLCInfo 配置其无线承载的传输及接收 RLC 实体功能。RB ID 为(0,4)间 Integer 值,RLCInfo 定义上下行 RLC 模式(AM, UM or TM)及相应参数。UE 根据 RB MappingInfo 初始化信令链路参数。 (1)RLC Info 包含以下内容; Information Element/Group nameNeedMultiType and reference Semantics description CHOICE Uplink RLC modeOPIndicates if Acknowledged, Unacknowledged or Transparent mode RLC shall be used. AM RLC 9 / 74 Information Element/Group nameNeedMultiType and reference Semantics description Transmission RLC discardMPTransmission RLC discard 10.3.4.25 Transmission window sizeMPInteger(1,8,16,3 2,64,128,256,5 12,768,1024,15 36,2047,2560,3 072,3584,4095) Maximum number of RLC PUs sent without getting them acknowledged. This parameter is needed if acknowledged mode is used. UE shall also assume that the UTRAN receiver window is equal to this value. Timer_RSTMPInteger(50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 700, 800, 900, 1000) Elapsed time in milliseconds. It is used to trigger the retransmission of RESET PDU. Max_RSTMPInteger(1, 4, 6, 8, 12 16, 24, 32) Defined in 16 Polling infoOPPolling info 10.3.4.4 UM RLC Transmission RLC discardOPTransmission RLC discard 10.3.4.25 TM RLC Transmission RLC discardOPTransmission RLC discard 10.3.4.25 Segmentation indicationMPBooleanTRUE indicates that segmentation is performed. CHOICE Downlink RLC modeOPIndicates if Acknowledged, Unacknowledged or Transparent mode RLC shall be used AM RLC 10 / 74 Information Element/Group nameNeedMultiType and reference Semantics description In-sequence deliveryMPBooleanTRUE indicates that RLC shall preserve the order of higher layer PDUs when these are delivered. FALSE indicates that receiving RLC entity could allow SDUs to be delivered to the higher layer in different order than submitted to RLC sublayer at the transmitting side. Receiving window size MPInteger(1,8,16,3 2,64,128,256,5 12,768,1024,15 36,2047,2560,3 072,3584,4095) Maximum number of RLC PUs allowed to be received. This parameter is needed if acknowledged mode is used. UE shall also assume that the UTRAN transmitter window is equal to this value Downlink RLC status InfoMPDownlink RLC status info 10.3.4.1 UM RLC(No data) TM RLC Segmentation indicationMPBooleanTRUE indicates that segmentation is performed. Transmission RLC discard 运行定时器; Transmission window size AM RLC 模式下用于流量控制的接收窗口大小信 元; Timer_RST 重传 RESET PDU 定时器,用于探测来自对等 RLC 实体的复 位 ACK PDU 是否丢失; Max_RST 复位 PDU 重新传送次数的最大值。该参数是计数器 VT(RST)的上限。当 VT(RST)的值达到 MaxRST 时,将通知高层 RRC; Polling info 确认模式传送时轮询检测信息,用来请求从接收者 RLC 得到 状态报告(确认模式下接收者向发送者传送状态报告,每个状态报告包含一 个或多个状态 PDU,通知发送者哪个 PU 收到哪个 PU 没有收到) ; In-sequence delivery RLC PDU 按序投递功能开关,即是否要求接收端按 发送端的发送顺序将 PDU 投递给 RRC 层。 (2)RB MappingInfo 包含内容: Information Element/Group name NeedMultiType and reference Semantics description Information for each multiplexing option MP1 to 11 / 74 Information Element/Group name NeedMultiType and reference Semantics description RLC logical channel mapping indicator CV-UL- RLCLogical Channels BooleanTRUE indicates that the first logical channel shall be used for data PDUs and the second logical channel shall be used for control PDUs. FALSE indicates that control and data PDUs can be sent on either of the two logical channels. This parameter is not used in this release and shall be set to TRUE. Number of uplink RLC logical channels CV-UL-RLC info 1 to MaxLoCHp erRLC 1 or 2 logical channels per RLC entity or radio bearer RLC 16 Uplink transport channel typeMPEnumerated( DCH,RACH,C PCH) CPCH is FDD only UL Transport channel identityCV-UL- DCH Transport channel identity 10.3.5.18 This is the ID of a DCH that this RB could be mapped onto. Logical channel identityOPInteger(1.15)This parameter is used to distinguish logical channels multiplexed by MAC on a transport channel. CHOICE RLC size listMPThe RLC sizes that are allowed for this logical channel For radio bearers mapped to RACH, Explicit list is the only valid choice. The UE shall regard all other choices as undefined IE values and handle these as specified in clause 9. AllNullAll RLC sizes listed in the Transport Format Set. 10.3.5.23 ConfiguredNullThe RLC sizes configured for this logical channel in the Transport Format Set. 10.3.5.23 if present in this message or in the previously stored configuration otherwise 12 / 74 Information Element/Group name NeedMultiType and reference Semantics description Explicit List1 to Lists the RLC sizes that are valid for the logical channel. RLC size indexMPInteger(1.ma xTF) The integer number is a reference to the RLC size which arrived at that position in the Transport Format Set 10.3.5.23 MAC logical channel priorityMPInteger(1.8)This is priority between a users different RBs (or logical channels). 15 Downlink RLC logical channel info CV-DL-RLC info Number of downlink RLC logical channels MD1 to MaxLoCHp erRLC 1 or 2 logical channels per RLC entity or radio bearer RLC 16 Default value is that parameter values for DL are exactly the same as for corresponding UL logical channel. In case two multiplexing options are specified for the UL, the first options shall be used as default for the DL. As regards to the IE Channel type, rule is specified in 8.6.4.8. Downlink transport channel type MPEnumerated( DCH,FACH,D SCH,DCH+D SCH) DL DCH Transport channel identity CV-DL- DCH Transport channel identity 10.3.5.18 DL DSCH Transport channel identity CV-DL- DSCH Transport channel identity 10.3.5.18 Logical channel identityOPInteger(1.15)16 is reserved ConditionExplanation UL-RLC infoIf CHOICE Uplink RLC mode in the IE RLC info that applies for that RB (i.e. either the one stored or received in the same message for the RB for which the RB mapping info was received, or the one stored or received in 13 / 74 the same message for the RB pointed at in the IE Same as RB in the IE RB information to setup stored or received in the same message) is present this IE is mandatory present. Otherwise the IE is not needed. DL-RLC infoIf CHOICE Downlink RLC mode in the IE RLC info that applies for that RB (i.e. either the one stored or received in the same message for the RB for which the RB mapping info was received, or the one stored or received in the same message for the RB pointed at in the IE Same as RB in the IE RB information to setup stored or received in the same message) is present this IE is mandatory present. Otherwise the IE is not needed. UL-RLCLogicalChannelsIf Number of uplink RLC logical channels in IE RB mapping info is 2, then this IE is mandatory present. Otherwise this IE is not needed. UL-DCHIf IE Uplink transport channel type is equal to DCH this IE is mandatory present. Otherwise the IE is not needed. DL-DCHIf IE Downlink transport channel type is equal to DCH or DCH+DSCH this IE is mandatory present. Otherwise the IE is not needed. DL-DSCHIf IE Downlink transport channel type is equal to DSCH or DCH+DSCH this IE is mandatory present. Otherwise the IE is not needed. Number of uplink RLC logical channels 上行配置默认两条逻辑信道; RLC size 其配置可以有 All、Configured、Explicit List 三种方式,目前都按 照最后一种来进行配置,目前版本不考虑 RLC size 的动态调整; Number of downlink RLC logical channels
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 民爆行业企业安全培训课件
- 初三越城考试试卷及答案
- 保险基础考试题库及答案
- 中小学学校智慧校园十四五建设规划方案
- 哪些企业适合发展新质生产力
- 民族艺术创作思路课件
- 文旅产业新质生产力发展
- 新质生产力的核心定义解读
- 民族理论第七章课件
- 区域新质生产力发展实践探索
- 挂名法人股东协议书
- 企业车间5S培训课件
- 2025-2030中国代谢组学生物标志物行业市场发展趋势与前景展望战略研究报告
- GB/T 45345-2025金属及其他无机覆盖层工程用直流磁控溅射银镀层镀层附着力的测量
- 工程质量检查制度
- 脑瘫的分类及临床表现
- 风力发电基础施工合同范本
- ktv承包经营合同范文
- 《实战电池性能测试》课件
- 2025年贵州蔬菜集团有限公司招聘笔试参考题库含答案解析
- 2025年1月浙江省高二物理学业水平考试试卷试题(含答案详解)
评论
0/150
提交评论