当前位置:网站首页>5G Unicom Network Management Design Ideas

5G Unicom Network Management Design Ideas

2022-08-09 13:43:00 Hong Dayu

5G Unicom Network Management Test Specification and 5G China Unicom Network Management Interface Specification

insert image description here

This official website can be searched

The goal is to be a monitoring center, right? BBU can be used, and open source if there is no problem after writing the test

  • Concurrency for x86_64 platform 256
  • Database: MySql (storage database) [ – I hope it is similar to the sql statement of sqlite3, and the application of key mysql is better-- ]
  • Language: C/C++ (hash map is too tempting, no way C++ package is very nice)
  • There is no front-end, and a control terminal will be used for debugging and testing. I don't want to write the front-end, and the knowledge reserve of the key front-end is poor

Or use the conventional way of operating the database, read and write operations and cache layer, operate the database when writing
|Application layer|
|Cache layer|
|Database|

-> Layered processing according to the protocol-> C is the main processing work modular processing
-> The analysis and processing of the data after the protocol analysis is handed over to-> C++ handles two different device types of AU RRU
-> Each device will have a data table generated according to the protocol, and each device will have an operation buffer (256400256, a total of 25M of memory space is enough)

The general framework of the program is shown above

A detailed device topology diagram I hope C++ has related packages. I don't want to write it myself

Finally, the docker package can be deployed at will, nice is not nice

原网站

版权声明
本文为[Hong Dayu]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/221/202208091236554367.html