open5gs/tests
Sukchan Lee b0bfd35c63 [SCTP] Support setting local address (#3344)
Added support for binding to local IP addresses in ogs_sctp_client and
ogs_sctp_server, and correct SGsAP configuration

Implemented the ability to bind to one or multiple local IP addresses using
`sctp_bindx()` in both the `ogs_sctp_client()` and `ogs_sctp_server()` APIs.

Users can now specify local addresses in the configuration files under the new
`local_addresses` field, reducing unnecessary complexity and signaling caused
by binding to `ANY_ADDR`.

This update addresses issue https://osmocom.org/issues/6509 by ensuring
correct operation in multi-interface and complex networking setups.

Additionally, corrected the `sgsap` configuration by changing it
from `server` to `client`, and added support for specifying `local_addresses`
for local binding as follows:

```
sgsap:
  client:
    - address: msc.open5gs.org # SCTP server address configured on the MSC/VL
      local_address: 127.0.0.2 # SCTP local IP addresses to be bound in the M
```
2024-12-23 21:16:15 +09:00
..
310014 [MME] Problem keep changing PDN-Type (#3209) 2024-05-18 14:01:00 +09:00
af [POOL] refactor memory pool in AMF (#3196) 2024-06-30 22:03:13 +09:00
app [CSFB] Fix Location Update for non-EPS (#3381) 2024-11-05 16:37:45 +09:00
attach [MME] Problem keep changing PDN-Type (#3209) 2024-05-18 14:01:00 +09:00
common [SCTP] Support setting local address (#3344) 2024-12-23 21:16:15 +09:00
core Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
crypt Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
csfb [CSFB] Fix Location Update for non-EPS (#3381) 2024-11-05 16:37:45 +09:00
fuzzing [Fuzzing] bug fix 59062 and increasing converge 2023-05-25 22:47:47 +09:00
handover [AMF/MME] Fix handover failing due to GNB/eNBID hash table handling (#3569) 2024-11-14 16:26:49 +09:00
non3gpp [ePDG] Add Node-Identifier IE support in GTPv2 S2b Create-Session-Request for SMF Diameter S6b Routing (#3507) 2024-10-31 22:22:25 +09:00
registration [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00
sctp [SCTP] Support setting local address (#3344) 2024-12-23 21:16:15 +09:00
slice [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00
transfer [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00
unit [SBI] Preamble parsing issues in MIME (#3058) 2024-03-17 10:36:29 +09:00
volte diameter: split stats and logger modules 2024-09-03 22:20:19 +09:00
vonr [SMF] Update QoS Rule Handling (#3513) 2024-10-17 15:55:34 +09:00
meson.build [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00