An error occurred fetching the project authors.
- 03 Nov, 2022 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 04 Oct, 2022 3 commits
-
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
- 30 Sep, 2022 1 commit
-
-
Angelo Athanassopoulos authored
-
- 29 Sep, 2022 1 commit
-
-
Angelo Athanassopoulos authored
-
- 28 Sep, 2022 21 commits
-
-
Angelo Athanassopoulos authored
When we add DRBs throught the configuration file, it will create dedicated DRBs, treating them as GBR Flow DRBs. This is useful for testing purposes in RFSIM and noS1
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
If it is a GBR flow, assign a dedicated DRB If is is a NGBR flow, use an existing DRB, from the same PDU Session Note: the case that we run out of DRBs is not handled yet, it is still a todo
-
Angelo Athanassopoulos authored
Note: at this point we have a dedicated DRB per 5QI.
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
1. Added guard for exceeding DRB creation in ASN1 & RRC 2. Created function for finding the next available drb Note: tested with 2 UEs in RFSIM mode
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
-
Angelo Athanassopoulos authored
Multiple DRBs - Fix MR Conflicts: 1. RLC - Removed mispositioned conditional. 2. RRC - Replaced arguements in generateDRB func & use bool. 3. RRC - Removed the MAX_DRB_PDUSESSION definition. 4. SDAP - Replaced boolean_t with bool. 5. RRC - Fixed indentation in SDAP Configuration. 6. RRC - Changed var nb_drb_to_setup to 1.
-
Angelo Athanassopoulos authored
-
- 25 Sep, 2022 1 commit
-
-
Sakthivel Velumani authored
-
- 07 Aug, 2022 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 01 Aug, 2022 1 commit
-
-
laurent authored
-
- 20 Jul, 2022 1 commit
-
-
luis_pereira87 authored
-
- 18 Jul, 2022 1 commit
-
-
Robert Schmidt authored
In the previous version, not all fields, and in particular the `eNB_index`, were not initialized, leading to errors when they were used (e.g., the PDCP code checks that eNB_index == 0).
-
- 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.
-