aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs/gprs_bssgp_bss.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-09-10 08:56:04 +0200
committerHarald Welte <laforge@gnumonks.org>2012-09-10 08:56:04 +0200
commite92866bbb1aade3eead0dc6169d26e0b7b30a605 (patch)
tree81151858db7e2466f693a73e10b70f8774a6f767 /include/osmocom/gprs/gprs_bssgp_bss.h
parent30fabdf61d629f912e1647fdcd3ef25891cadac2 (diff)
Gb: Add functions for sending flow control messages from BSS side
Diffstat (limited to 'include/osmocom/gprs/gprs_bssgp_bss.h')
-rw-r--r--include/osmocom/gprs/gprs_bssgp_bss.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/osmocom/gprs/gprs_bssgp_bss.h b/include/osmocom/gprs/gprs_bssgp_bss.h
index b9405034..e327939a 100644
--- a/include/osmocom/gprs/gprs_bssgp_bss.h
+++ b/include/osmocom/gprs/gprs_bssgp_bss.h
@@ -64,4 +64,12 @@ int bssgp_tx_ul_ud(struct bssgp_bvc_ctx *bctx, uint32_t tlli,
int bssgp_rx_paging(struct bssgp_paging_info *pinfo,
struct msgb *msg);
+int bssgp_tx_fc_bvc(struct bssgp_bvc_ctx *bctx, uint32_t tag,
+ uint32_t bucket_size, uint32_t bucket_leak_rate,
+ uint16_t bmax_default_ms, uint32_t r_default_ms,
+ uint8_t *bucket_full_ratio, uint32_t *queue_delay_ms);
+
+int bssgp_tx_fc_ms(struct bssgp_bvc_ctx *bctx, uint32_t tag,
+ uint32_t ms_bucket_size, uint32_t bucket_leak_rate,
+ uint8_t *bucket_full_ratio);
#endif