An error occurred fetching the project authors.
- 30 Apr, 2019 1 commit
-
-
laurent authored
-
- 17 Oct, 2018 1 commit
-
-
Bi-Ruei, Chiu authored
-
- 25 Aug, 2018 2 commits
-
-
Raymond Knopp authored
rrc_eNB.c doesn't compile
-
Raymond Knopp authored
-
- 24 Aug, 2018 2 commits
-
-
frtabu authored
Use common log mechanism in layer 3, mapping specific macros to common ones and extending common log utilities to support specific layer3 requirements
-
frtabu authored
LOG_F replaced by LOG_DUMPMSG. Add a generic function to dump a buffer or message. Go on with LOG_M implementation improvement. Remove redundant options to enable/disable logs.
-
- 14 Aug, 2018 1 commit
-
-
Thomas Schlichter authored
This commit was developed at Fraunhofer IIS (https://www.iis.fraunhofer.de) by Javier Morgade, Ph.D.
-
- 01 Aug, 2018 1 commit
-
-
Calvin HSU authored
-
- 30 Jul, 2018 3 commits
-
-
frtabu authored
remove compilation warnings, especially when disabling T_TRACER. enhance LOG_M macro implementation, introduce LOG_DEBUG_XXX macro to replace #ifdef DEBUG_XXX
-
frtabu authored
log.c simplification, fix usefull functionality which never worked, move all log code from openair2 to common
-
Wang Tsu-Han authored
-
- 13 Jul, 2018 1 commit
-
-
Bi-Ruei, Chiu authored
1. It's no need to modify LTE-RRC's ASN.1 file for enabling option group feature in generate_asn1. 2. It's no need to patch the C header files generated from LTE-RRC/S1AP/X2AP's ASN.1 in fix_asn1. 3. It's no need to pre-process S1AP/X2AP's ASN.1 for enabling information object class feature by asn1tostruct.py. This commit requires an un-official version of asn1c which are collaboration of asn1c community members and `build_helper` is modified in this commit accordingly : https://github.com/brchiu/asn1c/tree/velichkov_s1ap_plus_option_group This asn1c can also convert ASN.1 of 5G NR RRC (38.331, v15.1.0) and generate C files with -findirect-choice command line option without tweaking ASN.1 file. Examples for how to use this asn1c for S1AP are in S1AP files, e.g. s1ap_eNB_nas_procedures.c and s1ap_eNB_handler.c. There is an modified openair-cn (based on tag 0.5.0) with this new asn1c at : https://github.com/brchiu/openair-cn/tree/new-asn1c Basic S1AP interaction and data transfer operation between OAI eNB and this modified openair-cn has been tested. Note: Community version of asn1c is keeping evolved to provide better usage.
-
- 25 Jun, 2018 1 commit
-
-
bruno mongazon authored
-
- 21 Jun, 2018 1 commit
-
-
matzakos authored
-
- 02 Jun, 2018 1 commit
-
-
Raymond Knopp authored
-
- 29 May, 2018 1 commit
-
-
Bi-Ruei, Chiu authored
To minimize migration effort, we follow the logic of legacy macro Rel10 and Rel14 used for conditional compilation of current code. In the future, they might be changed to accommodate finer software configuration, e.g. MAKE_VERSION(12,2,0) or MAKE_VERSION(13,1,0) .... etc.
-
- 24 May, 2018 1 commit
-
-
Cedric Roux authored
Remove warnings popping up on: ./build_oai --eNB -w USRP Maybe not always the best solution.
-
- 15 May, 2018 1 commit
-
-
Cedric Roux authored
The new 'basic simulator' is now functional. A proper solution is needed to deal with SIB18/19/21 for the D2D functionality.
-
- 29 Apr, 2018 1 commit
-
-
Raymond Knopp authored
-
- 25 Apr, 2018 1 commit
-
-
Raymond Knopp authored
-
- 22 Apr, 2018 1 commit
-
-
Raymond Knopp authored
UE directory splits, creation of UE-specific files, common UE/eNB files and extraction of UE/common components from eNodeB files. renaming of files to minimize common names across directories (i.e. defs.h, vars.h, extern.h)
-
- 08 Apr, 2018 1 commit
-
-
Raymond Knopp authored
-
- 06 Apr, 2018 1 commit
-
-
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
-
- 27 Mar, 2018 1 commit
-
-
Bi-Ruei, Chiu authored
This feature requires an un-official version of asn1c : https://github.com/velichkov/asn1c/tree/s1ap
-
- 08 Mar, 2018 1 commit
-
-
oai authored
-
- 22 Feb, 2018 1 commit
-
-
Cedric Roux authored
-
- 21 Jan, 2018 1 commit
-
-
Rohit Gupta authored
fixes after merge with develop. Partial UE/eNB separation in build to avoid problems with NFAPI in oaisim UE/RRU. tested with simulator.
-
- 15 Jan, 2018 1 commit
-
-
bruno mongazon authored
Fix #582, RTAI, RTAI_ENABLED, ENABLE_RTAI_CLOCK, RTAI_ISNT_POSIX, _RTAI_MATH_H, CELLULAR, TIMER_ONESHOT_MODE, EMOS, EMOS_CHANNEL, OAI_EMU, OPENAIR_EMU, PHY_ABSTRACTION, PHY_ABSTRACTION_UL removed
-
- 14 Jan, 2018 2 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 11 Jan, 2018 1 commit
-
-
bruno mongazon authored
-
- 29 Dec, 2017 1 commit
-
-
Raymond Knopp authored
-
- 14 Dec, 2017 1 commit
-
-
Robert Schmidt authored
-
- 07 Dec, 2017 1 commit
-
-
Xu Bo authored
-
- 23 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 19 Oct, 2017 1 commit
-
-
Cedric Roux authored
phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h maybe it's the opposite that should have been done? Functions used in one file and defined in another may have been declared in the wrong header file.
-
- 06 Jul, 2017 1 commit
-
-
Raymond Knopp authored
Note: this commit is work in progress. Contains initial integration of NFAPI data structures which are tested for TX path. RX path to follow.
-
- 22 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 18 May, 2017 1 commit
-
-
Cedric Roux authored
those popped up thanks to previous commit
-
- 15 May, 2017 1 commit
-
-
Cedric Roux authored
-