| 1047 | |
| 1048 | RLCMsgPacketUplinkAssignmentDynamicAllocationElt mDynamicAllocation; |
| 1049 | RLCMsgPacketUplinkAssignmentDynamicAllocationElt *setDynamicAllocation() { |
| 1050 | mAllocationType = 1; |
| 1051 | return &mDynamicAllocation; |
| 1052 | } |
| 1053 | |
| 1054 | RLCMsgPacketUplinkAssignment(TBF *tbf) |
| 1055 | : RLCDownlinkMessage(RLCDownlinkMessage::PacketUplinkAssignment,true,tbf), |
no outgoing calls
no test coverage detected