Commit f8e3ce19 authored by yangjian's avatar yangjian

Update README.md

parent 47afb824
...@@ -9,8 +9,8 @@ OpenXG-UDM Arch ...@@ -9,8 +9,8 @@ OpenXG-UDM Arch
├── ext: Directory containing pistache and the JSON library. ├── ext: Directory containing pistache and the JSON library.
└── UDM: Directory containing object files generated by compilation of UDM network function. └── UDM: Directory containing object files generated by compilation of UDM network function.
├── etc: Directory containing the configuration file to be deployed for UDM. ├── etc: Directory containing the configuration file to be deployed for UDM.
└── src: Source files of UDR. └── src: Source files of UDM.
├── udm_app: UDR Procedures handling logic. ├── udm_app: UDM Procedures handling logic.
├── common: Common definitions for 3GPP specifications. ├── common: Common definitions for 3GPP specifications.
├── 5gaka: algorithms for 5G-AKA authentication procedures. ├── 5gaka: algorithms for 5G-AKA authentication procedures.
├── asnlib: asn library. ├── asnlib: asn library.
...@@ -38,5 +38,5 @@ sudo ./build_udm -c -b Debug -j ...@@ -38,5 +38,5 @@ sudo ./build_udm -c -b Debug -j
``` ```
## launch UDM ## launch UDM
``` ```
sudo ./build/UDR/udm -c etc/udm.conf -o sudo ./build/UDM/udm -c etc/udm.conf -o
``` ```
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment