An error occurred fetching the project authors.
- 19 Sep, 2018 2 commits
-
-
Bing-Kai Hong authored
-
Navid Nikaein authored
Fix for some variables
-
- 18 Sep, 2018 1 commit
-
-
Bing-Kai Hong authored
-
- 17 Sep, 2018 3 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Bing-Kai Hong authored
-
- 16 Sep, 2018 3 commits
-
-
Raymond Knopp authored
Connection goes until generation of RRCConnectionSetup in CU which crashes (it calls rrc_mac_config_req. For DU this should be replaced with filling DL_RRC_MESSAGE_TRANSFER
-
Navid Nikaein authored
-
Navid Nikaein authored
-
- 15 Sep, 2018 2 commits
-
-
Raymond Knopp authored
modifications for SRB0 to allow multiple UE contexts in case of delayed CCCH reception in CU/DU split (moved SRB0 from carrier to UE context)
-
Raymond Knopp authored
-
- 13 Sep, 2018 1 commit
-
-
Bing-Kai Hong authored
-
- 12 Sep, 2018 1 commit
-
-
Bing-Kai Hong authored
-
- 11 Sep, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
note: doesn't compile yet.
-
- 08 Sep, 2018 1 commit
-
-
Robert Schmidt authored
- move the configuration reading code before task creation - fix CMakeLists.txt so that lte-softmodem-nos1 compiles
-
- 06 Sep, 2018 1 commit
-
-
Bing-Kai Hong authored
-
- 04 Sep, 2018 1 commit
-
-
Raymond Knopp authored
-
- 31 Aug, 2018 1 commit
-
-
Bing-Kai Hong authored
1. Fix UE_CONTEXT_SETUP_REQUEST and CONTEXT_MODIFICATION_REQUEST encode/decode 2. Add gNB_DU_CONFIGURATION_UPDATE and gNB_CU_CONFIGURATION_UPDATE procedure 3. Add C_RNTI_TO_BIT_STRING function 4. Add INITIAL_UL_RRC_MESSAGE_TRANSFER procedure and with mac_du_data_ind (MSG3) 5. Add GNB-CUSystemInformation extension part for the F1SetupResponse procedure
-
- 24 Aug, 2018 3 commits
-
-
frtabu authored
-
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.
-
- 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.
-
- 05 Jul, 2018 1 commit
-
-
oai authored
Remove compilation warnings, also fix telnet server compilation failure and NB-IoT shared lib compilation failure introduced when reviewing L1 sources organization
-
- 25 Jun, 2018 1 commit
-
-
bruno mongazon authored
-
- 21 Jun, 2018 1 commit
-
-
matzakos authored
-
- 05 Jun, 2018 1 commit
-
-
Raymond Knopp authored
-
- 03 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.
-
- 29 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
-
- 16 Mar, 2018 2 commits
-
-
Haruki NAOI authored
-
Cedric Roux authored
As reported by Emad Alizade: According to "Issue255 256 257 paging reesta release" that has been merged in develop version, we have a question: In rrc_eNB_free_UE() function only all ulsch related memory of user has been cleaned, but I think not only ulsch memory but also dlsch memory must be cleaned. I tested the latest develop version and with repetition UE attach-detach procedures we find that the dlsch memory has not been cleaned and after repeat this sequence (45 times) assertion with cause UE_id!=-1 (no free or exiting dlsch_context, dci_tools.c: fill_dci_and_dlsch() ) occurred and no UE will be attached to system. The fixes in this commit are from Emad Alizade. (cherry picked from commit 4b5b5564) # Conflicts: # openair1/PHY/LTE_TRANSPORT/dlsch_coding.c # openair2/LAYER2/MAC/eNB_scheduler.c # openair2/RRC/LITE/rrc_eNB.c
-
- 28 Feb, 2018 2 commits