An error occurred fetching the project authors.
- 15 Feb, 2023 1 commit
-
-
laurent authored
remove eNB threads for RRC and MAC, MAC thread was only for DRX config (useless) and RRC thread has many race conditions with MAC+PHY
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 27 Jun, 2022 1 commit
-
-
Robert Schmidt authored
OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as there is a standard bool type, and could lead to nasty bugs if a definition of a bool is non-standard (0 == false, true == !false). This commit removes all non-standard bools in the whole project.
-
- 30 May, 2022 1 commit
-
-
Raymond Knopp authored
To SIB2 and its passing to RRC. Parameter was read but not transfered before. Basic LTE-M functionality should ok on develop branch with this fix. Tested with uBlox SARA-R4 (QCOM chipset)
-
- 28 Jul, 2019 1 commit
-
-
Mohamed Gamal authored
To control along with pusch_maxNumRepetitionCEmodeA_r13 the actual number of repetitions for PUSCH according to 36.213 table 8.2b Scope of commit: Parsing parameter's value. The value should be used in future commits. Signed-off-by:
Mohamed Gamal <mohammed.abdelkhalek.ext@orange.com>
-
- 13 Jun, 2019 1 commit
-
-
Raymond Knopp authored
fixed rar_Hopping configuration for eMTC. The value in configuration file was a string, but libconfig was told it was an int. changed the configura tion file to '1' for this parameter and put default value to '1' which means off. Added AssertFatal, if this value is '0', which we don't suppor fo r now. _Please enter the commit message for your changes. Lines starting
-
- 04 Apr, 2019 1 commit
-
-
Louis Adrien Dufrene authored
-
- 19 Nov, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-