网页上说:
Priority handling between data flows of one UE. When selecting between the Transport Format Combinations in the given Transport Format Combination Set, priorities of the data flows to be mapped onto the corresponding Transport Channels can be taken into account.
MAC层有个功能是处理同一个UE中不同数据流的优先级,比如同时有voice和data的时候,给予voice更高的优先级。
我的问题是,不同数据流的在MAC层是怎么放进同一个DCH的?不同类型的数据能否放入同一个MAC PDU?
MAC PDU中是否有指示优先级的字段?
At Radio Bearer Setup (or Reconfiguration), each logical channel is assigned MAC logical channel prioroty (MLP) in rage 1-8 by RRC. MAC has to then select a TFC that can transmit as much as and as high priority data as possible. In a noisy cell, a high priority TFC can be blocked if its use would cause the UE to transmit more power than the UEs current maximum transmitter power.
这段话后半段说,在一个噪声很高的小区里, 如果UE当前的传输功率已经达到了最大功率,那么高优先级的TFC就会被block掉。