[Openlte-discuss] Question about changing a value in enb mac
An open source 3GPP LTE implementation.
Status: Alpha
Brought to you by:
bwojtowi
|
From: <d3...@ya...> - 2016-02-23 00:49:20
|
Hi Ben, I am helping a project that requires a change in the Ack/NAck response expectation. The standard specifies that the enb waits 4 sub-frames before expecting an Ack/NAck from the UE, but for this project, we want to change that value. Looking at the sources, I am assuming this has to be done in LTE_fdd_enodeb/SRC/LTE_fdd_enb_mac.cc Can you please guide me if this is the right and only place for the change? Also, I see that the value 4 is totally hard coded, can I change it to a #define? Regards. |