add: ue event from AMF

This commit is contained in:
2024-01-22 17:12:36 +08:00
parent bc2404be31
commit 96349b71bc
6 changed files with 143 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import (
"strings"
"ems.agt/features/dbrest"
"ems.agt/features/event"
"ems.agt/features/fm"
"ems.agt/features/lm"
"ems.agt/features/pm"
@@ -185,6 +186,7 @@ func main() {
uriGroup := app.Group(config.UriPrefix)
uriGroup.Use(libSession.SessionHeader())
uriGroup.Any("/*any", gin.WrapH(routes.NewRouter()))
app.POST(event.UriUEEvent, event.PostUEEventFromAMF)
// 开启监控采集
// monitor.StartMonitor(false, "")