feat: MME用户事件日志页面功能实现

This commit is contained in:
TsMask
2024-06-15 18:41:39 +08:00
parent afdc188e17
commit 1b1a56e49b
3 changed files with 710 additions and 1 deletions

View File

@@ -370,7 +370,7 @@ function wsMessage(res: Record<string, any>) {
if (!data?.groupId) {
return;
}
// ueEvent CDR会话事件
// ueEvent AMF_UE会话事件
if (data.groupId === '1010') {
const ueEvent = data.data;
queue.add(async () => {