You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPDX-FileCopyrightText: 2021 Open Networking Foundation <[email protected]>
4
5
Copyright 2019 free5GC.org
5
6
@@ -13,15 +14,36 @@ Implements 3gpp 29.503 specification. Provides service to AUSF, AMF, SMF and
13
14
consumes service from UDR. UDM supports SBI interface and any other network
14
15
function can use the service.
15
16
17
+
Compliance of the 5G Network functions can be found at [5G Compliance](https://docs.sd-core.opennetworking.org/main/overview/3gpp-compliance-5g.html)
18
+
16
19
## UDM block diagram
17
20

18
21
19
-
## Upcoming changes
20
-
- Subscription management callbacks to network functions.
22
+
## Dynamic Network configuration (via webconsole)
21
23
22
-
Compliance of the 5G Network functions can be found at [5G Compliance](https://docs.sd-core.opennetworking.org/main/overview/3gpp-compliance-5g.html)
24
+
UDM polls the webconsole every 5 seconds to fetch the latest PLMN configuration.
25
+
26
+
### Setting Up Polling
27
+
28
+
Include the `webuiUri` of the webconsole in the configuration file
29
+
```
30
+
configuration:
31
+
...
32
+
webuiUri: https://webui:5001 # or http://webui:5001
33
+
...
34
+
```
35
+
The scheme (http:// or https://) must be explicitly specified. If no parameter is specified,
36
+
UDM will use `http://webui:5001` by default.
37
+
38
+
### HTTPS Support
39
+
40
+
If the webconsole is served over HTTPS and uses a custom or self-signed certificate,
41
+
you must install the root CA certificate into the trust store of the UDM environment.
42
+
43
+
Check the official guide for installing root CA certificates on Ubuntu:
44
+
[Install a Root CA Certificate in the Trust Store](https://documentation.ubuntu.com/server/how-to/security/install-a-root-ca-certificate-in-the-trust-store/index.html)
23
45
24
-
## Reach out to us thorugh
46
+
## Reach out to us through
25
47
26
-
1. #sdcore-dev channel in [ONF Community Slack](https://onf-community.slack.com/)
27
-
2. Raise Github issues
48
+
1. #sdcore-dev channel in [Aether Community Slack](https://aether5g-project.slack.com)
0 commit comments