open5gs/configs/open5gs
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
..
hnet Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
tls [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
amf.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
ausf.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
bsf.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
hss.yaml.in [PCRF/HSS] Enable Metrics (#3442) 2024-09-05 21:26:27 +09:00
meson.build [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
mme.yaml.in [SCTP] Support setting local address (#3344) 2024-12-23 21:16:15 +09:00
nrf.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
nssf.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
pcf.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
pcrf.yaml.in [PCRF/HSS] Enable Metrics (#3442) 2024-09-05 21:26:27 +09:00
scp.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
sepp1.yaml.in [SBI] Enable SSL Key Logging for Enhanced Debugging and Analysis (#3647) 2024-12-30 21:21:41 +09:00
sepp2.yaml.in [SBI] Enable SSL Key Logging for Enhanced Debugging and Analysis (#3647) 2024-12-30 21:21:41 +09:00
sgwc.yaml.in configs, docs: adjust to logger config change 2024-04-18 21:08:35 +09:00
sgwu.yaml.in configs, docs: adjust to logger config change 2024-04-18 21:08:35 +09:00
smf.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
udm.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
udr.yaml.in [SBI] Added support for custom port numbers in SBI configuration with FQDN.(#3385) 2024-12-31 22:04:55 +09:00
upf.yaml.in configs, docs: adjust to logger config change 2024-04-18 21:08:35 +09:00