- Oct 10, 2016
-
-
fnabet authored
-
- Oct 08, 2016
-
-
Raymond Knopp authored
-
- Oct 07, 2016
-
-
fnabet authored
- pusch/pucch power control - pucch encoding call - srb/drb add with default value
-
- Oct 04, 2016
-
-
Tien-Thinh Nguyen authored
-
- Oct 03, 2016
-
-
Cedric Roux authored
rrc_ue_generate_MeasurementReport calls pdcp_data_req which changes the content of ctxt_pP. I'm not sure of the logic at play here, so maybe removing 'const' is not the right solution and there is a real bug...
-
- Oct 01, 2016
-
-
Rohit Gupta authored
-
- Sep 28, 2016
-
-
fnabet authored
-
Cedric Roux authored
The old value was 6, it should be 8 because those fields are casted to 'struct DCI0_5MHz_FDD' and the like and those have a size multiple of 32 bits, that is 4 or 8 bytes as of today. (MAX_DCI_SIZE_BITS is 45, all the shifts, muls and adds lead to a value of 8 after this commit and 6 before.) The problem manifested itself with a 20MHz eNB. Push the traffic, after a while the DL harq process 0 is not used anymore. This is because DLSCH_DCI is directly followed by nb_rb in the structure UE_TEMPLATE and setting a value for harq process 7 did overwrite nb_rb[0], putting much too big values in there, leading to the scheduler to always refuse to reschedule because the required RBs are impossibly huge (I saw values of 32744, 16384, and others).
-
- Sep 22, 2016
-
-
Raymond Knopp authored
-
- Sep 21, 2016
-
-
Rohit Gupta authored
-
- Sep 19, 2016
-
-
Raymond Knopp authored
-
Wilson W.K. Thong authored
Conflicts: openair2/LAYER2/MAC/eNB_scheduler_ulsch.c openair2/LAYER2/MAC/ue_procedures.c
-
Wilson W.K. Thong authored
Conflicts: openair2/LAYER2/PDCP_v10.1.0/pdcp.c openair2/LAYER2/RLC/rlc_rrc.c
-
Wilson W.K. Thong authored
fixed hard-code default DRB-ID (1) so it is now fully configurable (cherry picked from commit 4499124853b8985c3f157721997125370f1ca475) Conflicts: openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c Conflicts: openair2/LAYER2/PDCP_v10.1.0/pdcp.c
-
Wilson W.K. Thong authored
-
Wilson W.K. Thong authored
added flow to refresh KeNB key in RRC on receiving S1AP-InitialContextSetup added flow to configure PDCP security mode enabled filling in the PDCP MAC code during and after RRC-SMC procedure (cherry picked from commit 898cd5c45aedb27625d73352568211b4467c8dd9)
-
- Sep 05, 2016
-
-
Cedric Roux authored
If your configuration file does not contain a parameter the softmodem only printed "Failed to parse eNB configuration file" without telling you what parameter was not found. This quick fix adds a warning in such cases. It also exists at the first error rather than trying to parse the rest of the configuration file.
-
- Sep 03, 2016
-
-
Raymond Knopp authored
-
- Sep 01, 2016
-
-
Cedric Roux authored
-
- Aug 30, 2016
-
-
Navid Nikaein authored
-
- Aug 29, 2016
-
-
Florian Kaltenberger authored
oaisim parameter -y is now UE rx antennas minor fixes to unitary sims
-
- Aug 27, 2016
-
-
Navid Nikaein authored
-
- Aug 23, 2016
-
-
nikaeinn authored
-
Florian Kaltenberger authored
set CQI_report_periodic to <release/> (was NULL before) use memcopy for configuration structure
-
- Aug 22, 2016
-
-
nikaeinn authored
-
Florian Kaltenberger authored
-
- Aug 18, 2016
-
-
Cedric Roux authored
the official asn1c repository at github posed problems to some people in the past. It's better to have it locally for such a critical piece of the software.
-
Cedric Roux authored
-
- Aug 10, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- Aug 06, 2016
-
-
Raymond Knopp authored
-
- Aug 01, 2016
-
-
Raymond Knopp authored
-
- Jul 31, 2016
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Jul 27, 2016
-
-
Cedric Roux authored
-
- Jul 24, 2016
-
-
Raymond Knopp authored
Result of testing as eNodeB. modifications for .vcd logging, bugfix in eNB_thread_FH (subframe counter), update of .conf file for new threading parameters. Updates to gtkwave configuration file for new threading.
-
Raymond Knopp authored
-
- Jul 23, 2016
-
-
Raymond Knopp authored
-
- Jul 22, 2016
-
-
Sandeep Kumar authored
-
- Jul 20, 2016
-
-
Cedric Roux authored
This was causing oaisim to fail way too often at the startup of a connection. Things should go better with this patch. It may not be the end of the story, the use of retrans_num_bytes_to_retransmit is not clear to me. The problem I see is: what if the max number of retransimission has been reached (if that has a meaning at all in RLC AM)? will this value be decreased or not?
-