- Jul 30, 2018
-
-
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
-
- Jul 20, 2018
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jul 13, 2018
-
-
Raymond Knopp authored
Log review step 1: legacy VCD removal, LOG macro modified, TTracer enabled at build time by default, in a way it, by default configuration, provides console logs, as in previous versions
-
Haruki NAOI authored
-
- Jul 12, 2018
-
-
Bi-Ruei, Chiu authored
-
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.
-
Bi-Ruei, Chiu authored
-
- Jul 06, 2018
-
-
oai authored
-
- Jul 05, 2018
-
-
oai authored
Remove compilation warnings, also fix telnet server compilation failure and NB-IoT shared lib compilation failure introduced when reviewing L1 sources organization
-
- Jul 03, 2018
- Jul 02, 2018
-
-
Cedric Roux authored
(cherry picked from commit 71dacd44)
-
Haruki NAOI authored
-
- Jun 29, 2018
-
-
Haruki NAOI authored
-
- Jun 28, 2018
-
-
bruno mongazon authored
-
Haruki NAOI authored
-
- Jun 27, 2018
-
-
Cedric Roux authored
-
Haruki NAOI authored
-
- Jun 26, 2018
-
-
Haruki NAOI authored
-
- Jun 25, 2018
-
-
bruno mongazon authored
-
- Jun 21, 2018
-
-
matzakos authored
-
- Jun 20, 2018
-
-
Cedric Roux authored
This commit reverts the change coming from 675fd0af. On a test machine, running the basic simulator (both eNB, UE and T tracer) with 100 RBs eats too much of memory on a computer with 8GB of RAM, leading to a reboot because the computer was not responsive anymore. Other solutions are needed to solve the memory issues, but multiplying by 50 this number is not a good one, at least not in the basic mode of operation. If this value needs to be that big, a #ifdef #else #endif may be used.
-
- Jun 18, 2018
-
-
Cedric Roux authored
May not be the best solution. Maybe we can pass -DXX=XX on the command line somehow.
-
Cedric Roux authored
20 was wrong, it means 2 dB. 200 is a bit high on my setup. Today the code hardcodes the noise level as 30dB and a target of 20dB above noise is chosen by default. Some more work is needed to estimate the real noise level. Some more work is needed to set proper defaults.
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 14, 2018
-
-
Cedric Roux authored
Since now pucch_n1_AN is taken from the configuration file, it has to be set to 0. Value 32 will not work well, at least in FDD. This has to be handled properly at some point (do not use uplink resource blocks used by PUCCH for PUSCH).
-
Haruki NAOI authored
-
- Jun 05, 2018
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Jun 04, 2018
-
-
bruno mongazon authored
-
- Jun 03, 2018
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Jun 02, 2018
-
-
Raymond Knopp authored
-
- May 30, 2018
-
-
Raymond Knopp authored
-