An error occurred fetching the project authors.
- 06 May, 2024 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 09 Apr, 2024 1 commit
-
-
francescomani authored
-
- 28 Mar, 2024 1 commit
-
-
Robert Schmidt authored
38.473 section 8.2.3.1 says that upon F1 Setup Request, UE associated signalling should be erased. In this commit, we trigger a release of all UEs that were still connected to a DU when we received the SCTP shutdown, i.e., when the DU disconnects.
-
- 18 Jan, 2024 4 commits
-
-
Giulio Carota authored
RRC Version is a required IE. Hence, implement the encoder and decoder for this message. At the DU and CU, read the RRC Version we use and fill the corresponding field. Co-authored-by:
Robert Schmidt <robert.schmidt@openairinterface.org>
-
Giulio Carota authored
-
Giulio Carota authored
CU's TransactionID in F1SetupResponse didn't match Setup Request for some DUs, so implement this correctly and answer with correct transaction ID.
-
Giulio Carota authored
gNB-DU System Information may be sent after setup to update the system information, and the RRC can "do without". See next commit.
-
- 10 Nov, 2023 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Multiple DUs host cells, whose cell ID cannot match (to identify them uniquely). Hence, don't check for equality with CU, because otherwise, we can never connect multiple DUs.
-
- 08 Nov, 2023 6 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
An assoc_id of 0 is used to mark UEs whose DU is "offline" (not connected). In this patch, if a DU disconnects, we go through all UEs and set their assoc_id to 0 if they belong to a UE that just went offline.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-