Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Using FQDN/device name for the interface configuration #76

Closed
Borjis131 opened this issue Feb 12, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@Borjis131
Copy link

I think it could be useful having the possibility to specify the gnodeb controlif (gNB N2), gnodeb dataif (gNB N3) and amfif ip (AMF N2) as FQDN/device name. Instead of using IP addresses, having a way to define a DNS name or a device name to automatically resolve the IP address.

This feature could be useful in a Docker Compose/kubernetes context where the IP addresses get automatically assigned.

# From IP address
gnodeb:
  controlif:
    ip: "192.168.11.13"

# To FQDN
gnodeb:
  controlif:
    ip: "gnb.controlif.internal"

# To device
gnodeb:
  controlif:
    ip: "eth0"

Open5GS implements this approach for their configuration files.

@Borjis131 Borjis131 added the enhancement New feature or request label Feb 12, 2024
@linouxis9
Copy link
Member

Hi @Borjis131,
Thanks for the great suggestion. Indeed, it can be very useful in container scenario. I'll add the FQDN feature for now.
Thanks!

linouxis9 added a commit that referenced this issue Feb 12, 2024
Signed-off-by: Valentin <valentin@devling.xyz>
linouxis9 added a commit that referenced this issue Feb 12, 2024
Signed-off-by: Valentin <valentin@devling.xyz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants