- 25 Mar, 2024 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Rewrite sctp_create_new_listener() to use getaddrinfo() to look up IPv4/IPv6 addresses via a common interface. This allows to use e.g. DNS, and enables the SCTP library to listen on IPv6 ports. To support the above, the corresponding message is changed to not take an IPv4 address on 4 bytes (and separate IPv6), but a single name that will be resolved via getaddrinfo() The previous init message used to allow multiple IPv4/IPv6 addresses; since this is not used anywhere, remove the corresponding functionality. Modify all uses of this ITTI message to copy te SCTP init bind addr into ITTI message.
-
- 21 Mar, 2024 3 commits
-
-
Robert Schmidt authored
Use getaddrinfo() to look up IP (v4/v6) addresses. The old interface of separately specifying IPv4 and IPv6 addresses is preserved, but both fields allow to specify types of addresses, and we will remove one field in the future.
-
Robert Schmidt authored
After the last commit, it is not possible to bind on separate interfaces for F1-C and F1-U. In other words, it is for instance not possible to have the F1-C on one subnet on one physical interface, and F1-U on another subnet on another physical interface. This commit introduces a second option MACRLCs.[0].local_n_address_f1u to allow to bind F1-U on an alternative address; if it is not specified, the interface of F1-C is reused. The above only works for the DU; no corresponding option exists for the CU. For the CU, use separate CU-CP and CU-UP. Use it in the CI.
-
Robert Schmidt authored
This reverts commit 28411652. The problem is that (1) we don't really support multi-homing, but (2) on some system, if the other IP addresses that the operating system considers part of the multi-homed connection are HEARTBEAT'ed (e.g., docker), they answer with SCTP ABORT, which breaks the entire connection. In other words, force single-homing by binding. For F1-U uses, another option will be introduced that allows to bind to a separate interface for F1-U (separate from F1-C), if necessary. Closes #727
-
- 19 Mar, 2024 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Integration: `2024.w11` See merge request oai/openairinterface5g!2623 * !2435 Add a sequence container in OAI * !2552 NR UE RRC re-establishment * !2611 RRC: ignore random value during RRC Setup Request * !2587 NR UE RRC handle MeasConfig * !2616 NR UE remove unused phy_config_ind queue * !2580 Improve function that map ro to ssb in the UE: make dynamic smaller memory... * !2614 F1AP: move GTP from enc/dec to logic handlers * !2622 gNB LOG with UE command line parameters * !2595 remove 5G dependency on 4G mac.h include, separate RA state enums between 4G/5G and UE/gNB * !2615 Enhancements to traffic flow in SW architecture documentation
-
- 18 Mar, 2024 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/print_LOG_for_UE_command_line_parameters' into integration_2024_w11
-
Robert Schmidt authored
-
- 15 Mar, 2024 16 commits
-
-
Laurent THOMAS authored
add RA stat trace by enum name instead of integer printing fix minor a few minor typos
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The F1AP message encoders and decoders should do only that, encoding and decoding messages. For the actual logic handling, including set up and teardown of bearers, we should use the handlers. In this commit, delete GTP tunnel handling from encoders/decoders. For the CU, this happens already in the CU-UP/E1 handlers in cucp_cuup_handler.c. For the DU, add it in the handlers in mac_rrc_dl_handler.c.
-
Guido Casati authored
-
francescomani authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 14 Mar, 2024 1 commit
-
-
francescomani authored
-
- 13 Mar, 2024 11 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Cedric Roux authored
For the moment absoluteFrequencySSB is hardcoded. Fixed in a following commit.
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-