- 05 Sep, 2016 1 commit
-
-
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.
-
- 01 Sep, 2016 1 commit
-
-
Cedric Roux authored
-
- 30 Aug, 2016 1 commit
-
-
nikaeinn authored
-
- 29 Aug, 2016 1 commit
-
-
Florian Kaltenberger authored
oaisim parameter -y is now UE rx antennas minor fixes to unitary sims
-
- 27 Aug, 2016 1 commit
-
-
nikaeinn authored
-
- 23 Aug, 2016 2 commits
-
-
nikaeinn authored
-
Florian Kaltenberger authored
set CQI_report_periodic to <release/> (was NULL before) use memcopy for configuration structure
-
- 22 Aug, 2016 2 commits
-
-
nikaeinn authored
-
Florian Kaltenberger authored
-
- 18 Aug, 2016 2 commits
-
-
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
-
- 10 Aug, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 27 Jul, 2016 1 commit
-
-
Cedric Roux authored
-
- 20 Jul, 2016 1 commit
-
-
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?
-
- 11 Jul, 2016 1 commit
-
-
Cedric Roux authored
The code was changing the rnti in the red-black tree without removing/reinserting the context. This is wrong because the rnti is a key of the red-black tree and you cannot change the key in a stored item at will. There are also modifications of the function mac_eNB_rrc_ul_failure which has to remove the UE in any case. And rrc_mac_remove_ue has been changed for the case where the UE is not found.
-
- 08 Jul, 2016 1 commit
-
-
Aikaterini Trilyraki authored
adding two rules for run_enb_ue_virt_s1 script to resolve the issue of data path with simulated UE (contributed by A. Ksentini)
-
- 07 Jul, 2016 2 commits
-
-
Rohit Gupta authored
-
Aikaterini Trilyraki authored
-
- 01 Jul, 2016 1 commit
-
-
Florian Kaltenberger authored
set transmission mode in phy_config_dedicated_[UE|eNB] after RRCConnectionReconfiguration(eNB) and RRCConnectionReconfigurationComplete(UE) add ue_TransmissionMode in RrcConfigurationReq added ue_transmission_mode and nb_antenna_ports to eNB config file transmisison mode gets set with RRCReconfiguration
-
- 24 Jun, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 23 Jun, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 22 Jun, 2016 1 commit
-
-
nikaeinn authored
-
- 16 Jun, 2016 1 commit
-
-
Cedric Roux authored
-
- 15 Jun, 2016 1 commit
-
-
Cedric Roux authored
The distinction common space/user space still requires some careful examination.
-
- 10 Jun, 2016 4 commits
-
-
Cedric Roux authored
if you compile *without* T it fails because the T macro is interpreted as a function call
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 07 Jun, 2016 1 commit
-
-
Anta Huang authored
-
- 02 Jun, 2016 1 commit
-
-
Cedric Roux authored
(the T macro is then undefined)
-
- 30 May, 2016 1 commit
-
-
nikaeinn authored
* configure dedicated DRBs based on the transaction id * fix the issue in oaisim to work with S1 interface
-
- 27 May, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 25 May, 2016 2 commits
-
-
Cedric Roux authored
- adding T macros here and there - modify the T_messages.txt - modify enb.c to trace them in the RRC view
-
Cedric Roux authored
plus add rrc connection setup complete tracing
-
- 20 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 10 May, 2016 1 commit
-
-
Florian Kaltenberger authored
-