aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs/gprs_bssgp_bss.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-09-23 06:05:20 +0200
committerHarald Welte <laforge@gnumonks.org>2012-09-30 14:38:20 +0200
commitf44ed8cf92113b01caf224200d325276d24d4691 (patch)
treea6514141495a49492e456c2f880336d0ff942759 /include/osmocom/gprs/gprs_bssgp_bss.h
parentaaccdac55d2adae276c5b882bbc70fe00e191516 (diff)
Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_ud
Diffstat (limited to 'include/osmocom/gprs/gprs_bssgp_bss.h')
-rw-r--r--include/osmocom/gprs/gprs_bssgp_bss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/gprs/gprs_bssgp_bss.h b/include/osmocom/gprs/gprs_bssgp_bss.h
index e327939a..f34281e3 100644
--- a/include/osmocom/gprs/gprs_bssgp_bss.h
+++ b/include/osmocom/gprs/gprs_bssgp_bss.h
@@ -64,12 +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,
+int bssgp_tx_fc_bvc(struct bssgp_bvc_ctx *bctx, uint8_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,
+int bssgp_tx_fc_ms(struct bssgp_bvc_ctx *bctx, uint32_t tlli, uint8_t tag,
uint32_t ms_bucket_size, uint32_t bucket_leak_rate,
uint8_t *bucket_full_ratio);
#endif