open5gs/configs
Sukchan Lee be5a7e1ded [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385)
This update allows the parsing and handling of user-defined port numbers
in the `advertise` field or explicitly in the `server` configuration for
SBI. Users can now specify non-default ports for both binding and
advertising while maintaining compatibility with existing configurations.
The feature includes logic to handle FQDNs with embedded port numbers
(e.g., `example.com:8080`) and ensures proper memory management during
parsing. Updated the client association logic to utilize custom ports
when specified.

Examples:
- Bind to the address on the eth0 and advertise as open5gs-amf.svc.local
```
  sbi:
    server:
      - dev:eth0
        advertise: open5gs-amf.svc.local
```

- Specify a custom port number 7777 while binding to the given address
```
  sbi:
    server:
      - address: amf.localdomain
        port: 7777
```

- Bind to 127.0.0.5 and advertise as open5gs-amf.svc.local
```
  sbi:
    server:
      - address: 127.0.0.5
        port: 7777
        advertise: open5gs-amf.svc.local
```

- Bind to port 7777 but advertise with a different port number 8888
```
  sbi:
    server:
      - address: 127.0.0.5
        port: 7777
        advertise: open5gs-amf.svc.local:8888
```
2024-12-31 22:04:55 +09:00
..
examples [SMF/UPF] Follow-up on Pull #3137 (Issues #2975) 2024-04-14 09:19:07 +09:00
freeDiameter Follow-up on #1865 2022-11-12 09:37:43 +09:00
logrotate logrotate: fix reload failures 2024-03-27 20:37:36 +09:00
newsyslog [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
open5gs [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
systemd systemd: network: Add explicit routes towards tundev for UE pool of addresses 2024-04-19 08:32:19 +09:00
310014.yaml.in [SMF/UPF] Follow-up on Pull #3137 (Issues #2975) 2024-04-14 09:19:07 +09:00
csfb.yaml.in [SCTP] Support setting local address (#3344) 2024-12-23 21:16:15 +09:00
meson.build [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00
non3gpp.yaml.in [SMF/UPF] Follow-up on Pull #3137 (Issues #2975) 2024-04-14 09:19:07 +09:00
sample.yaml.in [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00
slice.yaml.in [SMF/UPF] Follow-up on Pull #3137 (Issues #2975) 2024-04-14 09:19:07 +09:00
srsenb.yaml.in fix indentation issue in srsenb.yaml and rename srslte.yaml to srsenb.yaml in guide02 docs 2024-11-19 08:43:16 +09:00
transfer.yaml.in [AMF] Add UE context transfer and Registration status update states 2024-09-03 22:09:56 +09:00
volte.yaml.in [SMF/UPF] Follow-up on Pull #3137 (Issues #2975) 2024-04-14 09:19:07 +09:00
vonr.yaml.in [SMF/UPF] Changes subnet configuration (#2975) 2024-04-13 19:31:19 +09:00