1
0

fix: doc and logo

This commit is contained in:
2023-12-06 14:47:53 +08:00
parent 351f96bc83
commit 10c02071e3
16 changed files with 196 additions and 191 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,6 @@
--- ---
OMC Overview OMC Overview
--- ---
## Introduction to OMC ## Introduction to OMC
The Core Network OMC (Operation and Maintenance Center) is a central facility used by operators to manage and maintain core network equipment. It typically includes modules for network monitoring, fault management, performance management, configuration management, security management, and other functions to ensure the smooth operation and efficient maintenance of core network equipment. By monitoring and managing core network equipment, the OMC can quickly identify and resolve network faults in real-time, improve network performance, ensure network security, and enhance operational efficiency. The OMC plays a crucial role in the network operations and maintenance of operators, serving as a key element in ensuring stable network operation. The Core Network OMC (Operation and Maintenance Center) is a central facility used by operators to manage and maintain core network equipment. It typically includes modules for network monitoring, fault management, performance management, configuration management, security management, and other functions to ensure the smooth operation and efficient maintenance of core network equipment. By monitoring and managing core network equipment, the OMC can quickly identify and resolve network faults in real-time, improve network performance, ensure network security, and enhance operational efficiency. The OMC plays a crucial role in the network operations and maintenance of operators, serving as a key element in ensuring stable network operation.
@@ -16,17 +15,23 @@ The Core Network OMC (Operation and Maintenance Center) is a central facility us
2. Hardware Platform: X86/ARM64 2. Hardware Platform: X86/ARM64
3. Network Architecture: B/S mode 3. Network Architecture: B/S mode
4. Front-end Languages: HTML+CSS+JS (Vue3) 4. Front-end Languages: HTML+CSS+JS (Vue3)
5. Back-end Languages: Golang+MySQL+Redis, Nginx (optional) 5. Back-end Languages: Golang+MySQL/MariaDB+Redis, Nginx (optional)
## Features ## Features
1. Topology Management (State/Monitor): Network topology, system status, etc. 1. Topology Management (State/Monitor): network topology, system status, etc.
2. Fault Management (FM): Active alarms, historical alarms, etc. 2. Fault Management (FM): active alarms, historical alarms, etc.
3. Configuration Management (CM): NE (Network Element) management, parameter configuration, etc. 3. Configuration Management (CM): NE (Network Element) management, parameter configuration, etc.
4. Performance Management (PM): Subscription tasks for performance-related metrics, data reports, performance thresholds, etc. 4. Performance Management (PM): subscription tasks for performance-related metrics, data reports, performance thresholds, etc.
5. Operation and Maintenance (MML): NE MML operations, UDM (User Data Management) MML, OMC (Operation and Maintenance Center) MML, etc. 5. Operation and Maintenance (MML): NE MML(Man Machine Language) operations, UDM (User Data Management) MML, OMC (Operation and Maintenance Center) MML, etc.
6. Log Management (Log): Operation logs, security logs, alarm logs, etc. 6. Log Management (Log): operation logs, security logs, alarm logs, etc.
7. Tracking Management (Trace): Signaling tracking task creation, signaling analysis, signaling capture, etc. 7. Tracing Management (Trace): signaling tracking task creation, signaling analysis, signaling capture, etc.
8. Security Management (Security): User management, role management, current online users, permission management, etc. 8. Security Management (Security): user management, role management, current online users, permission management, etc.
9. System Management (System): Menu management, dictionary management, system information, scheduling tasks, etc. 9. System Management (System): menu management, dictionary management, system information, scheduling tasks, etc.
10. Northbound Interface (NBI): Optional interfaces, customized interfaces, northbound interface services, resource configuration data, performance statistics data, performance golden indicators, alarm reporting, 4A, etc. 10. Northbound Interface (NBI): optional and customized interfaces, northbound interface services, resource configuration data, performance statistics data, performance golden indicators, alarm reporting, 4A, etc.
## Interfaces
![omc-interface](image/omc-interface.jpg)
Please refer to <08-OMC HTTP Restful API Interfaces> for RESTful APIs details

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB