[Openlte-discuss] LTE_fdd_enb_mac::handle_sdu_ready uninitialized struct
An open source 3GPP LTE implementation.
Status: Alpha
Brought to you by:
bwojtowi
|
From: Markus G. <m_g...@cs...> - 2015-10-23 11:23:37
|
Hi, in the method LTE_fdd_enb_mac::handle_sdu_ready the struct "alloc" is not initialized. This leads later to a segmentation fault (alloc.msg has invalid values). I attached a patch. Regards, Markus |