An error occurred fetching the project authors.
- 30 May, 2023 1 commit
-
-
Robert Schmidt authored
Previously, in f1ap_decoder.c, we asserted if we did not know a message. Apart form decoding, we did not do anything in that file. Additionally, in f1ap_handlers.c, we were also checking for an unknown message, and printing a warning if a handler is not known. This commit moves the F1AP message decoding to f1ap_handlers.c, and deletes f1ap_decoder.c. In summary, we don't assert on an unknown message, and compile less files. The rest is unchanged.
-
- 09 Mar, 2023 1 commit
-
-
laurent authored
-
- 02 Dec, 2022 1 commit
-
-
Robert Schmidt authored
-
- 09 Nov, 2022 1 commit
-
-
Cedric Roux authored
may not be the best place to get data from conf file, to be refined later if needed
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 06 Apr, 2022 1 commit
-
-
matzakos authored
-Remove commented out code, debug logs, some hardcodings, fix indentation
-
- 09 Feb, 2022 1 commit
-
-
Raymond Knopp authored
-
- 27 Jan, 2022 1 commit
-
-
Robert Schmidt authored
-
- 28 Dec, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 27 Dec, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 05 Nov, 2021 1 commit
-
-
matzakos authored
-Required for interoperability with Accelleran CU and OAI CN -Currently hardcoded values, to be modified so that they are parsed from the DU config file -After this modification Accelleran CU sends gNBCU configuration update
-
- 03 Oct, 2021 1 commit
-
-
Laurent Thomas authored
-
- 28 Sep, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 16 Sep, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 15 Sep, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 09 Sep, 2021 1 commit
-
-
Laurent Thomas authored
-
- 09 Aug, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 06 Jul, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 03 Jul, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 02 Jul, 2021 1 commit
-
-
Abhijith authored
-
- 27 Jun, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 05 Jun, 2021 1 commit
-
-
rmagueta authored
-
- 03 Jun, 2021 1 commit
-
-
rmagueta authored
-
- 29 May, 2021 1 commit
-
-
rmagueta authored
-
- 28 May, 2021 1 commit
-
-
luis_pereira87 authored
-
- 27 May, 2021 2 commits
-
-
Raymond Knopp authored
-
luis_pereira87 authored
-
- 26 May, 2021 2 commits
-
-
Roberto Louro Magueta authored
This reverts commit f2074461
-
rmagueta authored
-
- 25 May, 2021 1 commit
-
-
luis_pereira87 authored
-
- 24 May, 2021 1 commit
-
-
luis_pereira87 authored
-
- 12 May, 2021 1 commit
-
-
rmagueta authored
-
- 09 Mar, 2021 5 commits
-
-
Raymond Knopp authored
removed some debugging assertions in DU, added sending and handling of GNB-CU-Configuration-Update-Acknowledge. Note: Still need to do GNB-CU-Configuration-Update-Failure.
-
Raymond Knopp authored
removed assertions on non-presense of extensions for Cells_to_be_Activated_List_Item in both F1-Setup-Response and GNB-CU-Confiruation-Update
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 08 Mar, 2021 1 commit
-
-
Raymond Knopp authored
-
- 25 Feb, 2021 2 commits
-
-
Raymond Knopp authored
added TDD configuration information to F1-Setup-Request based on the configuration file contents.. Corrected some bugs in F1AP encoding for TDD.
-
Raymond Knopp authored
-