feat: MME基站状态接口

This commit is contained in:
TsMask
2025-01-24 09:43:01 +08:00
parent d25daaaf3d
commit 2fd4f86dcd
3 changed files with 74 additions and 6 deletions

View File

@@ -280,6 +280,10 @@ func Setup(router *gin.Engine) {
middleware.PreAuthorize(nil),
controller.NewMME.NbInfoList,
)
mmeGroup.GET("/nb/list-cfg",
middleware.PreAuthorize(nil),
controller.NewMME.NbStateList,
)
}
// 网元SGWC