libosmocore/src/gb
Jacob Erlbeck 9385d1e01b bssgp: Fix bssgp_tx_fc_bvc parameter type
Currently large values for Bmax default MS get sliced since a uint16_t is
used as the type of the corresponding parameter of bssgp_tx_fc_bvc.
GSM 48.018, 11.3.2 which in turn refers to 11.3.5 specifies a maximum
of 6MB (0xffff * 100).

This commit changes the type to uint32_t to cover the full value
range.

Sponsored-by: On-Waves ehf
2015-05-06 17:55:55 +02:00
..
Makefile.am build: remove unused all_includes and use AM_CPPFLAGS 2014-10-03 08:48:31 +02:00
common_vty.c Change license of libosmogb from AGPLv3+ to GPLv2+ 2014-10-26 20:50:19 +01:00
common_vty.h libosmogb: move files to proper location and fix build 2012-06-17 23:05:26 +08:00
gprs_bssgp.c bssgp: Fix call to llist_entry in fc_queue_timer_cfg 2015-04-30 20:02:09 +02:00
gprs_bssgp_bss.c bssgp: Fix bssgp_tx_fc_bvc parameter type 2015-05-06 17:55:55 +02:00
gprs_bssgp_util.c gprs: Add assertion for msg != NULL to bssgp_msgb_alloc (Coverity) 2015-04-10 08:44:35 +02:00
gprs_bssgp_vty.c bssgp: Fix output of the VTY 'show bssgp stats' command 2015-04-29 15:47:25 +02:00
gprs_ns.c ns: Log when sending fails (Coverity) 2015-04-07 20:10:23 +02:00
gprs_ns_frgre.c Change license of libosmogb from AGPLv3+ to GPLv2+ 2014-10-26 20:50:19 +01:00
gprs_ns_vty.c Change license of libosmogb from AGPLv3+ to GPLv2+ 2014-10-26 20:50:19 +01:00
libosmogb.map ns: Log when sending fails (Coverity) 2015-04-07 20:10:23 +02:00