摘要: 1. 3GPP文档 33401-h40_Security architecture.doc33501-hc0_Security architecture and procedures for 5G system.doc35215-h00_Specification of the 3GPP confi 阅读全文
posted @ 2024-03-06 15:27 Xuperior 阅读(25) 评论(0) 推荐(0) 编辑
摘要: # PlantUML安装使用 ## 一、 JAVA是运行PlantUML的必需条件, 需要安装Java。 下载Java安装JDK: https://www.oracle.com/cn/java/technologies/downloads/ 下载完成后解压缩或者安装到自己指定的路径: 设置环境变量如 阅读全文
posted @ 2023-02-24 18:43 Xuperior 阅读(498) 评论(0) 推荐(0) 编辑
摘要: GDB解coredump文件报Python异常解决办法 解core文件经常提示以下错误信息: Python Exception <class 'ModuleNotFoundError'> No module named 'gdb':gdb: warning:Could not load the Py 阅读全文
posted @ 2023-02-24 15:35 Xuperior 阅读(1141) 评论(0) 推荐(0) 编辑
摘要: 官网 : https://plantuml.com/zh/ 1. JDK下载安装 https://www.oracle.com/java/technologies/javase-downloads.html 本次安装PC下载:jdk-18_windows-x64_bin.msi,可以根据自己环境选择 阅读全文
posted @ 2022-09-01 12:26 Xuperior 阅读(1686) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-25 11:55 Xuperior 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 通过设置/proc/sys/kernel/sched_rt_runtime_us 和/proc/sys/kernel/sched_rt_period_us配合实现;sched_rt_period_us默认值是1s(1000000us),sched_rt_runtime_us默认是0.95s(9500 阅读全文
posted @ 2021-09-03 18:09 Xuperior 阅读(712) 评论(0) 推荐(0) 编辑
摘要: [root@bogon ~]# numactl --help numactl: unrecognized option '--help' usage: numactl [--all | -a] [--interleave= | -i <nodes>] [--preferred= | -p <node 阅读全文
posted @ 2021-08-21 11:33 Xuperior 阅读(393) 评论(0) 推荐(0) 编辑
摘要: (gdb) help info Generic command for showing things about the program being debugged. List of info subcommands: info address -- Describe where symbol S 阅读全文
posted @ 2021-08-21 10:19 Xuperior 阅读(221) 评论(0) 推荐(0) 编辑
摘要: socket 发包 vlan 优先级映射 int priority; setsockopt(fd, SOL_SOCKET, SO_PRIORITY, &priority, sizeof(priority)); 发包需要配置映射关系: set_egress_map [vlan-name] [skb_p 阅读全文
posted @ 2021-08-19 17:45 Xuperior 阅读(931) 评论(0) 推荐(0) 编辑
摘要: Figure 1.1.Network buffer, sk_buff. 阅读全文
posted @ 2021-06-28 16:51 Xuperior 阅读(27) 评论(0) 推荐(0) 编辑