Skip to content

omec-project/udm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDM

Go Report Card

UDM

Implements 3gpp 29.503 specification. Provides service to AUSF, AMF, SMF and consumes service from UDR. UDM supports SBI interface and any other network function can use the service.

Compliance of the 5G Network functions can be found at 5G Compliance

UDM flow diagram

UDM Flow Diagram

Dynamic Network configuration (via webconsole)

UDM polls the webconsole every 5 seconds to fetch the latest PLMN configuration.

Setting Up Polling

Include the webuiUri of the webconsole in the configuration file

configuration:
  ...
  webuiUri: https://webui:5001 # or http://webui:5001
  ...

The scheme (http:// or https://) must be explicitly specified. If no parameter is specified, UDM will use http://webui:5001 by default.

HTTPS Support

If the webconsole is served over HTTPS and uses a custom or self-signed certificate, you must install the root CA certificate into the trust store of the UDM environment.

Check the official guide for installing root CA certificates on Ubuntu: Install a Root CA Certificate in the Trust Store

Reach out to us through

  1. #sdcore-dev channel in Aether Community Slack
  2. Raise Github issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 19