MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / setDynamicAllocation

Method setDynamicAllocation

GPRS/RLCMessages.h:1049–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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),

Callers 1

sendAssignmentPacchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected