- 28 May, 2018 3 commits
-
-
WEI-TAI CHEN authored
-
WEI-TAI CHEN authored
-
WEI-TAI CHEN authored
-
- 25 May, 2018 1 commit
-
-
Calvin authored
-
- 18 May, 2018 2 commits
-
-
WEI-TAI CHEN authored
2.NR RRC do_SERVINGCELLCONFIGCOMMON for all of common config. will be transmit to lower layer by rrc_mac_config_req_gNB"
-
Calvin authored
-
- 16 May, 2018 2 commits
- 03 May, 2018 1 commit
-
-
WEI-TAI CHEN authored
-
- 26 Apr, 2018 2 commits
-
-
WEI-TAI CHEN authored
Merge branch 'nr-rrc-additions' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr-rrc-additions
-
WEI-TAI CHEN authored
1. Modify the wrong name file ans1c to asn1c 2.Update the do_MIB function 3.Update the gNB initial parameter for non-standalone
-
- 13 Apr, 2018 3 commits
-
-
Calvin authored
-
WEI-TAI CHEN authored
-
WEI-TAI CHEN authored
-
- 09 Apr, 2018 6 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
Merge branch 'nr_initialsync' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_initialsync
-
Guy De Souza authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
Merge branch 'nr_initialsync' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_initialsync
-
Guy De Souza authored
-
- 06 Apr, 2018 2 commits
-
-
Florian Kaltenberger authored
Merge branch 'nr_initialsync' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_initialsync
-
root authored
Conflicts: cmake_targets/build_oai openair1/PHY/LTE_TRANSPORT/prach.c openair1/SCHED/phy_procedures_lte_ue.c targets/ARCH/COMMON/common_lib.h targets/RT/USER/lte-softmodem.c
-
- 05 Apr, 2018 1 commit
-
-
Guy De Souza authored
-
- 02 Apr, 2018 2 commits
-
-
Guy De Souza authored
-
Guy De Souza authored
-
- 27 Mar, 2018 2 commits
-
-
Bi-Ruei, Chiu authored
This feature requires an un-official version of asn1c : https://github.com/velichkov/asn1c/tree/s1ap
-
Guy De Souza authored
-
- 23 Mar, 2018 10 commits
-
-
Cedric Roux authored
Summary of changes: - free configmodule memory when shutting down It is possible to restart the lte-softmodem via the FlexRAN controller. For this to work, the end_configmodule() method needs to be called when shutting the lte-softmodem down so that the configuration can be read again during a restart. - Feature agent Implements an agent ID, consisting of the OAI module ID, the OAI eNB ID and the cell ID. The agent reads this information in its configuration read function and forwards it to the controller. This MR also contains some code forwarding SI info to the controller. - various bugs fixed - remove start_background_system from eNB softmodem - fix memory leak when doing traffic - disable ITTI dump (does someone uses this?) - disable U-plane inactivity timer: it's very simple to put this back, but as of now it comes with its own problems that we don't have time to check/fix
-
Cedric Roux authored
Only ulsim and dlsim compile. The others (dlsim_tm4 pucchsim prachsim pdcchsim pbchsim mbmssim) have been disabled. Command line to compile: ./build_oai --phy_simulators
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
This is only needed by the UE code, to setup IP settings. The eNB does not need this. (To be reverted if this is wrong.)
-
Cedric Roux authored
When doing TCP downlink traffic with iperf for several hours, the memory consumption of lte-softmodem does not stop to grow. After analysis, this commit seems to be the only fix needed. To be checked somehow.
-
Cedric Roux authored
If anyone needs it, it's a simple matter of reverting this basic commit.
-
Cedric Roux authored
It is annoying and does not seem to work properly. To be checked/reworked if needed. Keep in mind that we also want oaisim to be functional.
-
Robert Schmidt authored
if the FlexRAN agent is disabled, do not read all the data and skip reading of more information
-
- 22 Mar, 2018 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The agent_id is a uint64 consisting of: module ID (i.e. mod_id, the several instances of OAI at once, 16 bit), the enb_id from the configuration file (32 bit) and the cell_id from the configuration file (16 bit). The module ID is part of the agent ID but it is easier to have it directly in the struct.
-