fix uplink select for WAIT_ASSIGN state
diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp
index 0367ad0..4516df7 100644
--- a/src/gprs_rlcmac_sched.cpp
+++ b/src/gprs_rlcmac_sched.cpp
@@ -97,7 +97,8 @@
 		/* we don't need to give resources in FINISHED state,
 		 * because we have received all blocks and only poll
 		 * for packet control ack. */
-		if (tbf->state_is_not(GPRS_RLCMAC_FLOW))
+		if (tbf->state_is_not(GPRS_RLCMAC_FLOW)
+		    && tbf->state_is_not(GPRS_RLCMAC_WAIT_ASSIGN))
 			continue;
 
 		/* use this USF */