当前位置:网站首页>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
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
边栏推荐
- About the handling of variable parameters in the Retrofit network request URL
- 无重复字符的最长子串
- The core key points of microservice architecture
- Rust从入门到精通04-数据类型
- ABP中的数据过滤器 (转载非原创)
- 两个链表相加
- Extract EventBus encapsulation to base class using annotations
- 透明tune proxy
- 第六届”蓝帽杯“全国大学生网络安全技能大赛 半决赛
- AQS Synchronization Component - FutureTask Analysis and Use Cases
猜你喜欢
Flutter Getting Started and Advanced Tour (8) Button Widget
从NPU-SLAM-EDA技术分析
Say goodbye to the AI era of hand looms
K个结点的组内逆序调整
Win10 compiles the x264 library (there are also generated lib files)
我的2020年终总结
#WeArePlay | 与更多开发者一起,探索新世界
Go 事,如何成为一个Gopher ,并在7天找到 Go 语言相关工作,第1篇
Resolved IndentationError: unindent does not match any oute r indentation Level
Jenkins API groovy调用实践: Jenkins Core Api & Job DSL创建项目
随机推荐
Rust from entry to proficient 04 - data types
NFS 特别注意权限的问题
合并两个有序列表
8、IDEA提交代码出现: Fetch failed fatal: Could not read from remote repository
ERP不规范,同事两行泪 (转载非原创)
2022年非一线IT行业就业前景?
telnet+ftp 对设备进行 操控 和 升级
Introduction to Flutter advanced trip Dialog&Toast (10)
5G China unicom AP:B SMS ASCII 转码要求
Flutter introduction advanced trip (5) Image Widget
Go 事,如何成为一个Gopher ,并在7天找到 Go 语言相关工作,第1篇
Manchester city launch emotional intelligence scarf can be detected, give the fans
激光熔覆在农机修复强化中的应用及研究方向
30行代码实现微信朋友圈自动点赞
电脑重装系统后桌面图标如何调小尺寸
字符串转换整数 (atoi)
Say goodbye to the AI era of hand looms
单面线路板与精密多层PCB线路板区别有哪些?
30行代码实现蚂蚁森林自动偷能量
关于Retrofit网络请求URL中含有可变参数的处理