louisroyer/dev-nextmn-gnb-lite

By louisroyer

Updated 4 days ago

NextMN gNB-Lite

Image
Networking
0

4.6K

louisroyer/dev-nextmn-gnb-lite repository overview

WARNING: The following image is NOT an official build of NextMN, in the future it may include beta-functionalities.

By default, configuration file from templating is used if no --config or -c is passed as argument. To start without argument, use:

command: [" "]

License

Please note that even if this software is not yet properly packaged using .deb, the generated binary file /usr/local/bin/gnb-lite is provided to you under MIT License. A copy of the source code is available at in the repository nextmn/gnb-lite.

Configuration

Environment variable used to select templating system:

environment:
  ROUTING_SCRIPT: "docker-setup"
  TEMPLATE_SCRIPT: "template-script.sh"
  TEMPLATE_SCRIPT_ARGS: ""
  CONFIG_FILE: "/etc/nextmn/gnb-lite.yaml"
  CONFIG_TEMPLATE: "/usr/local/share/nextmn/template-gnb-lite.yaml"

Environment variables for templating:

environment:
  HTTP_ADDRESS: "192.0.2.4"
  HTTP_PORT: "8080"
  CP: "http://192.0.2.5:8080"
  N3: "10.0.200.4"
  RAN: |-
    bind-addr: "10.1.0.1:1234"
  LOG_LEVEL: "info"

Container deployment

  • The container requires the NET_ADMIN capability (if you want to configure the container using docker-setup).

This can be done in docker-compose.yaml by defining the following for the service:

cap_add:
    - NET_ADMIN

This image is automatically built weekly based on latest version of louisroyer/base-irit.

Dockerfile is available on Github.

Tag summary

Content type

Image

Digest

sha256:4bb8ff25d

Size

44.7 MB

Last updated

4 days ago

docker pull louisroyer/dev-nextmn-gnb-lite