aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdch.h')
-rw-r--r--src/pdch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdch.h b/src/pdch.h
index 94056069..759d7f97 100644
--- a/src/pdch.h
+++ b/src/pdch.h
@@ -194,6 +194,7 @@ void pdch_init(struct gprs_rlcmac_pdch *pdch, struct gprs_rlcmac_trx *trx, uint8
void pdch_free_all_tbf(struct gprs_rlcmac_pdch *pdch);
void pdch_disable(struct gprs_rlcmac_pdch *pdch);
bool pdch_is_enabled(const struct gprs_rlcmac_pdch *pdch);
+bool pdch_is_full(const struct gprs_rlcmac_pdch *pdch);
#ifdef __cplusplus
}
#endif